﻿@charset "utf-8";
/*****************************************************/
/*　基本設定　*/
/*****************************************************/
*{
	/* IE 6,7,8でもCSS3を適応させる記述 
	使えるプロパティ
	border-radius -角丸-
	border-image -ボーダーにイメージ画像-
	box-shadow -ドロップシャドウ-
	linear-gradient -グラデーション背景-
	multiple background images -背景画像を複数表示-
	※『 linear-gradient 』だけは、もう1行、独自のプレフィクス「-pie-」を使用した記述が必要*/
	behavior: url(./htc/PIE.htc);

}
/* =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{
	font:100% "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	color:#252525;
	-webkit-text-size-adjust: none;
	background-image: url(../images/common/body_bg.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-position: 50% top;
	height: auto;
	width: 100%;
}
/* フローティングボックス
------------------------------------------------------------*/
.floating {
	bottom: 100px;
	left: 10px;
	padding:5px 5px 2px 10px;
	line-height: 18px;
	position: fixed;
	z-index: 100;
	width: 180px;
	height: 60px;
	display: block;
	border: #e0e0e0 1px solid;
	background-color: white;
	opacity: 0.8;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	border: 2px double #FF0000;
	-webkit-box-shadow: 8px 6px #C0C0C0;
	border-bottom-left-radius: 30px;
	/* [disabled]border-bottom-right-radius: 30px; */
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	box-shadow: 8px 6px #C0C0C0;
}
/* ========== リンク設定 ========== */
a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
	color:#5B2031;
}
a:hover, a:active{
	-webkit-transition:opacity 1s;
	-moz-transition:opacity 1s;
	-o-transition:opacity 1s;
	outline: none;
	color:#999;
}


/*****************************************************/
/*　レイアウト　*/
/*****************************************************/


/* ========== ヘッダー ========== */
/* サイト説明文 + 住所 */
#header{
	overflow:hidden;
	position:relative;
	padding-top:3px;
	background-image: url(../images/common/h_bgimg.png);
	background-repeat: repeat-x
	background-position: top;
	background-repeat: repeat-x;
}
#header p{
	margin-top:8px;
}
#header h1{
	padding:3px 0;
	color: #fff;
	font-size:80%;
	font-weight:normal;
}

#header p{
	float:right;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
/* ロゴ (サイトタイトル) */
#header h2{
	clear:both;
	float:left;
	color: #515151;
	font-size:160%;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


/* ========== メニュー ========== */
nav {
	display: block;
	background-color: #616C96;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #A0A0A4;
	border-bottom-color: #A0A0A4;
}
.menu_a {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}
.menu_b {
	border-right: 1px solid #FFF;
	}
/* Clearfix */
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post{zoom: 1;}


/* ========== サイドメニュー ========== */
#sidebar{
	float:left;
	width:300px;
	padding:0px 0;
	margin-top:10px;
	margin-bottom:20px;
	color:#5B2031;
}
.title_side{
	clear:both;
	margin:0px;
	padding:12px 0 6px 10px;
	font-size:100%;
	/*text-shadow: 0.1em 0.1em 1px #000;*/
	border-bottom:2px #afafaf solid;
	border-left:1px #BBB solid;
	border-right:1px #BBB solid;
	border-top:1px #BBB solid;
	/* 左上右上のみ角丸 */
	border-radius:6px 6px 0px 0px;
	background-color: #eacad3;
	/*background-image: url(../images/common/haikei_right.png);
	background-repeat: no-repeat;
	background-position: right;*/
	/*background: url(../images/common/h3_back.png) repeat-x 0 100%;
	color:#fff;*/
	position:relative;
}
.newsTitle{
	clear:both;
	margin: 0 auto;
	padding:5px 0;
	font-size:20px;
	color: #333;
	padding:0px;
	font-weight: bolder;
}
.newsTitle h3{
	text-align:center;
}

