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

.informationList img,
.discographyList img,
.blogList img {
	width: 100%;
	height: auto;
}


/* smartphone settings */
@media screen and (max-width: 640px) {
	.adArea iframe {
		width: 100%;
		height: auto;
	}

	.twitterSlider img,
	.pickupArea img {
		width: 100%;
		height: auto;
	}

	.discographyItem {
		display: initial;
		margin: initial;
	}
}
