@charset "UTF-8";

/*-----------------------------------------------------------
  //全ページ共通　　レイアウト
------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

img{
	border:0;
}

img {
    border-style:none;
}


em{
	visibility:hidden;
}

body{
	font-size:0.875em;
	font-family:
    	"メイリオ", 
		Meiryo, 
	  "ヒラギノ角ゴ Pro W3", 
	  "Hiragino Kaku Gothic Pro", 
		Osaka, 
		"ＭＳ Ｐゴシック", 
		"MS PGothic", 
		"メイリオ", 
		Meiryo, 
		sans-serif
	;
	background-image:url(../img/wood_pattern_a.png); 
	background-repeat:repeat-x;
}

p{
	line-height:1.8;
	font-size:1.1em;
}


#wrapper{
	width:980px;
	margin:0 auto;
}　

#container{
	width:980px;
	margin:0 auto;
}


/*-----------------------------------------------------
 // 全ページ共通 メイン背景角丸
-----------------------------------------------------*/


.round_top {
width: 980px;
padding: 60px 0 0  0 ;
background-image: url(../img/bg_top1.png);
background-position: center top;
background-repeat: no-repeat;
}

.round_middle {
background-image: url(../img/bg_middle1.png);
background-position: center top;
background-repeat: repeat-y;
margin:0 auto;
}


.round_bottom {
padding: 0 0 60px 0;
background-image: url(../img/bg_bottom1.png);
background-position:center bottom;
background-repeat:no-repeat;
}


/*--------------------------------------------------
  //全ページ共通　h1,h2,h3指定
----------------------------------------------------*/

h2{
	font-size:0.7em;
	font-weight:normal;
	line-height:1.0em;
}

h1{
	font-size:1.0em;
	font-weight:normal;
	line-height:2.4em;
}

h3{
	font-size:0.8em;
	padding:0 0 0 10px;
/*	border-left:12px solid #CC9;
	background-color:#E6FCC7;
	
	border-top-left-radius: 15px; 
    border-bottom-right-radius: 15px; 
   -webkit-border-top-left-radius: 15px;
   -webkit-border-bottom-right-radius: 15px; 
   -moz-border-radius-topleft: 15px;
   -moz-border-radius-bottomright: 15px;  */

	}
	

/*--------------------------------------
  //全頁共通　上部レイアウト
------------------------------------------*/

#header{
	background-color:#FFF;
	height:100px;
}

#head_wrap{
	width:960px;
	margin:0 auto;
	height:120px;
}

#head_prime{
	margin:0 0 0 5px;
	padding:5px 0 0 0;
	float:left;
	width:390px;
	height:80px;
}

/*-------------------------------------------------
　//　全ページ共通head 右
 ---------------------------------------------------*/

#head_second{
   float:right;
   padding:10px 0 0 5px;
}

.head_address, .head_p{
	font-size:1.1em;
	font-weight:normal;
}

.tel{
	font-size:1px;
	margin:10px 0 0 0;
}

.topkey{
	font-size:0.7em;
	position:absolute;
	right:30px;
	top:0px;
	color:#444;
}


/*--------------------------------------------------------
    / /全ページ共通　global_naviレイアウト
---------------------------------------------------------*/

#navi_wrapper{
	background-image:url(../img/global_navi_bg.gif);
	background-repeat:repeat-x;
}

#global_navi{
	width:960px;
	height:40px;
	overflow:hidden;
	margin:0 auto;
}

ul{
	list-style-type:none;
	display:block;
}


#global_navi li{
	float:left;
	display:inline;
	text-decoration:none;
	width:160px;
}

#global_navi li a{
	width:160px;
	height:40px;
	display:block;
	text-decoration:none;
    background-image:url(../img/global_navi.gif);
	background-repeat:no-repeat;
	}

#global_navi li#home a{
  background-position:left 0;

}

#global_navi li#home a:hover, global_navi li#home a:active{  
  background-position:0 -70px;

}

#global_navi li#special a{
  background-position:-160px 0;
}

#global_navi li#special a:hover, global_navi li#special a:active{  
  background-position:-160px -70px;
}

#global_navi li#naiyo a{
  background-position:-320px 0;
}

#global_navi li#naiyo a:hover, global_navi li#naiyo a:active{  
  background-position:-320px -70px;
}