/* サイドバー　ウィジェット */
section.widget, .widgetInfo{
	margin: 0px 0px 20px 0px;
	padding: 10px 7px;
	border:1px solid #BBB;
	background: #fff;
}
.side_title{
	margin:0px 0 0px 0;
	padding:10px 0 12px 10px;
	font-size:150%;
	border-bottom:0;
	background: url(../images/side/menu_side.png) no-repeat 50% 50%;
	border-radius:8px;
}
#banners img{
	max-width:225px;
	height:auto;
	padding-bottom:10px;
}
section.widget h3{
	clear:both;
	margin:0px;
	padding:5px 0;
	font-size:100%;
	font-weight:normal;
	color: #333;
	border-bottom:1px solid #ccc;
}
section.widget ul ul li{ margin-left:15px;}
#searchform input[type="text"]{
	line-height:1.7;
	height:24px;
	width:100px;
	vertical-align:bottom;
}
section.widget li{
	background-image: url(../images/common/arrow2.png);
	background-position:left;
	background-repeat:no-repeat;
}
section.widget a{
	display:block;
	padding:20px 0 13px 30px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #616C96;
	background-repeat: no-repeat;
	background-position:right;
}
section.widget a:hover{
	text-decoration:none;
}
section.widget2 a{
display:block;
padding:6px 0 6px 0px;
}
section.widget a.toppage{background-image:url(../images/side/top_side.png);}
section.widget a.reason{background-image: url(../images/side/reason.png);}
section.widget a.voice{background-image: url(../images/side/voice.png);}
section.widget a.faq{background-image: url(../images/side/faq.png);}		
section.widget a.exp{background-image: url(../images/side/care.png);}
section.widget a.care{background-image: url(../images/side/care.png);}
section.widget a.daeki{background-image: url(../images/side/daeki.png);}
section.widget a.treatment{background-image: url(../images/side/treatment2.png);}
section.widget a.doctor{background-image: url(../images/side/doctor.png);}	
section.widget a.reserved{background-image: url(../images/side/reserved.png);}
section.widget a.kabusemono{background-image: url(../images/side/kabusemono.png);}
section.widget a.shisyuubyou{background-image: url(../images/side/shisyuubyou.png);}
section.widget a.kyousei{background-image: url(../images/side/kyousei.png);}
section.widget a.purasenta{background-image: url(../images/side/purasenta.png);}
section.widget a.eijingu{background-image: url(../images/side/eijingu.png);}
section.widget a.musiba_yobo{background-image: url(../images/side/musiba_yobou.jpg);}
section.widget a.musiba_chiryou{background-image: url(../images/side/musiba_chiryou.png);}
section.widget a.chiled_kyousei{background-image: url(../images/side/chiled_kyousei.png);}
section.widget a.fusso{background-image: url(../images/side/fusso.png);}
section.widget a.price{background-image: url(../images/side/price.png);}
section.widget a.site_map{background-image: url(../images/side/site_map.png);}
section.widget a.access{background-image: url(../images/side/access.png);}
section.widget a.blog{background-image: url(../images/side/blog.png);}
section.widget a.prevention{background-image: url(../images/side/prevention.png);}		
section.widget a.innai{background-image: url(../images/side/innaitua.png);}		
section.widget a.staff{background-image: url(../images/side/staff.png);}		
section.widget a.ippansika{background-image: url(../images/side/ippanshika.png);}
section.widget a.shouni{background-image: url(../images/side/shouni.png);}		
section.widget a.inp{
	background-image: url(../images/side/inp.png);
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 30px;
}		
section.widget a.sinbi{background-image: url(../images/side/sinbi.png);}		
section.widget a.crean{background-image: url(../images/side/crean.png);}	
section.widget a.white{background-image: url(../images/side/white.png);}		
section.widget a.bri{background-image: url(../images/side/bri.png);}		

