@charset "utf-8";

/*-------------------*/
.product_list_box {
	margin: 0 0 10px;
}
.product_list_box .ico_new {
	position: absolute;
	top: 2px;
	left: 22px;
	z-index: 999;
}
.product_list_box .ico_sale {
  position: absolute;
  width: 50%;
/*
  top: -8px;
  left: 10px;
*/
  top: 2px;
  left: 22px;
  z-index: 999;
}
.product_list_box h2{
	background: #009DDA;
	color: #fff;
	margin: 0 0 20px;
	padding: 5px 20px 3px;
	font-size: 16px;
}
.product_list_box ul{
}
.product_list_box ul li{
	position: relative;
	float: left;
	background: #f7f8f8;
	border: solid 1px #ccc;
	margin: 0 0 20px 24px;
	padding: 30px 33px 20px;
	width: 49%;
	max-width: 478px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_list_box ul li:nth-child(2n+1){
	margin-left: 0;
}
.product_list_box ul li.net_only:before{
	content:'';
	position: absolute;
	top: 5px;
	right: 33px;
	background: url(../img/product/ico02.png) no-repeat;
	width: 117px;
	height: 21px;
}
.product_list_box ul li figure{
	margin-bottom: 18px;
}
.product_list_box ul li h3{
	font-size: 14px;
	font-weight: bold;
}
.product_list_box ul li h3 span{
	display: block;
	font-size: 13px;
}
.product_list_box p.tar{
	margin: 5px 0 0;
}
.product_list_box .text_link{
	font-size: 11px;
}

/*-------------------*/

/* All SP & Tablet */
@media screen and (max-width: 979px) {
/*-------------------*/
.product_list_box .ico_new {
	position: absolute;
	top: 2px;
	left: 14px;
}
.product_list_box ul li{
	margin: 0 0 20px 2%;
	padding: 30px 25px 20px;
	width: 49%;
}
.product_list_box ul li.net_only:before{
	right: 25px;
}
/*
.product_list_box .ico_sale img{
  width: 90%;
}
*/
/*-------------------*/

}

/* All SP */
@media screen and (max-width: 639px) {
/*-------------------*/
.product_list_box {
}
.product_list_box .ico_new {
	left: 9px;
}
.product_list_box .ico_sale {
	left: 9px;
}
.product_list_box h2{
	font-size: 15px;
}
.product_list_box ul li{
	margin: 0 0 20px 0;
	padding: 30px 20px 20px;
	width: 100%;
	max-width: 100%;
}
.product_list_box ul li.net_only:before{
	right: 20px;
}
.product_list_box ul li h3{
	font-size: 13px;
}
.product_list_box ul li h3 span{
	font-size: 12px;
}

/*-------------------*/
}

/* Portrait */
@media screen and (max-width:479px) {

}

