@charset "UTF-8";
/* CSS Document */

.caption{
	padding: 10px;
	border-top: 2px dotted #7e5200;
}

.matchHeight {
	margin-bottom: 3em;
	position: relative;
}
.matchHeight figure {
	padding-top: 30px;
}
.matchHeight .icon {
	position: absolute;
	top: 0;
	right: 0;
}

.ico_swipe {
	display: none;
}

.calenderBox img {
	width: 100%;
}

.storage {
	padding-bottom:1em;
	border-bottom: 2px dotted #603813;
	margin-bottom: 2em;
}
.storage:last-child {
	border-bottom: none;
}

@media screen and (max-width:767px){
	.sp_p00 {
		padding: 0 5px;
	}
	.calenderBox {
		position: relative;
	}
	.calenderBox img {
		width: auto;
	}
	.calenderBox .calenderimg {
		overflow-x: scroll;
		padding: 10px;
		border: 1px solid #DDD;
	}
	.calenderBox .ico_swipe {
		display: block;
		position: absolute;
		top: 0;
		padding:30% 0 0 5%; 
		height: 100%;
	}
	.ico_swipe:active{
		display: none;
	}
	
	.storage img {
		height: 50px;
		margin-bottom: 5px;
	}
}
