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

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

*レフトコンテンツ（インテリアの選び方）
==================================== */

@import url("../../../common/css/underlayer.css");	/* 下層ページ共通レイアウト */

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

#primary-contents #contentsBox {
	width: 650px;
	margin: 20px 15px 0;
}

#contentsBox .section-lv2 {
	margin-bottom: 20px;
	padding-bottom: 25px;
	background: url(../../../common/images/circleLine.gif) repeat-x 0 100%;
}

#contentsBox .CLnone {
	background: none;
}

#contentsBox .section-lv2 .section-lv3 {
	margin-top: 15px;
	padding-bottom: 15px;
}

#contentsBox .section-lv2 .section-lv3 .letterBox_w525 {
	width: 525px;
}

#contentsBox .section-lv2 .section-lv3 .letterBox_w495 {
	width: 495px;
}

#contentsBox .section-lv2 h4 {
	margin-bottom: 12px;
	font-size: 150%;
	line-height: 1em;
	color: #006600;
}

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

#contentsBox .section-lv2 p.link {
	margin-top: 18px;
	font-size: 160%;
	line-height: 1.0em;
}

#contentsBox .section-lv2 p.link a {
	padding-left: 24px;
	background: url(../../../common/images/link_circle.gif) no-repeat 0 2px;
	color: #304780;
}

#contentsBox .section-lv2 p.link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;	
}


/* 観葉植物の例==================================== */

#contentsBox .section-lv2 .section-lv3 .verse {
	width: 650px;
	margin-bottom: 12px;
}

#contentsBox .section-lv2 .section-lv3 .verse .plantBox {
	width: 114px;
	margin-right: 20px;
}

#contentsBox .section-lv2 .section-lv3 .verse .mr_0 {
	margin-right: 0;
}

#contentsBox .section-lv2 .section-lv3 .verse .plantBox p.plantName {
	margin: 11px 0;
	font-size: 130%;
	line-height: 1em;
	text-align: center;	
}
