@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
article:after {
content: "";
display: block;
clear: both;
}
*+html article {
min-height: 1px;
}

/*メニュー
-----------------------------------------*/
#contents > img {
display: block;
max-width: 640px;
width: 100%;
margin: 0 auto;
}

/*メニュー
-----------------------------------------*/
#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;
text-align: center;
padding: 15px 0;
margin: 10px 0;
font-size: 15px;
}
#nav li {
display: inline;
margin: 0 .8%;
}
#nav li a {
color: #3F3F3F;
text-decoration: none;
}


/* 診療時間
-----------------------------------------*/
/* タイムテーブルはcommon.css */

/*電話
-----------------------------------------*/
#timeTable h3,
#timeTable p {
margin: 0 0 0 25px;
font-size: 14px;
}
#timeTable h3 + .tel {
font-size: 30px;
color: #1AA6C4;
margin: 0 0 20px 25px;
}
#timeTable h3 + .tel img {
margin: 0 3px 0 0;
}
#timeTable p.navLink {
text-align: right;
margin: 1em 10px 0 0;
}

/* お知らせ
-----------------------------------------*/
section#information a {
text-decoration: none;
}
section#information article {
position: relative;
margin: 0 5px 10px 5px;
padding: 0 0 10px 13px;
line-height: 1.2;
background: url(../img/icon1.png) no-repeat 0 0;
background-size: 10px;
border-bottom: 1px dotted #959595;
}
section#information article a h2,
section#information article h2 {
font-size: 14px;
color: #333;
clear: both;
float: left;
}
section#information article a time,
section#information article time {
font-size: 10px;
margin-bottom: 3px;
color: #666;
display: block;
float: left;
}


/* このような方、当院へお任せください！
-----------------------------------------*/
section#topics article {
margin: 0 5px 10px 5px;
padding-bottom: 10px;
border-bottom: 1px dotted #959595;
}
section#topics article h2 {
background: url(../img/icon1.png) no-repeat 0 .2em;
background-size: 10px;
color: #0991B3;
font-size: 14px;
font-weight: bold;
padding: 0 5px 2px 15px;
}
section#topics article img {
margin: 0 10px 0 0;
float: left;
border: 1px solid #666;
}
section#topics article p {
margin: 0 0 0 10px;
line-height: 1.4;
}
section#topics a,
section#topics a p {
color: #333;
text-decoration: none;
}


