/* CSS Document */

/* 全共通CSS */

body{
color:#333;
font-size:14px;
line-height:160%;
background: url(../img/top/top_bg.jpg) repeat-x #F9F9F9;
}

/* メインコンテンツ */
#main_img{
background:url(../img/top/main_img.jpg) no-repeat;
height:333px;
}

#main_img h2,#main_img p{
text-indent:-9999px;
margin:0;
}

#contents{
padding:30px 55px 20px 55px;
background: url(../img/top/contents_bg.jpg) repeat-y #fff;
}

#main_leed .leed{
padding-left:30px;
float:left;
width:380px;
}

#main_leed .leed .bt_annai{
padding:30px 0 0 100px;
}

#main_leed .leed .bt_annai a{
display:block;
text-indent:-9999px;
width:173px;
height:34px;
background:url(../img/top/bt_annai.gif) no-repeat 0 0;
}

#main_leed .leed .bt_annai a:hover{
background:url(../img/top/bt_annai.gif) no-repeat 0 -37px;
}


.topNewsArea {
	margin: 30px auto 0;
}

.topNewsArea h3 {
	background: url(../img/second/h3_bg.jpg) no-repeat;
    height: 29px;
    font-size: 14px;
    padding-top: 5px;
    color: #CC0000;
    text-indent: 50px;
    margin-bottom: 15px;
}

.topNewsArea dl {
	margin: 0 20px 0 20px;
}

.topNewsArea dl dt {
	font-weight: bold;
justify-content:space-between;	color: #CC0000;
}

.topNewsArea dl dd {
	border-bottom: dotted 1px #CCC;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

/*2016.5*/
#main_leed .leed {
	width: auto;
	padding-left: 0;
}

#main_leed .leed .bt_annai {
	padding: 30px 0 0;
	text-align: center;
}

#main_leed .leed .bt_annai a {
	margin: 0 auto;
}

/*2016.0625*/
#main_img {
	position: relative;
}

#main_img .bnr {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 40px;
}


.doctor_bnr {
	margin-top: 50px;
	display: flex;
	box-lines:multiple;
	flex-wrap:wrap;
	justify-content:center;
}

.doctor_bnr p {
	width: 40%;
	margin-right: 10px;
}

.doctor_bnr p img {
	width: 100%;
}

.doctor_bnr p:last-child {
	margin-right: 0;
}