@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_a3000.png);   /*　薄いグリーングラデーション -----*/
	background-repeat:repeat-x;
	height: 100vh;
}

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


#wrapper{
	width:980px;
	margin:0 auto;
	background-color:; /*#FFFなら白色 */
/*	height:700px;  */
}　

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


.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:1.4em;
	font-weight:bold;
	color:#333;
   line-height:2.0em;	*/
	padding:5px 5px 1px 15px;
	margin:0 2px 10px 2px;
	border-left:8px solid #CC9;
	border-bottom:1px 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;
/*    border:5px solid #66C;  /*青紫色*/  */
	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: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-color:#360;	/*濃い緑色 */
	background-image:url(../img/global_navi_bg.gif);
	background-repeat:repeat-x;
}

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

ul{
	list-style-type:none;
}


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



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

#sinryo{
		line-height:1.8em;
		margin:5px 0 0 0;
}


#sinryo dt{
	float:left;
/*	color:#F99;  */
}


#schedule_shell{
	width:760px;
	margin:0 auto;
}


.schedule{
	margin:0 0 0 10px;
	width:760px;
	border-spacing: 0;
	border-collapse:collapse;  /*隣接するセルのボーダーを重ねて表示*/
}

.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;	
	font-size:1.2em;
}

/*
.schedule tr:first-child th:first-child,
.schedule tr:first-child td:first-child {
    -webkit-border-radius: 20px 0 0 0;
       -moz-border-radius: 20px 0 0 0;
         -o-border-radius: 20px 0 0 0;
            border-radius: 20px 0 0 0;
							border-top:1px solid #666; 

}

.schedule tr:first-child th:last-child,
.schedule tr:first-child td:last-child {
    -webkit-border-radius: 0 20px 0 0;
       -moz-border-radius: 0 20px 0 0;
         -o-border-radius: 0 20px 0 0;
            border-radius: 0 20px 0 0;
}

.schedule tr:last-child th:first-child,
.schedule tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 20px;
       -moz-border-radius: 0 0 0 20px;
         -o-border-radius: 0 0 0 20px;
            border-radius: 0 0 0 20px;
						  border-bottom:1px solid #666; 
}

.schedule tr:last-child th:last-child,
.schedule tr:last-child td:last-child {
    -webkit-border-radius: 0 0 20px 0;
       -moz-border-radius: 0 0 20px 0;
         -o-border-radius: 0 0 20px 0;
            border-radius: 0 0 20px 0;
}


*/

 .first{
	width:350px;
}

.weekday{
	color:#F99;
}

.saturday{
	color:#9C0;
}



/*------------------------------------------------------------
   //  index,  treatment, doctor, special　共通　本文レイアウト
--------------------------------------------------------------*/	 

.text{
	width:800px;
	padding:0 0 0 70px;
}

.detail_text1{
	width:750px;
	margin:0 auto;
	padding:10px 5px 10px 10px;
}

.detail_text2{
	width:720px;
	margin:0 auto;
	padding:20px 60px 30px 40px;
}

/*----------------------------------------------- 
   //メイン　中央
-------------------------------------------------*/

#main_content{
	margin:0 auto;
	width:790px;
}



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

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

/* a:visited { color: #553C26; } */
* a:visited { color: #fff; }
a:hover { color: #ccc; }
a:active { color: #553C26; }


#news{
	color:#900;
}

#footer{
	bottom:0;
}


/*---------------------------------------------------------
  //   中央部　指定
-----------------------------------------------------------*/  

#main_image{
	margin:0 auto;
	text-align:center;
}


/*-----------------------------------------------------
    //     treatment/index.htmlレイアウト
-------------------------------------------------------*/

#flow{
	background-color:#996;
	border-left:8px solid #CC9;
	border-top:2px dotted #CC9;
	border-bottom:2px dotted #CC9;
	border-top-left-radius: 15px; 
  -webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;	
	border-bottom-right-radius: 15px; 
  -webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;	
	margin:5px 15px 0 15px;
	padding:3px 0 0 14px;
	color:#fff;
}

#treatment_photo{
	width:860px;
    height:200px;
	
}

.treat_photo1, .treat_photo2,.treat_photo3,.treat_photo4, treat_photo5{
	float:left;
	margin-left:15px;
	padding:0 10px 15px 0;
}


#treat_nayami{
	margin:0 auto;
	color:#300;
	height:450px;
	}


.nayami_wrap, .nayami_wrap2{
	width:360px;
	float:left;
	height:140px;
	border:5px solid #FFF;
	border-radius:20px;
	margin-left:15px;
}

.nayami_wrap {
	background-color:#DBECC6;
}
	
.nayami_wrap2{	
	background-color:#EEE2D0;

}


