@charset "utf-8";
/*
Theme Name: responsive_041
Theme URI: http://c-tpl.com/
Description: responsive_041
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* =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, strong, strike, 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:92%/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#533004;
-webkit-text-size-adjust: none;
background:#fff;
}

/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#f67272;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#533004;
}


/**** 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;}


/* フォーム
------------------------------------------------------------*/
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:8px 8px;

font-size:14px !important;
background: #c0da5d;
background: -moz-linear-gradient(top, #c0da5d 0%, #91aa35 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c0da5d), color-stop(100%,#91aa35));
background: -webkit-linear-gradient(top, #c0da5d 0%,#91aa35 100%);
background: -o-linear-gradient(top, #c0da5d 0%,#91aa35 100%);
background: linear-gradient(to bottom, #c0da5d 0%,#91aa35 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0da5d', endColorstr='#91aa35',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;

color:#fff;
}

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

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

.contact{
	width:90% !important;
	font-size:16px !important;
	}

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

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:710px;
padding:30px 0;
}
#content a:hover img {
     -moz-opacity:0.70; /* Firefox・Netscape */
     opacity:0.70; /* Opera・Safari */
     filter: alpha(opacity=70);
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #fff;
background:#fef2e7;
} 


/* ヘッダー
*****************************************************/
#header .bg{background:#fef2e7;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
font-size:80%;
font-weight:normal;
color:#bcad9d;
}

#header p{
float:right;
}
#header p.tel{
	margin-top:15px;
}

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

/* サブナビゲーション
----------------------------------*/
#header ul{
padding-top:40px;
float:right;
}

#header ul li{
display:inline;
margin-left:10px;
font-size:90%;
}

#header ul li a{
padding-left:10px;
color:#000;
background:url(images/arrowSub.png) no-repeat 0 5px;
}

#header ul li a:hover{
color:#bababa;
background-position:0 -10px;
}


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
padding-top:20px;
margin-top:1px;
background:url(images/bg_main.gif) repeat-x 0;
line-height:0;
text-align:center;
z-index:0;
}

.toppage{
margin:0 0 20px 0;


background: #fff;
}


