@charset "utf-8";



/* スマホに適用するCSS */
@media screen and (max-width:767px)
{

	.main_sub1 {
		width: 90%;
	}
}