/* ▼商品カタログへリンク */
.products_topic {
position: relative;
width: 710px;
overflow: hidden;
}

.topic_link a {
background-image: url(../common/images/listmark.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 10px;
}

.topic_link {
position: absolute;
right: 0px;
top: 0px;
}

#products h2 {
color: #FF6600;
line-height: 1;
padding-bottom: 8px;
font-size: 138.5%;
margin-bottom: 40px;
}

/* ▲商品カタログへリンク */

#products h1 {
margin-bottom: 25px;
}

/*コピー2行用*/
#copy img {
margin-bottom: 50px;
/*margin-bottom: 28px;*/
}

/*コピー1行用*/
#copy2 img {
/*margin-bottom: 50px;*/
margin-bottom: 28px;
}

/* ▼Movie */
.wrapMovie {
width: 100%;
margin-bottom: 50px;
display: table;
}
.wrapMovie .wrapL {
display: table-cell;
width: 420px;
padding-right: 20px;
}
.wrapMovie .wrapR {
display: table-cell;
width: 280px;
/*vertical-align: bottom;*/
vertical-align: middle;
}
.wrapMovie .wrapR .hed {
color: #f60;
font-size: 123.5%;
display: block;
margin-bottom: .5em;
}
.wrapMovie {
image-rendering: optimizeQuality;
}

/* ▲Movie */

#contents {
 width: 710px;
 overflow: hidden;
}

.products_list {
width: 730px;
background-image: url(images/product_dot_bg.gif);
background-repeat: no-repeat;
background-position: left bottom;
margin-bottom: 20px;
padding-bottom: 20px;
}

.products_list:after{
 display: block;
 clear: both;
 content: "";
}

.product_box {

float: left;
width: 345px;
margin-right: 20px;
position: relative;
}

.product_image {
float: left;
width: 120px;
}

.icon {
position: absolute;
top: 3px;
left: 3px;
}

.product_info {
float: right;
width: 225px;
}

#contents .product_box h3 {
padding-top: 3px;
font-size: 108%;
font-weight:700;
line-height:1.4;
}

.product_box .detail {
margin-bottom: 10px;
}

.product_box .price {
font-size: 108%;
font-weight: bold;
}
.product_box .kikaku {
font-weight: bold;
font-size: 77%;
}

.tax {
font-size: 77%;
}

.product_box .txt {
line-height: 1.4;
color: #666666;
margin-bottom: 5px;
}

.product_image a img {
border: 1px solid #FFFFFF;
}

.product_image a:hover img {
border: 1px solid #FF6600;
}
