@charset "utf-8";

html, body, h1, h2, h3, 
div, p, ul, li, span, a, img, small, 
iframe, aside, footer, header, nav, section {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight:normal;
	vertical-align:baseline;
	background:transparent;
}
header, main, menu, nav, section, article, aside, details, figcaption, figure, footer { 
	display:block;
}
:focus {
	outline:0;
}
html { 
	overflow-y:scroll;
}
html,body {
	width:100%;
}
body {
	width:100%;
	font-family:verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
	font-size:small\9;
	color:#333;
	line-height:1.8;
	-webkit-text-size-adjust:100%;
}
:root body {
	font-size:small \0/;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
body {
	font-size:small;
}
}
table {
	border-collapse:collapse;
}

th, td {
	vertical-align:top;
}
ul {
	list-style:none;
}
.clear { 
	clear:both;
}
input, textarea, select {
	font-family:verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
a {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
}
a img {
	display:block;
}