/* layout Style
-------------------------------*/
@media only screen and (max-width: 749px) {
	/* small */
	.mainContentsR {
		float: none;
		margin: 0;
		/*padding: 0 6.25%;*/
		width: 100%;
	}
	.mainContentsR .mainContentsRContent {
		margin-left: 0;
	}
	.mainContentsL {
		float: none;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		/*padding: 0 6.25%;*/
	}
}
/* mainImage
-------------------------------*/
.mainImageSlider li {
	position: relative;
}

.mainImageSlider img {
	width: 100%;
}

.size,
.quantity {
	position: relative;
}

.ico {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	border: #fff 1px solid;
	padding: 0 0.5em;
	font-family: "Noto Sans JP", sans-serif;
}

.ico2 {
	background: red none repeat scroll 0 0;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	#related-wrap {
		padding: 0 0 40px;
	}
}/*# sourceMappingURL=item_detail.css.map */