@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	color: #333333;
	-webkit-text-size-adjust: none;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 1.8em;
	background-color: #FFFFFF;
}


/* リンク設定
------------------------------------------------------------*/
a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #3399CC;
}
a:link {
	color: #3399CC;
}
a:visited {
	color: #999;
}
a:hover, a:active{
	outline: none;
	color: #FF6666;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after, ul.post li:after,nav#mainNav .inner:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, ul.post li,nav#mainNav .inner{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
	overflow: hidden;
	background-color: #f0f8ff;
	background-image: url(images/wall.png);
	background-repeat: repeat-x;
}

#content{
	float: left;
	width: 710px;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

#sidebar{
	float: right;
	width: 225px;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

#footer{
	clear: both;
	background-color: #FCC;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
	padding: 5px 0;
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
	color: #fff;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h1 + p {
clear:both;
float:left;
padding:20px 5px 15px;
color: #515151;
font-size:160%;
font-weight:bold;
}


/* コンタクト
----------------------------------*/
.contact{
	float: right;
	text-align: right;
	color: #066;
	font-size: 90%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.contact .tel{
	margin-bottom: -3px;
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f0f8ff;
}

#wideImg{
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
	margin-bottom: 20px;
}

.post{
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	clear: both;
}

.post2{
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;

}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

.toppage{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}


/* 記事ループ
*****************************************************/
.list{
	border-bottom: 1px dashed #dcdcdc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 110%;
	color: #099;
	background-color: #FFF;
	background-image: url(images/headingBg.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-left-color: #d5d5d5;
}

.top_content > dt {
	clear: both;
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 110%;
	color: #099;
	background-color: #FFF;
	background-image: url(images/headingBg.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d5d5d5;
	border-right-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
	border-left-color: #d5d5d5;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}


.post h2 {
	font-size: 110%;
	color: #FFF;
	background-color: #099;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #066;
}
/*
.post h2{
	font-size: 130%;
	font-weight: normal;
	color: #099;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009999;
	background-image: url(images/hipo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 40px;
}
*/
.post h3{
	margin: 10px 0;
	font-size: 100%;
	font-weight: normal;
	color: #2e2c2c;
	border-bottom: 1px solid #515151;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post2 table{
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	width: 100%;
}

.post2 table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post2 table td{
	background: #fff;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.post2 dt{font-weight:bold;}

.post2 dd{padding-bottom:10px;}

.post2 img{max-width:100%;height:auto;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#fff;
}

#gallery-1 img:hover{background:#fffaef;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #d5d5d5;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:360px;
height:auto;
    vertical-align: bottom;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

p.banner2 img{
max-width:360px;
height:auto;
}

p.banner2 img:hover{
cursor:pointer;
opacity:.8;
}

p.banner3 img{
max-width:360px;
height:auto;
}

section.widget h3{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:7px 10px 7px 10px;
font-size:110%;
border:1px solid #d5d5d5;
border-bottom:0;
color:#000;
background:#fff url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#6f6f6f;}



/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
	text-decoration: none;
	color: #333;
}

#footer li a:hover{
	color: #099;
}

#footer ul ul{display:none;}

#copyright{
	clear: both;
	padding: 10px 0 37px;
	text-align: center;
	color: #000;
	font-size: 10px;
	background-color: #20b2aa;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
margin-bottom:-1px;
}

#pagetop a{
	float: right;
	display: block;
	position: relative;
	padding: 5px 15px 2px 25px;
	font-size: 90%;
	border-bottom: 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	color: #fff;
	background-color: #FF6666;
	background-image: url(images/ptop.png);
	background-repeat: no-repeat;
	background-position: 8px 60%;
}

#pagetop a:hover{background-position:8px 40%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}

/* Mystyle
------------------------------------------------------------*/
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}


.red_b {
	color: #FF3366;
	font-weight: bold;
}

.futo_b {
  font-weight: bold;
}

.futo_dred {
	font-weight: bold;
	color: #C33;
}

.blue_b {
	font-weight: bold;
	color: #06C;
	font-size: 16px;
}


.blue {
	color: #09C;
}

.red {
	color: #C00;
}

.pink {
	color: #fc9dd3;
}

.pink2 {
	color: #FF6699;
}

.green {
	color: #099;
}

.orange {
	color: #F60;
}

.kakomimoji {
	color: #FFF;
	background-color: #F63;
	padding-right: 5px;
	padding-left: 5px;
}

.kakomiblue {
	color: #FFF;
	background-color: #39C;
	padding-right: 5px;
	padding-left: 5px;
}

.sm_center {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

.center_moji {
	line-height: 150%;
	text-align: center;
}

.migi_moji {
	line-height: 150%;
	text-align: right;
}

.sm_moji {
	font-size: 12px;
	line-height: 140%;
}

.sm_moji2 {
	font-size: 12px;
	line-height: normal;
	color: #666;
}

.big_moji {
	font-size: 16px;
	line-height: 240%;
}

.box_l {
	width: 420px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.box_r {
	width: 250px;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}


.box02 {
	margin-bottom: 15px;
	width: 97%;
	overflow: hidden;
	position: relative;
	background-color: #EEEEEE;
	padding: 8px;
	margin-top: 15px;
}


hr.sen1 {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
}

hr.dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}



.img_left {
	width: 300px;
	margin-right: 20px;
	float: left;
}


#tittleImg{
	clear: both;
	line-height: 0;
	text-align: center;
	z-index: 0;
	margin-bottom: 20px;
}


.height60{
	height:60px;
	display:block;
}
.height50{
	height:50px;
	display:block;
}
.height40{
	height:40px;
	display:block;
}

.height30{
	height:30px;
	display:block;
}
.height20{
	height:20px;
	display:block;
}
.height15{
	height:15px;
	display:block;
}
.height10{
	height:10px;
	display:block;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

/* 新着情報
------------------------------------------------------------*/

div.update {
	margin-bottom: 40px;
	margin-top: 10px;
}


/* --- 新着リスト --- */
div.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0; /* 新着リストの背景色 */

}

/* --- 日付エリア --- */
div.update dt {
	width: 8em; /* 日付エリアの幅 */
	float: left; /* 日付エリアのパディング（上右下左） */
	line-height: 140%;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 3px;
	font-size: 90%;
}

/* --- 本文エリア --- */
div.update dd {
	margin: 0; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
	line-height: 140%;
	font-size: 100%;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 7.7em;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* グーグルマップ埋め込み
------------------------------------------------------------*/

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li{
margin:0 10px;
padding:20px 0 15px;
border-bottom:1px dashed #dcdcdc;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear: both;
	position: relative;
	z-index: 200;
	background-color: #20b2aa;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33CCCC;
	}
	
	nav#mainNav ul li:first-child{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33CCCC;
}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float: left;
	color: #fff;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 8px;
	font-size: 110%;
	}
	
	nav#mainNav ul li a span/*,nav#mainNav ul li a strong*/{
	display: block;
	line-height: 1.4;
	font-size: 110%;
	}
	
	nav#mainNav ul li a span{
	font-size: 80%;
	color: #327cab;
	}	

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
	background-color: #006666;
  }
  nav#mainNav ul li a:link,
  nav#mainNav ul li a:visited,
  nav#mainNav ul li a:hover,
  nav#mainNav ul li a:active {
	  color: #fff;
  }
  
  nav#mainNav ul ul{
	width: 140px;
}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
	display: block;
	position: absolute;
	top: 50px;
	left: -2px;
	z-index: 500;
  }
	
  nav#mainNav ul li li{
	margin: 0;
	float: none;
	height: 40px;
	line-height: 40px;
	width: 340px;
	border: 0;
	border-bottom: 1px solid #6586ab;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #009999;
	text-indent: 10px;
  }
	
	nav#mainNav ul li li:first-child{border-left:0;}
	
  nav#mainNav ul li li a{
	width: 100%;
	height: 40px;
	padding: 0;
	line-height: 40px;
	font-size: 90%;
	text-align: left;
  }
	
	nav#mainNav ul li li a span{padding:0 10px;}
	
	nav#mainNav ul li li a:hover,nav#mainNav ul li li.current-menu-item a{
	color: #FFCCCC;
}
  
	nav#mainNav ul li:hover ul li:last-child{
	border:0;
	}
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	}
	
	nav#mainNav .inner{width:98%;}
	
	nav#mainNav a.menu{
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	border: 1px solid #006666;
	background-color: #009999;
	background-image: url(images/menuOpen.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom: 0;
	color: #FFFFFF;
	background-color: #066;
	background-image: url(images/menuOpen.png);
	background-repeat: no-repeat;
	background-position: 5px -32px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border:1px solid #515151;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding: 15px 10px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #6586ab;
	background-color: #009999;
	}

 nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	color: #CCFFFF;
	background-color: #006666;
	}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
	padding-left: 40px;
	background-color: #009999;
	background-image: url(images/sub1.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
	}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
	background-color: #006666;
	background-image: url(images/sub1.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
}
	
	nav#mainNav ul li li:last-child a{
	background-color: #009999;
	background-image: url(images/subLast.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{
	background-color: #006666;
	background-image: url(images/subLast.png);
	background-repeat: no-repeat;
	background-position: 30px 50%;
}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
  
  .banner2{width:100%;margin:0 auto;text-align:center;}
  p.banner2 img{width:100%;height:auto;}
  
    .banner3{width:100%;margin:0 auto;text-align:center;}
  p.banner3 img{width:100%;height:auto;}
  
      .box_l{width:100%;margin:0 auto;text-align:center;}
  p.box_l img{width:100%;height:auto;}
  
   .box_r{width:100%;margin:0 auto;text-align:center;}
  p.box_r img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}
	
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-position:0 -25px;}
	#header h1{color:#333;}
	#header h1 + p img{max-width:90%;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h1 + p,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	.post h2 {padding-left: 10px;}
}


/* feed新着情報
------------------------------------------------------------*/
#feed {
	margin-bottom: 40px;
	margin-top: 10px;
}

/* --- 新着リスト --- */
#feed dl {
	width: 100%; 
	margin: 0; 
}

/* --- 日付エリア --- */
#feed dt {
	width: 8em; 
	float: left; 
	line-height: 140%;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 3px;
	font-size: 90%;
}