/* タイポグラフィ
*****************************************************/
h2.toppage{
clear:both;
margin:0;
padding:10px 10px 10px 15px;
font-size:110%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.title{
	clear:both;
	background:url(images/ttl_h2.gif) no-repeat 0 0;
	font-size:120%;
	padding:13px 10px 10px 14px;
	margin-bottom:15px !important;
}


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

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

.post ul{margin:0;}

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

.post ul.line strong{
	font-weight:bold;
	}

.post ul.line li{
margin-bottom:5px;
padding-left:15px;
padding-bottom:10px;
padding-top:5px;
background:url(images/bullet2.png) no-repeat 0 11px;
border-bottom:1px dotted #ccc;
}

.post ul.bnr_3col{margin: 0;}

.post ul.bnr_3col li{
	float:left;
	background:none;
	padding:0;
	margin:0 0 0 6px;
}

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

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

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2{
	color:#633d0c;
     clear:both;
     letter-spacing: 0.15em;
	font-size:120%;
	padding:10px 5px 8px 10px;
	background: #eee;
	font-weight:bold;
    background: -moz-linear-gradient(top, #fff, #ecebea); /* FF */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecebea));/* Webkit */
    -pie-background:linear-gradient(top, #fff, #ecebea); 
    border:solid 1px #e2ddd9;
    position:relative;
    margin-bottom:20px;
	border-left:5px solid #fe8b8b;
	border-radius: 4px !important;
     -moz-border-radius:4px !important; /* FF */
     -webkit-border-radius: 4px !important;/* Webkit */
     behavior: url(/PIE.htc);  /* ie */
}

.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;}

.post table{
border: 1px #91aa35 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 10px 0;
}

.post table th{
padding:7px 10px 7px 5px;
border: #91aa35 solid;
border-width: 0 0 1px 1px;
font-weight: normal;
background:#cee37e;
}

.post table td{
padding:7px 5px;
border: 1px #91aa35 solid;
border-width: 0 0 1px 1px;
background-color:#ffffff;
}
.table2{
border: 1px #91aa35 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 10px 0;
}
.table2 th{
padding:7px 10px 7px 5px;
border: #91aa35 solid;
border-width: 0 0 1px 1px;
font-weight: normal;
background:#cee37e;
text-align:center;
}
.table2 td{
padding:7px 5px;
border: 1px #91aa35 solid;
border-width: 0 0 1px 1px;
background-color:#ffffff;
text-align:center;
}
.post table tr.even{
	background:#fcfedf;	
}

.post dt{font-weight:bold;}

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

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

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;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 7px;
font-size:95%;
border:1px solid #bdbfb0;
background: #fff;
  border-radius: 5px;
	-moz-border-radius: 5px; /* FF */
	-webkit-border-radius: 5px;/* Webkit */
	behavior: url(/PIE.htc);  /* ie */
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:10px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0 2px 0;
text-align:center;
font-size:100%;
font-weight:normal;
color: #593910;
background:url(images/bg.jpg) repeat-x 0 0;
border-bottom:solid 1px #d9cbbc;
display:block;
}

section.widget a{
display:block;
padding:0 0 3px 13px;
margin-bottom:3px;
text-decoration:underline;
background:url(images/arrow.png) no-repeat 0 50%;
	border-bottom:1px dotted #ccc;
}
section.widget .post-date{
	text-align:right;
font-size:90%;
display:block;
}

section.widget a:hover{
text-decoration:none;
}

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


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #333;
border-bottom:1px solid #ccc;
}

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

}

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

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

.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:#777;}



/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:30px;
font-size:12px !important;
background:url(images/arrow.png) no-repeat 0 10px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
color:#fa6a6a;
text-decoration:none;
}

#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:8px;
text-align:center;
font-size:75%;
zoom:1;
color:#fff;
background:#fe8b8b;
}


/* 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;
}


/* トップページ 最新記事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 !important;
font-weight:normal;
font-size:100% !important;
text-align:center;
background:#fff;
border-left:none;
border-bottom:none;
border:1px solid #777 !important;
}

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

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

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





/* ここから　追加スタイル
------------------------------------------------------------*/
.timesch{
	text-align:center;
	padding:15px 0;
}
.topinfotcont{
	margin-bottom:20px;	
}
.topinfotcont h2 {
	color:#534930;
     clear:both;
     letter-spacing: 0.1em;
		 font-size:120%;
		 padding:9px 5px 8px 10px;
	background: #eee;
	font-weight:bold;
     background: -moz-linear-gradient(top, #fff, #ecebea); /* FF */
     background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ecebea));/* Webkit */
     -pie-background:linear-gradient(top, #fff, #ecebea); 
     border:solid 1px #e2ddd9;
       position:relative;
     margin-bottom: 10px;
		 	border-left:5px solid #fe8b8b;
			border-radius: 4px !important;
     -moz-border-radius:4px !important; /* FF */
     -webkit-border-radius: 4px !important;/* Webkit */
     behavior: url(/PIE.htc);  /* ie */
}

#Toptopic3{
	margin-bottom:30px !important;
	}
#Toptopic3 ul li{
	float:left;
	display:block;
	width:225px;
	margin: 0 15px 30px 0;
	font-size:95%;
	line-height:1.4em;
}
#Toptopic3 ul li.last{
	margin: 0 0 30px 0;
}
#greet{
	margin-bottom:30px !important;
	}
#greet p{
	margin-bottom:15px !important;
	}
.feed{
	margin-bottom:30px;
	}
.feed li{
	border-bottom:1px dotted #ccc;
	padding:4px 1px;
	}
.btnbox{
	margin:20px 0;
	}
