@charset "UTF-8";

@import url("../../common/css/common.css");
@import url("../../common/css/layout.css");

.section {
	margin: 0 30px;
}

.section table {
	margin: 0 auto;
}

.section table th, .section table td {
	border: solid 1px #E1D9CB;
	background: #FEFDFA;
	padding: 5px 10px;
}

.section table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 80px;
	background: #F7F5EF;
}

.section table td {
	width: 500px;
}