@charset "utf-8";

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

.l-content .m-btn--down {
	width: auto;
}
/*==================
.static_itemList
------------------*/
.l-content .static_itemList > li {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.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 .static_itemList > li .product_truck {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
}
.l-content .product_truck .truck_img {
  vertical-align: middle;
  margin-right: 10px;
}
.l-content .product_truck {
  font-size: 14px;
  font-weight: bold;
  color: #1d2c4e;
  padding: 10px 5px 0;
  height: 35px;
  display: block;
}
.l-content .discount {
  text-decoration: line-through;
  color: #757575;
}
.l-content .product_price-dis {
  font-size: 18px;
  font-weight: bold;
  color: #dd0000;
  padding: 5px 5px 0;
  height: 25px;
  display: block;
}
.l-content .product_price-ori {
  font-size: 16px;
  font-weight: bold;
  text-decoration: line-through;
  padding: 5px 5px 0;
  height: 25px;
  display: block;
}
.l-content .u-fc-red {
  color: #dd0000;
}

.l-content .bgGreen {
  background-color: #dddddd;
}
.l-content .bgGreen2 {
  background-color: #F2F2F2;
}
.l-content .bgOrange {
  background-color: #ffeeb4;
}
/*==================
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%;
	}

}