@charset "Shift_JIS";

@import "base.css";
@import "contents.css";
@import "s_window.css";
@import "price.css";

#res_c1, #res_c2 {
	padding: 0 20px 40px 20px;
}
#res_c1 h2 {
	padding-bottom: 20px;
}
#res_c1 h3, #res_c2 h3 {
	padding: 5px 0 10px 0;
}
#res_c1_t, #res_c2_t {
	font-size: 80%;
	text-align: left;
	padding: 0 20px;
}
#res_c1l {
	float: left;
	width: 300px;
	font-size: 80%;
	line-height: 140%;
	text-align: left;
}
#res_c1l p {
	padding-left: 20px;
}
#res_c1l p strong {
	color: #C44949;
}
#res_c1r {
	float: right;
	width: 250px;
}
#res_c2_table {
	padding: 10px 20px;
	font-size: 80%;
}
#res_c2_table table {
	border-top: 1px solid #D7C4B6;
	border-left: 1px solid #D7C4B6;
	background: #FEEDDE;
}
#res_c2_table th {
	border-right: 1px solid #D7C4B6;
	border-bottom: 1px solid #D7C4B6;
	font-weight: normal;
	padding: 5px;
	background: #E8DFCC;
}
.res_c2_tabg1 {
	background: #E8DFCC;
}
#res_c2_table td {
	border-right: 1px solid #D7C4B6;
	border-bottom: 1px solid #D7C4B6;
	padding: 3px;
}
* html #res_c2_table td {
	font-size: 80%;
}
#res_c2_table input, #res_c2_table select, #res_c2_table textarea {
	font-size: 80%;
}