#global_navi li#pay a{
  background-position:-480px 0;
}

#global_navi li#pay a:hover, global_navi li#pay a:active{  
  background-position:-480px -70px;
}

#global_navi li#access a{
  background-position:-640px 0;
}

#global_navi li#access a:hover, global_navi li#access a:active{  
  background-position:-640px -70px;
}

#global_navi li#in a{
  background-position:-800px 0;
}

#global_navi li#in a:hover, global_navi li#in a:active{  
  background-position:-800px -70px;
}



/* ------------------------------------------------------- 
   //  トップページ index.html　crossfade設定
----------------------------------------------------------*/

#slideshow{
	float:right;
	width:600px;
	height:320px;
	margin:3px 0 0 0;
	padding-left:15px;	
	padding-bottom:15px;
	border:1px solid #fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}



/*-------------------------------------------------
   //*診療日　レイアウト
-------------------------------------------------*/

.tips{
	float:left;
	font-size:0.7em;
	line-height:1.6em;
	width:154px;
	padding:4px;
}

#schedule_shell{
	padding:15px 0 10px 0;
	margin-bottom:30px;
	border-top:1px dashed #360;
	width:600px;
    margin:20px 0 10px 0;
	float:right;
	height:90px;
}


.schedule{
	margin:0 0 0 10px;
	width:500x;
	float:right;
	border-spacing: 0;
	border-collapse:collapse;  /*隣接するセルのボーダーを重ねて表示*/
	font-size:0.9em;
}

.schedule tr th{
	  border-bottom:1px solid #666; 
		border-top:1px solid #666; 
		border-right:1px solid #666; 
}

    
.schedule th{
	background-color:#E2FBD7;
	text-align:center;
	border-left:1px solid #666; 
	font-weight:normal; 
}

.schedule tr td{
	text-align:center;
	border-right:1px solid #666;	
	border-bottom:1px solid #666;	
	width:30px;
}


 .first{
	width:200px;
}

.weekday{
	color:#F99;
}

.saturday{
	color:#9C0;
}


#sinryo{
		float:left;
		line-height:1em;
		margin:5px 0 0 0;
		padding:0 0 0 0px;
		font-size:0.8em;
		width:100px;
}


#sinryo dt{
	float:left;
}

.off{
  padding:0 0 0 12px;	
}

/*--------------------------------------------
   //  footer 
-----------------------------------------------*/

#footer{
	clear:both;
	text-align:center;
    background-image:url(../img/tower3.gif);
	background-repreat:repeat-x;  */
	background-color:#030;
	height:30px;  
	padding:10px 0 0 0;
	padding:130px 0 0 0; 
	font-size:0.7em;
    color:#fff;
	text-decoration:none;
	}
	
#footer a:link { color: #FFF; }
#footer a:visited { color: #fff; }
#footer a:hover { color: #ccc; }
#footer a:active { color: #553C26;  }



/*-----------------------------------------------------------
  // メイン右側囲み
-----------------------------------------------------------*/  
 


#main_second{
	width:600px;
	float:right;

}





/*----------------------------------------------- 
   //メイン　中央
-------------------------------------------------*/
#topic{
	float:left;
	width:240px;
}

#topic_b{
margin-left:20px;
background-color:;
}

.okomari{
	float:left;
	width:230px;
	margin:0 0 0 10px;
	padding:5px 0 0 24px;
	line-height:2.2em;
	font-size:1.0em;
	background-image:url(img/uketuke2.jpg);
}

.na{
	line-height:1.5em;
}

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

.okomari li{
	list-style-image:url(../img/sankaku12.gif);
    border-bottom:1px dashed #c60;
}


#main{
	width:900px;
	margin:0 auto;

}


#map{
	float:right;
	margin:0 0 0 10px;
	font-size:0.7em;
	line-height:1.2em;
	text-align:center;
}

#map a:link{color:#006; }
#map a:visited{color:#336;}
#map a:hover{color:#93F; }
#map a:active{color:#66F;}

#map_tips{
	float:left;
	padding:4px;
	margin:10px 0 0 0;
	line-height:1.6em;
	width:154px;
	font-size:0.8em;
/*	border:1px solid #999; */
}

#map_shell{
	padding:20px 0 10px 0;
	margin-bottom:30px;
	border-top:1px dashed #360;
	border-bottom:1px dashed #360;
	float:right;
	width:600px;
	height:180px;

}


