@charset "utf-8";

/*取扱保険会社・商品ページ*/

div.serviceBox01 {
	height: auto;
	width: 680px;
	margin: 0px auto;
	padding-bottom: 60px;
}

h4.h4Title01 {
	height: 50px;
	width: 680px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/service/h4Title01.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

h5.h5Title {
	height: auto;
	width: 100%;
	margin-top: 60px;
	padding-bottom: 5px;
	color: #F2A07F;
	font-size: 22px;
	border-bottom: 1px solid #F2A07F;
}

p.serviceText01 {
	padding: 35px 20px 30px 30px;
	font-size: 13px;
	line-height: 24px;
	color: #666;
	text-align: left;
}

ul.companyList {
	height: auto;
	width: 570px;
	margin: 20px auto;
}

ul.companyList li {
	float: left;
	display: inline;
	height: 100px;
	width: 160px;
	margin: 15px;
}

ul.productList {
	height: auto;
	width: 100%;
}

ul.productList li {
	float: left;
	display: inline;
	height: 365px;
	width: 330px;
	margin: 0px 5px;
	padding-bottom: 10px;
}

dl.productdetail {
	padding-top: 5px;
}

dl.productdetail dt {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}

dl.productdetail dt span {
	font-size: 0.8em;
}

dl.productdetail dd {
	font-size: 13px;
	line-height: 22px;
	text-align: left;
	padding: 0px 20px;
	color: #666;
}

