/*
########################################################
  about style
########################################################
*/

.about{
	zoom: 1;
}

.about h2.title{
	width: 820px;
	margin-bottom: 20px;
}
.about .detail{
	zoom: 1;
	margin-bottom: 80px;
}
.about .detail,
.about .detail_02{
	border-left: #BFBFBF solid 1px;
	margin-left: 160px;
}
.about .detail h3.sTitle{
	width: 239px;
	float: left;
}
.about .detail p.disc{
	width: 400px;
	font-size: 83%;
	float: right;
}
.about .detail_02 dl{
	zoom: 1;
}
.about .detail_02 dl dt{
	width: 224px;
	font-size: 120%;
	padding-left: 15px;
	padding-right: 20px;
	float: left;
	margin-bottom: 30px;
}
.about .detail_02 dl dd{
	width: 400px;
	font-size: 83%;
	float: left;
	margin-bottom: 30px;
}
.about .detail_02 dl dt.last,
.about .detail_02 dl dd.last{
	margin-bottom: 0;
}

.about:after,
.about .detail:after,
.about .detail_02 dl:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

