@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #000;
}
hr {
	display: none;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
body {
	font-family:"游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;font-weight:500;}
	line-height: 1.5;
}
address,em{
	font-style:normal;
}
table{
	border-collapse:collapse;border-spacing:0;
}
.clearfix::after {
	content:'';display:block;clear:both;height:0;
}
