/*===========================================*/
/*==メインカラム==*/
/*===========================================*/
#main_column{
width: 940px;
}
.add_bnr_wrap {
	width: 922px;
	margin: 0 auto;
}
.add_bnr_wrap::after {
	content: "";
	display: block;
	clear: both;
}
.add_bnr {
	float: left;
	margin: 0 20px 0 0;
}
.add_bnr:last-child {
	margin-right: 0;
}
.add_bnr a {
	transition: .3s;
}
.add_bnr a:hover {
	opacity: 0.6;
}
#news {
}
#news #news_ttl {
	width: 245px;
	height: 116px;
	float: left;
}
#news #news_right {
	float: right;
	width: 630px;
	text-align: left;
	margin-right: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 10px;
}
#news #news_right li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	line-height: 33px;
	background-image: url(https://img21.shop-pro.jp/PA01357/870/etc/item_arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#news #news_right li a {
	color: #664C00;
	text-decoration: none;
}
#news #news_right li a:hover {
	text-decoration: underline;
}



/*新着情報の部分*/






#recommend {
	margin-bottom: 40px;
}

#recommend .rebox {
	width: 310px;
	float: left;
	text-align: center;
}


/*人気商品の部分*/
.pickup_list{
	height: 230px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.pickup_list li{
	float: left;
	width: 140px;
	height: 260px;
	margin-right: 20px;
	text-align: center;
}
.pickup_list li .image {
	margin-bottom: 7px;
	height: 140px;
	width: 140px;
	text-align: center;
	background-color: #FFFFFF;
}
.pickup_list li .image img{
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pickup_list li .name {
	font-size: 12px;
	color: #664C00;
	line-height: 14px;
	margin-top: 4px;
}
.pickup_list li .price {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #664C00;
	margin-bottom: 5px;
	margin-top: 5px;
}


/*おすすめ商品の部分*/
#recommend {
	margin-bottom: 40px;
}

#recommend .rebox {
	width: 310px;
	float: left;
	text-align: center;
}




/*タブ切り替え「●●から探す」の部分*/

#sarchbox {
	padding-bottom: 50px;
}

#sarchbox .boxbox {
	clear: both;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
}
#sarchbox .sarchbox_content .piace_wrap {
  float: left;
  width: 444px;
}
#sarchbox .sarchbox_content .piace_wrap:nth-child(2) a {
  transition: .3s;
}
#sarchbox .sarchbox_content .piace_wrap:nth-child(2) a:hover {
  opacity: 0.7;
}
#sarchbox .sarchbox_content .piace {
	float: left;
	width: 216px;
  margin: 0 0 20px;
}
#sarchbox .sarchbox_content .piace li {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	background-image: url(https://img21.shop-pro.jp/PA01357/870/etc/item_arrow02.png);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 60px;
	margin-bottom: 10px;
}
#sarchbox .sarchbox_content .piace_wrap:first-child .piace:nth-child(2) li {
	line-height: 30px;
}
#sarchbox .boxbox .piace li a {
	color: #664C00;
}



/*タブ切り替えスクリプト設定*/

.tab{overflow:hidden;}
.tab .select{}
.sarchbox_content li.sarchbox_content_area {padding:20px;}
.hide {display:none;}


/*===========================================*/
/*==サイドカラム==*/
/*===========================================*/
#side_column {
	visibility: hidden;
	height: 1px;
	width: 1px;
}


/* CSS Document */
