body, div, p, h1, h2, h3, p, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #222;
	font-size: 16px;
	line-height: 1.5;
}
h1 {
	font-size: 235%;
}
h2 {
	font-size: 180%;
}
img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
li {
	list-style: none;
}

.min {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", Meiryo, serif;
}
.got {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.mt {
	margin-top: 2em;
}
.mb {
	margin-bottom: 2em;
}
.alignC {
	text-align: center;
}

.btn {
	position: relative;
	width: 30%;
}
.btn a {
	display: block;
	width: 16em;
	height: 2.4em;
	margin: auto;
	padding: 1.5em 0 1.5em 32%;
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/207/css_img/button_bg.png) left center no-repeat;
	background-size: auto 100%;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: none;
}
.btn a:hover {
	opacity: 0.8;
}

#header {
	width: 100%;
	min-width: 980px;
	color: #fff;
}

.chapter2 #header {
	background: url(http://dg24ae6szr1rz.cloudfront.net/lp/207/css_img/header_bg.jpg) top center no-repeat;
	background-size: 100% auto;
}

#header .container {
	min-height: 468px;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 980px;
	height: 8%;
	background: rgba(13, 77, 152, 0.8);
	text-align: center;
	z-index: 10;
}
#header #logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header #logo img {
	height: 100%;
}
#header #ttl {
	position: absolute;
	left: 5%;
	top: 20%;
	width: 90%;
	text-shadow: 1px 1px 4px #000;
}
#header h1 {
	line-height: 1.5em;
}
#header #ttl p {
	width: 40%;
}
#header .btn {
	position: absolute;
	left: 4%;
	bottom: 3%;
}

#footer {
	width: 100%;
	min-width: 980px;
	padding: 0.5em 0 0.5em 0;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
#footer a {
	color: #fff;
}