@charset "utf-8";
/* ===================================================================
CSS information

 author     :Access-solutions
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	メイン
----------------------------------------------------*/

/*---------- 見出し ----------*/
h2.imgH01 {
	width: 546px;
	height: 80px;
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
}

/*---------- テーブル ----------*/
.table01 th {
	padding: 10px 0;
	border-bottom: 1px #999 dashed;
	width: 60px;
	text-align: center;
}
.table01 td {
	padding: 10px 0 10px 20px;
	border-bottom: 1px #999 dashed;
}
table.table02 {
	width: 546px;
}
.table02 tr.tableH01 th,.table02 tr.tableH01 td, {
	background: #39c;
	color: #fff;
	font-weight: 700;
}
.table02 th {
	padding: 5px 10px;
	border: 1px #ccc solid;
	text-align: center;
	background: #f6f6f6;
	width: 45%;
}
.table02 td {
	padding: 5px 10px;
	border: 1px #ccc solid;
	text-align: center;
}

/*---------- コンテンツ ----------*/
.sectionL {
	width: 270px;
	float: left;
	display: inline;
	margin-left: 3px;
	text-align: right;
}
.sectionR {
	width: 270px;
	float: right;
	display: inline;
	margin-right: 3px;
}

.priceText01 {
	text-align: center;
}