@charset "UTF-8";

/*全ページ共通
-----------------------------------------*/
* {
margin: 0;
padding: 0;
font-weight: normal;
}
li {
list-style: none;
}
a img {
border: none;
}
html {
background: #EEE;
height: 100%;
position: relative;
}
body {
	background: #FFF;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	max-width: 800px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../../imgindex/haikei.jpg)

}
a {
color: #00F;
}
a:hover {
color: #006;
}
hr {
border: none;
height: 0;
overflow: hidden;
border-bottom: 1px dotted #959595;
clear: both;
}
header, footer, section, article, figure ,figcaption {
display: block;
}
/*ヘッダー
-----------------------------------------*/



/*フッター：ベース
-----------------------------------------*/
footer {
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
color: #4F4F4F;
margin-top:14px;
border: 1px solid transparent;
font-size:105%;
}

footer .inner {
}
.footerbun{
	text-align:center;
	
}
#gnav{
	background-color:#06f;
	padding:10px;
	
}
#gnav ul{
	max-width:640px;
	margin:0 auto;
	
	overflow:hidden;
}
#gnav li{
	float:left;
	padding:1px 5px;
	
	border-right:#FFF 1px solid;
}
#gnav a{
	font-size:13px;
	color:#FFF;
	display:block;
	padding:2px;
	text-align:center;
	text-decoration:none;
}
	

/*フッター:メニュー
-----------------------------------------*/


/*フッター：情報
-----------------------------------------*/
footer address {
display: block;
font-size: 12px;
font-style: normal;
border-top: 1px solid #E0E0E0;
background: #F8FAFA;
padding: 10px 10px 10px 0;
position: relative;
}
footer address:before {
content: "";
display: block;
border-top: 1px solid #FFF;
position: absolute;
width: 100%;
left: 0;
top: 1px;
}
footer address p {
float: left;
margin-left: 10px;
}
footer address:after {
content: "";
display: block;
clear: both;
}
*+html footer address {
min-height: 1px;
}
footer .tel {
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
footer small {
display: block;
font-size: 10px;
text-align: center;
padding-bottom: 30px;
background-color: #F8FAFA;
background-image: -webkit-linear-gradient(top, #F8FAFA, #FFF);
background-image: -moz-linear-gradient(top, #F8FAFA, #FFF);
background-image: -ms-linear-gradient(top, #F8FAFA, #FFF);
background-image: linear-gradient(top, #F8FAFA, #FFF);
}

/*noscript
-----------------------------------------*/
p#noscript {
width: 80%;
padding: 30px;
margin: 0 auto;
color: red;
font-weight: bold;
}

/*複数ページで使用
-----------------------------------------
-----------------------------------------*/
#contents {
position: relative;
}
#contents:after {
content: "";
display: block;
clear: both;
}
*+html #contents {
min-height: 1px;
}
section:after {
content: "";
display: block;
clear: both;
}
*+html section {
min-height: 1px;
}
section {
margin-bottom: 10px;
}


/*見出し
-----------------------------------------*/
section > h1,
ul + #subMenu h2 {
background-size: contain;
border: 1px solid #79DEDA;
border-left: none;
border-right: none;
padding: 0 10px;
font-size: 16px;
font-weight:900;
height: 40px;
line-height: 40px;
margin-bottom: 10px;
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
}


/*診療案内
-----------------------------------------*/
#subMenu {
margin: 0 0 30px;
}
ul + #subMenu h2,
#subMenu h2 {
margin-bottom: 0;
}
#subMenu ul {
background: #F9FAFB url(../img/guide_menu.png) no-repeat;
background-size: 282px 316px;
}
#subMenu li a {
	display: block;
	color: #06F;

text-decoration: ;
	padding: 10px;
	border-bottom: 1px solid #CCC;
	text-decoration: underline;
}

/*診療時間
-----------------------------------------*/
table.timeTable {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
margin: 0 0 2em 0;
}

.timeTable td, .timeTable th {
border: 1px #888 solid;
text-align: center;
padding: 5px 0;
}

.timeTable th {
white-space: nowrap;
width: 1%;
}
.timeTable th[scope="col"] {
background: #C1E0FF;
}
.timeTable th[scope="row"] {
background: #EAF4FF;
}
