@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html{
overflow-x : hidden;
overflow-y : auto;
}

body {
	font-family: "arial",  "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-style: normal;
	line-height: 1.8;
	color: #231815;
	text-align: center;
	/* font-weight: 700; */
}

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

caption {
	padding: 0;
	text-align: left;
}

th, td {
	text-align: left;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{line-height: 1;}

ul,ol{list-style-type: none; margin: 0;}
dl,dt,dd{list-style-type: none; margin: 0;}
img{border: none; vertical-align: top; margin: 0;}
em{font-style: normal;}
form label{cursor: pointer;}



/*==========================================*/
/* link */

a:hover,
a:active{color: #e60012; text-decoration: none;}
a {
	cursor: pointer;
}

area {
	cursor: pointer;
}

/*==========================================*/
/* clearfix For modern browsers */
.clearfix:before, .clearfix:after { content:""; display:table;}
.clearfix:after { clear:both;}
/* clearfix For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}
