@charset "utf-8";

/* --------------------
 HTML5
-------------------- */

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

/* --------------------
 DEFAULT
-------------------- */

/* GLOBAL */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	overflow-y: scroll;
	background: #fff;
}

body {

}
/* BODY */
body {
	margin: 0;
	color: #2C333D;
	font-size: 14px;
	line-height: 1.5;
	font-family: I-OTF-UDゴ表示Pro R, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', "游ゴシック体", "Yu Gothic", YuGothic, Verdana, 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	height: 100%;
}
/* HEADLINE */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
}
:root *> h1,h2,h3,h4,h5,h6 {
	line-height: 1;
}
/* P */
p {
}
/* LIST */
ol,ul,li {
	line-height: 1.5;
	list-style-type: none;
}
/* IMG */
img {
	border: 0;
	vertical-align: bottom;
}
/* TABLE */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* A */
a {
	color: #3385BF;
	outline: none;
	overflow: hidden;
	text-decoration: none;
}
a:hover  {
	color: #3385BF;
	text-decoration: underline;
}

/* clearfix */
.cf:after,
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	font-size:0em;
	line-height:0;
	visibility:hidden;
}











