@charset "utf-8";
/* =================================
ukeoi.css
================================= */
.contentWrap {
	padding-bottom: 100px;
}
.mainView {
	min-height: 240px;
	background: url(../img/img_main_ukeoi.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 240px;
}

.ukeoiArea {
	margin-top: 60px;
}
.ukeoiArea h2 {
	color: #7a5623;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.ukeoiArea h2+p {
	margin-top: 40px;
	line-height: 2.25;
}

table {
	width: 100%;
	margin-top: 50px;
}
table thead th {
	padding: 10px 20px;
	background: #fff7e8;
	border: 1px solid #cccccc;
	text-align: left;
}
table tbody td {
	padding: 10px 20px;
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align: middle;
}
table tbody td:last-child {
	width: 360px;
}

p.note {
	margin-top: 5px;
	font-size: 1.2rem;
}