.colorf39{
	color:#f39;
}
.text_area{ padding:20px 10px 10px 10px; border:1px solid #c3c3c3; background:#fff;	margin: 0px 0px 20px 0px; border-collapse:collapse;
}
.text_area li{ margin-bottom:10px; border-bottom:1px dotted #c3c3c3; padding:3px 0px;}
.text_area li a{ color:#600;}

.blogtitle{
	padding-left:5px;
}

/* ========== フッター ========== */
#footer{
	clear:both;
	padding-top:20px;
	background-color: #66464D;
} 
#mainImg_sub{
	margin-top:15px;
}
#footer_top{
	clear:both;
	background-position:top;
	padding-top:10px;
} 
#footer ul{
	font-size:12px;
	padding:10px 0 30px 0;
}
.footer_inner{
	margin:0 auto;
	width:980px;
}
.section {
	float:left;
	width:260px;
	margin-right:5px;
	color:#FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.section_logo {
   float:right;
   color:#FFF;
}
.section h3{
	color:#C00;
}
#copyright{
	clear:both;
	padding:10px 0 37px;
	text-align:center;
	color:#fff;
	font-size:10px;
}
#footer ul li{
	vertical-align:text-top;
	text-align:left;
	padding:5px 0;
	margin-right:30px;
	background:url(../images/common/arrow.png) no-repeat 0 12px;
}
#footer ul li	a{
	display:block;
	padding:0 0 0 12px;
	overflow:hidden;
	color: #FFF;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer ul li li{
	display:block;
	padding:0;
	margin:0 0 0 10px;
	background-position:0 5px;
}
*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}
#copyright{
	clear:both;
	padding:10px;
	text-align:center;
	font-size:75%;
	zoom:1;
	color:#a0a0a0;
	background:#ebebeb;
}


/* ========== フォーム ========== */
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: #ddd;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	line-height:1.5;
	font-size:100%;
	color:#fff;
}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
	background: #cecece;
}
*:first-child+html input[type="submit"]{padding:3px;}


/* ========== メイン（本文） ========== */
#wrapper{
	margin:0 auto;
	width:1045px;
}
.inner{
	width:1045px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content{
	float:right;
	width:725px;
	padding: 0px;
	margin-top:10px;
	margin-bottom:10px;
}
#mainImg{
	clear:both;
	line-height:0;
	text-align:center;
	z-index:0;
	background:url(../images/index/bc.png) center no-repeat;
	margin: 0px;
	padding: 0px;
}
.art{
	padding-right: 10px;
	padding-left: 10px;	
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #dadada;
	background: #fff;
}
.art ul{
	float:left;
	margin-bottom:20px;
/*	background-image: url(../images/daeki/daekinohataraki.png);
	background-repeat: no-repeat;
	background-position: right center;
	width:100%;*/
}
.art li{
	line-height: 26px;
	padding-left: 0px;	
}
.art img{
	max-width:100%;
	height:auto;
}
.art li{
	margin-right:5px;
}
.art ul{
	margin-left:20px;
	margin-right: 5px;
	margin-bottom:10px;
}

