@charset "UTF-8";
/* スマホに適用するCSS */
@media screen and (max-width:767px)
{
/* ひかりちゃん */
#hikari {
	width:60%;			/* 横幅 */
	height:auto;		/* 高さ */
}
}
