ul.product_section li{  
	background:url(https://img.shop-pro.jp/s_tmpl_img/1/icon_arrow_l2.png) no-repeat center right;
	-webkit-background-size: 38px 28px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
ul.product_section li a:after{  
	content: '';
	display: block;
	clear: both;
}
ul.product_section a {
	display:block;
	text-decoration:none;
	color:#333;
	line-height:1.2;
	width:100%;
	height:100%;
}
ul.product_section li:last-child {
	border: none;
}
.product_pict {  
    width: 25%;  
    min-height: 80px;
    float: left;  
}  
.product_pict img{
	width:80px;
}
.product_summary {  
    width: 60%;  
    min-height: 80px;
	float: left;
	padding-left: 15px;
} 
.product_name{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_ttl p:last-child{
	margin-bottom: 5px;
}
.product_ttl{
	font-size:10px;
	font-weight:normal;
	line-height:1.2;	
}
.product_price_regular{
	font-size:16px;
	font-weight:normal;
	text-decoration: line-through;
	color:#FF0000;
}
.product_price {
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	}
.product_price_discount{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.product_price_soldout {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background:#ff0000;
	padding:3px 5px;
	width:70px;
	text-align:center;
	}
#product_detail form .product_price_soldout {
	width:auto;
	margin-bottom:5px;
	}

#product_detail .block .product_price_soldout {
	width:auto;
	margin-bottom:5px;
	}



	
/*clearfix*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*-------------------------------------------
トップ
-------------------------------------------*/

/* 商品カテゴリー */
ul.link_list li.group:first-child {
	border-top:1px solid #ccc;
}


/* おすすめ商品 */
#recommend ul.product_section li:last-child {
}


/*-------------------------------------------
商品一覧ページ
-------------------------------------------*/
#product_list .pagenavi{
	padding:10px;
	text-align:center;
}
#product_list{
	border:none;
	}
#product_list h2.sttl{
	background:none;
	padding:10px;
	color:#333;
	font-size:14px;
	text-shadow: none;
}
#product_list ul.link_list li:first-child{
	border-top:1px solid #ccc;
}
#product_list ul.product_section li:first-child{
	border-top:1px solid #ccc;
}
#product_list ul.product_section li:last-child{
	border-bottom:1px solid #ccc;
	}
#product_list div.wrap div.sort_wrap{
	padding:10px;
	border-bottom:1px solid #ccc;
	padding:10px 10px 20px;
}
#product_list ul.sort{
	line-height:24px;
	height:24px;
	margin:0 auto;
	}
#product_list ul.sort li{
	float:left;
	width:34%;
	font-size:12px;
	text-align:center;
}
#product_list ul.sort li:first-child,
#product_list ul.sort li:last-child{
	width:33%;
}
#product_list ul.sort li a{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	text-shadow: 0 -1px #1972CC;

	padding: 4px;
	background-color: #30B3C6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9DDBFF),to(#56A3EF));
	font-size: 12px;
	-webkit-box-shadow: inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 0 1px 2px rgba(255,255,255,0.5);
	border: 1px solid #3080D1;
	border-left:none;
	border-right:none;
}
#product_list ul.sort li.on a{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5BB6FF),to(#2C74DA));
}
#product_list ul.sort li:first-child a{
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 1px solid #3080D1;
}
#product_list ul.sort li:last-child a{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;	
	border: 1px solid #3080D1;
}
#product_list .no_product{
	padding:60px 10px;
	color:#FF0000;
	text-align:center;
}
#product_list .search_wrap {
	padding:10px;
	}
#product_list .search_wrap h2 {
	margin-bottom:5px;
	}
#product_list .condition {
	font-size:12px;
	}


/* おすすめ商品 */
#recommend_pict {
	padding:10px;
	}
#recommend_pict li {
	float:left;
	width:100px;
	background:#eee;
	}




/* ///////////////////////////////////// */
.key_smart{
overflow:auto;
margin:0px;
padding:0px;
background-color:#2C3248;
padding:5px 0px;
}


.key_inbox{
margin:3px 0px 0px 3px;
float:left;
display: -moz-box;
display: -webkit-box;
-moz-box-align: center;
-webkit-box-align: center;
-moz-box-pack: center;
-webkit-box-pack: center;

width:60px;
height:60px;
//padding: 10px;
//background-color: #ECECEC;
background-color: #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


.key_smart .key_inbox a{
display:block;
display: -moz-box;
display: -webkit-box;
-moz-box-align: center;
-webkit-box-align: center;
-moz-box-pack: center;
-webkit-box-pack: center;
text-decoration:none;
//color:#333;
//line-height:1.2;
//	width:100%;
//	height:100%;
width:60px;
height:60px;
}

.top5smart .inbox{
margin:10px 0px;
width:18%;
height:75px; //75
padding-bottom:5px;

margin-left:1px;
border:1px solid #000000;
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
}

.top5smart .inbox a{
	display:block;
	text-decoration:none;
	color:#333;
	line-height:1.2;
	width:100%;
	height:100%;
}


#info_arr.tab ul {
margin: 0 5%;
list-style: none;
}

#info_arr {
padding: 7px 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006796), color-stop(100%,#007CB6) );
border-top: 1px solid #0094D9;
border-bottom: 1px solid #00496B;
}

#info_arr.tab li:first-child {
border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
}

#info_arr.tab .now {
color: #FFF;
background: #004B6F;
box-shadow: inset 0 -1px 3px #003E5B;
}


#info_arr.tab li {
float: left;
width: 50%;
padding: 10px 0;
font-size: 10px;
text-align: center;
font-weight: bold;
color: #FFF;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007CB6), color-stop(50%,#007CB6), color-stop(51%,#006796), color-stop(100%,#006796) );
border-bottom: 1px solid #6CB1D2;
border-top: 1px solid #004A6D;
}



.wrap {
padding: 10px;
}