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

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

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

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

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

#primary-contents h3 {
	margin-bottom: 24px;
}

#primary-contents .section-lv2 {
	width: 680px;
	margin-bottom: 20px;
	padding-bottom: 34px;
	border-bottom: #CCCCCC solid 2px;
}

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

#primary-contents .section-lv2 #latterBox {
	width: 225px;
	font-size: 140%;
	line-height: 1.6em;
}

#latterBox dl dt {
	margin-top: 10px;
	color: #304780;
}

#latterBox p#gMap {
	margin-top: 5px;
}

#latterBox p#gMap a {
	color: #304780;
}

#latterBox p#gMap a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}

#primary-contents .section-lv2 #linkContact {
	margin-left: 20px;
}

#linkContact p {
	margin-left: 26px;
	font-size: 120%;
	line-height: 1.6em;
}

#linkContact p.link {
	font-size: 160%;	
}
#linkContact p.link a {
	margin-left: -26px;		/* アイコンの位置を合わせるためネガティブマージンを適用 */
	padding-left: 26px;
	background: url(../../common/images/link_circle.gif) no-repeat 0 2px;
	color: #304780;
}

#linkContact p.link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}
