@charset "utf-8";
/* CSS Document */
#ct_bg .mallBtn .mallLink {
	position: relative;
	display: block;
}

#ct_bg .mallBtn .mallLink.reserve::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_zukanneo03_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallBtn .mallLink.reserve.on::before {
	background-image: url(../img/btn_zukanneo03_on.png);
}
#ct_bg .mallBtn .mallLink.waiting::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn_zukanneo04_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallBtn .mallLink.waiting.on::before {
	background-image: url(../img/btn_zukanneo04_on.png);
}

@media screen and (max-width: 639px) {
#ct_bg .mallBtn .mallLink.reserve.on::before {
	background-image: url(../img/btn_zukanneo03_no.png);
}
#ct_bg .mallBtn .mallLink.waiting.on::before {
	background-image: url(../img/btn_zukanneo04_no.png);
}
}
