@charset "utf-8";
/* common.css */

body {
	width: 100%;
	overflow: hidden;
}
img {
	vertical-align: top;
	border: none;
}

/*レイアウト
////////////////////////////////////////////////////*/

/* wrapper設定 */
#wrapper {
	width: 100%;
	min-width: 980px;
	overflow: hidden;
	display:none;
}
/*	ページ分幅	*/
#mask {
	width: 700%;
	height: 100%;
	overflow: hidden;
}
/* 共通設定 */
#contents {
	width:100%;
	min-width: 980px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/* ロゴ */
header h1 {
	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	height: 40px;
	z-index: 10;
}
/* ヘッダー説明 */
header {
	width: 100%;
	/*height: 50px;*/
	overflow: hidden;
}
/*フッター*/
.page_top {
	position: relative;
	bottom: 80px;
	text-align: right;
	width:980px;
	margin:0 auto;
}
.footer {
	/*position: fixed;
	left: 0;
	bottom: 0;*/
	width: 100%;
	height: 96px;
	overflow:hidden;
	background:url(../images/com/bg-footer.png) repeat-x;
}
/*	コンテンツ横幅	*/
.section {
	height: 100%;
	float: left;
}
/*	各ページコンテンツ部分	*/
.content-wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
/*	ページwrapper	*/

#top, #part2, #part3, #part4, #part5
{
	background:url(../images/com/bg-loop.jpg) repeat;
	overflow-y: scroll;
	margin: 0 0 50px;
}
#top .content-wrap { padding: 78px 0 0px;}
#part2 .content-wrap, #part3 .content-wrap, #part4 .content-wrap, #part5 .content-wrap {
	padding: 0 0 10px;
}

/*	スマフォ用	*/
.smt_bgsize_covor{
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}
