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

.mainVisual h2 {
	width: 1006px;
}

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

#conts .headLine01 {
	margin-bottom: 25px;
	clear: both;
}

#conts p {
	line-height: 1.5;
	font-size: 15px;
}

#conts .text {
	margin-bottom: 20px;
}

#conts .text01 {
	margin-bottom: 20px;
	text-indent: 0.5em;
}

#conts .text01 a {
	text-decoration: underline;
	color: #1366AE;
}

#conts .text01 a:hover {
	text-decoration: none;
}

#conts .text02 {
	margin-bottom: 60px;
}

#conts dl {
	font-size: 15px;
}

#conts dl dt {
	margin-bottom: 10px;
	padding: 2px 10px 1px;
	font-weight: bold;
	background-color: #DDEDFB;
}

#conts dl dt span {
	font-size: 12px;
}

#conts dl dd {
	margin-bottom: 15px;
	padding: 2px 0px 1px 30px;
	text-indent: 0.5em;
}

#conts .name01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 3px 0px 3px 5px;
	border: solid;
	border-width: 1px 0px 0px 5px;
	border-color: #009933;
}

#conts .name01 span {
	font-size: 15px;
}

#conts .title {
	margin-bottom: 10px;
	background-color: #DDFFDD;
	font-weight: bold;
	padding: 2px 10px 1px;
}

#conts .imgLine {
	margin: 5px 0px 60px;
}

#conts .imgLine p {
	text-align: right;
	margin: 5px 0px 5px;
	font-size: 15px;
}

#conts .imgLine p a {
	text-decoration: underline;
	font-weight: bold;
	color: #1366AE;
}

#conts .imgLine p a:hover {
	text-decoration: none;
}

#conts .imgBoxR {
	float: right;
	margin: 0px 0px 20px 20px;
}

#conts .menuList {
}

#conts .menuList ul {
}

#conts .menuList ul li {
	font-size: 12px;
	width: 200px;
	height: 40px;
	padding: 5px 1px 1px 15px;
	background: url(../image/common/icon03.gif) no-repeat left 7px;
	float: left;
}

#conts .menuList ul li a {
	color: #064685;
	text-decoration: none;
}

#conts .menuList ul li a:hover {
	text-decoration: underline;
}

#conts .spacer {
	clear: both;
	width: 100%;
	height: 20px;
}