/* --- 本文エリア --- */
#feed dd {
	margin: 0; 
	border-bottom: 1px #c0c0c0 dotted; 
	line-height: 140%;
	font-size: 100%;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 7.7em;
}
#feed dd a {
	display: block;
	color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#feed dd a:hover {
	color: #3399CC;
}

/* サイドバー診療案内
------------------------------------------------------------*/
#sidebar .side_info {
	border: solid 1px #d5d5d5;
	padding: 10px;
	margin-bottom: 15px;
}
#sidebar .side_info dd {
	line-height: 1.5;
	margin-bottom: 5px;
	font-size: 95%;
}
#sidebar .side_info dd span {
	display: inline-block;
	padding-left: 0.7em;
}

/* 医院案内
------------------------------------------------------------*/
.pan {
	margin-bottom: 10px;
	font-size: 90%;
	height: 20px;
	line-height: 1.5;
}
#wrapper .page_side {
	padding-top: 52px;
}
.guide {
	overflow: hidden;
	padding-bottom: 10px;
}
.guide h2 {
	margin-bottom: 15px;
}
.guide .info {
	padding: 0 10px 20px 10px;
}
.guide .info dl {
	overflow: hidden;
	width: 460px;
}
.guide .info dt {
	float: left;
	width: 25%;
}
.guide .info dd {
	float: left;
	width: 75%;
}
.guide .info ul {
	margin-top: 20px;
}
.guide > ul {
	clear: both;
	overflow: hidden;
	margin-left: 70px;
	margin-bottom: 30px;
}
.guide > ul li {
	float: left;
	margin-right: 15px;
}
.guide > ul li img {
	vertical-align: bottom;
}
.guide .msg {
	background: url(guide/images/sm2.jpg) 0 0 no-repeat;
	padding-left: 45px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: dotted 1px #ccc;
}
.guide .msg p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.guide .msg ul {
	overflow: hidden;
}
.guide .msg ul li {
	float: left;
	margin-right: 60px;
}
.guide .staff {
	width: 368px;
	padding-left: 20px;
}
.guide .staff dl {
	overflow: hidden;
	clear: both;
	line-height: 1.25;
	padding: 0 10px 10px 10px;
}
.guide .staff dt {
	float: left;
	width: 125px;
	padding-right: 20px;
}
.guide .staff dd {
	float: left;
	width: 203px;
}
.guide .staff dd .small {
	font-size: 85%;
}
.guide .staff p {
	margin-top: 10px;
}
@media only screen and (max-width: 644px) {
	.pan {
		height: auto;
	}
	#wrapper .page_side {
		padding-top: 10px;
	}
	.guide .info {
		padding: 0 2% 20px;
	}
	.guide .info dl {
		width: 100%;
	}
	.guide .center {
		text-align: center;
	}
	.guide > ul {
		margin: 15px 2%;
	}
	.guide > ul li {
		width: 31%;
		margin-right: 3%;
	}
	.guide > ul li:last-child {
		margin-right: 0;
	}
	.guide > ul li img {
		max-width: 100%;
		height: auto;
	}
	.guide .msg ul li {
		float: none;
	}
	.guide .msg + .alignleft img {
		max-width: 100%;
		height: auto;
	}
	.guide .msg ul li {
		float: none;
		margin-right: 60px;
	}
	.guide .staff {
		padding-left: 0;
		width: 100%;
	}
	.guide .staff dl {
		padding: 0 2% 10px;
	}
	.guide .staff dt {
		width: 35%;
		adding-right: 5%;
	}
	.guide .staff dd {
		width: 58%;
	}
}

/* 広域マップ
------------------------------------------------------------*/
.map {
	overflow: hidden;
	padding-bottom: 20px;
}
.map > div {
	text-align: center;
}
.map > div img {
	margin: 20px 0;
}
.map > p {
	margin-left: 10px;
}
.map > dl {
	margin-left: 60px;
}
.map > dl dt {
	float: left;
	width: 5em;
}
.map > dl dd {
	float: left;
	line-height: 1.5;
	padding-left: 20px;
}

@media only screen and (max-width: 644px) {
	.map {
		padding-bottom: 0;
	}
	.map > div img {
		max-width: 100%;
		height: auto;
	}
	.map > p {
		margin-left: 3%;
	}
	.map dl {
		margin-left: 3%;
		margin-top: 20px;
	}
}

/* インプラント
------------------------------------------------------------*/
.implant section:nth-of-type(1) {
	text-align: center;
	width: 575px;
	margin: 0 auto;
}
.implant section:nth-of-type(1) p {
	text-align: left;
	line-height: 1.5;
	margin-bottom: 10px;
}
.implant section:nth-of-type(2) {
	padding: 20px 10px 20px 10px;
	line-height: 1.5;
	margin-bottom: 30px;
	border-bottom: dotted 1px #ccc;
}
.implant section:nth-of-type(2) h3 {
	margin-bottom: 10px;
	font-size: 115%;
}
.implant section:nth-of-type(3) {
	padding: 10px 15px;
	width: 330px;
	border: solid 1px #ccc;
	margin: 0 10px 30px 10px;
}
.implant section:nth-of-type(3) ul {
	padding-left: 1.25em;
	list-style: square; 
}
.implant section:nth-of-type(3) ul li {
	line-height: 1.5;
	margin-bottom: 5px;
}
.implant > ul {
	width: 290px;
	padding-left: 1.5em;
	list-style: disc; 
	margin-top: 5px;
	margin-bottom: 30px;
}
.implant > ul li {
	line-height: 1.5;
	margin-bottom: 5px;
}
.implant > div {
	clear: both;
	padding: 0 10px 10px 10px;
	overflow: hidden;
}
.implant > div p:first-child {
	width: 430px;
	padding-right: 10px;
}
.implant .count {
	margin: 10px;
	background-color: #099;
	color: #fff;
	padding: 10px 15px;
}
.implant .count ul {
	overflow: hidden;
}
.implant .count ul li {
	display: inline-block;
	width: 32%;
}

@media only screen and (max-width: 644px) {
	.implant section:nth-of-type(1) img {
		max-width: 100%;
		height: auto
	}
	.implant section:nth-of-type(1) {
		width: 100%;
	}
	.implant section:nth-of-type(2) {
		padding: 10px 0 20px 0;
	}
	.implant section:nth-of-type(2) h3 {
		font-size: 110%;
	}
	.implant section:nth-of-type(3) {
		padding: 10px 3%;
		width: 94%;
		margin: 0 0 20px 0;
	}
	.implant > ul {
		width: 94%;
	}
	.implant > div {
		padding: 0;
	}
	.implant > div p:first-child {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.implant > div p:last-child {
		text-align: center;
	}
	.implant .count {
		margin: 10px 2%;
	}
	.implant .count ul li {
		display: block;
		width: 100%;
	}
}

/* 歯ならび
------------------------------------------------------------*/
.ortho > div {
	text-align: center;
	padding: 20px 0;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 25px;
}
.ortho >div p {
	line-height: 1.5;
}
.ortho > section {
	margin: 0 60px 0 10px;
}
.ortho > section ul {
	padding-left: 2em;
	list-style: decimal;
}
.ortho ul li {
	line-height: 1.5;
	margin-bottom: 5px;
}
.ortho ul {
	margin-bottom: 20px;
}
.ortho .ttl{
	padding: 15px 10px;
	color: #099;
	font-size: 120%;
	font-weight: bold;
}
.ortho .ttl + dl{
	margin-bottom: 30px;
}

@media only screen and (max-width: 644px) {
	.ortho > div img {
		max-width: 100%;
		height: auto;
	}
	.ortho > section {
		margin: 0;
	}
	.ortho ul {
	    margin-bottom: 10px;
		padding: 0 2%;
	}
}

/* チームメンバー募集
------------------------------------------------------------*/
.bosyu {
	line-height: 1.5;
}
.bosyu > div {
	text-align: center;
	margin: 20px 0;
}
.bosyu > div p {
	text-align: left;
	display: inline-block;
	background: url(bosyu/images/leaf.gif) left top no-repeat;
	padding-left: 35px;
	margin: 20px 0;
}
.bosyu section {
	padding: 20px 25px;
	margin: 0 10px 50px 10px;
	border-radius: 1em;
	box-shadow: 0 0 3px 3px #eee;
	background-color: #eaf7ff;
}
.bosyu section p {
	margin: 3px 0 20px 0;
}
.bosyu section p img {
	float: right;
}
.bosyu section.terasima {
	background-color: #fff7ec;	
}
.bosyu section.terasima h3 {
	font-size: 105%;
	color: #099;
	font-weight: bold;
	line-height: 1.5;
}
.bosyu section.terasima div {
	text-align: center;
}
.bosyu section.takahashi {
	background-color: #eaf7ff;
}
.bosyu section.takahashi h3,
.bosyu section.shigeno h3 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
}

@media only screen and (max-width: 644px) {
	.bosyu > div img, 
	.bosyu section img {
		max-width: 100%;
		height: auto;
	}
	.bosyu section {
		padding: 20px 5%;
		margin: 0 2% 50px 2%;
	}
	.bosyu section p img {
		width: 50%;
	}
}

/* アクセス
------------------------------------------------------------*/
.map p.areamap {
	width: 374px;
	margin: 0 auto 20px auto;
	text-align: right;
}
.map > ul {
	clear: both;
	padding-left: 10px;
	padding-top: 30px;
	line-height: 1.5;
}
.map > ul li {
	line-height: 1.5;
	margin-bottom: 5px;
}
.map > p img {
	padding-top: 30px;
	padding-left: 20px;
}
.map p.areamap img {
	padding: 0;
}

@media only screen and (max-width: 644px) {
	.map p.areamap {
		width: 100%;
	}
	.map ul + p {
		text-align: center;
		margin-left: 0;
	}
	.map > p img {
		padding-left: 0;
	}
}

/* 私たちの想い
------------------------------------------------------------*/
.omoi div {
	width: 600px;
	margin: 0 auto 30px auto;
	text-align: center;
}
.omoi div span {
	display: block;
	margin: 20px 0;
	font-weight: bold;
	text-align: left;
}
.omoi p {
	width: 550px;
	padding-right: 50px;
	margin: 0 auto 10px auto;
	line-height: 1.5;
}
.omoi p .bold {
	font-weight: bold;
}
.omoi div.alignright,
.omoi div.alignright p {
	width: 252px;
	margin-right: 65px;
}

