@charset "UTF-8";

html,body { height:100%; }
body {
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
	background: #F0F0F0;
}
#wrap {
	width: 480px;
	margin: 0 auto;
	padding: 48px 0;
}
.set {
	margin-bottom: 40px;
}
.set:nth-last-child(2) {
	border-bottom: 6px solid #fff;
	padding-bottom: 24px;
}
.set:last-child {
	margin-bottom: 0;
}
h1 {
	width: 160px;
	margin: 0 auto 24px;
}
h2 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
}
.img {
	margin-bottom: 24px;
}
p.txt {
	font-size: 14px !important;
	line-height: 180% !important;
	margin-bottom: 16px !important;
}
h3 {
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: center;
	color: #E26A0D;
}
p.stxt {
	font-size: 10px !important;
	line-height: 180% !important;
}

.separate div:first-child {
	float: right;
	width: 48%;
}
.separate div:last-child {
	float: left;
	width: 48%;
}
.set h6 {
	font-size: 8px;
	line-height: 1em;
	margin-bottom: 4px;
	font-weight: bold;
}
.set h5 {
	font-size: 10px;
	line-height: 140%;
	margin-bottom: 4px;
	font-weight: bold;
}
.set h4 {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 8px;
	font-weight: bold;
}
.set p {
	font-size: 10px;
	line-height: 160%;
	margin-bottom: 8px;
}
.set p.credit {
	font-size: 8px;
	line-height: 160%;
	margin-bottom: 0;
}
.set div:first-child {
	margin-bottom: 12px;
}
.set li {
	margin-bottom: 16px;
}
.set li:nth-child(odd) {
	float: left;
	width: 48%;
}
.set li:nth-child(even) {
	float: right;
	width: 48%;
}
.set a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
#home {
	text-align: center;
	margin-top: 24px;
}
.spcbox {
	width: 480px !important;
	margin: 0 auto !important;
}


































