﻿@charset "utf-8";

/* ===============================================

▼BOKUBLOCK PLUGIN

=============================================== */

/* 共通　タイトルの背景 */
#BestPurchase_area h2 {
 padding: 5px 0 8px 10px;
 border-style: solid;
 border-color: #f90 #ccc #ccc;
 border-width: 1px 1px 0;
 background: url(./common_img/bg_tit_bloc_01.jpg) repeat-x left bottom;
 /*background: url(../img/background/bg_tit_bloc_01.jpg) repeat-x left bottom;*/
}



/* ===============================================
/* BestPurchase_area style  (left/right)
----------------------------------------------- */

#BestPurchase_area .productstree {
	padding: 0px;
	background: #fffaf0;
	font-size: 120%;
	line-height: 140%;
	overflow: hidden;
	text-align: center;
	margin: 0px;
}
#BestPurchase_area .block_body {
	background-color: #fffaf0;
	padding: 0;
}

#BestPurchase_area li.level1 {
	border-bottom: solid 1px #ccc;
	padding: 0px 16px 16px 16px;
}
#BestPurchase_area li:last-child{
	border-bottom: none;
}
#BestPurchase_area  li.level1 p {
 padding-left: 20px;
 margin: 7px 3px;
}
#BestPurchase_area  li.level1 p {
	background: url(./common_img/ico_arrow_01.gif) 0px 3px no-repeat;
 /*background: url("../img/icon/ico_arrow_01.gif") 0px 3px no-repeat;*/
	text-align: left;
}


/* BestPurchase_area style  (center)
----------------------------------------------- */

.main_column #BestPurchase_area h2 {
 padding: 5px 0 8px 10px;
 border-style: solid;
 border-color: #f90 #ccc #ccc;
 border-width: 1px 1px 0;
 background: url(./common_img/bg_btn_bloc_02.jpg) repeat-x left bottom #fef3d8;
 /*background: url(../img/background/bg_btn_bloc_02.jpg) repeat-x left bottom #fef3d8;*/
}
.main_column #BestPurchase_area .block_body {
	background-color: #fff;
	padding: 0;
}
.main_column #BestPurchase_area li {
	float: left;
	width: 27.5%;
}
.main_column #BestPurchase_area li.level1 {
	border-bottom: none;
	padding: 0px 16px 16px 16px;
}
.main_column #BestPurchase_area li:last-child{
	clear: left;
	}
.main_column #BestPurchase_area li:nth-child(4) {
	clear: left;
	}
.main_column #BestPurchase_area li.level1 p {
    padding-left: 20px;
    margin: 7px 3px 7px 16px;
}
.main_column #BestPurchase_area li.level1 p {
	background: url(./common_img/ico_arrow_01.gif) 0px 3px no-repeat;
 /*background: url("../img/icon/ico_arrow_01.gif") 0px 3px no-repeat;*/
	text-align: left;
}


