@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-checkList > li {
  font-size: 14px;
  line-height: 31px;
  margin-top: 25px;
  padding-left: 45px;
  background: url(/th/sp/pr/vona/recommend_brand/simon201912/images/icon_list.png) left center no-repeat;
}

.l-content .m-cols__1of2.edit {
  width: 49%;
}

.l-content .tb_gray {
  background-color: #d1d3d4;
  color: #333333;
}

.l-content .tb_blue {
  background-color: #61baed;
  color: #333333;
}

.l-content .tb_yellow {
  background-color: #fff19c;
  color: #333333;
}

.l-content .light_blue {
  background-color: #e9f2f7;
}

.l-content .pink {
  background-color: #f2e1e8;
}

/*==================
.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 {
	margin: 0 0 5px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.l-content .static_itemList > li .product_stock {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #9f4f00;
}

.l-content .static_itemList > li .product_truck {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1d2c4e;
}

.l-content .static_itemList > li .product_stock .stock_img,
.l-content .static_itemList > li .product_truck .truck_img {
	margin-right: 10px;
	vertical-align: middle;
}

/*==================
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%;
	}

}