@media only screen and (max-width: 644px) {
	.omoi div,
	.omoi p  {
		width: 100%;
	}
	.omoi p {
		padding-right: 0;
	}
	.omoi div img {
		max-width: 100%;
		height: auto;
	}
	.omoi div.alignright,
	.omoi div.alignright p {
		width: auto;
		margin-right: 0;
	}
}

/* 予防歯科
------------------------------------------------------------*/
.yobou section {
	margin: 20px 0;
	clear: both;
	overflow: hidden;
	line-height: 1.5;
}
.yobou p.sec1 {
	width: 400px;
}
.yobou p.sec2 {
	width: 470px;
}
.yobou section:nth-of-type(2) {
	padding-left: 10px;
}
.yobou h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}
.yobou h3 span {
	font-size: 95%;
}

@media only screen and (max-width: 644px) {
	.yobou p.sec1,
	.yobou p.sec2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.yobou section:nth-of-type(2) {
		padding-left: 0;
	}
	.yobou section div img {
		margin: 0 auto;
		display: block;
	}
}

/* 小児歯科
------------------------------------------------------------*/
.kids section {
	margin: 20px 0;
	overflow: hidden;
	line-height: 1.5;
	padding-left: 10px;
}
.kids section div p {
	width: 460px;
}
.kids h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}
.kids h3 span {
	font-size: 95%;
}
.kids ul li {
	float: left;
	margin: 5px 25px;
}

@media only screen and (max-width: 644px) {
	.kids section {
		padding-left: 0;
	}
	.kids section div p {
		width: 100%;
		margin-bottom: 10px;
	}
	.kids section div img {
		margin: 0 auto;
		display: block;
	}
	.kids ul li {
		width: 32%;
		margin: 5px 2% 5px 0;
	}
	.kids ul li:last-child {
		margin-right: 0;
	}
	.kids ul li img {
		width: 100%;
		height: auto;
	}
}

