@charset "UTF-8";
/* CSS Document */

body {
	background: #F1F1F1;
	line-height: 1.5em;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}
.headerWrap {
	text-align: center;
	padding: 30px 0;
}
/* ---- イメージ関連 ---- */
.resizeimage img {
	width: 100%;
	height: auto;
}
/* ---- ポジション指定 ---- */
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
/* ---- クリア ---- */
.clear {
	clear: both;
}
/* ---- 文字配置 ---- */
.center {
	text-align: center;
}
/* ---- マージン ---- */
.m_top20 {
	margin-top: 20px;
}
/* ---- ページトップ ---- */
.pagetop {
	background: #999999;
	text-align: center;
	padding: 3px;
	width: 40%;
	margin: 0 auto;
	padding-top: 6px;
	margin-top: 10px;
}
.pagetop a {
	color: #FFF;
	text-decoration: none;
}
/* ---- フッター ---- */
.footer {
	background: #1A1A1A;
	text-align: center;
	margin-top: 30px;
	height: 100%;
	overflow: hidden;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 5%;
	list-style: none;
	line-height: 4em;
}
.footer a {
	text-decoration: none;
	color: #FFF;
}
.copyright {
	font-size: 0.7em;
	margin-top: 10px;
	color: #FFF;
}