@charset "utf-8";
/* CSS Document */

#indexmain{
	width:980px;
	height:247px;
	margin:0px auto;
	padding:0px;
}

#index h3{
	padding:0px;
	background:none;
	border:none;
}

#content00{
	margin-bottom: 20px;
}
#content00 #shinryo{
	border: 8px solid #eaf3db;
	box-sizing: border-box;
	padding: 30px;
}
#shinryo ul{
	list-style-type: none;
	margin-bottom: 20px;
}
#shinryo ul li{
	padding: 15px 10px;
	font-size: 17px;
	border-bottom: 1px dotted #5d8e24;
}
#shinryo ul li:first-child{
	border-top: 1px dotted #5d8e24;
}

#content00 #shoshin{
	border: 8px solid #ddedaf;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 10px;
}


/* #content01　バナー  ------------------------------ */

#content01{
	margin-bottom:20px;
}

#content01 ul{
	list-style:none;
	margin-bottom:13px;
}

#content01 ul li{
	float:left;
	margin-right:13px;
}

#content01 ul li.lastChild{
	margin-right:0px;
}

#content01 ul:after{
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

/* #content02  ------------------------------ */

#content02 h3{
	margin-bottom:10px;
}

/* #content03　バナー  ------------------------------ */

#content03{
	margin-bottom:30px;
}

#content03 ul{
	list-style:none;
}

#content03 ul li{
	float:left;
	margin-right:27px;
}

#content03 ul li.lastChild{
	margin-right:0px;
}

/* #content04　新着情報  ----------------------------------------------- */

#content04{
	border:1px #dcdcdc solid;
	width:715px;
}
#content04 h3{
margin-bottom:0px;
}

#news{
	text-align:left;
	width:715px;
	margin:0 auto;
}

#news dl {
}
#news dl{
	margin-left:20px;
	margin-right:20px;
}

#news dl dt{
	float:left;
	color:#185f4f;
	line-height:1.5em;
	margin-bottom:10px;
	width:100px;
	text-align:left;
}

#news dl dd{
	line-height:1.5em;
	margin-bottom:10px;
	padding-left:120px;
	padding-bottom:10px;
	text-align:left;
	border-bottom:1px dotted #d9d9d9;
}


/*　診療時間　*/

table.timetable{
	width:100%;
	border:1px solid #bdbdbd;
	margin-bottom:5px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
}

table.timetable th{
	background:#eaf3db;
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	padding:7px 0;
	text-align:center;
	font-size:120%;
	color:#666666;
}

table.timetable td{
	width:10%;
	border-right:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	background:#FFFFFF;
	padding:8px 0;
	text-align:center;
	font-size:120%;
	color:#999999;
	height:2em;
}

table.timetable td.hour{
	width:30%;
	text-align:center;
	font-size:120%;
	color:#909090;
	height:1.5em;
}



