@charset: utf-8;


/*============================
■ reset
============================*/

html,body,
h1,h2,h3,h4,h5,h6,
div,p,ul,ol,li,dl,dt,dd,
form,fieldset,legend,
table,caption,th,td,
blockquote,address,iframe {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	height: 100%;
}

input,select,textarea,label {
	margin:0;
	padding:0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}


/*============================
■ default
============================*/

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #fff;
	background-color: #333;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-size: 1.8rem;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	font-weight: 400;
}

ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}

button {
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 1.0rem sans-serif;
	color: #333333;
	border-width: 0;
	border-style: outset;
	border-color: buttonface;
	border-image: initial;
}

/*============================
■ common
============================*/

/* ===== anchor ===== */

a {
	color: #eee;
	text-decoration: none;
}

a:hover {
	color: #fc0;
}

a:active {
	color: #fc0;
}

a:visited {
	color: #ccc;
}


/* ===== clearfix ===== */
	
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/* ===== styles ===== */

.txtsmall {
	font-size: 1.2rem;
}
.txtbig {
	font-size: 1.6rem;
}
.txtbold {
	font-weight: 800;
}
.fltleft {
	float: left;
}
.fltright {
	float: right;
}
.wdhalf {
}

.fcolor_wht {
	color: #fff;
}
.fcolor_red {
	color: #b71407;
}

.bgcolor_red {
	background-color: #b71407;
}

.line_space {
	display: inline-block;
	width: 100%;
	height: 0.2rem;
	background-color: #555;
	margin-bottom: 0.5rem;
}