@charset "utf-8";
body {
	background:#fff;
	color:#000;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:18px;
	margin:0 auto;
	padding:0;
}

h1, h2, h3, h4, h5 ,h6 , p , div , ul , li , table , tr , td , th , i ,b ,dl .dt ,dd{
	box-sizing: border-box;
	font-weight:normal;
	font-style:normal;
	margin:0;
	padding:0
}

img{
	border:none;
}
ul,li{
	list-style:none;
}

a{
	transition: all 300ms 0s ease;
}
a:hover{
	opacity: 0.9;
}
select,
input[type="submit"],
label:hover{
	cursor:pointer;
}
.att{
	color:#F00;
}

.clr{
	clear:both;
}

.goth{
	font-family:-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;;
}
.pre{
	white-space:pre-wrap;
	word-wrap:break-word;
}
