@charset "utf-8";

/* リセット */

html, body, div, header, nav, section, article, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td, iframe,
strong, small, span, a, img {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: bottom;
}

html{
	overflow-y: scroll;
}

header, nav, section, article, footer {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, th {
	font-style: normal;
}

br {
	letter-spacing: normal;
}

/* ベース */

html {
	background: #000117;
}

body {
	font: 16px/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:hover {
	text-decoration: none;
}

a:focus,
*:focus {
	outline: none;
}

.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

@media screen and (max-width: 680px) {

body {
	font-size: 14px;
}

}