@charset "utf-8";
/* ===================================================================
CSS information

 author     :Access-solutions
 style info :コンテンツエリア関係 他
=================================================================== */

/*----------------------------------------------------
	メイン
----------------------------------------------------*/

/*---------- 料金について ----------*/
.pricePoint01 {
	margin: 10px 0 14px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px #ccc dashed;
}
.pricePoint01 p {
	margin: 0;
	padding: 0;
	width: 310px;
}
.contents01 {
	position: relative;
}
.priceImg01 {
	position: absolute;
	top: 0;
	right: 0;
}

/*---------- ページナビゲーション ----------*/
.pageNav {
	padding: 15px 0;
	margin: 20px 0;
	font-size: 12px;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
}
.pageNav ul {
	width: 546px;
	margin: 0;
	padding: 0;
}
.pageNav ul li {
	width: 170px;
	float: left;
	display: inline;
	margin: 0 10px 5px 0;
	text-align: center;
	font-weight: 700;
}
.pageNav ul li a {
	display: block;
	border: 2px #9cf solid;
	background: #fafdff;
	padding: 5px 10px;
}
.pageNav ul li a:hover {
	border: 2px #fc9 solid;
	background: #fff;
}

/*---------- テーブル ----------*/
.pricetable01 {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px #999 solid;
}
.pricewrap01 {
	width: 546px;
}
.pricewrap02 {
	width: 546px;
	margin-top: 15px;
}
tr.pricetitle01 td {
	width: 111px;
	background: #b2e5ff;
	border: 1px #09c solid;
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
}
tr.pricetitle02 td {
	width: 111px;
	background: #ddd;
	border: 1px #999 solid;
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
}
tr.pricetitle01 th {
	width: 260px;
	background: #b2e5ff;
	border: 1px #09c solid;
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
}
tr.pricetitle02 th {
	width: 260px;
	background: #ddd;
	border: 1px #999 solid;
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
}
tr.price_h01 td {
	background: #c63;
	border: 1px #999 solid;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
tr.pricemain01 td {
	border: 1px #999 solid;
	padding: 5px 10px;
	text-align: center;
}
tr.pricecamp01 td {
	border: 1px #999 solid;
}
tr.pricemain01 th {
	border: 1px #999 solid;
	padding: 5px 10px;
	text-align: center;
}

/*---------- 見出し ----------*/
h2.imgH01 {
	width: 546px;
	height: 80px;
	background: none;
	padding-left: 0;
	margin-bottom: 10px;
}

/*---------- コンテンツ ----------*/
.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;
}