.bg_side{
	background:url(images/bg_nav.jpg) no-repeat 110% 0;
  border-radius: 4px !important;
	padding-top:10px;
		 	border-top:3px solid #fe8b8b;
     -moz-border-radius:4px !important; /* FF */
     -webkit-border-radius: 4px !important;/* Webkit */
     behavior: url(/PIE.htc);  /* ie */
		 margin-bottom:10px !important;

	}
.bg_side h3{
	padding-bottom:6px;
}
.bg_side img{
	padding:3px 0;
}
.bg_side .fonb{
	padding:3px 0;
	font-weight:bold;
	font-size:120%;
	color:;
}
.bg_side .list li{
		display:block;

	border-bottom:1px dotted #ccc;
	
}
.bg_side .list li a{
	display:block;
	background:url(images/arrow2.png) no-repeat 5px 5px;
padding:3px 5px 5px 25px;
}

a.btn{
	position:relative;
	display:block;
	box-shadow: inset 0px 1px 0px #fff, 0px 4px 0px #eee;
	width:95%;
	margin:10px auto;

		border:1px solid #bec59f;
		background: #e9ebe1 url(images/arrow2.png) no-repeat 90% center;
    background: -moz-linear-gradient(top, #fefefe, #e9ebe1); /* FF */
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e9ebe1));/* Webkit */
    -pie-background:linear-gradient(top, #fefefe, #e9ebe1); /* ie */
     behavior: url(/PIE.htc);  /* ie */
     border-radius: 5px;
     -moz-border-radius: 5px; /* FF */
    -webkit-border-radius: 5px;/* Webkit */
		padding:10px;
		text-align:center;
		cursor:pointer;
		font-size:120%;
}

a:hover.btn , a:active.btn{
	display:block;
     background: -moz-linear-gradient(top, #fefefe, #eff6d3); /* FF */
     background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eff6d3));/* Webkit */
     -pie-background:linear-gradient(top, #fefefe, #eff6d3); /* ie */
     behavior: url(/PIE.htc);  /* ie */
color: #336600;
}
.arrow_01{
	display:block;

			background: url(images/arrow2.png) no-repeat right center;


			}
.text{
	overflow:hidden;
	}
.wrapbox{
	padding:10px 10px 0 10px;
  border-radius: 4px;
  position:relative;
  border:1px solid #f2df5d;
	background:#fdf8d4;
  -moz-border-radius:4px; /* FF */
  -webkit-border-radius: 4px;/* Webkit */
  behavior: url(/PIE.htc);  /* ie */
  margin:0 0 12px 0;

	}
.wrapbox p{
	margin-bottom:10px !important;
	padding:0;

	}

.book{
	text-align:center;
	}
.bookblog{
	margin-bottom:10px;
	}

#content p{
	margin-bottom:15px;
	}

#content h3,h4,h5,h6{
	color:#534930;
	clear:both;
	font-weight:bold;
	border-left:8px double #fe8b8b;
	border-bottom:1px dotted #b4b4b2;
	font-size:120%;
	padding:2px 2px 2px 10px;
	margin-bottom:15px;
	}
#service ul li{
	float:left;
	margin-bottom:12px;
	width:340px;
	}
	
#service ul li.list_l{
	margin-right:27px;
	}
#service p.txt{
	margin-bottom:3px !important;
	}
