@charset "utf-8";
html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 312.5%;
}
body:before {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	content: 'sp';
}

@media ( min-width : 384px ) {
html {
	font-size: 375%;
}
body:before {
	content: 'sp-m'
}
}

@media ( min-width : 512px ) {
html {
	font-size: 500%;
}
body:before {
	content: 'sp-l'
}
}

@media ( min-width : 640px ) {
html {
	font-size: 625%;
}
body:before {
	content: 'tab'
}
}

@media ( min-width : 960px ) {
html {
	font-size: 476.19%;
}
body:before {
	content: 'pc-s'
}
}

@media ( min-width : 1260px ) {
html {
	font-size: 625%;
}
body:before {
	content: 'pc-m'
}
}
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 320px;
	font-size: 14px;
	line-height: 1.5;
	background-color: #212909;
	color: #464b5a;
}
a {
	color: #464b5a;
}
a:hover {
	color: #464b5a;
	text-decoration: none;
}
img {
	vertical-align: top;
	max-width: 100%;
}
.dev-footer-code {
	height: 0;
	overflow: hidden;
}
