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

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

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

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

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

#primary-contents .section-lv2 {
	width: 680px;
	margin-bottom: 10px;
	padding-bottom: 22px;
	background: url(../images/arrowLine.gif) no-repeat 0 100%;
}

#primary-contents .bg_none{
	background: none;
}

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

#primary-contents .section-lv2 .section-lv3 {
	margin-bottom: 18px;
}

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

#primary-contents .section-lv2 .section-lv3 p.w495 {
	width: 495px;
}