.post{
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #dadada;
	background: #fff;
}
.t_title{
	margin:10px 0px;
}
.clr{
	clear:both;
}
.sub_text_normal{
	line-height:150%;
	padding:0 10px;
}
.sub0_text{
	float:left;
	width:350px;
	line-height:150%;
	margin-right: 10px;
	margin-top: -10px;
	vertical-align: top;
	margin-left: 10px;
}
.sub_text{
	float:left;
	width:400px;
	line-height:150%;
	margin-right: 10px;
	margin-left: 10px;
}
.sub1_text{
	float:left;
	width:500px;
	line-height:150%;
	margin-right: 10px;
	margin-left: 10px;
}
.sub2_text{
	float:left;
	width:100%;
	line-height:150%;
	margin-right: 10px;
	margin-left: 10px;
}
.sub3_text{
	float:left;
	width:700px;
	line-height:150%;
	margin-right: 10px;
	margin-left: 10px;
}
.sub_img{
	float:left;
}
.sub2_img{
	float:left;
	padding: 0px;
	margin-top: 15px;
}
.sub3_img{
	float:none
	padding: 0px;
	margin-top: 15px;
	text-align: center;
}
.cap_title{
	font-weight: bold;
	color: #616C96;
	/*color: #007F55;*/
	vertical-align: middle;
	background-image: url(../images/common/icon.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 50px;
	font-size: 20px;
	/*line-height: 30px;*/
	/*height: 50px;*/
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 150%;
}
.margin_ul{
	margin-left:30px;
	background-image: url(../images/selfcare/19217978.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 5px;
	margin-bottom:10px;	
}
.yout{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
}
.yout2{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

/* タイポグラフィ
*****************************************************/
/*.title{
clear:both;
margin:0px 0 10px 0;
padding:12px 0 14px 10px;
font-size:120%;
color:#fff;
text-shadow: 0.1em 0.1em 1px #000;
border-bottom:0;
background: url(../images/common/h3_back.png) repeat-x 0 100%;
border-radius:8px;
}*/
.title{
	clear:both;
	margin:0px;
	font-size:20px;
	/*text-shadow: 0.1em 0.1em 1px #000;*/
	border-bottom:2px #afafaf solid;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
	border-top:1px #dddddd solid;
	/* 左上右上のみ角丸 */
	border-radius:6px 6px 0px 0px;
	background:#eacad3 url(../images/common/haikei_right.png) no-repeat left;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 55px;
	font-weight: bolder;
	position:relative;
}
.sub_title{
	clear: both;
	font-size: 200%;
	font-weight: bold;
	color:#616C96;
	border-bottom: 0;
	height: 70px;
	border: 3px solid #d5d5d5;
	line-height: 120%;
	border-radius:6px 6px 0px 0px;
	background: url(../images/common/sub_ttl_bk.jpg) no-repeat ;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
	position:relative;
}
.subtext_dc{
	font-size: large;
	font-style: italic;
	padding-left: 20px;
}
h2.first{
	margin-top:0;
}
.dateLabel{
	margin:0 0 10px;
	text-align:right;
	font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.post p{
	padding:0;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	line-height:150%;
}
h5{
	border-bottom:1px dotted #F90;
	margin:15px 0px 0px 10px;
	padding:0px 0 5px 30px;
	background:url(../images/content/midashi_h4.jpg) no-repeat;
}
ul.check{}
ul.check li{
	background:url(../images/content/check.png) no-repeat left;
	padding:5px 0px 5px 35px; margin-left: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;
	font-size:18px;
}
.post h1{
	margin:20px 0;
	padding:5px 0;
	font-size:150%;
	color: #000;
	border-bottom:3px solid #000;
}
.post h2{
	margin:10px 0;
	padding-bottom:2px;
	font-size:130%;
	font-weight:normal;
	color: #333;
	border-bottom:2px solid #515151;
}
/*.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#ddd;
border-bottom:1px solid #515151;
}
*/
.post table{
	border: 1px solid #bbb;
	border-collapse:collapse;
	border-spacing: 0;
	padding: 4px;
	margin: 10px 0 20px 0;
}
.post table th{
	padding:10px;
	border:1px solid #bbb;
	border-width: 0 0 1px 1px;
	color:#2A5FAA;
	background-color: #ecc6d5;
	text-align: center;
	white-space:nowrap;
	vertical-align: middle;
}
.post table td{
	padding:10px;
	border: 1px solid #bbb;
	border-width: 0 0 1px 1px;
	background:#fff;
	text-align: left;
	vertical-align: middle;
}
.post2 table td{
	padding:10px;
	border: 1px solid #bbb;
	border-width: 0 0 1px 1px;
	background:#fff;
	text-align: center;
	vertical-align: middle;
}
.post_th{
	width:25%;
}
.post_th2{
	width:30%;
}
.post_th3{
	width:40%;
}
.post dt{font-weight:bold;}
.post dd{padding-bottom:10px;}

.post_2 table{
	border: 2px double #616C96;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.post_2 table th{
	border: 2px double #616C96;
	color:#2A5FAA;
	background-color: #ecc6d5;
	text-align: center;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left:10px;
	vertical-align: middle;
}
.post_2 table td{
	border: 2px double #616C96;
	background:#fff;
	text-align: center;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.post_2 dt{font-weight:bold;}
.post_2 dd{
	padding-bottom:10px;
}
img.aligncenter {
	display: block;
	margin:5px auto;
}
img.alignright, img.alignleft{
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft{margin: 0 7px 2px 0;}
.alignright{float:right;}
.alignleft{float: left;}
.alignleft2{
	float: left;
	text-align: left;
}

/* --- 新着情報エリア --- */
div.update {
}

/* --- 新着リスト --- */
div.update dl {
	width: 100%; /* 新着リストの幅 */
	margin: 0px;
	border-bottom: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
	height:auto;
}

/* --- 日付エリア --- */
div.update dt {
	width: 9em; /* 日付エリアの幅 */
	float: left;
	padding: 20px 0 20px 20px; /* 日付エリアのパディング（上右下左） */
	line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
	margin: 0;
	padding: 20px 3px 20px 12em; /* 本文エリアのパディング（上右下左） */
	border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
	line-height: 120%;
}
div.update dl::-webkit-scrollbar{
	width: 13px;
	background: #e3e3e3;
}
div.update dl::-webkit-scrollbar-thumb{
	background: #37b2ab;
	border-radius: 2px;
}

/* --- パンクズリスト --- */
#icatch-pankuzu {
   margin:0 auto;
   clear:both;
}
ol.topicPath {
	margin: 5px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	list-style-type: none;
	font-size: 80%;
}

/* --- リスト項目 --- */
ol.topicPath li {
	display: inline;
}

/* --- リンク --- */
ol.topicPath li a {
	padding-right: 12px; /* リンクエリアの右パディング */
	color:#2f1705;
	background: url(../images/common/topic_path2.gif) no-repeat right; /* 区切りの記号 */
}

/* web予約-------------*/
.alin_center{
	text-align: center;
}

/* お知らせ　
-------------*/
.newsTitle p{
	float:right;
	padding:0 0 0 10px;
	font-size:.8em;
	background:url(../images/common/arrow.png) no-repeat 0 50%;
}
.news p{
	clear:both;
	padding-bottom:2px;
	border-bottom: 1px solid #ccc;
	color:#616C96;
}
.news p:last-child{border:0;}
.news p a{
	display:block;
	padding:5px 0;
	color:#5B2031;
	font-style:italic;
	font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.news a span{
	color:#5B2031;
}
.news span{padding-left:10px;}
.news a:hover span{color:#777;}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}
.prev{float:left}
.next{float:right;}
#pageLinks{
clear:both;
color:#2a588b;
text-align:center;
}

/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#25252;
border:1px solid #dadada;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#f8f8f8;
}

ul.thumb h3 a{color:#252525;}

ul.thumb h3:hover span{background:#fff;}


/*クリニック紹介*/
/* --- セクション（共通設定） --- */
div.section_clinic {
	margin: 0px 5px 20px 5px; /* セクションのマージン（上、左右、下） */
	text-align:center;
	width:320px;
	float:left;
}
div.section_clinic p{ text-align:left; padding:0px 5px; font-size:14px;}
div.section_clinic img{
	border:#CCC 1px solid;
}
/* --- 標準セクション --- */
/* 見出しエリア */
div.section_clinic div.heading {
margin-bottom: 1.2em; /* 見出しエリアの下マージン */
padding: 0px 2px; /* 見出しエリアのパディング（上下、左右） */

}
/* 見出し */
div.section_clinic div.heading h5 {
margin: 0;
padding:0px; /* 見出しのパディング（上右下左） */
/*border-left: 5px #b6a57f solid; /* 見出しの左境界線 */
background:url(../image/leaf_ico_2.png) no-repeat;
color:#451f03;
font-size:14px;
}

/*クリニック紹介*/

/*診療メニュー*/
.box_1 {
width: 202px;
float: left;
}
.box_2 {
width: 202px;
float: left;
margin-left: 20px;
}
.box_3 {
width: 202px;
float: left;
margin-left: 20px;
}
.box_1, .box_2, .box_3{ border:1px #c3c3c3 solid; padding:5px; margin-bottom:20px; }
.kuwasiku{ background:url(../images/content/yajirusi.png) no-repeat;
background-position:left; padding-left:15px; padding-top:5px; margin-left:40px;}
.box_1 h3, .box_2 h3, .box_3 h3{ border-bottom:1px #060 dotted; text-align:center; padding:5px; margin-bottom:20px; background:url(../images/content/flower.jpg) no-repeat;}
.box_1 p, .box_2 p, .box_3 p{ margin-bottom:10px;}
.box_1 img, .box_2 img, .box_3 img{ margin:5px; border:1px #cccccc solid;}

.box_kenshin1 {
width: 300px;
float: left;
}
.box_kenshin2 {
width: 300px;
float: left;
margin-left: 20px;
}
.box_kenshin1, .box_kenshin2{ border:1px #c3c3c3 solid; padding:5px; margin-bottom:20px; }

.box_kenshin1 h3, .box_kenshin2 h3{ border-bottom:1px #060 dotted; text-align:center; padding:5px; margin-bottom:20px; background:url(../images/content/flower.jpg) no-repeat;}

.box_kenshin1 p, .box_kenshin2 p{ margin:10px;}

a.more-link {
	border: 0px solid rgb(210, 210, 210);
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	text-decoration: none;
	padding: 0.1em 0.3em;
	margin: 5px 0px 0px 0px;
	float: right;
	background:#616c96;
	color:#fff;
}
/*診療メニューここまで*/
/*QandA*/
ol.qa {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(../images/index/shitsumon_img.jpg);
}
/* --- リスト項目 --- */
ol.qa li {
	margin-right:0px;
	padding: 0px 5px 15px; /* リスト項目のパディング（上、左右、下） */
	border-bottom: 1px #c0c0c0 dotted; /* リスト項目の下境界線 */
	list-style-type: none;
}
/* --- 項目の内容 --- */
ol.qa dl {
	margin: 0;
}
/* --- Questionエリア --- */
ol.qa dt {
	margin: 0;
	padding: 0px 0 2px 35px; /* Questionエリアのパディング（上右下左） */
	background: url(../images/common/q2.gif) no-repeat; /* Questionエリアの背景 */
	font-weight: bold;
	line-height: 200%;
	font-size:18px;
}
/* --- Answerエリア --- */
ol.qa dd {
	margin: 0;
	padding: 0px 20px 2px 30px; /* Answerエリアのパディング（上右下左） */
	background: url(../images/common/a2.gif) no-repeat left top; /* Answerエリアの背景 */
	line-height: 200%;
}

h3.sub_title_m {
padding: 16px 0 10px 0px;
color: #4C9D3E;
font-weight: bold;
font-size: 120%;
background: url(../images/content/dotted.png) bottom repeat-x;
/* border-bottom: 1px dotted #4c9d3e; */
}
.post img{max-width:100%;height:auto;}
/*サイドバー*/
		/* お知らせ　
-------------*/

.newsTitle_blog{
	clear:both;
	font-weight: normal;
	margin:0;
	/*background:url(img/bg-side-h3.png) 0 100%;*/
	color:#FFFFFF;
	text-align:center;
	background: #391b19 url(images/common/title_menu_default.png) repeat-x;
	padding:5px;
}

.newsTitle_2 h3{
	background:url(images/common/title_menu.png) repeat-x;height: 35px;
	padding-top:10px;
	font-size:16px;
	}

.newsTitle_2{
	clear:both;
	font-weight: normal;
	margin:0;
	background: #391b19 url(images/common/heading.png) repeat-x;
	/*background:url(img/bg-side-h3.png) 0 100%;*/
	color:#FFFFFF;
	text-align:center;

}


/**/
.sectionBorder h3{
	font-size: 14px;
	font-weight: normal;
	width: 225px;
	height: 35px;
	background: url(images/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 10px 0 0 15px;
	color:#FFFFFF;
}
.sectionBorder_category{ 

	margin:0 0 20px 0;
	
}
.sectionBorder_category ul{	width: 95%; height: 140px; overflow-y: auto;}

.sectionBorder_category ul::-webkit-scrollbar{
	width: 13px;
	background: #ccc;
}
.sectionBorder_category ul::-webkit-scrollbar-thumb{
	background: #633;
	border-radius: 2px;
}

.tokucho_1
	{ 
	clear:both; margin-bottom:15px;
}
.tokucho_1 ul{
	padding:5px 0px 0px 0px; 
	margin:10px 0px 0px 20px;
}
.tokucho_1 ul li{
	list-style-image: url(../images/index/omoch_ico.png);
	margin-left:20px;
	
	}

.t_title{ margin:10px 0px;}
.toku_text{  width:400px; line-height:150%; padding:0 10px;}
.toku2_text{  width:100%; line-height:150%; padding:0 10px;}
.toku_text_normal{line-height:150%; padding:0 10px;}
.toku_img{ float:left;}
.clr{ clear:both;}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}		
nav#mainNav{
clear:both;
position:relative;
z-index:200;
}
nav#mainNav{
clear:both;
position:relative;
z-index:200;
}
nav#mainNav ul li{
float: left;
position: relative;
/*border-right:1px dotted #ccc;*/
}
nav#mainNav ul li:first-child{border-left:0px dotted #ccc;}
nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
color: #FFFBF0;
height:40px;
line-height:34px;
padding:5px 4px 0px 5px;
text-shadow:3px 3px 3px #333333;
width:138px;
font-size: 110%;
}
nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:90%;
line-height:1.4;
}
nav#mainNav ul li a span.sp_size{
font-size:70%;
display:none;
}
nav#mainNav ul li a span.pc_size{
font-size:70%;
}
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:#f8f8f8;*/background-color: #eacad3;
	text-decoration: none;
	color: #FFF;
}
nav#mainNav ul ul{width:160px;}
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{
padding:0 0 0 10px;
margin:0;
float: none;
height:40px;
line-height:40px;
width:160px;
background:#f8f8f8;
border:0;
border-bottom:1px dotted #ccc;
}
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:95%;
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:#3aaaf1;}
nav#mainNav ul li:hover ul li:last-child{border:0;}
/* ========PAGETOP CUSTOMIZE========= */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:500;
}
#page-top a {
	text-decoration: none;
	width: 80px;
	height:25px;
	padding: 20px 10px;
	color:#FFF;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#0f0704;
}
#page-top a:hover {
	text-decoration: none;

}

#sp_menu{ display:none;}
#sp_menu li {display:none;}
#sp_menu li.sp_tell_ban{display:none;}
#sp_menu li a {display:none;}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	margin:10px auto;
	background:#616c96;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	}
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: url(../images/common/menuOpen.png) no-repeat 5px 8px;
	}
	nav#mainNav a#menu span{padding-left:35px;}
	nav#mainNav a.menuOpen{
	background: url(../images/common/menuOpen.png) no-repeat 5px -34px;
	}
	nav#mainNav a#menu:hover{cursor:pointer;}
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}
	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:first-child{border-top:1px solid #d5d5d5;}
	nav#mainNav ul li li:first-child{border-top:0;}
	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	background:#fff;
	}
	nav#mainNav ul li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #ccc;}
 	nav#mainNav ul li a span.sp_size{
	font-size:100%;
	}
	nav#mainNav ul li a span.pc_size{
	font-size:100%;
	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{
	background:#909ac1;
	}
	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:#fff url(../images/common/sub1.png) no-repeat 20px 18px;}
	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:#fbfbfc url(../images/common/sub1.png) no-repeat 20px -62px;}
	nav#mainNav ul li li:last-child a{background:#fff url(../images/common/subLast.png) no-repeat 20px 20px;}
	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:#fbfbfc url(../images/common/subLast.png) no-repeat 20px -65px;}
