@charset "utf-8";

/*===============================
	common
===============================*/
*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	vertical-align:baseline;
	background:transparent;
	outline:none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	padding: 60px 0 80px;
	background: #fff url(../../images/common/bg.jpg) repeat center top;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #662b1f;
}


/*===============================
	contentWrapper
===============================*/
.contentWrapper {
	width: 700px;
	margin: 0 auto;
}

.contentWrapper h1 {
	margin-bottom: 50px;
	line-height: 0;
	text-align: center;
}


/****** table ******/
.contentWrapper table {
	width: 100%;
	margin-bottom: 45px;
    border-collapse:collapse;
	border-spacing:0;
}
.contentWrapper table tr th,
.contentWrapper table tr td {
	line-height: 1.4;
	padding: 10px;
	border: #90c31f solid 1px;
	background: #fff;
	font-size: .9em;
}
.contentWrapper table thead tr th{
	background: #90c31f;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}
.contentWrapper table tbody tr th {
	text-align: center;
	font-weight: bold;
	color: #90c31f;
}
.contentWrapper table tbody tr td.name {
	width: 230px;
}


/****** btn ******/
.contentWrapper .closeBtn {
	overflow: hidden;
	margin-top: 65px;
}
.contentWrapper .closeBtn a {
	display: block;
	width: 300px;
	height: 64px;
	line-height: 0;
	margin: 0 auto;
	padding-top: 22px;
	background: #90c31f;
	border-bottom: #5c8208 solid 4px;
	border-radius: 7px;
	text-align: center;
}
.contentWrapper .closeBtn a:hover {
	background: #b2d563;
}
.contentWrapper .closeBtn a:active {
	height: 62px;
	margin-top: 2px;
	border-bottom-width: 2px;
}
