@charset "utf-8";
article, aside, figure, footer, header, main, section {
	display: block;
	clear:both;
}
address, em {
	font-style: normal;
}
strong, th {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	box-sizing:border-box;
}
input[type="submit"], button {
	cursor: pointer;
}
a {
	border: none;
}
small {
	font-size: 85%;
	line-height: 150%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix + * {
	clear: both;
}
body {
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	position: relative;
	height: 100%;
	line-height: 170%;
	color:#661900;
	background-color: #FFFFFF;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	position: relative;
	overflow: hidden;
}