/*---サイズ---*/
.text9 { font-size:65%; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
/*---文字色---*/	
.ftcl_01{color:#99CC00;}
.ftcl_02{color:#FF0000;}
.ftcl_03{color: #EC4913;}
.ftcl_04{color:#ff887c;}
.ftcl_05{color:#5484ed;}
.ftcl_06{color:#fe8f8f;}
.ftcl_07{color:#00b050;}
.fw_b {
	font-weight:bold;	
}
	
.imgl{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
.imgr{
	float:right;
	margin-right:15px;
	margin-bottom:15px;
	}
.txtr{
	text-align:right;
	}
.txtc{
	text-align:center;
	}
.imgbo{
	border:3px solid #dcddd2;
	}

#sidenav{
	background:#fef21b;
	border:1px solid #b0cb00;
	padding:10px 3px 8px 3px;
	text-align:center;
	margin-bottom:15px;
	}
#sidenav a:hover img {
     -moz-opacity:0.70; /* Firefox・Netscape */
     opacity:0.70; /* Opera・Safari */
     filter: alpha(opacity=70);
}
#sidenav ul li.current-menu-item img, #sidenav ul li:hover img, #sidenav ul li.current-menu-parent img{
     -moz-opacity:0.50; /* Firefox・Netscape */
     opacity:0.50; /* Opera・Safari */
     filter: alpha(opacity=50);
  }
.container_buttons{

	}
.float_l{
    float:left;
    margin:0 10px 0 0;
}
.float_r{
    float:right;
    margin:0 0 0 10px;
}
.clear {
	clear:both;
}
.pic_l img {
	float:left;
	margin:0 0 20px 20px;
}
.pic_r img {
	float:right;
	margin:0 20px 20px 0;
}
.mgn_b20 {
	margin-bottom:20px;
}
/*----------------------------------------------------------------------------------------
                                      その他・共通
----------------------------------------------------------------------------------------*/
.pagetop {
	clear:both;
	margin:20px 0 20px 0;
	text-align:right;
}
.sp_display {
	display:none;
}
.wrapbox_01 {
    border:2px dotted #fe8f8f;
	background-color:#feebeb;
	padding:10px;
	margin:0 0 20px 0;
}
.wrapbox_02 {
    border:2px dotted #fe8f8f;
	background-color:#feebeb;
	padding:10px;
	width:200px;
	margin:0 15px 20px 0;
	height:130px;
}
.wrapbox_03 {
    border:2px dotted #fe8f8f;
	background-color:#feebeb;
	padding:10px;
	width:200px;
	margin:0 0 20px 0;
	height:130px;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　よくある質問
----------------------------------------------------------------------------------------*/
dl.dlqa dt {
    background: url(images/qa/q.gif) no-repeat scroll 0 0 transparent;
    color: #fe9494;
    font-size: 110%;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 10px 45px;
}

dl.dlqa dd {
    background: url(images/qa/a.gif) no-repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #fe9494;
    font-size: 96%;
    margin: 0 0 15px;
    padding: 5px 5px 15px 45px;
    width: auto;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　コンセプト・特徴
----------------------------------------------------------------------------------------*/
.consept_layout {
	clear:both;
}
.consept_layout img {
	float:left;
	margin:0 20px 20px 0;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　症状・症例
----------------------------------------------------------------------------------------*/
.case_layout {
	clear:both;
	margin:0 0 20px 0;
}
.case_layout .case_right {
	float:right;
	margin:0 0 0 20px;
}
.case_layout .case_right p {
	text-align:center;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　施術院ご案内
----------------------------------------------------------------------------------------*/
.info_pic_l {
	float:left;
	margin:0 0 20px 20px;
}
.info_pic_r {
	float:right;
	margin:0 20px 20px 0;
}
.info_pic_l p {
	text-align:center;
}
.info_pic_r p {
	text-align:center;
}
.info_layout {
	clear:both;
}
.info_layout img {
	float:left;
	margin:0 20px 20px 0;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　メニュー・料金表
----------------------------------------------------------------------------------------*/
.fee_layout div {
	float:left;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　治療の流れ
----------------------------------------------------------------------------------------*/
.flow_layout_l {
	float:left;
	margin:0 0 0 20px;
}
.flow_layout_r {
	float:right;
	margin:0 20px 0 0;
}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(images/mainnavBg.png) repeat-x;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	border-right:1px solid #ebaeae;
	border-left:1px solid #ebaeae;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-left:1px solid #fe8c8c;
	border-right:1px solid #e6aaaa;
	}
	
	nav#mainNav ul li:first-child{
	border-left:1px solid #fbaaaa;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:40px;
	line-height:40px;
	font-size:120%;
	letter-spacing:0.05em;
	padding:20px 43px 0;
	}
	
	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{
	font-size:70%;
	color:#fff;
	}*/

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
  background:url(images/mainnavBg.png) repeat-x 0 100%;
  }
  
  nav#mainNav ul ul{width:160px;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:0;
  z-index:500;
	border:0;
  }
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	border:0;
	background:url(images/mainnavBg.png) repeat-x 0 -2px;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 ;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
	
	nav#mainNav ul li li.current-menu-item a{font-weight:bold;}
	
	nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 100%;}
  
	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;
  background: #91aa35 url(images/menuOpen.png) no-repeat 5px 10px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #c0da5d url(images/menuOpen.png) no-repeat 5px -32px;
	}
	
	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 a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px solid #c0da5d;
	background:#fff;
	}

 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:#fff;
	background:#91aa35;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	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/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:#91aa35 url(images/sub1.png) no-repeat 20px -61px;}
	
	nav#mainNav ul li li:last-child a{background:#fff url(images/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:#91aa35 url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


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

	#header h1, #header p{padding:0px;}
	#header h2{padding:20px 10px 0;}
	#header ul{padding:20px 10px 10px;}


	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;}

/*----------------------------------------------------------------------------------------
                                      その他・共通
----------------------------------------------------------------------------------------*/
.pagetop {
	clear:both;
	margin:20px 0 20px 0;
	text-align:right;
}
.float_l{
    float:none;
    margin:0 0px 0 0;
	text-align:center;
}
.float_r{
    float:none;
    margin:0 0 0 0px;
	text-align:center;
}
.sp_display {
	display:block;
}
.pc_display {
	display:none;
}
.pic_l img {
	float:none;
	margin:0 0 20px 0;
}
.pic_r img {
	float:none;
	margin:0 0 20px 0;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　施術院ご案内
----------------------------------------------------------------------------------------*/
.info_pic_l {
	float:none;
	margin:0 0 20px 0;
}
.info_pic_r {
	float:none;
	margin:0 0 20px 0;
}
.info_pic_l p {
	text-align:center;
}
.info_pic_r p {
	text-align:center;
}
.info_layout {
	clear:both;
}
.info_layout table {
	width:100%;
}
.info_layout img {
	float:none;
	margin:0 0 20px 0;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　コンセプト・特徴
----------------------------------------------------------------------------------------*/
.consept_layout {
	clear:both;
}
.consept_layout img {
	float:none;
	margin:0 0 20px 0;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　治療の流れ
----------------------------------------------------------------------------------------*/
.flow_layout_l {
	float:none;
	margin:0 0 20px 0;
}
.flow_layout_r {
	float:none;
	margin:0 0 20px 0;
}
/*----------------------------------------------------------------------------------------
　　　　　　　　　　　　　　　　　　　　症状・症例
----------------------------------------------------------------------------------------*/
.case_layout {
	clear:both;
	margin:0 0 20px 0;
}
.case_layout .case_right {
	float:none;
	margin:0 0 20px 0;
}
.case_layout .case_right p {
	text-align:center;
}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
  .thumbWrap img{width:100%;height:auto;}
img{
	max-width:100%;
	height:auto;
}
#service ul li{
	float:none;
	margin-bottom:12px;
	width:100%;
	}
.imgl{
	float:none;
	text-align:center;

	}
.imgr{
	float:none;
	text-align:center;
	}
#header p{
float:none;
text-align:center;
}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#header ul{float:none;}
	#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;}
}
	
/* For modern browsers */
.clfix:before, .clfix:after {
	content:"";
	display:table;
}
.clfix:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clfix {
	zoom:1;
}