@charset "utf-8";
/* CSS Information ====================
File name: about.css
description: メインコンテンツaboutページ部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,07

目次
*インポートunderlayer.css（下層ページ共通レイアウト）

*レフトコンテンツ（会社概要）
==================================== */

@import url("../../common/css/underlayer.css");	/* リセットスタイル */

/* ここから個別レイアウト設定（レフトカラム部分）----------------------------------------------------------------- */

#primary-contents .section-lv2 {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: #CCCCCC solid 1px;
}

#primary-contents .bBnone {
	border: none;
}

#primary-contents .section-lv2 h3 {
	margin-bottom: 22px;
}

#primary-contents .section-lv2 p {
	font-size: 120%;
	line-height: 1.6em;
}

#primary-contents .section-lv2 p#syakun {
	margin: 0 auto 16px 33px;
	font-size: 190%;
	line-height: 1em;
}

#primary-contents .section-lv2 p#daihyou {
	float: right;
	margin-top: 14px;
}

#primary-contents .section-lv2 dl {
	width: 660px;
	margin: 0 0 0 20px;
	font-size: 120%;
	line-height: 1.6em;
}

#primary-contents .section-lv2 dl dt {
	width: 85px;
	clear: both;	
}

#primary-contents .section-lv2 dl dt,
#primary-contents .section-lv2 dl dd {
	float: left;
	padding-top: 15px;
	float: left;
}

#primary-contents .section-lv2 dl dd {
	padding-left: 30px;
	border-left: #CCCCCC solid 1px;
}

#primary-contents .section-lv2 dl dd.ddBottom {
	padding-bottom: 15px;
}