.nayami{
	line-height:1.6;
	font-size:1.2em;
	color:#543A30;
	font-weight:bold;
  margin:5px 10px 10px 15px;
	padding-left:29px;
	background-image:url(../img/soccor23.png); 
	background-repeat:no-repeat;
	background-position:0 2px;
  border-bottom:2px dotted #663;
	border-top-left-radius: 15px; 
   -webkit-border-top-left-radius: 15px;
   -moz-border-radius-topleft: 15px;
}

.nayami_sorezore{
	font-size:0.9em;
	color:#300;
	line-height:1.6em;
	padding:0 7px 10px 20px;
	margin:0 0 0 20px;
}

.nayami_sorezore li{
	list-style-image:url(../img/pin16_yellow.png)
}

/*------------------------------------------------------
    //    special/index.htmlレイアウト
-------------------------------------------------------*/
ul#special_pacient{
	background-color: #FFF;
	width: 720px;
	margin: 20px 10px 10px 30px;
}

ul#special_pacient li{
	line-height: 1.4rem;
	margin-left: 10px; 
	padding: 15px 15px 15px 25px;
	margin-bottom: 15px;
	border:5px solid #FFF;
	border-radius:20px;
}

ul#special_pacient li:nth-child(odd){
    background-color: #DBECC6;	
}

ul#special_pacient li:nth-child(even){
    background-color: #EEE2D0;	
}

ul#special_pacient li.aw{
	background-image:url(../img/kanja_12.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 75px;
}

ul#special_pacient li.mw{
	background-image:url(../img/kanja_08.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 75px;
}

ul#special_pacient li.jd{
	background-image:url(../img/kanja_02.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 75px;
}

ul#special_pacient li.am{
	background-image:url(../img/kanja_09.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 75px;
}

ul#special_pacient li.jj{
	background-image:url(../img/kanja_04.png);
	background-repeat:no-repeat;
	background-position: center left;
	padding-left: 75px;
}


.pdfdl{
	text-align: center;
	margin: 0 auto;
}

.pdfdl a:link{
	color: #009;
}

.pdfdl a:visited{
	color: #66F;
}

.pdfdl a:hover{
	color: #09F;
}


/* 画像レイアウト　　*/

.specialimage{
	margin:1rem auto;
	text-align:center;
    border-style:none;	
}

/* 画像キャプション */
p.cap{
	font-size: 0.8rem;
}

.special_wrapp{
	padding: 10px 0;
}

.dl-wrapp .center-img{
	float:left;
}

.dl-wrapp .special-pdf{
	float:left;
}

.dl-wrapp{
	margin: 0 50px;
	}
	
.dl-wrapp .center-img a:link{
	color: #F66;
	}	

/*------------------------------------------------------
    //    院長あいさつ doctor/index.htmlレイアウト
-------------------------------------------------------*/

#doctor_middle{
	width:780px;
	height:400px;
}


#doctor_photo{
	float:left;
}

#signature{
	margin:220px 40px 0 0;
  float:right;
}

#signature2{
	float:right;
	margin:10px 40px 0 40px;
}



/*-----------------------------------------------------
 //     料金案内ページ---pay/index.htmlレイアウト
-------------------------------------------------------*/

.payment{
	width:780px;
	border-collapse:collapse;
}

.payment th{
	background-color:#E2FBD7;
    padding:5px;
	text-align:center;
	border:1px solid #330;
}

.payment tr td{
	text-align:center;
	border-left:1px solid #330;
	border-bottom:1px solid #330;
	border-right:1px solid #330;	
}

.payment tr td,tr th{
	line-height:1.8em;
	font-size:1.2em;
	font-weight:normal; 
}

/*---------------------------------------------------------------
  //  アクセス　access/index.htmlページレイアウト
-----------------------------------------------------------------*/
.access_wrap{
	width:780px;
}

.detail_text{
	float:left;
	width:450px;
	margin:15px 10px 0 0 ;
	padding:0 0 10px 15px;
}

.gaikan{
	float:right;
	margin:10px;
	padding:0 20px 0 0;
}

.map{
	clear:both;
	margin:0 auto;
	padding:0 0 0 10px;
}

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

#slideshow{
	width:750px;
	height:280px;
	margin:3px auto 0 auto;
	border:1px solid #fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}


/*--------------------------------------------------
  //   メイン画像切り替えjquery指定ですが
	//   今回は使用せず
	//　画像がシンプルにフェードして切り替わる
	//　佐藤まり子　2013.1.29
------------------------------------------------------*/	


#fade_img{
}

#fade_shell{
		margin:20px;
		height:10px;
}

#main_image{
	margin:0 0 0 15px;
}


/*--------------------------------------------
  // 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{
	color:red;

}

#close_date dt{
	float:left;
	font-weight:bold;
}
   

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

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

/*---------------------------------------------
  　トップページメイン画像上お知らせ　2020.4.8
--------------------------------------------*/
.info .infotitle{
    color:#ff0000;
   /* font-weight: bold */
}