/* 院内ツアー
------------------------------------------------------------*/
.tour ul {
	margin: 15px 0;
}
.tour ul li {
	text-align: center;
	width: 24.4%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.tour ul li p {
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	padding: 0 15px;
}

@media only screen and (max-width: 644px) {
	.tour ul li {
		width: 48.8%;
	}
	.tour ul li p {
		padding: 0 3%;
	}
}

/* 診療風景
------------------------------------------------------------*/
.fukei ul {
	margin: 15px 0;
}
.fukei ul li {
	width: 32.8%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (max-width: 644px) {
	.fukei ul li {
		width: 48.8%;
	}
	.fukei ul li img {
		max-width: 90%;
		height: auto;
	}
}

/* 診療方針
------------------------------------------------------------*/
.houshin > div {
	margin: 15px 10px;
	display: table;
}
.houshin > div > span {
	display: table-cell;
}
.houshin > div p {
	display: table-cell;
	width: 550px;
	padding-left: 15px;
	vertical-align: middle;
	line-height: 1.5;
	overflow: hidden;
}
.houshin > div p > span {
	display: block;
	float: left;
}
.houshin > div p > span:nth-of-type(2) {
	width: 530px;
	padding-left: 3px;
}

@media only screen and (max-width: 644px) {
	.houshin > div {
		margin: 15px 0;
		display: block;
	}
	.houshin > div > span {
		display: block;
		text-align: center;
	}
	.houshin > div p {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.houshin > div p > span:nth-of-type(2) {
		width: 94%;
		padding-left: 1%;
	}
}

/* 審美歯科
------------------------------------------------------------*/
.shinbi section {
	margin: 15px 0;
	padding: 0 10px 15px 10px;
	border-bottom: dotted 1px #ccc;
}
.shinbi h3 {
	color: #FF6699;
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	margin-bottom: 10px;
}
.shinbi h3::before {
	content: "";
	background-color: #FF6699;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 4px;
}
.shinbi h3 span {
	color: #099;
}
.shinbi h3 + p {
	color: #FF6699;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.shinbi h3 + p.wide {
	max-width: 360px;
}
.shinbi ul {
	overflow: hidden;
	margin: 5px 0;
}
.shinbi ul li {
	float: left;
	margin-right: 15px;
}
.shinbi ul li img {
	vertical-align: bottom;
}
.shinbi ul li span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #099;
}
.shinbi ul li span.txt {
	color: #333;
}
.shinbi p {
	line-height: 1.5;
}
.shinbi section > div {
	overflow: hidden;
}
.shinbi section > div ul {
	float: left;
}
.shinbi section > div div {
	float: left;
	width: 270px;
	text-align: center;
}
.shinbi section > div div > span {
	font-size: 12px;
}
.shinbi section > div div > ul {
	margin-bottom: 0;
}
.shinbi section > div dl {
	float: left;
	width: 285px;
	line-height: 1.5;
}
.shinbi section > div dt {
	float: left;
	width: 120px;
}
.shinbi section > div dd {
	float: left;
	width: 165px;
	margin-bottom: 7px;
}
.shinbi section:last-child p {
	color: #333;
}
.shinbi section:last-child ul li span {
    display: inline;
    text-align: left;
    font-size: 100%;
    color: #F69;
}
.shinbi section:last-child ul li dd {
	padding-left: 1.5em;
	line-height: 1.5;
}
.shinbi section:last-child ul li {
	float: none;
	margin: 0 0 20px 0;
}
.shinbi section:last-child {
	border-bottom: none;
}

@media only screen and (max-width: 644px) {
	.shinbi h3 {
		display: block;
		margin-bottom: 3px;
		margin-right: 0;
		vertical-align: baseline;
	}
	.shinbi h3 + p {
		display: block;
		vertical-align: baseline;
	}
	.shinbi section {
		padding: 0 0 15px;
	}
	.shinbi ul {
		text-align: center;
	}
	.shinbi ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 0;
		width: 31.5%;
	}
	.shinbi ul li img {
		width: 100%;
		height: auto;
	}
	.shinbi ul li span {
		line-height: 1.5;
	}
	.shinbi section > div ul {
		float: none;
	}
	.shinbi section > div div {
		float: none;
		text-align: center;
		width: 100%;
	}
	.shinbi section > div div > span {
		display: inline-block;
		margin-bottom: 10px;
	}
	.shinbi section:last-child ul li {
		float: none;
		line-height: 1.5;
		text-align: left;
		width: 100%;
	}
	.shinbi section:last-child ul li dt {
		margin-bottom: 5px;
	}
	.shinbi section > div dl {
		float: none;
		width: 100%;
	}
	.shinbi section > div dt {
		width: 38%;
	}
	.shinbi section > div dd {
		width: 62%;
	}
}

/* チームメンバー
------------------------------------------------------------*/
.staff section {
	margin: 15px 0;
	padding: 0 10px;
}
.staff h3 {
	vertical-align: top;
	margin-bottom: 10px;
	border-bottom: dotted 1px #ccc;
	padding-left: 3px;
}
.staff h3::before {
	content: "";
	background-color: #666;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 4px;
}
.staff section div img {
	display: block;
	margin-bottom: 15px;
}
.staff section div {
	display: inline-block;
	vertical-align: top;
}
.staff div.mori {
	width: 550px;
	padding-left: 15px;
	line-height: 1.5;
}
.staff div.mori dl {
	margin: 10px 0;
}
.staff div.mori dt,
.staff div.mori dd {
	display: inline-block;
	vertical-align: top;
}
/*
.staff div.mori dd {
	padding-right: 30px;
}
.staff div.mori dt {
	color: #099;
}
*/
.staff div.mori dd {
	width: 81%;
}
.staff div.mori dt {
	color: #099;
	width: 7em;
}
.staff div.mori dd.career span {
	display: inline-block;
	width: 2.25em;
	text-align: right;
}
/*
.staff div.mori dl.wide {
	overflow: hidden;
}
.staff div.mori dl.wide dt,
.staff div.mori dl.wide dd {
	display: block;
	float: left;
}
.staff div.mori dl.wide dd {
	width: 460px;
	padding-right: 0;
}
.staff div.mori dl.wide dd:not(:first-of-type) {
	margin-left: 6em;
}
*/
.staff .type2 div {
	width: 322px;
	padding: 10px;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}
.staff .type2 div img {
	display: inline;
}
.staff .type2 div dl {
	width: 207px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
}
.staff .type2 div dl dt {
	margin-bottom: 15px;
}
.staff .type3 span {
	display: inline-block;
	vertical-align: middle;
	width: 260px;
	padding-top: 10px;
}
.staff .type3 p {
	width: 420px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}
.staff > div {
	background: url(guide/image_f/kaba3.jpg) left top no-repeat;
	height: 27px;
	padding: 5px 10px 0 40px;
	float: right;
	margin-bottom: 30px;
}

@media only screen and (max-width: 644px) {
	.staff section {
		padding: 0;
	}
	.staff section div img {
		display: inline-block;
		margin-right: 5%;
	}
	.staff section div {
		display: block;
	}
	.staff div.mori {
		width: 100%;
		padding-left: 0;
	}
	/*
	.staff div.mori dt,
	.staff div.mori dd {
		display: block;
	}
	*/
	.staff div.mori dd {
		padding-right: 0;
		width: 66%;
	}
	/*
	.staff div.mori dl.wide dt,
	.staff div.mori dl.wide dd {
		float: none;
	}
	.staff div.mori dl.wide dd {
		width: 100%;
	}
	.staff div.mori dl.wide dd:not(:first-of-type) {
		margin-left: 0;
	}
	.staff div.mori dl:nth-of-type(1) dt,
	.staff div.mori dl:nth-of-type(1) dd,
	.staff div.mori dl:nth-of-type(4) dt,
	.staff div.mori dl:nth-of-type(4) dd,
	.staff div.mori dl:nth-of-type(5) dt,
	.staff div.mori dl:nth-of-type(5) dd {
		display: inline-block;
	}
	.staff div.mori dl:nth-of-type(1) dd {
		width: 79%;
	}
	.staff div.mori dl:nth-of-type(4) dd {
		width: 65%;
	}
	.staff div.mori dl:nth-of-type(5) dd {
		width: 83%;
	}
	.staff div.mori dl:nth-of-type(1) dt:first-child,
	.staff div.mori dl:nth-of-type(4) dt:first-child {
		margin-bottom: 10px;
	}
	*/
	.staff .type2 div {
		display: block;
		padding: 10px 0;
		width: 100%;
	}
	.staff .type2 div dl {
		padding-left: 0;
		width: 64%;
	}
	.staff .type2 div img {
		display: inline-block;
		margin-right: 0;
	}
	.staff .type3 span {
		text-align: center;
		width: 100%;
		padding: 5px 0;
	}
	.staff .type3 p {
		display: block;
		width: 100%;
	}
	.staff > div {
		padding: 5px 0 0 40px;
	}
}

/* 歯科医師・スタッフの研修実績
------------------------------------------------------------*/
.jisseki > p {
	padding: 15px 10px;
	border-bottom: dotted 1px #ccc;
}
.jisseki > div {
	padding: 25px 0;
	border-bottom: dotted 1px #ccc;
}
.jisseki > div dl {
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 332px;
}
.jisseki > div dt span {
	display: block;
	color: #099;
	font-size: 110%;
}
.jisseki > div dt {
	line-height: 1.5;
	margin-bottom: 10px;
}

@media only screen and (max-width: 644px) {
	.jisseki > p {
		padding: 15px 0;
	}
	.jisseki > div {
		padding: 0;
		border-bottom: none;
	}
	.jisseki > div dl {
		border-bottom: 1px dotted #ccc;
		display: block;
		padding: 10px 0;
		width: 100%;
	}
	.jisseki > div dd {
		text-align: center;
	}
}

/* 歯の知識
------------------------------------------------------------*/
.chisiki > div {
	background: url(guide/images/grnline.gif) left top repeat-x,
						url(guide/images/teach.gif) right center no-repeat,
						url(guide/images/grnline.gif) left bottom repeat-x;
	padding: 20px 10px;
	margin: 15px 0;
	line-height: 1.5;
}
.chisiki > div p {
	width: 540px;
	margin-bottom: 20px;
}
.chisiki > div span {
	display: block;
	font-size: 90%;
	width: 485px;
	padding-left: 55px;
	background: url(guide/images/pdfmark.gif) left center no-repeat;
}
.chisiki section {
	margin: 20px 10px 30px 10px;
}
.chisiki section h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
.chisiki section ul li {
	border-bottom: dotted 1px #ccc;
	padding: 2px 0;
	padding-left: 5px;
}
.chisiki section ul li:before {
	content: "";
	border-radius: 6px;
	width: 6px;
	height: 6px;
	border: solid 3px #000;
	display: inline-block;
	margin-right: 8px;
}
.chisiki .child h3 {
	color: #f69;
}
.chisiki .child ul li:before {
	border-color: #f69;
}
.chisiki .adult h3 {
	color: #099;
}
.chisiki .adult ul li:before {
	border-color: #099;
}

@media only screen and (max-width: 644px) {
	.chisiki > div {
		background: url(guide/images/grnline.gif) left top repeat-x,
							url(guide/images/teach.gif) right bottom no-repeat,
							url(guide/images/grnline.gif) left bottom repeat-x;
		padding: 20px 0 120px 0;
	}
	.chisiki > div p {
		width: 100%;
	}
	.chisiki > div span {
		width: 83%;
		padding-left: 17%;
	}
	.chisiki section {
		margin: 20px 0 30px 0;
	}
}

/* 歯科意識のVOICE・歯科衛生士のVOICE
------------------------------------------------------------*/
.voice > div {
	padding: 25px 10px;
	border-bottom: dotted 1px #ccc;
	line-height: 1.5;
}
.voice > div p {
	display: inline-block;
	vertical-align: top;
	width: 503px;
	padding-left: 15px;
}
.voice > div p span {
	display: block;
	text-align: right;
	margin-top: 1em;
	padding-right: 5px;
}
.voice > div > span {
	vertical-align: middle;
}
.voice > div:last-of-type {
	border-bottom: none;
}
.voice p.link {
    background: url(guide/image_f/kaba3.jpg) left top no-repeat;
    height: 27px;
    padding: 5px 10px 0 40px;
    float: right;
	margin-bottom: 30px;
}

@media only screen and (max-width: 644px) {
	.voice > div {
		padding: 20px 0;
	}
	.voice > div p {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.voice > div > span {
		display: block;
		text-align: center;
	}
	.voice p.link {
		padding: 5px 0 0 40px;
	}
}

/* 募集要項
------------------------------------------------------------*/
.voice3 section {
	margin: 15px 0 30px 0;
	padding: 20px;
	border: solid 1px #aaa;
	line-height: 1.5;
}
.voice3 section h3 {
	font-weight: bold;
	font-size: 105%;
	margin-bottom: 10px;
	color: #666;
}
.voice3 section h4 {
	margin-top: 10px;
	color: #666;
}
.voice3 section ul {
	list-style-type: decimal;
	padding-left: 2em;
	margin: 10px 0;
}
.voice3 section ul li {
	margin-bottom: 5px;
}
.voice3 section p:last-child {
	margin-top: 10px;
	text-align: right;
}
.voice3 > ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px 11px 11px;
}
.voice3 > ul li img {
	vertical-align: bottom;
}

@media only screen and (max-width: 644px) {
	.voice3 section {
		padding: 10px;
	}
	.voice3 > ul li {
		padding: 0;
		width: 47.5%;
		margin-bottom: 10px;
	}
	.voice3 > ul li:nth-child(2n+1) {
		margin-right: 2%;
	}
	.voice3 > ul li img {
		max-width: 100%;
		height: auto;
	}
}

/*問い合わせ・矯正歯科無料メール相談・インプラント無料メール相談
------------------------------------------------------------*/
.voice4 h2 + p {
	margin: 15px 0;
	line-height: 1.5;
	border-bottom: dotted 1px #ccc;
	padding: 0 10px 20px 10px;
}
.voice4 form {
	margin: 20px 10px 60px 10px;
}
.voice4 form dl {
	display: table;
}
.voice4 form dt,
.voice4 form dd {
	padding: 10px;
	display: table-cell;
	border-bottom: solid 2px #fff;
}
.voice4 form dt {
	background-color: #f6f6f6;
	width: 120px;
}
.voice4 form dd span {
	font-size: 95%;
}
.voice4 form div {
	text-align: center;
	margin: 20px 0;
}
.voice4 form input[id="age"] {
	margin-right: 5px;
}
.voice4 form.soudan dt {
	width: 160px;
}

@media only screen and (max-width: 644px) {
	.voice4 form {
		margin: 20px 0;
	}
	.voice4 form dl {
		display: block;
		width: 100%;
	}
	.voice4 form dd,
	.voice4 form dt,
	.voice4 form.soudan dt {
		display: block;
		width: 96%;
		padding: 10px 2%;
	}
}

/*見えない矯正装置
------------------------------------------------------------*/
.ortho11:not(.ortho12) > p {
	margin: 20px auto;
	line-height: 1.5;
}
.ortho11 > p img {
	margin: 0 auto;
	display: block;
}
.ortho11 > div {
	text-align: center;
}
.ortho11 > div p {
	background: url(ortho/images/invi.jpg) left center no-repeat;
	padding: 30px 30px 0 130px;
	width: 200px;
	height: 77px;
	text-align: left;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
}
.ortho11 section {
	margin: 30px 10px;
}
.ortho11 section h3 {
	color: #099;
	font-size: 18px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.ortho11 section p {
	line-height: 1.5;
}
.ortho11 section span {
	display: inline-block;
	margin-top: 10px;
}
.ortho11 section ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 95%;
	width: 30%;
}
.ortho11 section ul li img {
	display: block;
	margin: 0 auto;
}
.ortho11 section dl dt {
	color: #099;
}
.ortho11 section dl dt::before {
	content: "";
	background-color: #099;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
}
.ortho11 section dl dd {
	line-height: 1.5;
	padding: 0 0 20px 15px;
}
.ortho11 > p.b-top {
	text-align: left;
	border-top: dotted 1px #ccc;
	width: 690px;
	padding-top: 30px;
	margin-bottom: 0;
}

.contact-info{
	text-align: center;
	margin: 20px auto 30px;
	border: solid 4px #fcc;
  padding: 20px;
}
.contact-info-tit{
	margin-bottom: 10px;
}
.contact-info-tit b{
	font-size: 1.4em;
}
.contact-info-tit span{
	display: block;
}
.contact-info-tel{
	display: inline-block;
}
@media only screen and (max-width: 644px) {
	.contact-info-tel{
		width: 100%;
	}
}
.contact-info-tel a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f69;
	padding: 15px 40px;
	color: #fff;
	font-size: 20px;
	transition: .3s all ease;
	font-weight: bold;
}
.contact-info-tel a span{
		display: flex;
		align-items: center;
	}
@media only screen and (max-width: 644px) {
	.contact-info-tel a{
		 
		font-size: 16px;
		padding: 15px 20px;
	}
	
}
.contact-info-tel a:hover{
	opacity: .8;
}
.contact-info-tel a span::after{
	content: "";
	display: inline-block;
	background: url("ortho/images/icon-tel.png") no-repeat center center;
	width: 36px;
	height: 36px;
	background-size: cover;
	transition: .3s all ease;
	margin-left: 10px;
}
.contact-info-tel a:hover span::after{
	transform: rotate(10deg);
}

@media (min-width:581px) {
	.ortho11:not(.ortho12) > p {
		width: 560px;
	}
}
@media only screen and (max-width: 644px) {
	.ortho11 > p {
		width: 100%;
	}
	.ortho11 > p img {
		height: auto;
		max-width: 100%;
	}
	.ortho11 > div p {
		background: url("ortho/images/invi.jpg") no-repeat scroll left center;
		background-size: 25% auto;
		display: block;
		height: 67px;
		padding: 20px 0 0 25%;
		width: 75%;
	}
	.ortho11 section {
		margin: 30px 0;
	}
	.ortho11 section span {
		display: block;
	}
	.ortho11 section span img {
		max-width: 100%;
		height: auto;
	}
	.ortho11 section ul li img {
		height: auto;
		width: 95%;
	}
	.ortho11 section ul li {
		width: 31.8%;
		line-height: 1.25;
	}
	.ortho11 > p:last-child {
		width: 100%;
	}
}

