@charset "utf-8";

/*
 汎用ボックス設定
---------------------------------- */

/* width620px */
.Box620 {
	width:620px;
	float:left;
	overflow:hidden;
}

.Box620 p {text-align:left; margin:10px 10px;}
.Box620 ul {margin:0 0 0 30px; list-style:disc!important;}
.Box620 span {
	color: #F00;
	font-weight:bold;
	font-size:130%;
}

/* width300px */
.Box300 {
	float:left;
	width:300px;
	text-align:center;
	border:solid #bebebe 1px;
	border-top:none;
	margin-top:40px;
}

.Box300 p {text-align:left; margin:0 10px 10px 10px;}
.Box300 span {
	color: #F00;
	font-weight:bold;
	font-size:130%;
}

/* 中央配置画像マージン */
img.mainP {margin:10px 0;}

/* 左マージン指定 */
.l_mg {margin-left:16px;}

/* ライン無し */
.l_none {border:none;}

/* トップマージン追加 */
.mt {margin-top:5px;}
.mt30 {margin-top:30px;}

/* マージンボトム追加 */
.mb {margin-bottom:50px;}
.mb10 {margin-bottom:10px;}

/* 注釈 */
.chui {
	font-size:80%;
	text-align:left;
	margin:0 0 0 5px;
}

#h_detail {
	width:170px;
	float:left;
	margin:15px 0;
	background:#FFF url(../img/share/arrow02.gif) no-repeat center right;
	border:1px solid #CCC;
	padding:5px;
}



/*
トップページCSS 
----------------------------------- */
/* プラン選択ボックス */
.PlanBox {
	width:620px;
	float: left;
	margin-bottom:20px;
	margin-top:20px;
	border:solid #a4d256 1px;
	border-top:0;
}

/* マージンボトム無し */
.nm_b {margin-bottom:0;}

/* プランタイトル(外装・エクステリア) */
#Plan_t1{
	width:620px;
	height:40px;
	background:url(../img/item/top_title02.gif) no-repeat top left;
	position:relative;
}

#Plan_t1 p{
	position:absolute;
	top:8px;
	left:190px;
}

/* プランタイトル(内装・設備) */
#Plan_t2{
	width:620px;
	height:40px;
	background:url(../img/item/top_title03.gif) no-repeat top left;
	position:relative;
}

#Plan_t2 p{
	position:absolute;
	top:8px;
	left:190px;
}
