@charset "utf-8";

/*===============================
	common
===============================*/
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	padding: 7% 5% 10%;
	background: #fff url(../../images/common/bg.png) repeat center top;
	font-family:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	color: #662b1f;
}

img {
	width: 100%;
	height: auto;
}


/*===============================
	content
===============================*/
header h1{
	line-height: 0;
	margin-bottom: 7%;
}

/****** list ******/
.list {
	margin-bottom: 7%;
}
.list h2 {
	padding: 3%;
	background: #90c31f;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.list h3,
.list p {
	line-height: 1.4;
	padding: 3%;
	border: #90c31f solid;
	border-width: 0 1px 1px;
	font-size: .8em;
}
.list h3 {
	background: #fff;
}
.list p {
	background: #f4f9e8;
}

/* closeBtn */
.closeBtn {
	margin: 7% 2% 0;
}
.closeBtn a {
	display: block;
	line-height: 0;
	margin: 0 auto;
	padding: 1em 0;
	border-bottom: #5c8208 solid 4px;
	border-radius: 7px;
	background: #90c31f;
}
