@charset "utf-8";



/*================================

header

================================*/

#header{
	position:fixed;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	height: auto;
	min-width:1100px;
	background: #fff;
	text-align: center;
	opacity:0;
	filter: alpha(opacity=0);
	border-bottom:1px solid #ededed;
	}


#header .btn0{
	width:320px;
	height: auto;
	cursor:pointer;
	}

#header a:hover img{
	opacity:0.5;
	filter: alpha(opacity=50);
	}


/*================================

Xmasイメージ

================================*/

#iwrapper{
	position:fixed;
	top:0px;/*100px*/
	left:0px;
	width:100%;
	min-width:1100px;
	height: 600px;
	margin:0 auto;
	padding: 0 0;
	background: #fff;
	}

#visual{
	width:100%;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	/*min-height:800px;*/
	padding:0 0;
	position: relative;
	background:#fff;
	}

.precious {
	margin: -260px 0 0 0;
	position: absolute;
	top: 50%;
	right: 0;
	width: 450px;
	height: auto;
	}

.precious img{
	width: 100%;
	height: auto;
	}


/*================================

空ラッパー

================================*/

#kwrapper{
	width:100%;
	min-width:1100px;
	height: 600px;
	margin:0 auto 0;
	padding: 0 0;
	z-index:0;
	}


/*================================

ツール

================================*/
#twrapper{
	width:100%;
	min-width:1100px;
	height: auto;
	padding:30px 0;
	min-height:100px;
	max-height:20000px;
	margin:0 auto;
	background:#fff;
	color:#222;
	z-index:3;
	}

#twrapperin{
	position: relative;
	width:100%;
	height: 100%;
	}

#twrapper h1{
	font-weight: bold;
	font-size:16px;
	margin:0;
	padding:0;
	}

#tool{
	width:1080px;
	height: auto;
	max-height:5000px;
	position: relative;
	margin:0 auto;
	padding:10px 0 10px;
	text-align: center;
	line-height:2;
	}