@charset 'UTF-8';

.onlineshop {
	margin: 0 auto 70px;
}
.onlineshop:last-child {
	margin: 0 auto 60px;
}
.onlineshop .imgbox {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 480px;
	margin-right: 80px;
}
.onlineshop .imglist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.onlineshop .imglist .square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 80px;
	margin: 38px 20px 0 0;
}


.square a,
.square span{
	background: rgba(255, 255, 255, 0.6);
}
.onlineshop .imglist .square:nth-child(5n) {
	margin-right: 0;
}
.onlineshop .cart {
	text-align: left;
}
.onlineshop .cart input[type='image'] {
	cursor: pointer;
}
.onlineshop .cart .cart-btn .price {
	margin-bottom: 20px;
}
.onlineshop .cart .cart-btn .price .money {
	line-height: 1.0;
	color: #CE6161;
	font-weight: bold;
	font-size:3.0rem;
}
.onlineshop .cart .cart-btn .price .money span{
	display: inline-block;
	font-size: 3.2rem;
	margin-left: 5px;
}
.onlineshop .cart .cart-btn .submit {
	margin: 30px auto 10px;
}
.onlineshop .cart .cart-btn .submit:hover,
.onlineshop .cart .cart-option li.view:hover{
	opacity: 0.8;
}
.onlineshop .cart .cart-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.0;
	width: 316px;
	margin: 0 auto 27px;
}
.onlineshop .cart .cart-option a {
	display: block;
}
.onlineshop .cart .title {
	margin-bottom: 5px;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: bold;
}
.onlineshop .cart .text {
	text-align: left;
	margin-bottom: 25px;
}
.onlineshop .tablebox {
	margin-top: 50px;
}

.button {
	margin-top: 40px;
}
.nostock{
    margin-bottom: 20px;
}