
/*-------------------------------------------------------------------
	lp_change.css
--------------------------------------------------------------------*/
.sectionH1 h6 {
	margin: 0 0 15px;
}

.sectionH1 p.tit {
	margin-bottom: 15px;
	padding: 5px 10px;
	font-weight: bold;
	background: #eeeeee;
}

.sectionH1 .spec {
	margin-bottom: 30px;
}

.sectionH1 .spec p {
	float: left;
	width: 140px;
}

/* table_layout */
.sectionH1 table.layout {
	float: right;
	width: 320px;
	clear: none;
}

.sectionH1 table.layout caption{
	caption-side: bottom;
	text-align: left;
	font-size: 12px;
	color: #F00;
	margin-top: 10px;
}

.sectionH1 table.layout th.stit {
	width: 40px;
	*width: 80px;
}

.sectionH1 .arrow {
	text-align: center;
}


