﻿
/* 共通　タイトルの背景 */
#RecentPurchase_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;
}

/* ===============================================
/* RecentPurchase_area style  (left/right)
----------------------------------------------- */

#RecentPurchase_area .productstree {
	padding: 0px;
	background: #fffaf0;
	font-size: 120%;
	line-height: 140%;
	overflow: hidden;
	text-align: center;
	margin: 0px;
}
#RecentPurchase_area .block_body {
	background-color: #fffaf0;
	padding: 0;
}

#RecentPurchase_area li {
	border-bottom: solid 1px #ccc;
	padding: 0px 16px 16px 16px;
}
#RecentPurchase_area li span {
	padding: 0.4em;
	display:block;
	line-height: 1.2em;
	font-size: 82.5%;
	margin-top: 0.6em;
	border-top: 2px dotted #FFCC00;
	}
#RecentPurchase_area li:last-child{
	border-bottom: none;
}
#RecentPurchase_area li a {
 padding-left: 20px;
 display:block;
 margin: 7px 3px;
}
#RecentPurchase_area li a {
	background: url(./common_img/ico_arrow_01.gif) 0px 3px no-repeat;
	text-align: left;
}


/* RecentPurchase_area style  (center)
----------------------------------------------- */

.main_column #RecentPurchase_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;
}
.main_column #RecentPurchase_area .block_body {
	background-color: #fff;
	padding: 0;
}
.main_column #RecentPurchase_area li {
	float: left;
	width: 27.5%;
	border-bottom: none;
	padding: 0px 16px 16px 16px;
}
.main_column #RecentPurchase_area li span {
	padding: 0.4em;
	display:block;
	line-height: 1.2em;
	font-size: 82.5%;
	margin-top: 0.6em;
	border-top: 2px dotted #FFCC00;
}
.main_column #RecentPurchase_area li:nth-child(4) {
	clear: left;
	}
.main_column #RecentPurchase_area li a {
 padding-left: 20px;
 display:block;
 margin: 7px 3px 7px 16px;
}
.main_column #RecentPurchase_area li a {
	background: url(./common_img/ico_arrow_01.gif) 0px 3px no-repeat;
	text-align: left;
}

