@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;
font-size: 16px;
}
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;
}

 .all{
max-width: 800px;
margin: 0;
}

.header,.main,.footer,img{
width:100%;
}
body{
margin: 0;
}

b{
font-weight:800;
}

/*ヘッダー
-----------------------------------------*/
body header {
height: 230px;
background: url(../img/header33.png) no-repeat right bottom;
background-size:auto 250px;
position: relative;
margin: 0 auto;
}
body header h1 {
position: absolute;
top: 15px;
left: 8px;
font-family: sans-serif;
color: #000;
font-size: 30px;
line-height: 1;
}
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: 0;
width: 100%;
}



/*メニュー
-----------------------------------------*/
nav {
background-color: #DBE4E6;
background-image: -webkit-linear-gradient(top, #FEFEFE 35%, #DBE4E6);
background-image: -moz-linear-gradient(top, #FEFEFE 35%, #DBE4E6);
background-image: -ms-linear-gradient(top, #FEFEFE 35%, #DBE4E6);
background-image: linear-gradient(top, #FEFEFE 35%, #DBE4E6);
border: 1px solid #AFAFAF;
border-left: none;
border-right: none;
}

nav ul {
margin: 0;
padding: 4px 1px;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}

nav ul li {
padding:6px 0;
min-width: 10%;
font-size: 13px;
text-align: center;
text-decoration:none;
white-space: nowrap;
}

li + li {
border-left: 1px solid #AFAFAF;
}

nav ul li a {
text-decoration:none;
color:#333;
}

nav ul li.current a{
color: #F33135;
}

nav ul li a:hover{
color: #E7DA66;
}


/*フッター：情報
-----------------------------------------*/
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: url(../img/midashi1a33.png) no-repeat right bottom;
background-size: auto;
border: none;
border-left: none;
border-right: none;
padding: 0 10px;
font-size: 16px;
height: 40px;
line-height: 40px;
margin-bottom: 20px;
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;
}