/*インビザライン・ファースト
------------------------------------------------------------*/
.ortho12 section img {
	margin: 1em 0;
}
.ortho12 section ol {
	list-style: disc;
	padding-left: 1.5em;
	margin-top: 0.5em;
}
.ortho12 .big_moji.orange {
	border-bottom: solid 1px #F60;
	margin-bottom: 1em;
	padding: 5px 10px 0 10px;
	box-sizing: border-box;
}

/*歯の病気は噛み合わせから・インプラント快適生活
------------------------------------------------------------*/
.ortho1 > p {
	width: 650px;
	padding: 15px 0;
	margin: 0 auto;
	line-height: 1.5;
}
.ortho1 > div {
	border-top: dotted 1px #ccc;
	text-align: center;
	padding: 20px 0;
}
.ortho1 > div p {
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
}
.ortho1 > div p img {
	display: block;
}
.ortho1 > div span {
	vertical-align: top;
	display: inline-block;
	margin: 0 20px;
	padding-top: 40px;
}
.ortho1 > div.imp09 p {
	margin: 0 20px;
}

@media only screen and (max-width: 644px) {
	.ortho1 > p {
		width: 100%;
	}
	.ortho1 > div p {
		width: 40%;
	}
	.ortho1 > div img {
		max-width: 100%;
		height: auto;
	}
	.ortho1 > div span {
		margin: 0 1%;
		padding-top: 25px;
	}
	.ortho1 > div.imp09 p {
		margin: 0 2%;
	}
}

/*なぜ矯正治療が必要なのでしょうか？
------------------------------------------------------------*/
.ortho2 p {
	padding: 15px 10px;
	line-height: 1.5;
}
.ortho2 p:last-child {
	background: url(ortho/images/or9.gif) right bottom no-repeat;
	min-height: 70px;
	padding-right: 160px;
	margin-right: 50px;
}

@media only screen and (max-width: 644px) {
	.ortho2 p {
		padding: 15px 0;
	}
	.ortho2 p:last-child {
		min-height: 150px;
		padding-right: 0;
		margin-right: 0;
	}
}

/*矯正治療は何歳頃から始めるとよいのでしょうか？
------------------------------------------------------------*/
.ortho3 p {
	padding: 15px 10px;
	line-height: 1.5;
}
.ortho3 p:last-child {
	background: url(ortho/images/or10.jpg) right top no-repeat;
	min-height: 117px;
	padding-right: 220px;
}

@media only screen and (max-width: 644px) {
	.ortho3 p {
		padding: 15px 0;
	}
	.ortho3 p:last-child {
		background-position: center bottom;
		min-height: 280px;
		padding-right: 0;
	}
}

/*矯正治療の期間はどの位かかるのでしょうか？
------------------------------------------------------------*/
.ortho4 > p {
	padding: 15px 10px;
	line-height: 1.5;
	border-bottom: dotted 1px #ccc;
}
.ortho4 > dl {
	display: inline-block;
	vertical-align: top;
	width: 510px;
	padding:  20px 0 0 10px;
}
.ortho4 > div {
	display: inline-block;
	text-align: center;
	width: 150px;
	padding:  100px 0 0 20px;
}
.ortho4 > dl dt {
	color: #099;
}
.ortho4 > dl dt::before {
	content: "";
	background-color: #099;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 4px;
}
.ortho4 > dl dd {
	margin-bottom: 10px;
	line-height: 1.5;
}
.ortho4 > div p img {
	display: block;
}
.ortho4 > div p {
	margin-bottom: 20px;
}

@media only screen and (max-width: 644px) {
	.ortho4 > p {
		padding: 15px 0;
	}
	.ortho4 > dl {
		display: block;
		width: 100%;
		padding:  20px 0 0 0;
	}
	.ortho4 > div {
		display: block;
		width: 100%;
		padding:  20px 0 0 0;
	}
	.ortho4 > div p {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
		width: 48.8%;
	}
	.ortho4 > div p img {
		max-width: 100%;
		height: auto;
	}
}

/*矯正治療にはどんな装置を使うのでしょうか？
------------------------------------------------------------*/
.ortho5 > p {
	padding: 15px 10px;
	line-height: 1.5;
}
.ortho5 > div {
	text-align: center;
	padding: 20px 0;
}
.ortho5 > div p {
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
	margin: 0 20px;
}
.ortho5 > div p img {
	display: block;
}

@media only screen and (max-width: 644px) {
	.ortho5 > p {
		padding: 15px 0;
	}
	.ortho5 > div p {
		width: 31.8%;
		line-height: 1.25;
		margin: 0;
	}
	.ortho5 > div img {
		max-width: 100%;
		height: auto;
	}
}

/*永久歯を抜かない治療
------------------------------------------------------------*/
.eikyusi > p {
	padding: 15px 10px;
	line-height: 1.5;
}
.eikyusi p .txt,
.eikyusi p .pict {
	display: inline-block;
	vertical-align: top;
}
.eikyusi p .txt {
	width: 510px;
	padding-right: 20px;
}
.eikyusi p .pict img {
	display: block;
}
.eikyusi p .pict {
	text-align: center;
	font-size: 90%;
}
.eikyusi > div {
	text-align: center;
	margin: 20px 0;
}
.eikyusi > div p {
	display: inline-block;
	vertical-align: top;
}
.eikyusi > div p span {
	display: block;
	font-size: 95%
}
.eikyusi > div p img {
	margin: 0 5px;
}
.eikyusi > div > span {
	display: inline-block;
	padding-top: 40px;
}

