@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 > 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_price {
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	display: block;
}
.l-content .product > .product_stock {
	font-size: 14px;
	font-weight: bold;
	color: #9f4f00;
	padding: 10px 5px 0;
	height: 35px;
	display: block;
}
.l-content .product_stock .stock_img {
	vertical-align: middle;
	margin-right: 10px;
}
.l-content .static_itemList > li .product_truck {
 margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
}
.l-content .static_itemList > li .truck_img {
	vertical-align: middle;
	margin-right: 7px;
}
.l-content .m-btn--down {
    width: auto;
}
.l-content .m-btn--up {
    width: auto;
}

/*==================
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_table {
	overflow-x: auto;
}

.l-content .new_product {
	background-color: #23272d;
}

.l-content .block_submain {
	padding: 0 5px 20px 5px;
}

.l-content .new_product .static_itemList {
	background-color: #ffffff;
	padding: 20px;
}

.l-content .new_product .m-numList li {
	color: #ffffff;
}

.l-content .new_product .subject {
	color: #ff730a;
}

.l-content .m-btnLink--conversion {
	padding: 9px 20px;
}


