@charset "utf-8";
/*-----------------------------------*
 *全般
 *-----------------------------------*/
#maincontent{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100%;
	overflow-x:hidden;
	background:transparent url("../images/bg_side_black.png") 0 0 repeat-y;
}

#maincontent.bg_blue{
	background:#eef4f5 url("../images/bg_side_black.png") 0 0 repeat-y;
}

.sideOpen{
	display:none;
}

/*logo*/
#logo{
	margin-bottom:0px;
}


/*-----------------------------------*
 *一覧
 *-----------------------------------*/
ul.product_list li{
	float:left;
}

/*-----------------------------------*
 *詳細
 *-----------------------------------*/
#navi_area{
	padding-top:18px;
	text-align:center;
}

#navi_area a{
	margin:0 13px;
}

#navi_area .btn_back{
	margin-left:28px;
}

.product_txt{
	position:absolute;
	right:0;
	bottom:40px;
	text-align:right;
}

.txtbtn{
	cursor:pointer;
	position:absolute;
	right:0;
}

.txtbtn.long{
	bottom:218px;
}

.txtbtn.medium{
	bottom:198px;
}

.txtbtn.short{
	bottom:178px;
}

.bgmaximageBase{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #000000;
	overflow: hidden;
}