@media only screen and (max-width: 644px) {
	.eikyusi > p {
		padding: 15px 0;
	}
	.eikyusi p .txt {
		padding-right: 2%;
		width: 65.7%;
	}
	.eikyusi p .pict {
		width: 30%;
	}
	.eikyusi p .pict img {
		max-width: 100%;
		height: auto;
	}
	.eikyusi > div {
		margin: 10px 0;
	}
	.eikyusi > div p {
		display: block;
	}
	.eikyusi > div p img {
		vertical-align: bottom;
	}
	.eikyusi > div > span {
		margin: 0 5px 5px 0;
		padding-top: 0;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

/*矯正治療費について
------------------------------------------------------------*/
.ortho6 div {
	width: 330px;
	padding: 20px 0 15px 10px;
	line-height: 1.5;
}
.ortho6 div dl {
	margin: 15px 0;
}
.ortho6 dl dt::before {
	content: "";
	background-color: #099;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 4px;
	border-radius: 6px;
}
.ortho6 dl dt,
.ortho6 dl dd {
	display: inline-block;
}
.ortho6 dl dt {
	width: 50%;
}
.ortho6 dl dd {
	width: 48%;
	margin-bottom: 15px;
}
.ortho6 dl dd:nth-of-type(4) {
	width: 100%;
}
.ortho6 dl dd:nth-of-type(3) {
	margin-bottom: 3px;
}

@media only screen and (max-width: 644px) {
	.ortho6 div {
		width: 100%;
		padding: 15px 0;
	}
	.ortho6 dl dd {
		width: 47%;
	}
	.ortho6 div img {
		max-width: 100%;
		height: auto;
	}
}

/*治療例
------------------------------------------------------------*/
.ortho7 dl {
	margin: 15px 10px 30px 10px;
}
.ortho7 dl dt {
	color: #099;
	margin-bottom: 10px;
}
.ortho7 dl dt::before {
	content: "";
	background-color: #099;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 4px;
	border-radius: 6px;
}
.ortho7 dl ul li {
	text-align: center;
	margin-bottom: 20px
}
.ortho7 dl ul li p {
	display: inline-block;
	font-size: 90%;
}
.ortho7 dl ul li p img {
	display: block;
}
.ortho7 dl ul li span {
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
	margin: 0 10px;
}
.ortho7 > div {
	text-align: center;
	border-top: dotted 1px #ccc;
	padding-top: 20px;
}

@media only screen and (max-width: 644px) {
	.ortho7 dl {
		margin: 15px 0 30px 0;
	}
	.ortho7 dl ul li p {
		width: 40%;
	}
	.ortho7 dl ul li p img {
		max-width: 100%;
		height: auto;
	}
	.ortho7 dl ul li span {
		margin: 0 1%;
		padding-top: 25px;
	}
}

/*初期矯正
------------------------------------------------------------*/
.ortho8 > p {
	padding: 15px 10px;
	line-height: 1.5;
}
.ortho8 dl {
	padding: 10px;
}
.ortho8 dl dt {
	color: #099;
	margin-bottom: 5px;
}
.ortho8 dl dd {
	text-align: center;
}
.ortho8 dl dd p {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 90%;
	margin: 0 10px;
}
.ortho8 dl dd p img {
	display: block;
}
.ortho8 > div {
	text-align: center;
	border-top: dotted 1px #ccc;
	padding-top: 20px;
}

@media only screen and (max-width: 644px) {
	.ortho8 > p {
		padding: 15px 0;
	}
	.ortho8 dl {
		padding: 10px 0;
	}
	.ortho8 dl dd p {
		margin: 0 0 10px 0;
	}
}

/*VOICE・患者さんの感想
------------------------------------------------------------*/
.ortho9 section {
	border-bottom: dotted 1px #ccc;
	padding: 20px 0;
}
.ortho9 section h3 {
	padding: 0 10px;
	color: #f69;
	font-size: 105%;
}
.ortho9 section h3 span {
	display: inline-block;
	color: #333;
	margin-left: 30px;
}
.ortho9 section > p {
	padding: 20px 10px;
	line-height: 1.5;
}
.ortho9 section div {
	text-align: center;
}
.ortho9 section div:nth-of-type(2) {
	margin-top: 15px;
}
.ortho9 section div p {
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
	margin: 0 10px;
}
.ortho9 section div p img {
	display: block;
}
.ortho9 section dl {
	padding: 20px 10px 0 10px;
	line-height: 1.5;
}
.ortho9 section dl dt {
	color: #099;
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.ortho9 section dl dt::before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0;
}
.ortho9 section dl dd {
	padding-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.ortho9 section dl dd::before {
	content: "A.";
	position: absolute;
	left: 0;
	top: 0;
	color: #f69;
}
.ortho9 section:last-child {
	border-bottom: none;
}

@media only screen and (max-width: 644px) {
	.ortho9 section h3 {
		padding: 0;
	}
	.ortho9 section > p {
		padding: 20px 0;
	}
	.ortho9 section div p {
		margin: 0 1%;
		width: 29.8%;
	}
	.ortho9 section div p img {
		max-width: 100%;
		height: auto;
	}
	.ortho9 section dl {
		padding: 20px 0 0 0;
	}
}

/*矯正日記
------------------------------------------------------------*/
.ortho10 > span {
	display: block;
	text-align: center;
	padding: 15px 0;
}
.ortho10 ul {
	margin: 20px 50px 20px 20px;
}
.ortho10 ul li {
	padding-left: 25px;
	margin-bottom: 30px;
	line-height: 1.5;
	font-size: 17px;
	color: #f60;
}
.ortho10 ul .n1 {
	background: url(ortho/images2/t1.gif) left top no-repeat;
}
.ortho10 ul .n2 {
	background: url(ortho/images2/t2.gif) left top no-repeat;
}
.ortho10 ul .n3 {
	background: url(ortho/images2/t3.gif) left top no-repeat;
}
.ortho10 ul .n4 {
	background: url(ortho/images2/t4.gif) left top no-repeat;
}
.ortho10 ul .n5 {
	background: url(ortho/images2/t5.gif) left top no-repeat;
}
.ortho10 ul .n6 {
	background: url(ortho/images2/t6.gif) left top no-repeat;
}
.ortho10 ul .n7 {
	background: url(ortho/images2/t7.gif) left top no-repeat;
}
.ortho10 ul .n8 {
	background: url(ortho/images2/t8.gif) left top no-repeat;
}
.ortho10 ul .n9 {
	background: url(ortho/images2/t9.gif) left top no-repeat;
}
.ortho10 ul .n10 {
	background: url(ortho/images2/t10.gif) left top no-repeat;
}
.ortho10 ul .n11 {
	background: url(ortho/images2/t11.gif) left top no-repeat;
}
.ortho10 ul .n12 {
	background: url(ortho/images2/t12.gif) left top no-repeat;
}
.ortho10 ul .n13 {
	background: url(ortho/images2/t13.gif) left top no-repeat;
}
.ortho10 ul .n14 {
	background: url(ortho/images2/t14.gif) left top no-repeat;
}
.ortho10 ul .n15 {
	background: url(ortho/images2/t15.gif) left top no-repeat;
}
.ortho10 ul .n16 {
	background: url(ortho/images2/t16.gif) left top no-repeat;
}
.ortho10 ul dl dt {
	padding: 0 0 5px 0;
}
.ortho10 ul dl dd {
	font-size: 14px;
	color: #333;
}
.ortho10 ul dl dd img {
	display: inline-block;
	margin-top: 15px;
}
.ortho10 ul dl dd img:nth-of-type(2) {
	margin-left: 80px;
}

@media only screen and (max-width: 644px) {
	.ortho10 > span img {
		max-width: 100%;
		height: auto;
	}
	.ortho10 ul {
		margin: 20px 0;
	}
	.ortho10 ul dl dd img {
		max-width: 100%;
		height: auto;
	}
	.ortho10 ul dl dd img:nth-of-type(2) {
		margin-left: 0;
		margin-top: 0;
	}
}

/*インプラントと従来の治療との比較
------------------------------------------------------------*/
.imp02 section {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	text-align: center;
	line-height: 1.5;
	padding: 20px 10px 0 10px;
}
.imp02 section dl {
	margin: 20px 0 30px 0;
}
.imp02 section dl dd {
	padding: 0 20px;
}
.imp02 section h3 {
	padding: 3px 0;
}
.imp02 section:nth-of-type(1) h3 {
	background-color: #ffdbdb;
}
.imp02 section:nth-of-type(2) h3 {
	background-color: #e5f3ff;
}
.imp02 section:nth-of-type(3) h3 {
	background-color: #eaffc4;
}

@media only screen and (max-width: 644px) {
	.imp02 section {
		display: block;
		width: 100%;
		padding: 20px 0 30px 0;
	}
	.imp02 section dl {
		display: inline-block;
		vertical-align: top;
		width: 48.5%;
		margin: 20px 0 0 0;
	}
	.imp02 section dl dd {
		padding: 0 5px;
	}
}

/*インプラント治療の費用
------------------------------------------------------------*/
.imp05 div {
	padding: 20px 0 15px 10px;
	line-height: 1.5;
}
.imp05 div:nth-of-type(1) {
	width: 420px;
}
.imp05 div dl {
	margin: 15px 0;
}
.imp05 dl dt::before {
	content: "";
	background-color: #099;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 4px;
	border-radius: 6px;
}
.imp05 dl dt,
.imp05 dl dd {
	display: inline-block;
}
.imp05 dl dt {
	width: 63%;
}
.imp05 dl dd {
	width: 35%;
	margin-bottom: 15px;
}
.imp05 dl dd:nth-of-type(2) {
	width: 100%;
}
.imp05 dl dd:nth-of-type(1) {
	margin-bottom: 3px;
}
.imp05 div:nth-of-type(2) img {
	display: block;
	margin: 0 auto;
}
.imp05 div p{
	margin-bottom: 20px;
}

@media only screen and (max-width: 644px) {
	.imp05 div {
		padding: 15px 0;
	}
	.imp05 div:nth-of-type(1) {
		width: 100%;
	}
	.imp05 dl dt {
		width: 57%;
	}
	.imp05 dl dd {
		width: 40%;
	}
    .imp05 div img {
		max-width: 100%;
		height: auto;
	}
}

/*インプラント治療の流れ
------------------------------------------------------------*/
.imp03 section {
	padding: 20px 10px;
	border-bottom: dotted 1px #ccc;
}
.imp03 section h3 {
	color: #099;
	font-weight: bold;
	margin-bottom: 5px;
}
.imp03 section > span,
.imp03 section > p {
	display: inline-block;
	vertical-align: middle;
}
.imp03 section > p {
	line-height: 1.5;
	width: 520px;
	padding-left: 30px;
}
.imp03 section > span {
	width: 135px;
}
.imp03 section > span img {
	margin: 0 auto;
	display: block;
}
.imp03 section > p span {
	text-align: right;
	display: block;
	margin-top: 10px;
}
.imp03 .sec2 p {
	width: 100%;
	padding: 0 0 15px 0;
}
.imp03 .sec2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 32.8%;
}
.imp03 .sec2 ul li span,
.imp03 .sec2 ul li p {
	display: inline-block;
	vertical-align: top;
}
.imp03 .sec2 ul li p {
	line-height: 1.5;
	width: 115px;
	padding-top: 10px;
}
.imp03 section:last-child {
	border-bottom: none;
}

@media only screen and (max-width: 644px) {
	.imp03 section {
		padding: 20px 0;
	}
	.imp03 section > span,
	.imp03 section > p {
		display: block;
	}
	.imp03 section > p {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	.imp03 .sec2 ul li {
		display: block;
		width: 100%;
	}f
	.imp03 .sec2 ul li span,
	.imp03 .sec2 ul li p {
		vertical-align: middle;
	}
	.imp03 .sec2 ul li span {
		width: 32%;
	}
	.imp03 .sec2 ul li p {
		width: 65%;
	}
}

/*当院で使用しているインプラントの種類
------------------------------------------------------------*/
.imp11 section {
	padding: 20px 10px;
	border-bottom: dotted 1px #ccc;
}
.imp11 section h3 {
	color: #099;
	font-weight: bold;
	margin-bottom: 5px;
}
.imp11 section h3::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #099;
	display: inline-block;
	margin-right: 5px;
}
.imp11 section img {
	float: right;
	margin: 0 0 15px 15px;
}
.imp11 section p {
	padding: 0 10px;
	line-height: 1.5;
}
.imp11 div dl dt {
	color: #099;
	font-weight: bold;
	margin-bottom: 5px;
}
.imp11 div {
	padding: 20px 10px;
	width: 335px;
}

@media only screen and (max-width: 644px) {
	.imp11 section {
		padding: 20px 0;
	}
	.imp11 section p {
		padding: 0;
	}
	.imp11 section p img {
		max-width: 50%;
		height: auto;
	}
	.imp11 div {
		padding: 20px 0 0 0;
		width: 	100%;
	}
	.imp11 div img {
		display: inline-block;
		height: auto;
		width: 46.8%;
		padding: 0 1%;
	}
}

/*CT検査
------------------------------------------------------------*/
.imp04 div {
	padding: 15px 10px 0 10px;
	text-align: center;
}
.imp04 div p {
	text-align: left;
	line-height: 1.5;
}
.imp04 div.alignright,
.imp04 div.txt {
	width: 332px;
}
.imp04 div.txt {
	float: right;
	padding-top: 0;
}
.imp04 > p {
	clear: both;
	padding: 1.5em 10px;
	line-height: 1.5;
}

@media only screen and (max-width: 644px) {
	.imp04 div.alignleft,
	.imp04 div.alignright {
		width: 50%;
		padding: 15px 0;
		float: left;
	}
	.imp04 div img {
		max-width: 100%;
		height: auto;
	}
	.imp04 div.txt {
		float: none;
		width: 100%;
		clear: both;
		padding: 0;	
	}
	.imp04 > p {
		padding: 1.5em 0;
	}
}

/*切らない・腫れない・痛くない治療術式
------------------------------------------------------------*/
.imp10 section {
	padding: 15px 10px 30px 10px;
}
.imp10 section h3 {
	color: #099;
	font-weight: bold;
	font-size: 110%;
}
.imp10 section p {
	line-height: 1.5;
	padding: 10px 0 20px 0;
}
.imp10 section p span.txt_b {
	font-weight: bold;
}
.imp10 section ul {
	text-align: center;
	margin-bottom: 10px;
}
.imp10 section ul li {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	line-height: 1.5;
}
.imp10 section ul li img {
	display: block;
	margin: 0 auto;
}
.imp10 .sec2 ul li {
	width: 210px;
}

@media only screen and (max-width: 644px) {
	.imp10 section {
		padding: 15px 0 30px 0;
	}
	.imp10 section ul li,
	.imp10 .sec2 ul li {
		width: 31.8%;
	}
	.imp10 section ul li img,
	.imp10 .sec2 ul li img {
		max-width: 100%;
		height: auto;
	}
}

/*ワンデイ・インプラント
------------------------------------------------------------*/
.imp08 > p {
	padding: 15px 10px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 20px;
	line-height: 1.5;
}
.imp08 > div {
	text-align: center;
}
.imp08 > div span {
	display: block;
	padding: 0 10px;
	float: left;
}
.imp08 > div p.txt {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
}
.imp08 div {
	width: 332px;
	margin: 0 10px 20px 10px;
}
.imp08 div.alignleft p:last-child {
	clear: both;
}
.imp08 > div ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 5px;
}
.imp08 > div ul li img {
	display: block;
}

@media only screen and (max-width: 644px) {
	.imp08 > p {
		padding: 15px 0;
	}
	.imp08 div {
		margin: 0 0 20px;
		width: 100%;
	}
	.imp08 > div span {
		padding: 0 2%;
		width: 46%;
	}
	.imp08 > div span img {
		max-width: 100%;
		height: auto;
	}
	.imp08 > div p.txt {
		width: 46%;
		margin: 10px 0;
	}
}

/*インプラント入れ歯
------------------------------------------------------------*/
.imp14 {
	line-height: 1.5;
}
.imp14 h2 + p {
	padding: 15px 10px;
	font-weight: bold;
}
.imp14 h2 + p span {
	color: #099;
	font-size: 115%;
	display: inline-block;
	margin-bottom: 5px;
}
.imp14 section {
	padding: 30px 10px;
}
.imp14 section h3 {
	color: #099;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 10px;
}
.imp14 section ul {
	list-style-type: disc;
	padding-left: 20px;
}
.imp14 section p {
	text-align: center;
}
.imp14 .compare dl dt {
	color: #f69;
}
.imp14 .compare dl {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.imp14 .compare dl:nth-of-type(1) {
	width: 252px;
}
.imp14 .compare dl:nth-of-type(2) {
	width: 352px;
}
.imp14 .compare dl dd {
	position: relative;
	padding-left: 1em;
}
.imp14 .compare dl dd::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.imp14 .compare div {
	text-align: right;
	margin-top: 10px;
}
.imp14 .price dt,
.imp14 .price dd {
	display: inline-block;
	vertical-align: top;
}
.imp14 .price dt {
	width: 150px;
}
.imp14 .price dd {
	width: 535px;
	margin-bottom: 10px;
}
.imp14 .compare {
	padding-bottom: 0;
}


@media only screen and (max-width: 644px) {
	.imp14 h2 + p {
		padding: 15px 0;
	}
	.imp14 section {
		padding: 20px 0;
	}
	.imp14 section p img {
		max-width: 100%;
		height: auto;
	}
	.imp14 .compare dl {
		display: block;
		padding: 0 0 20px 0;
	}
	.imp14 .compare dl:nth-of-type(1),
	.imp14 .compare dl:nth-of-type(2) {
		width: 100%;
	}
	.imp14 .price dt,
	.imp14 .price dd {
		width: 100%;
	}
	.imp14 .compare div {
		margin-top: 0;
	}
}

/*インプラントＱ＆Ａ, 歯ならびＱ＆Ａ
------------------------------------------------------------*/
.imp12 p {
	padding: 15px 10px;
	color: #099;
	font-size: 120%;
	font-weight: bold;
}

/* accordion menu */
.acMenu {
	margin: 0 10px;
	line-height:1.5;  
	border-bottom: 1px solid #ccc;
}
.acMenu dt {
    display:block;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor:pointer;
    padding: 15px 40px 15px 3.5em;
    background:#f6f6f6;
    position: relative;
}
.acMenu dt::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px; 
	border-top: 3px solid #666;
	border-right: 3px solid #666;
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: 20px;
	top: 30%;
}
.acMenu dd {   
    display:none;
    padding: 15px 15px 15px 3.5em;
    border: 1px solid #ccc;
    border-bottom: none;
    position: relative;
}
.acMenu dt.active {
	background:#f6f6f6;
}
.acMenu dt.active::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px; 
	border-top: 3px solid #666;
	border-right: 3px solid #666;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 40%;
}
.acMenu span {
	font-weight: bold;
	position: absolute;
	left: 10px;
}
.acMenu dt span {
	color: #099;
}
.acMenu dd span {
	color: #f69;
}

