@charset "utf-8";
/* ===================================================================
CSS information

 file name  :reset.css
 style info :reset style
=================================================================== */
* {
	font-style:normal;
	line-height:1;
	margin:0pt;
	padding:0pt;
	border:0;
	text-decoration: none;
}
body {
-webkit-text-size-adjust: 100%;
}
html {
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul, ul li {
	list-style-type:none;
}
img {
border:0 none;
vertical-align:bottom;
}