@charset "UTF-8";
/* CSS Document */

/*--- おすすめ商品エリア ----------------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.recommend{
	border-bottom: 1px solid #999;
}
.recommend a{
	transition: 0.3s;
}
.recommend a:hover{
	opacity: 0.7;
}
.recommend div{
	float: left;
}
.recommend .item_img{
	margin: 15px;
}
.recommend .item_text{
	width: 460px;
	margin: 25px 0 0 0;
}
.recommend .item_text p{
	display: inline-block;
	margin: 0;
}
.recommend .item_name{
	position: relative;
	font-size: 19px;
	font-weight: 700;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0 !important;
}
.recommend .item_name span{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	vertical-align: text-bottom;
	margin: 0 0 0 10px;
}
.recommend .item_name:before{
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	width: 10px;
	height: 15px;
	background-image: url("../../img/item_button/liststyle/arrow_orange_big.gif");
	background-size: contain;
}
.recommend .item_copy{
	line-height: 1.7em;
}


