@charset "UTF-8";

span.brown_b{
	color: #a4531a;
	font-weight: bold;
}

/*--------------------
table
----------------------*/
.price_data{
	margin: 0 0 30px;
	border-spacing: 0;
	border-collapse: separate;
	letter-spacing: .03em;
}
.price_data th,.price_data td{
	border-top: 1px solid #5EB800;
	border-left: 1px solid #5EB800;
}
.price_data th{
	width: 198px;
	height: 37px;
	padding: 9px 15px;
	background: #5EB800;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
/*--------------------
leftmenu
----------------------*/
.price_data th.care_left_menu{
	background: #ceeab2;
	color: #252525;
	border-right:1px dotted #8dd955;
}
/*--------------------
td
----------------------*/
td.care_kasho{
	border-right:1px dotted #8dd955;
	border-left: none;
	font-size:.95em;
}
td.care_price{
	border-left: none;
	font-weight: bold;
}
.price_data td{
	width: 76px;
	padding: 15px 13px;
	background: #FFFFFF;
	color: #252525;
}

.price_data tr:nth-child(even) td{
	background: #FFFFFF;
}
.price_data th:last-child,.price_data td:last-child{
	border-right: 1px solid #5EB800;
}
.price_data tr:last-child th,.price_data tr:last-child td{
	border-bottom: 1px solid #5EB800;
}
.price_data tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.price_data tr:first-child :last-child{
	border-top-right-radius: 10px;

}
.price_data tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.price_data tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

/*--------------------
prlink
----------------------*/
.maki_pr_left{
	width: 310px;
	margin: 0 25px 0 5px;
	font-size: .85em;
	float:left;
}
.maki_pr_right{
	width: 310px;
	font-size: .85em;
	float: right;
}

span.maki_pr_mark{
	color:#4ba453;
}

.maki_pr_tolink{
	clear: both;
	margin: 5px 0 0 0;
	color: #eb7600;
	text-align: right;
}
.maki_pr_tolink a{
	color: #eb7600;
	text-decoration: underline;
}
.maki_pr_tolink a:hover{
		color: #eb7600;
	text-decoration: none;
}

