@charset "utf-8";

/* default
----------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }
ul, ol { list-style: none; }
a { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* End hide from IE-mac */

iframe { vertical-align: bottom; }


/* structure
----------------------------------------------------------------------*/
html { height: 100%; }
body {
	color: #000;
	font-size: 13px;
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}
body h1 { display: none; }
body img { max-width: 100%; }

/*--------------------------------------------------*/
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body > #wrapper { height: auto; min-height: 100%; }

@media screen {
/*\*/
* html #wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/**/
}

/*--------------------------------------------------*/
#main {
	width: 100%;
	height: 100%;
	margin-top: 40px;
}

/*--------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	background: #CF000D;
	z-index: 999;
}

/*--------------------------------------------------*/

.column {
	width: 94%;
	margin: 0 auto;
}

/*--------------------------------------------------*/

#footer { width: 100%; }

/*--------------------------------------------------*/
