@charset "UTF-8";


/* 要素のフォントサイズやマージン・パディングをリセットしています */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


html, body {
	width: 100%;
	height: 100%;
}


body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4D4D4D;
}


a {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	opacity: .8;
}


img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


ul, ol {
	list-style-type: none;
}


