@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
	background: url(../image/hospital/main_img.jpg) no-repeat center top;
	background-size: cover;
}

.mainVisual h2 {
	width: 902px;
}

#conts h2 {
	margin-bottom: 19px;
}

#conts .h2Ttl {
	margin-bottom: 12px;
}

#conts p {
	margin-bottom: 17px;
	font-size: 15px;
	line-height: 1.8;
}

#conts .map {
	margin-bottom: 17px;
}

#conts .mapLink {
	margin: 0 auto 34px;
	width: 216px;
}

#conts .mapLink a {
	padding: 6px 0;
	display: block;
	font-size: 16px;
	text-align: center;
	border: 1px solid #999;
	background: url(../image/common/icon10.gif) no-repeat 192px 12px;
}

#conts .mapLink a:hover {
	color: #FFF;
	text-decoration: none;
	background: #999 url(../image/common/icon01.png) no-repeat 192px 12px;
}

#conts .linkList {
	margin: -22px -29px 38px 0;
	width: 735px;
	overflow: hidden;
	zoom: 1;
}

#conts .linkList li {
	margin: 22px 29px 0 0;
	width: 216px;
	float: left;
}

#conts .linkList li span {
	margin: 5px 0;
	display: block;
}

#conts .linkList li a {
	font-size: 18px;
	display: block;
	text-align: center;
	border: 1px solid #999;
}

#conts .linkList li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#conts .linkList li img {
	display: block;
}

#conts .text {
	margin: 0 8px 3px;
	text-align: right;
}

#conts .comTable {
	margin-bottom: 49px;
}

#conts .comTable th,
#conts .comTable td {
	padding: 13px 8px;
}

#conts .comTable thead th {
	padding: 10px 0;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

#conts .comTable thead .thStyle {
	border-right: none;
}

#conts .comTable .tdStyle {
	padding: 13px 0 13px 5px;
	text-align: left;
}

#conts .comTable .tdStyle01 {
	font-size: 12px;
}

#conts .comTable .trStyle th,
#conts .comTable .trStyle td {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}

#conts .comTable .trStyle01 th,
#conts .comTable .trStyle01 td {
	border-top: 1px solid #D3D3D3;
}

#conts .comTable th a {
	text-decoration:underline;
}
#conts .comTable th a:hover {
	color:#1366AE;
}
