@charset "utf-8";

.l-content .mainVisual img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/*==================
.static_itemList
------------------*/
.l-content .static_itemList > li {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.l-content .static_itemList > .border_top {
	border-top: 1px solid #ccc;
  padding: 20px 0;
}
.l-content .static_itemList > li .product_img {
	float: left;
	width: 38%;
	margin: 0 4% 0 0;
}
.l-content .static_itemList > li .product {
	float: right;
	width: 58%;
}
.l-content .static_itemList > li .product_name {
	margin: 0 0 10px;
	font-size: 16px;
}
.l-content .static_itemList > li .product_part {
	margin: 0 0 5px;
	font-size: 12px;
}
.l-content .product > .product_price--ori {
	font-size: 14px;
	font-weight: bold;
	color: #a0a0a0;
	text-decoration: line-through;
	margin: 10px 5px 0px;
	min-height: 30px;
	display: block;
}
.l-content .product > .product_flash {
  margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.l-content .product_flash .flash_img {
	vertical-align: middle;
	margin-right: 7px;
}
.l-content .static_itemList > li .product_stock {
 margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}
.l-content .static_itemList > li .stock_img {
	vertical-align: middle;
	margin-right: 7px;
}

/*==================
landscape
------------------*/
@media screen and (orientation: landscape) {

	.l-content .static_itemList > li .product_img {
		width: 23%;
		margin: 0 4% 0 0;
		text-align: center;
	}
	.l-content .static_itemList > li .product {
		width: 73%;
	}
}

/*==================
New
------------------*/
.l-content {
  overflow: hidden;
}

.l-content .block_recommend_brand .TRUSCO {
	display: none;
}