@charset "utf-8";
/* CSS Document */

.prdListSet {
}
.prdListSet .itemImg {
    width: 100%;
    text-align: center;
}
.prdListSet .itemImg img {
    border: 1px solid #ddd;
}
.prdListSet a {
    display: block;
    text-decoration: none;
	color: #006600;
}
.prdListSet a:hover {
	opacity: 0.7;
}
.prdListSet .box_products_name {
	font-size: 12px;
	overflow: hidden;
	height: 50px;
	margin-bottom: 5px;
	margin-top: 3px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
}

.prdListSet .products_price {
    font-size: 26px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.2em;
    position: relative;
    text-align: right;
}
.prdListSet .products_price span.discount_price2 {
	position: absolute;
	left: 0;
    width: 68px;
    padding: 5px 0px;
    height: 15px;
    background: #ff0000;
    color: #fff;
    z-index: 999;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.prdListSet .point {
    text-align: right;
	color: #666;
}
/* -----------------------------------------------------------------
 打ち消し
----------------------------------------------------------------- */
#productMainImage1 {
    margin: 0  !important;
    float: none !important;
}
.leftbox {
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
    border: none !important;
}
#layout_1_cartbox {
    margin-left: 0 !important;
}
#cartAdd1 {
    border: none !important;
}