@charset "UTF-8";
/* CSS Document */


/* FOR PRODUCTION */

#condition_list {
	margin-bottom: 30px;
}

#condition_list li {
	list-style-type:none !important;
	width: 515px;
	margin: 5px 0px;
	background: #f5f5f5;
	font-size: 120%;
	font-weight: bold;
	color: #5F8425;
	text-align: center;
}



/* SAMPLE DESIGN */

.cost_box {
	width: 505px;
	background-color: #F9F9F9;
	padding: 0px 5px;
	margin-bottom: 30px;
}

.cost_box table {
	border-collapse: collapse;
	width: 505px;
}

.cost_box table tr td {
	padding: 5px 0px;
}

.cost_ttl {
	width: 240px;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #ccc;
}

.cost_ttl_in , .cost_ttl_in_2 {
	background: url(http://club-ener.com/images/common/back_stripe.jpg) repeat;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	min-height: 30px;
}

.cost_ttl_in {
	min-height: 30px;
}

.cost_ttl_in_2 {
	min-height: 50px;
}

.price , .price_2 {
	width: 230px;
	padding: 10px;
	background-color: #DFEDB4;
	color: #4D4D4D;
	font-size: 18px;
	font-weight: bold;
}

.price {
	min-height: 30px;
}

.price_2 {
	min-height: 50px;
}

.line img {
	padding-left: 5px;	
}

.comment p {
	padding: 0px 10px;
}


/* DESIGN */