.btnWrap {
	padding-left: 2%;
	padding-right: 2%;
}
.btnWrap li {
	margin: 0 2% 2% 0;
}
.btnWrap li:last-child {
	margin-right: 0;
}
.box {
	background-image: url(/service/checkin/img/skip/img_next_arrow.png);
	background-position: center bottom;
	background-size: 197px auto;
	background-repeat: no-repeat;
	margin: 20px 0 0;
	padding: 0 0 36px;
}
.box:last-child {
	background: none;
	padding-bottom: 15px;
}
.box .tit {
	background-color: #9ec42c;
	background-image: url(/img/tit/bg_h1.png);
	background-repeat: repeat;
	background-position: center center;
	background-size: 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 10px 15px;
}
.box .boxIn {
	border: 1px solid #e8e8e8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(232, 232, 232);
	border-top: 0;
	padding: 20px 28px;
}
.skipWrap > li {
	margin-bottom: 10px;
}
.skipWrap li:last-child {
	margin-bottom: 0;
}
.titDisc {
	margin: 0;
}
.flexBox .imgL img {
	border: 1px solid #ccc;
	padding: 10px;
}

@media screen and (min-width: 601px) {
	.inlineC img {
		width: 470px;
	}
	/* 予約一覧 */
	.flexBox.stockholder .txtR {
		margin-top: 7px;
	}
	.flexBox.stockholder .txtR .graGreenW {
		padding-top: 3px;
		padding-bottom: 3px;
	}
}
@media screen and (max-width: 600px) {
	.box .boxIn {
		padding: 16px 12px;
	}
}