@charset "utf-8";
/*BACE*/
*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
body {
	font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	color:#374047;
	font-size:15px;
	line-height:1.6;
	background:#fff;
	text-align:center;
	}
	
p,div,table,tr,th,td,ol,ul,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
form,input,select,textarea,
header,fotoer,aside,nav,section,article,figure,figcaption
 {
	margin:0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul {
	list-style:none;
}

img {
	vertical-align:top;
	border:none;
	display:block
}

a {
	overflow:hidden;
	text-decoration:none;
}
a:hover{
	text-decoration:none;

}

/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}

table{
	border-spacing:0;
	border-collapse:collapse;
}
table th{
	text-align:left;
	font-weight:normal;
}








