@charset "UTF-8";

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

/*{web_name}
-----------------------------------------*/
#contents > img {
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

/*{web_name}
-----------------------------------------*/
#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 */
section h2 {
font-size: 16px;
margin-bottom: 10px;
padding: 10px 5px 10px 5px;
color: #0991B3;
background-color: #E6ECED;
background-image: -webkit-linear-gradient(left, #E6ECED, #FFF);
background-image: -moz-linear-gradient(left, #E6ECED, #FFF);
background-image: -ms-linear-gradient(left, #E6ECED, #FFF);
background-image: linear-gradient(left, #E6ECED, #FFF);
}
section h2:before {
content: "";
display: block;
float: left;
width: 10px;
height: 10px;
margin: 5px 5px 0 0;
background: url(/rsc/common/img/icon1.png) no-repeat;
background-size: contain;
}

section * + h2 {
margin-top: 50px;
}

table {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
}
table td,
table th {
padding: 10px 15px;
font-size: 14px;
line-height: 1.4;
padding: 10px;
}
table th {
text-align:left;
white-space: nowrap;
width: 1%;
font-weight: normal;
}
table td small {
font-size: 12px;
}

#info table td,
#info table th {
vertical-align: top;
border-bottom: 1px solid #CCC;
padding: 20px 5px;
}
#info table th {
width: 25%;
font-size: 12px;
}


/*電話
-----------------------------------------*/
#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;
}
#timeTable p.kyocho {
	margin: 0 0 0 25px;
	font-size: 18px;
	font-weight: bold;
	color: #1AA6C4;
}
#timeTable em {
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

/* お知らせ
-----------------------------------------*/
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(/rsc/common/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(/rsc/common/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;
}


