@charset "UTF-8";
/* スマートフォン */
@import url("phone.css") only screen and (max-width:480px);
/* タブレット */
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
/* デスクトップ */
@import url("pc.css") only screen and (min-width:769px) and (max-width:960px);

#main h1 {
	font-size: 18px;
	background: rgba(255,255,255,1);
}
