@charset "UTF-8";

/*index.html専用
-----------------------------------------*/
body nav ul li a[href="index.html"] {
color: #666;
background-position: left bottom;
}

/* サブメニューの位置変更 スタイル本体はcommon.css
-----------------------------------------*/
#subMenu {
top: 345px;
}

/* 共通
-----------------------------------------*/
section {
margin: 20px 0 30px 205px;
width: 700px;
position: relative;
}
section > h1 {
background: url(../img/midashi1.png) no-repeat left top;
width: 700px;
}

/* 治療受付時間
-----------------------------------------*/
/* タイムテーブルはcommon.css */

#timeTable h2,
#timeTable p {
font-size: 14px;
line-height: 1.4;
}
#timeTable p.tel {
font-size: 30px;
color: #1AA6C4;
font-weight: bold;
}
#timeTable p.tel img {
margin-right: 3px;
}
#timeTable p.navLink {
text-align: right;
margin: 1em 10px 0 0;
}

/* コンセプト
-----------------------------------------*/
section.concept a {
text-decoration: none;
}
section.concept article {
position: relative;
margin: 0 25px 1em 10px;
padding-bottom: 3px;
line-height: 1.2;
background: url(../img/icon1.png) no-repeat 0 .2em;
}
section.concept a article h2,
section.concept article h2 {
font-size: 14px;
color: #333;
margin-left: 80px;
}
section.concept a:hover article h2 {
text-decoration: underline;
}
section.concept a article time,
section.concept article time {
position: absolute;
top: 2px;
left: 15px;
font-size: 10px;
color: #666;
}
section.concept a:hover article time {
text-decoration: underline;
}


/* このような方にオススメです！
-----------------------------------------*/
section#topics article {
float: left;
width: 335px;
min-height: 135px;
margin: 0 15px 20px 0;
}
section#topics hr{
margin-bottom: 20px;
}
section#topics article h2 {
background: url(../img/icon1.png) no-repeat 0 .2em;
color: #0991B3;
font-size: 14px;
font-weight: bold;
padding: 0 5px 2px 15px;
}
section#topics article img {
	margin: 10px 10px 0 10px;
	float: left;
	border: 1px none #666;
}
section#topics article p {
margin: 10px;
line-height: 1.4;
}
section#topics a,
section#topics a article p {
color: #333;
text-decoration: none;
}
section#topics a:hover article p {
text-decoration: underline;
}