/* ---------------------------------
    メイン　下
-----------------------------------*/


#main_bottom{
	clear:both;
	margin:0 auto;
	width:900px;

	height:150px;
}

.bottom_info1, .bottom_info2, .bottom_info3, .bottom_info4{
	float:left;
	margin:0 0 0 45px;
	width:172px;
}

.bottom_t{
	font-size:0.7em;
	line-height:1em;
	text-align:center;
}

.bottom_photo{
}


#rei{
	clear:both;
	margin:0 auto;
	width:900px;
	height:220px;

}

.rei_midashi{
	margin-left:40px;
	padding-top:15px;
}

#rei_shoulder, #rei_waist, #rei_tip, #rei_foot{
	float:left;
	margin:6px 0 6px 40px;
	width:180px;
	font-size:0.9em;
}

#hoken{
	clear:both;
	margin:0 auto;
	width:900px;


}

.bottom_midashi{
	margin-left:40px;
	padding-top:15px;
}

#hoken ul{
	padding:0 40px 0 40px;
}

/*------------------------------
 //トップページのh3
-------------------------------*/ 

h3#topindex{
	padding-left:30px;
}


/*--------------------------------------------
  // ninjaのコマーシャルを消す 2013.4.8 
----------------------------------------------*/
/*  ul.tdftad {
  display: none;
}
*/

/*--------------------------------------------
   // ninjaのコマーシャルを復活  2013.4.14
----------------------------------------------*/
  ul.tdftad {
	  margin:0 auto;
	  text-align:center;
  }
  
  
/*--------------------------------------------
  //休診のお知らせ　　2013.8.17
----------------------------------------------*/

#close_date{
	float:left;
	color:red;
	font-size:12px;
	margin-top:14px;
	line-height:1.6;
	/*width:162px;*/
	width: 158px;
	margin-left: -5px;
}

#close_date dt{
	font-weight:bold;
}

   
/*--------------------------------------------
  //夏季休診のお知らせ　　2015.8.10
----------------------------------------------*/

#close_date2{
	float:left;
/*	color:red; */
	font-size:12px;
	margin-top:14px;
	line-height:1.6;
	width:120px;
}

#close_date2{
	font-weight:bold;
	color:red;
}

#close_date2 a:link { color: #F00; }
#close_date2 a:hover { color: #F30; }
#close_date2 a:visited { color: #F00; }



/*--------------------------------------------
  //kyushin.html　　2015.8.10
----------------------------------------------*/


.kyushin h3{
	font-size:16px;
	line-height:30px;	
	padding-top:16px;
}
	
.kyushin dt{
	float:left;  
	clear:both;
	width:30px;
	margin-left:30px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#69C;
	padding-top:3px;	

}

.kyushin dd{
	padding-left:45px;
	padding-top:3px;	
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#69C;

}

.kyushin dl{
	width:300px;
	margin:20px auto;	
	background-color:#fff;
	line-height:24px;	
}

.kyushin{	
	width:400px;
	margin:80px auto;
	text-align:center;
	background-color:#FFF;
	overflow:hidden;
}

.kyushin dt:nth-child(1){
	color:#00F;
}

.kyushin dt:nth-child(5){
	color:#00F;
}

.kyushin dd:nth-child(2){
	color:#00F;
}

.kyushin dd:nth-child(6){
	color:#00F;
}

.kyushin dt:nth-child(7){
	color:#F00;
}
.kyushin dd:nth-child(8){
	color:#F00;
}

.kyushin dt:nth-child(9){
	color:#F00;
}
.kyushin dd:nth-child(10){
	color:#F00;
}

.kyushin dt:nth-child(11){
	color:#F00;
}
.kyushin dd:nth-child(12){
	color:#F00;
}

/*---------------------------------------------
  　トップページメイン画像上お知らせ　2020.4.18
--------------------------------------------*/
.topinfo{
   width: 96%; 
    margin: 0 auto 1em;
    border: 1px #ff0000 solid;
    background-color: rgba(255,0,0,0.05);
    padding:1em;
    
}
h2.infotext{
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
}
.topinfo p{
    line-height: normal;   
}
.topnews{
    padding-bottom: 1em;
}
.topnews:last-child{
    padding-bottom: 0.1em;
}

