@charset "utf-8";

@import "../../../files/css/layout.css";

#container {
	background:url(../img/index/bg.jpg) 0 0 repeat-y;
	
}

#main img {
	width:100%;
	height:auto;
}
	
/*-------------------------------------------------------------------------
	main
/*-----------------------------------------------------------------------*/	
#main {
	background: url(../../../files/img/common/main/bg.png) center top repeat-y;
	margin:0 0 5% 0;
	background-size: contain;
}

#main .touch {
	color:#5a5a5a;
	font-size:140%;
	text-align:left;
	padding:1% 7% 5% 7%;
	background:url(../img/index/bg_main.png) 0 0 repeat-y;
	background-size: contain;
}

#main .nfc {
	color:#5a5a5a;
	font-size:140%;
	text-align:left;
	padding:1% 7% 5% 7%;
	background:url(../img/index/bg_main.png) 0 0 repeat-y;
	background-size: contain;
}

#main .nfc a {
	color:#f03c00;
	text-decoration:underline;
}

@media screen and (max-width: 480px) {
	#main .touch,
	#main .nfc {
		font-size:120%;
	}
}




