h3 {
	/*border-bottom: 1px dashed #BBBBBB;*/
	padding-bottom: 30px;
}

/*======================

======================*/

.box .wrap {
}
.box .wrap p {

	width:800px;
}
.box .wrap a {
	color: #44B80A;
}
.center {
	width: 980px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
}
/*======================
料金表
======================*/

.price {
	overflow: hidden;
}
.price .left {
	float: left;
	width: 350px;
	margin-right: 40px;
}
.price table {
	display: block;
	border-top: 1px dashed #CCCCCC;
}
.price table tr {
}
.price table th {
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	width: 80px;
	padding-left: 50px;
}
.price table td {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	width: 270px;
}
.price .small {
	text-align: right;
	font-size: 11px;
}

#container #contents .box .wrap2 .price .right {
	display: block;
	float: left;
	width: 450px;
	line-height: 180%;
}