@media only screen and (max-width: 644px) {
	.imp12 p {
		padding: 15px 0;
	}
	.acMenu {
		margin: 0;
	}
}

/*インプラントの光機能化
------------------------------------------------------------*/
.imp13 h2 + p {
	padding: 15px 10px 0 10px;
	color: #099;
	font-size: 120%;
	font-weight: bold;
}
.imp13 section {
	padding: 20px 10px;
	line-height: 1.5;
}
.imp13 section h3 {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 10px;
}
.imp13 section div {
	text-align: center;
}
.imp13 section div img {
	border: solid 1px #aaa;
	margin: 15px 0;
	padding: 10px 20px;
}
.imp13 > div {
	text-align: center;
	margin: 30px 10px;
}
.imp13 div dl {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	line-height: 1.5;
	width: 482px;
	padding-right: 30px;
}
.imp13 div dl dt{
	margin-bottom: 15px;
	font-size: 105%;
	font-weight: bold;
}
.imp13 div dl dt::before {
	content:"";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #333;
	border-radius: 6px;
	margin-right: 3px;
}
.imp13 div dl dd {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 1em;
	position: relative;
}
.imp13 div dl dd::before {
	content: "・";
	position: absolute;
	left: 0;
	font-weight: bold;
}
.imp13 div div {
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
}
.imp13 div div img {
	display: block;
}
.imp13 div p {
	text-align: right;
	padding: 10px;
}
.imp13 > div:last-child {
	text-align: right;
	padding-right: 10px;
}

@media only screen and (max-width: 644px) {
	.imp13 h2 + p {
		padding: 15px 0 0 0;
	}
	.imp13 section {
		padding: 20px 0 0 0;
	}
	.imp13 section div img {
		height: auto;
		max-width: 96%;
    		padding: 10px 2%;
		vertical-align: bottom;
	}
	.imp13 > div {
    		margin: 30px 0;
	}
	.imp13 div dl {
		display: block;
		padding-right: 0;
		width: 100%;
	}
	.imp13 div dl dd {
    		margin-left: 0;
	}
	.imp13 > div img {
		height: auto;
		max-width: 100%;
	}
	.imp13 > div:last-child {
    		padding-right: 0;
	}
}

/*総入れ歯でお悩みの方へ
------------------------------------------------------------*/
.imp07 h2 + p {
	padding: 15px 10px;
	line-height: 1.5;
}
.imp07 h2 + p span {
	font-weight: bold;
}
.imp07 > div {
	text-align: center;
	padding: 20px 0;
	border-top: dotted 1px #ccc;
}
.imp07 > div p {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	width: 163px;
	line-height: 1.5;
}
.imp07 > div p img {
	display: block;
}
.imp07 dl {
	padding: 20px 10px;
	border-top: dotted 1px #ccc;
	line-height: 1.5;
}
.imp07 dl dt {
	color: #099;
	font-weight: bold;
	margin-bottom: 5px;
}
.imp07 section {
	margin: 10px;
	border: solid 1px #099;
	padding: 2px;
}
.imp07 section div {
	border: solid 1px #099;
	padding: 15px;
	line-height: 1.5;
}
.imp07 section h3 {
	color: #099;
	font-weight: bold;
	margin-bottom: 10px;
}
.imp07 section ul {
	list-style-type: square;
	padding-left: 20px;
}
.imp07 section ul li {
	margin-bottom: 3px;
}

@media only screen and (max-width: 644px) {
	.imp07 h2 + p {
		padding: 15px 0;
	}
	.imp07 > div p {
		margin: 0;
   		width: 31.8%;
	}
	.imp07 > div p img {
		max-width: 100%;
		height: auto;
	}
	.imp07 dl {
		padding: 20px 0;
	}
	.imp07 section {
	 	margin: 10px 0;
	}
	.imp07 section div {
		padding: 10px 3%;
	}
}

/*ヘッダーテキスト追加
------------------------------------------------------------*/
#header p.txt {
	font-size: 90%;
	color: #f69;
	float: left;
	padding: 48px 0 0 10px;
}

@media only screen and (max-width: 644px) {
	#header p.txt {
		float: none;
		padding: 0 0 15px 0;
	}
	#header h1 + p {
		padding: 20px 5px 5px 5px;
	}
	#header .contact {
		padding: 0 0 10px;
	}
}

/* サイトマップ
------------------------------------------------------------*/
.sitemap {
	line-height: 1.5;
}
.sitemap > p {
	padding: 20px 10px 30px 10px;
	font-size: 108%;
	font-weight: bold;
}
.sitemap ul li a,
.sitemap > p a {
	position: relative;
	display: block;
	padding-left: 10px;
}
.sitemap ul li a::before,
.sitemap > p a::before {
	content: "";
    position: absolute;
    top: 0.9em;
    left: 0;
    border: 4px solid transparent;
    border-width: 4px 5px;
    border-left-color: #39c;
    margin-top: -8px;
    background: transparent;
}
.sitemap > ul {
	padding: 0 10px;
}
.sitemap ul li {
	margin-bottom: 5px;
}
.sitemap > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 312px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.sitemap > ul > li > a {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 10px;
}
.sitemap > ul > li ul {
	padding-left: 15px;
}
.sitemap ul li ul li ul {
	padding-top: 5px;
	padding-bottom: 2px;
}

