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

/*-----------------------------------------------------------------
Center Column
-----------------------------------------------------------------*/
#top_mainimg{
position: relative;
width: 790px;
height: 300px;
overflow:hidden;
}
#top_mainimg img{
position: absolute;
}
#top_center{
	float: left;
	width: 600px;
	overflow: hidden;
}
.top_center_bn{
	width: 580px;
	overflow: hidden;
}
/*Recommend*/
#top_recommend{
	width: 600px;
	margin: 20px 0 10px;
	overflow: hidden;
}
#top_recommend .box{
	height: 281px;
	width: 178px;
	overflow: hidden;
	float: left;
	border: solid #333333 1px;
	margin: 0 20px 20px 0;
}
#top_recommend .thum{
	display: table-cell;
	text-align:center;
	vertical-align:middle;
	width: 178px;
	height: 208px;
	background: #000 url(https://img08.shop-pro.jp/PA01200/317/etc/side_bg01_bkgd.png);
}
* html #top_recommend .thum { /* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #top_recommend .thum { /* IE 7 */
	display: inline;
	zoom: 1;
}
#top_recommend .box .caption{
	width: 164px;
	text-align:center;
	background-color: #333333;
	padding: 10px 7px 0px 7px;
	height: 37px;
}
#top_recommend .box .caption span{
	display: table-cell;
	height: 37px;
	text-align: center;
	vertical-align: middle;
	width: 164px;
}
* html #top_recommend .box .caption span { /* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #top_recommend .box .caption span { /* IE 7 */
	display: inline;
	zoom: 1;
}
#top_recommend .box .price{
	width: 164px;
	text-align:center;
	background-color: #333333;
	padding: 0px 7px 8px 7px;
}
/*News&Information*/
#info{
	width: 550px;
	height: 130px;
	overflow: auto;
	padding: 15px;
	margin: 0 0 20px 0;
}
.info_line{
	margin: 0 0 10px 0;
}
.info_line .date{
}
.info_line .txt{
	margin: 0 0 0 10px;
}
#top_center_fb{
	width: 580px;
	background: #eeeeee;
	overflow: hidden;
}
#twitter-widget-0{
width: 580px !important;
}
/*-----------------------------------------------------------------
right Column
-----------------------------------------------------------------*/
#top_right{
	float: right;
	width: 190px;
	overflow: hidden;
	margin: 0;
}
/*Best Sales*/
#best_sales{
	background:none;
	/* background: url(https://img08.shop-pro.jp/PA01200/317/etc/side_bg01_bkgd.png) repeat; */
	padding: 10px 15px 0;
	width: 160px;
	overflow: hidden;
}
#best_sales h3{}
.best_sales_box{
	width: 160px;
	border-bottom:#808080 1px solid;
	padding-bottom:20px;
	margin: 20px 0;
	text-align: center;
}
.best_sales_pic_wrap{
	width: 148px;
	height: 168px;
	margin: 0 auto;
}
.best_sales_pic_wrap .thum{
	width: 148px;
	height: 168px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.best_sales_img{
	position: relative;
	width: 160px;
	height: 168px;
	margin: 0;
}
.best_sales_pic{
	border:#D2B663 2px solid;
	z-index: 0;
}
.best_sales_mark{
	position: absolute;
	top: -2px;
	left: 0;
	z-index: 1;
}
#side_fb{
	margin-top:20px;
	background: #eeeeee;
}