@charset "utf-8";
*{
	box-sizing: border-box;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html {
	font-size: 62.5%; /*ベースを10pxに*/
}
body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
	font-family:"メイリオ",Meiryo,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
hr {
	clear:both;
}
a{
	text-decoration: none;
}
a img {
	border: none;
}

img {
	border-width: 0;
	border: none;
}
table,tabel tr,tabel tr td{
	margin:0;
	padding:0;
}
p,span,li,dd,dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
li,dd,dt{
	text-align: left;
	list-style-type:none;
}
table{
	border-collapse: collapse;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
