@charset "Shift_JIS";

/* --------------------------------------------------------------------
	表示幅：固定
	表示順：左メニュー・メインコンテンツ・右メニュー
-------------------------------------------------------------------- */
div.wrapper_ {
	width: 100%;
	min-width: 1100px;
	text-align:left;
}
div.container_ {
	width:1080px;
	margin: 0 auto;
	zoom: 1;
}
div.contents_ {
	width: 780px;
	float: left;
	zoom: 1;
}
div.container_:after,
div.contents_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
div.topiccontainer_ {
	position:relative;
}
div.eventcontainer_ {
	position:relative;
}
div.categorycontainer_ {
	position:relative;
}

/* 左メニュー */
div.leftmenuframe_ {
	width:265px;
	float: right;
	zoom:1;
}
div.leftmenuframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/* 右メニュー */
div.rightmenuframe_ {
	width:265px;
	float: right;
	zoom:1;
}
div.rightmenuframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/* スライドレコメンド */
div.recommendframe_ {
	width: 314px;
  height: 100%;
  position: fixed;
  right: -271px;
	top: 0;
	zoom: 1;
	z-index: 9990;
	-moz-transition: right .4s ease;
    -o-transition: right .4s ease;
    -webkit-transition: right .4s ease;
    transition: right .4s ease;
}
div.recommendframe_.open_{
	right: 0;
	z-index: 10000;
}
div.recommendframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/* メインフレーム */
div.mainframe_ {
	width: 780px;
	float: right;
	zoom:1;
}
div.single_mainframe_ {
	float: right;
	zoom:1;
}
div.mainframe_:after,
div.single_mainframe_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
div.col1_ {
	width:1080px;
	min-height:430px;
	margin: 0 auto;
	zoom: 1;
	position:relative;
}
div.col1_:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/* 商品詳細ページ */
#goodsdetail_page div.contents_,
#goodsdetail_page div.mainframe_ {
	width:1080px;
	float:none;
}
#goodsdetail_page_mainframe {
	width: 780px;
	float: left;
	zoom: 1;
}
#goodsdetail_page_mainframe:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#goodsdetail_page_sideframe {
	width:265px;
	float: right;
	overflow: hidden;
}
#goodsdetail_page_sideframe:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

/* カテゴリーページ（３カラム） */
.categorycontainer_ .mainframe_ {
	width: 600px;
	float: right;
	zoom:1;
}
.categorycontainer_ .leftmenuframe_ {
	width:145px;
	float:left;
	zoom:1;
}

/* 検索結果ページ（２カラム） */
.searchresultcontainer_ {
	position:relative;
}
.searchresultcontainer_ div.contents_ {
	width:1080px;
	margin:0 auto;
}
.searchresultcontainer_ .mainframe_ {
	width: 780px;
	float: right;
	zoom:1;
}
.searchresultcontainer_ .leftmenuframe_ {
	width:265px;
	float:left;
	zoom:1;
}
