@charset "UTF-8";
/* CSS Document */

.endofsale-box {
	width: 600px;
	height: 100px;
	margin: 0 auto;
}

.endofsale-midashi {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 20px;
}

.endofsale-setsumei {
	font-size: 16px;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
	.endofsale-midashi {
		font-size: 22px;
		font-weight: bolder;
		margin-top: 18px;
	}

	.endofsale-setsumei {
		font-size: 18px;
		margin-bottom: 20px;
	}
}
