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

/* QLoader */
.QOverlay {
	background-color: #fff;
	z-index: 9999;
}
.logo {
	background:url(../img/index/flannelsofa_logo.png) no-repeat;
	z-index: 9999;
}
.QLoader {
	background:url(../img/index/lorder_dot.png) ;
	background-color: #fff;
	height: 5px;
}
/* intro-contents */

.bgmaximage{
	position:fixed !important;
	display:none;
}
.bg-image {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height:100%;
	overflow: hidden;
	margin:auto 0;
}
.bg-image .caption-box{
	position: absolute;
	display:block;
	left: 50%;
	bottom:50%;
	float: left;
	width:415px;
	height:15px;
}
.bg-image .caption-box h1{
	position: relative;
  	left: -50%;
	font-weight:normal;
	float:left;
	text-indent:-77777px;
	height:15px;
	margin-top:25px;
}
.bg-image .caption-box h1.first{
	background:url(../img/index/main_start_caption1.png);
	background-position:0 0;
	width:196px;
}
.bg-image .caption-box h1.second{
	background:url(../img/index/main_start_caption2.png);
	background-position:0 0;
	width:219px;
}
.bg-image .caption-box-logo{
	position: absolute;
	display:block;
	left: 50%;
	bottom:50%;
	width:415px;
	height:48px;
	padding-top:-38px;
}
.bg-image .caption-box-logo h1{
	position: relative;
	background:url(../img/index/flannelsofa_logo.png) no-repeat;
	background-position:0 0;
	width:415px;
	height:48px;
	overflow:hidden;
	text-indent:-77777px;
  	left: -50%;
	display:block;
}
.bg-image .caption-box-skip{
	position: absolute;
	bottom:0%;
	width:77px;
	display:block;
	height:55px;
	left: 50%;
	padding-top:110px;
	z-index:200;
}	
.bg-image .caption-box-skip p.skip{
	position: absolute;
	bottom:0;
	display:block;
	left: -50%;
	width:77px;
	height:55px;
	background:url(../img/index/skip_b.png) no-repeat;
	background-position:0 0;
}
.bg-image p.skip a{
	text-indent:-77777px;
	float:left;
	width:77px;
	height:55px;
	display:block;
	overflow:hidden;
}
.bg-image p.skip a:hover{
	background:url(../img/index/skip_b.png) no-repeat;
	background-position:0 -55px;
}
