/* テーマソング */

section.unit .themesong{
	background-image:url(../img/themesong/202109.jpg);
	margin:0 auto 1.0em;
}

/* PC only */
@media screen and (min-width: 768px) {

	/* 文中イメージ */
	section.unit .themesong{
		float:right;
		width:180px;
		height:120px;
	}
}

/* SMP only */
@media screen and (max-width: 767px) {

		/* 文中イメージ */
	section.unit .themesong{
		width:180px;
		height:120px;
	}
}



