@charset "utf-8";

.btn_buy {
	display: inline-block;
	width: 90%;
	margin-bottom: 40px;
}
.body_10thschedule section dl.list-mono {
	background-color: #000;
    margin: 0 3% 40px;
    border: solid 1px #999;
    border-bottom: none;
}
.body_10thschedule section dl.list-mono-last {
	margin: 0 3%;
}
.body_10thschedule section dl.list-mono dt {
	background-color: rgba(255,255,255,0.12);
	padding: 10px;
    border-bottom: 1px solid #999;
}
.body_10thschedule section dl.list-mono dd {
	padding: 10px;
    border-bottom: 1px solid #999;
}
.body_10thschedule section dl.list-goodsdetail {
	margin: 0;	
}
.body_10thschedule section dl.list-goodsdetail div {
	display:flex;
	justify-content:flex-start;
	border-bottom: solid 1px #444;
}
.body_10thschedule section dl.list-goodsdetail div:last-child {
	border-bottom: 0px;
}
.body_10thschedule section dl.list-goodsdetail div dl, .list-goodsdetail div dt, .list-goodsdetail div dd {
	border: 0px;
}
.body_10thschedule section dl.list-goodsdetail div dt {
	min-width:6em;
	background-color: rgba(0,0,0,0);
	border-bottom: 0px;
}
.body_10thschedule section dl.list-goodsdetail div dd {
	margin:0;
	border-bottom: 0px;
}
.body_10thschedule .btnArea .btn {
	width: 90%;
	margin-bottom: 40px; 
}

.goods-name {
	font-size: 120%;
	font-weight: bold;
	color: #03effe;
}
.item-container {
	max-width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	border: solid 1px #fff;
}
.item-container .swiper-pagination {
	bottom: -40px;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.item-container .swiper-pagination-bullet {
    background: #03effe!important;
    margin: 0 4px;
}