@charset "utf-8";

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

.l-content .m-btn--down {
	width: auto;
}

.l-content .item {
  margin-top: 30px;
}

/*==================
.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 .m-btnList--center {
  margin: 20px auto 0;
}

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

}

