@charset "UTF-8";

.carousel {
	background-image: url(../img/abroad/carousel.jpg);
}


/* template-section */
@media all {
	/* sp */
	@media only screen and (max-width: 767px) {}

	/* pc & tab */
	@media print,
	(min-width: 768px) {}
}