@charset "EUC-JP";
/* CSS Document */

/* 商品・事業案内：ハイブリッドマスクページ用 */
/* 全般============================================================================================== */
div#index{
	width:100%;
	float:left;
	text-align:center;
}
div#index div#title{
	border:1px solid #c1c1c1;
	background:#fafafa;
	color:#2049a0;
	font-size:1.1em;/* \*/font-size:110%;/* */
/*	line-height:2;*/
}
div#index div#title p#middle{
	font-weight:bold;
}
div#powerup{
	width:100%;
	text-align:center;
	color:#F90;
	margin:0px;
}
div#explain_left{
	width:40%;
	float:left;
	text-align:left;
	margin-top:20px;
	margin-left:0px;
	margin-right:5px;
}
div#explain_right{
	width:58%;
	float:right;
	text-align:left;
	margin-top:20px;
	margin-left:5px;
	clear: left;
}

/* テーブル定義====================================================================================== */
.outlinetb{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
/*	margin-left:10px;
	margin-right:10px;*/
	margin-bottom:20px;
}
.outlinetb caption{
	display:none;
}
.outlinetb th,.outlinetb td{
	border:1px solid #2049a0;
	text-align:left;
	padding:8px 10px;
	vertical-align:top;
	line-height:1.5;
}
.outlinetb th{
	background:#e7edfa;
	color:#203164;
	width:116px;
}
.outlinetb dt{
	color:#2049a0;
}
.outlinetb dd{
	margin-bottom:20px;
}
.outlinetb dd.end{
	margin-bottom:0;
}
.outlinetb ul{
	margin-left:15px;
	margin-bottom:5px;
}
/* 料金体系 */
.price th{
	width:220px;
}
/* 配達形式 */
.delivery th{
	width:150px;
}
.delivery td.dg{
	background:#f3f3f3;
}

/* ＥＴＲハイブリッドマスクの詳しい説明============================================================== */
#explain{
	margin-top:20px;
/*	margin-left:10px;*/
}
#explain h3{
	border-left:#0B0;
	border-bottom:#0B0;
	background-color:#EDFFED;
}
ol.explain_list{
	margin-left:12px;
	list-style-type:none;
}
ol.explain_list h5{
	color:#203164;
	border-bottom:2px solid #ccc;
	font-weight:bold;
	margin-bottom:10px;
	font-size:large;
}
.contents{
	margin-bottom:15px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	padding:5px 12px 3px 12px;
	line-height:1.7em;
}