@media only screen and (max-width: 644px) {
	.sitemap > p {
		padding: 20px 2% 30px 2%;
	}
	.sitemap > ul {
		padding: 0 2%;
	}
	.sitemap > ul > li {
		display: block;
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
}

/* googleマップサイズ調整
------------------------------------------------------------*/
.ggmap iframe {
    width: 700px;
    height: 350px;
}

/* facebook調整
------------------------------------------------------------*/
.fb_box {
	margin: 10px 0;
}
@media only screen and (max-width: 644px) {
	.fb_box {
		width: 100%;
	}
	.fb_bnr {
		width: 240px;
		margin: 0 auto;
	}
}

/* 2015.11 関連ページを追加
------------------------------------------------------------*/
.relation {
	clear: both;
	padding: 5px 10px 10px 10px;
	background: #f6f6f6;
	margin-top: 30px;
}
.relation h4 {
	color: #f69;
	font-size: 120%;
	margin: 0 0 5px 0;
	text-align: center;
}
.relation ul {
	overflow: hidden;
	background: #fff;
	padding: 5px 10px;
}
.relation ul li {
	display: inline-block;
	width: 307px;
	vertical-align: top;
	padding: 3px 10px 3px 15px;
	line-height: 1.5;
}
.relation ul li a {
	padding-right: 10px;
	position: relative;
}
.relation ul li a:before {
	content: "";
	border-radius: 8px;
	width: 4px;
	height: 4px;
	border: solid 3px #39c;
	display: inline-block;
	margin-right: 6px;
	position: absolute;
	top: 5px;
	left: -15px;
}
.relation ul.team li {
	width: 195px;
}
.relation ul.iin li {
	width: 180px;
}
.relation ul.iin li:nth-child(3n+1) {
	width: 225px;
}
article.ortho,
article.kids,
article.imp08 {
	overflow: hidden;
}
@media only screen and (max-width: 644px) {
	.relation ul li {
		float: none;
		width: 95% !important;
		padding: 5px 0 5px 15px;
		border-bottom: dotted 1px #ccc;
	}
	.relation ul li:last-child {
		border-bottom: none;
	}
	.relation ul li a {
		display: block;
		padding-right: 0;
	}
}
@media only screen and (min-device-width: 375px)
 and (max-device-width: 667px)
 and (orientation : landscape) { 
	.relation ul li {
		float: none;
		width: 95% !important;
		padding: 5px 0 5px 15px;
		border-bottom: dotted 1px #ccc;
	}
	.relation ul li:last-child {
		border-bottom: none;
	}
	.relation ul li a {
		display: block;
		padding-right: 0;
	}
}

/* 2015.11 ナビの訪問済みリンク
------------------------------------------------------------*/
nav#mainNav ul.sub-menu li a:link {
	color: #fff;
}
nav#mainNav ul.sub-menu li a:visited {
	color: #ccc;
}
nav#mainNav ul.sub-menu li a:hover,
nav#mainNav ul.sub-menu li a:active {
	color: #fff;
}

/* 2015.11 ナビのカラー変更
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	background-color: #0199ca;
	}
	nav#mainNav ul li{
	border-right-color: #40afd3;
	}	
	nav#mainNav ul li:first-child{
	border-left-color: #40afd3;
    }
    nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a{
	background-color: #01698A;
  }
    nav#mainNav ul li li{
	background-color: #0186B0;
  }
}
@media only screen and (max-width:1024px){	
	nav#mainNav a.menu{
	border: 1px solid #01698A;
	background-color: #0186B0;
	}
	nav#mainNav a.menuOpen{
	background-color: #0186B0;
	}
	nav .panel{
	border:1px solid #515151;
	}
	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	background-color: #0199ca;
	}
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background-color: #0186B0;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
	background-color: #0199ca;
	}
	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
	background-color: #0186B0;
	}
	nav#mainNav ul li li:last-child a{
	background-color: #0199ca;
	}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{
	background-color: #0186B0;
	}
}

/* 2015.11 高橋先生追加
------------------------------------------------------------*/
.bosyu section.takahashi,
.bosyu section.isobe {
	background-color: #eaf7ff;
}
.bosyu section.isobe h3 {
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.5;
}
.bosyu section.isobe .name {
	text-align: right;
	margin-bottom: 10px;
}
.bosyu section.takahashi div,
.bosyu section.shigeno div {
	text-align: center;
}

/* 2016.01 マップ位置変更
------------------------------------------------------------*/
#wrapper {
	position: relative;
}
#sidebar {
    position: absolute;
    right: 0;
    top: 0;
}
#wrapper .access {
	width: 700px;
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
}
#content {
    padding-bottom: 30px;
}

@media only screen and (max-width: 644px) {
	#wrapper,
	#sidebar {
		position: inherit;
	}
	#wrapper .access {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
}

/* 2016.02 修正
------------------------------------------------------------*/
@media only screen and (max-width: 644px) {
	.staff .type2 div dl {
		width: 63.8%;
	}
	.staff div.mori dl:nth-of-type(4) dt:nth-of-type(2) {
		display: block;
	}
}
@media only screen and (min-width: 667px) and (max-width: 959px) {
	#wrapper,
	#sidebar {
		position: inherit;
	}
	#wrapper .access {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.fb_bnr,
	.fb_box {
		text-align: center;
	}
}
@media only screen and (min-width: 645px) and (max-width: 736px) {
	img.alignright, img.alignleft {
		float: none;
		display: block;
		margin: 5px auto;
	}
	.post ul.info_txt {
		margin: 0;
		padding-left: 5%;
		width: 95%;
	}
	.topNews > div {
		width: 84%;
		padding-left: 0;
		height: 5.2em;
	}
	.archive > div {
		height: auto;
		overflow: inherit !important;
	}
	.topNews .date {
		padding-right: 0;
	}
	.topNews h2,
	.topNews .date {
		display: block;
		margin: 0 0 5px 0;
	}
	.topNews div:nth-of-type(1) h2 {
		width: 100%;
	}
	.top_info {
		padding-bottom: 0;
	}
	.top_info h3 {
		border-bottom: none;
	}
	.top_info dl dd a,
	.top_info dl.wide dd a {
		border-bottom: 1px solid #ccc;
		float: none;
		margin-bottom: 8px;
		padding: 0 3% 5px 4%;
		width: 93%;
	}
	.top_info dl dd a:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	.top_info dl dd a:before {
		top: 0.4em;
	}
	.acMenu {
		line-height:1.5;
		padding: 0;
		border-top: solid 1px #ccc;
	}
	.acMenu dt {
		padding: 12px 40px 12px 20px;
		position: relative;
		margin-bottom: 0;
		border-bottom: none;
		background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f6f6f6));
		background: -moz-linear-gradient(top,#fff,#f6f6f6);
	}
	.acMenu dt::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px; 
		border-top: 3px solid #666;
		border-right: 3px solid #666;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		right: 20px;
		top: 30%;
	}
	.acMenu dd {   
		display:none;
		position: relative;
		margin: 10px 3%;
	}
	.acMenu dt.active {
		border-bottom: 1px solid #ccc;
	}
	.acMenu dt.active::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px; 
		border-top: 3px solid #666;
		border-right: 3px solid #666;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		right: 20px;
		top: 40%;
	}
	.staff section div {
		display: block;
	}
		.staff section div img {
		display: inline-block;
		margin-right: 5%;
	}
	.staff .type2 div {
		display: block;
		padding: 10px 0;
		width: 100%;
	}
	.staff .type2 div dl {
		width: 75.8%;
	}
	.staff .type3 span {
		width: 40%;
	}
	.staff .type3 p {
		width: 56%;
		padding-left: 3%;
	}
	.relation ul li {
		float: none;
		width: 95% !important;
		padding: 5px 0 5px 15px;
		border-bottom: dotted 1px #ccc;
	}
}

/* 2016.02.29 修正
------------------------------------------------------------*/
.ortho6 dl dd:nth-of-type(4) {
	width: 48%;
}
.ortho6 dl dd {
	text-align: right;
}
.ortho6 dl dd:nth-of-type(3) {
	width: 96.4%;
	text-align: left;
	padding-left: 3.6%;
}
.ortho6 dl dd:nth-of-type(3) p span {
	display: block;
	float: left;
	width: 49.7%;
	margin: 3px 0;
}
.ortho6 dl dd:nth-of-type(3) p span.price {
	text-align: right;
}
@media only screen and (max-width: 644px) {
	.ortho6 dl dd,
	.ortho6 dl dd:nth-of-type(4) {
		width: 48.6%;
	}
}

/* 2016.09.21 チームスタッフ副院長
------------------------------------------------------------*/
.staff div.sato {
	width: 550px;
	padding-left: 15px;
	line-height: 1.5;
}
.staff div.sato dl dt {
    margin-bottom: 15px;
}
@media only screen and (max-width: 644px) {
	.staff div.sato {
		width: 63.8%;
		padding-left: 0;
		display: inline-block;
    		vertical-align: top;
	}
	.staff .type1 h3 + div {
    		display: inline-block;
	}
}

/* インスタバナー追加
------------------------------------------------------------*/
p.insta_bnr {
    padding-bottom: 15px;
}
p.insta_bnr img {
    vertical-align: bottom;
}

/* サイドバー診療時間を揃える
------------------------------------------------------------*/
#sidebar .side_info dd td {
	text-align: right;
	padding-right: 0.5em;
}

/* 診療時間を揃える
------------------------------------------------------------*/
table.consultation-time td {
	text-align: right;
	padding-right: 0.5em;
}

/* チームメンバー募集　応募リンクボタン追加
------------------------------------------------------------*/
.bosyu .bosyu-btn {
	margin: 1vw 0 2.5vw 0;
}
.bosyu .bosyu-btn a {
	background: #099;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	display: block;
	max-width: 500px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	margin: 0 auto;
	box-shadow: 0 4px 0 #066;
}
.bosyu .bosyu-btn a:hover {
	opacity: 0.8;
	box-shadow: none;
	position: relative;
	top: 4px;
}

/*-------------------- 小児歯科：写真変更20220418 */
article.kids .kids_image img {
    display: block;
	margin: 1em auto;
	border-radius: 10px;
	max-width: 100%;
	height: auto;
}
/*-------------------- 歯ならび：写真変更20220418 */
article.ortho .ortho_lead_img img {
    display: block;
    margin: 0 auto 1em auto;
	border-radius: 10px;
}