/*メニューバック背景矢印*/	
	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	position: relative;
	display: block;
	margin: 0;
	padding: 20px;
	background: #616c96;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
	font-size:16px;
	border-bottom:1px #FFFFFF dotted;
	}
	nav#mainNav ul li a:before{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 35px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #fff;
}
nav#mainNav ul li a:after{
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 40px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #616c96;
}
	
	
	nav div.panel{float:none;}
	#mainImg img{margin-bottom:20px; width:100%; height:auto;}
	#header h2 img{ width:465px; height:auto;}
	#header p img { width:425px; height:auto;}
	#header ul{margin-top:10px;}
	#footer img{ width:400px; height:auto;}
	#wrapper{ width:1000px;}
	#sidebar{ width:300px;}
	#content{ width:700px;}
	.t_title img{ width:100%; height:auto;}
	.inner{ width:980px;}
	.section logo{ float: none;}
	
	.box_1 {
	width: 98%;
}
.box_2, .box_3 {
	width: 98%;margin-left: 0px;
}
.box_1 h3, .box_2 h3, .box_3 h3 { text-align:left;}
.box_kenshin1 {
	width: 95%;
}
.box_kenshin2 {
	width: 95%;margin-left: 0px;
}
.box_kenshin1 p, .box_kenshin2 p{ text-align:center;}


}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
	#wrapper, #header, .inner, #header h2 img, #header p img{width:100%; height:auto;}
	#header h2 img{ width:400px; height:auto;}
	#header p img { width:320px; height:auto;}
	#header h1, #header p{padding:5px 10px;}
	#header h2{padding:5px 10px 0;}
	#header ul{padding:38px 10px 10px;}
	#header p{padding:5px 10px 0;}

	nav#mainNav ul, .thumbWrap{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;
	}
	
	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
	#banners p img{width:100%;height:auto;}
	section.widget_search{text-align:center;}
	#footer{margin:0;border:0;text-align:center;}
	#footer ul{	text-align:center;	}
	#footer ul li{margin-right:20px;}
	#footer img{ width:350px; height:auto;}
	.thumbWrap{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	padding-top:20px;
	overflow:auto;
  	border:1px solid #dadada;
	}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.thumbWrap img{width:100%;height:auto;}
	.post img{max-width:100%;height:auto;}
  h2.sub_title{
	background: url(../images/common/sub_ttl_bk_870.jpg) left no-repeat;
	}
