@charset "utf-8";

/* ======================================

	buy.css
	Last Up Date 2013/02/01

 -----------------------------------------
	INDEX
 -----------------------------------------
	1. .buy_product_list_container
	
	2. 
	
	3. 
	
	4. 
	
	5. 

========================================== */

/* .buy_product_list_container
========================================== */
.buy_product_list_container{}
.buy_product_list{
	float: left;
	display: inline;
	width: 355px;
	text-align: center;
	margin-bottom: 10px;
}
.buy_product_list a{
    display: block;
    text-decoration: none;
}
.buy_product_list a:hover{
    color: #333;
}
.buy_product_list a img{}


/* 20130402 商品一覧TOPデザイン変更のため 追加
========================================== */
div.buy_titbg {
    width: 355px;
    height: 50px;
    text-indent: -9999px;
}
div#flt {
    background: url("../img/category/buy/flt_bg.jpg") no-repeat;
}
div#brt {
    background: url("../img/category/buy/brt_bg.jpg") no-repeat;
}
div#stt {
    background: url("../img/category/buy/stt_bg.jpg") no-repeat;
}
div#crt {
    background: url("../img/category/buy/crt_bg.jpg") no-repeat;
}
div#cat {
    background: url("../img/category/buy/cat_bg.jpg") no-repeat;
}
div#ent {
    background: url("../img/category/buy/ent_bg.jpg") no-repeat;
}
div#pot {
    background: url("../img/category/buy/pot_bg.jpg") no-repeat;
}
div#ext {
    background: url("../img/category/buy/ext_bg.jpg") no-repeat;
}
/* 新商品用 */
div#adt {
    background: url("../img/category/buy/adt_bg.jpg") no-repeat;
}
div#set {
    background: url("../img/category/buy/set_bg.jpg") no-repeat;
}
div#cft {
    background: url("../img/category/buy/cft_bg.jpg") no-repeat;
}
div#season {
    background: url("../img/category/buy/season_bg.jpg") no-repeat;
}
div#pocket {
    background: url("../img/category/buy/pocket_bg.jpg") no-repeat;
}

div.buy_imgbg {
    background: #F0F0F0;
    padding: 10px 0;
}
div.buy_imgbg p {
    font-size: 85%;
    text-align: left;
    padding: 10px 0 0 10px;
}

/* 調整 */
.mgl_10{
    margin-left: 10px;
}