﻿@charset "utf-8";

#contents #main_sub{
	float: left;
	width: 621px;
	padding: 0 0 0 73px;
	margin: 0 45px 0 0;
}
#main_sub h1{
	font-size: 120%;
	font-weight: normal;
	letter-spacing: 0.4em;
	padding: 0 0 5px 5px;
	border-bottom: 6px solid #b18345;
	margin: 0 0 20px 0;
}
#main_sub h1 span{
	color: #ef9b17;
	font-size: 80%;
	letter-spacing: 0;
	padding-left: 10px;	
}
#main_sub .lead{
	font-size: 85%;
	line-height: 150%;
	padding: 10px;
	background: #FFF;
	margin-bottom: 35px;
}

/*医院紹介*/
#main_sub .clinic_photo{
	margin-bottom: 30px;
}
#main_sub #clinic_logo{
	background: #ffffff url(../images/clinic/bg_clinic_logo.png) no-repeat left top;
	width: 621px;
	height: 201px;
	margin-bottom: 45px;
}
#main_sub #clinic_logo dl{
	padding: 55px 0 0 235px;
}
#main_sub #clinic_logo dt{
	font-size: 100%;
	padding-bottom: 25px;
}
#main_sub #clinic_logo dd{
	font-size: 90%;
	line-height: 150%;
}
#main_sub #clinic_director{
	margin-bottom: 50px;
}

/*診療案内*/
#main_sub .medical_box_gold{
	background-color: #e5dece;
	padding: 15px 10px;
	margin-bottom: 15px;
}
#main_sub .medical_box_gold h2{
	font-size: 120%;
	padding-bottom: 10px;
}
#main_sub .medical_box_gold p{
	font-size: 90%;
	line-height: 200%;
}

#main_sub .medical_box_white{
	background-color: #ffffff;
	padding: 15px 10px;
	margin-bottom: 15px;
}
#main_sub .medical_box_white h2{
	font-size: 120%;
	padding-bottom: 10px;
}
#main_sub .medical_box_white p{
	font-size: 90%;
	line-height: 200%;
}

/*設備紹介*/
#main_sub .device_contents{
	background: #ffffff url(../images/device/bg_device01.png) no-repeat left top;
	width: 623px;
	height: 200px;
	margin-bottom: 60px;
}
#main_sub .device_contents dl{
	padding: 28px 25px 0 314px;
}
#main_sub .device_contents dt{
	font-size: 140%;
	padding-bottom: 10px;
}
#main_sub .device_contents dd{
	font-size: 65%;
	line-height: 125%;
	width: 260px;
}
#main_sub #device01{
	background-image: url(../images/device/bg_device01.png);
}
#main_sub #device02{
	background-image: url(../images/device/bg_device02.png);
}
#main_sub #device03{
	background-image: url(../images/device/bg_device03.png);
}
#main_sub #device04{
	background-image: url(../images/device/bg_device04.png);
}
#main_sub #device05{
	background-image: url(../images/device/bg_device05.png);
}