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

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

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

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

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

#primary-contents .section-lv2 {
	width: 680px;
	margin-bottom: 24px;
}

#primary-contents .section-lv2 .supportBox {
	float: left;
	width: 319px;
	margin-right: 21px;
	background:url(../images/support_bg_middle.gif) repeat-y;
}

#primary-contents .section-lv2 .supportBox p {
	padding: 11px 14px 0;		
}

#primary-contents .section-lv2 .supportBox p.text {
	background: url(../images/support_bg_bottom.gif) no-repeat 0 100%;
	padding-bottom: 13px;
	font-size: 120%;
	line-height: 1.6em;
	min-height: 134px;				/* 背景のheightを統一するために適用 */
	height: auto !important;
    height: 134px;
}