@charset "utf-8";

/*++++++++++++++++++++++++++++++++++++++++
reset.css
++++++++++++++++++++++++++++++++++++++++*/
html {
	font-size:62.5% !important;
}
body {
	margin:0;
	padding:0;
	font-size:14px;
	font-size:1.4rem;
	font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.6;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
	font-weight:normal;
}
img {
	border:0;
}
th {
	font-style:normal;
	font-weight:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
th {
	white-space:nowrap;
	text-align:left;
}
th,td {
	vertical-align:top;
}
ol,ul {
	list-style:none;
}
textarea {
}
address {
	font-style:normal;
	font-weight:normal;
}
select,input,button,textarea {
	font:99%;
}