#sp_menu {
list-style:none;
margin:0;
padding:18px 0; /*背景と文字の余白*/
position: fixed;
left:0;
bottom:0;
width:100%;
background-color:#000000; /*背景の色*/
text-align:center;

}

#sp_menu li {
display:inline-block;
*display:inline;
*zoom:1;
padding:0 20px; /*メニュー同士のスペース*/
}
#sp_menu li.sp_tell_ban{
	background:url(../images/common/footer/tell.png) no-repeat;
}
#sp_menu li a {
font-size:12px; /*文字の大きさ*/
color:#fff;
}
/**/
#page-top,#page-top a{ display:none;}

}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.t_title img{ max-width:0px; height:auto;}
.section logo{ float: none;}
#header{text-align:center;}
#header h2,#header ul{ width:98%;float:none; margin-top:-20px;}
#header h2 img{ width:98%;}
#header p img{ width:98%;}
#headerInfo{width:250px;margin:0 auto;}
img.alignright, img.alignleft{display: block;	margin:5px auto;}
.alignright,.alignleft{float:none;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}
.toku_text{ float:left; width:100%; line-height:150%; padding:0 10px;}
.sub_text{ float:left; width:100%; line-height:150%; padding:0 10px;}
.sub1_text{ float:left; width:100%; line-height:150%; padding:0 10px;}
.sub3_text{ float:left; width:100%; line-height:150%; padding:0 10px;}
#footer img{ width:300px; height:auto;}
div.section_clinic {
		width:100%;
}
div.section_clinic p{ text-align:left; width:95%;  font-size:10px;}
	div.section_clinic img{
	border:#CCC 0px solid; width:100%; height:auto;
}
.post table{
margin:0px;
}
.post table th{
padding:0px;
font-size:12px;
vertical-align:middle;
text-align:center;
}
.post table td{
padding:0px;
font-size:12px;
vertical-align:top;
text-align:left;
}

h2.sub_title{ font-size:140%;}

/* --- 日付エリア --- */
div.update dt {
width: 10em; /* 日付エリアの幅 */
float: none;
padding: 20px 0 10px 20px; /* 日付エリアのパディング（上右下左） */
}
/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 0px 3px 20px 1.5em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%;
}
#sidebar {
	 /*visibility: hidden; 
	height: 0px;*/
}
.sub0_text{
	float:left;
	width:250px;
	line-height:150%;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: -10px;
	vertical-align: top;
}
.cap_title{
	font-weight: bold;
	color: #616C96;
	/*color: #007F55;*/
	vertical-align: middle;
	background-image: url(../images/common/icon02.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
	font-size: 20px;
	/*line-height: 30px;*/
	/*height: 50px;*/
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 150%;
}

/*google_map*/
#google_map{
	border: medium ridge #616C96;	
}
.mutans{
	background-image: url(../images/caries/mushibakin.jpg);
	background-repeat: no-repeat;
	line-height: 20px;
	background-position: right center;
	width:250px;
}
.tx_bold{
	font-weight: bold;
	color: #F00;
}
.tx_bold2{
	font-weight: bold;
	color: #616C96;	/*font-size: large;*/
	margin-left: 10px;
}



}
