@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: "Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
max-width: 800px;
min-width: 320px;
margin: 0 auto;
padding: 0;
min-height: 100%;
position: relative;
}
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;
}
/*ヘッダー
-----------------------------------------*/
body header {
height: 64px;
background: url(../img/header.png) no-repeat right bottom;
background-size: contain;
position: relative;
margin: 0 auto;
}
body header h1 {
	position: absolute;
	top: 161px;
	left: -39px;
	font-family: sans-serif;
	color: #000;
	font-size: 30px;
	line-height: 1;
	width: 919px;
	height: 43px;
}
body header h1 a {
text-decoration: none;
color: #000;
}
body header h1 a:hover {
color: #000;
}

/*フッター：ベース
-----------------------------------------*/
footer {
font-family: Arial,"Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
color: #666;
margin-top: 240px;
border: 1px solid transparent;
}
footer .inner {
	position: absolute;
	bottom: -6px;
	width: 100%;
	left: 0px;
}

/*フッター:メニュー
-----------------------------------------*/
nav {
margin-bottom: 1em;
text-align: center;
}
nav p {
margin-bottom: 2em;
font-size: 12px;
}
nav ul li {
display: inline;
margin: 0 4px;
}
nav ul li a {
color: #666;
text-decoration: none;
}
nav ul li:first-child {
display: block;
margin-bottom: 1em;
}

/*フッター：情報
-----------------------------------------*/
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: 30px;
}


/*見出し
-----------------------------------------*/
section > h1,
ul + #subMenu h2 {
background: #B7F9EF url(../img/midashi1.png) no-repeat right bottom;
background-size: contain;
border: 1px solid #79DEDA;
border-left: none;
border-right: none;
padding: 0 10px;
font-size: 16px;
height: 40px;
line-height: 40px;
margin-bottom: 25px;
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) right top;
background-size: 282px 316px;
}
#subMenu li a {
display: block;
color: #333;
text-decoration: none;
padding: 10px;
border-bottom: 1px solid #CCC;
}

/*診療時間
-----------------------------------------*/
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;
}
