@charset "utf-8";
/* CSS Information ====================
File name: info.css
description: メインコンテンツ当サイトについてページ部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,11

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

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

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

/* ここから個別レイアウト設定（レフトカラム部分）----------------------------------------------------------------- */
#primary-contents .section-lv2 {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: #CCCCCC solid 1px;
}

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

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

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