@charset "UTF-8";
/* CSS Document */
.service_img {
	float: left;
	margin-right: 20px;
	display: inline;
}

.detail_text {
	width: 400px;
	float: left;
}

.service_box {
	width: 540px;
	padding: 30px 0px 20px 0px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 50px;
}

.detail_box ul li a {
	color: #006837;
}

.detail_box ul li a:link {
	color: #006837;
}

.detail_box ul li a:visited {
	color: #006837;
}

.detail_box ul li a:hover {
	color: #fff;
	background-color: #8CC63F;
}

.detail_box ul li a:active {
	color: #006837;
}

.detail_list {
	float:left;
	width: 374px;
	border-left: 3px solid #E6E6E6;
	border-right: 3px solid #E6E6E6;
}

.detail_list img , .detail_list ul li {
	float: left;
	margin-left: 15px;
	font-size: 85%;
	display: inline;
	white-space:nowrap;
}

.detail_box {
	margin-top: 20px;
	margin-bottom: 30px;
}
	
.detail_box img {
	float:left;
}

.sample_box {
	margin-bottom: 30px;
}

.sample_box img {
	float: left;
	margin-right: 20px;
	display: inline;
}

.sample_text {
	padding-top: 20px;
}


/* NEW PRODUCTION */

#shinki_menu_box {
	width: 495px;
	padding: 20px 40px;
	background-color:#e6e6e6;
	margin-bottom:30px;
}

#shinki_menu_box p {
	color: #C00;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 10px;
}

#shinki_menu_box ul li {
	float:left;
	width:450px;
	text-indent: 20px;
	background: url(../images/common/icon_arrow_2.jpg) left center no-repeat;
}

#shinki_menu_box ul li a {
	display: block;
	overflow: hidden;
	color: #006837;
}

#shinki_menu_box ul li a:hover {
	color: #fff;
	background-color: #8CC63F;
}



/* RENEWAL */



/* UPDATE */

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

.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(../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: 80px;
}

.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: 80px;
}

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

.comment p {
	padding: 10px;
}
	
