@charset "UTF-8";
/* CSS Document */


/*主區*/
#mainBG{background:url(../IMAGES/cover_large.jpg) no-repeat center bottom 86px; background-size:cover; width:100%; height:100%; position:fixed; z-index:1; top:86px; left:0;}
#mainContent p{text-transform:uppercase;}

small.tips{display:block; margin:-18px 0 21px; color:#999; font-style:italic;}


@media screen and (max-device-width:768px) and (orientation:portrait){
	#mainBG{background-image:url(../IMAGES/cover_small.jpg);}
}

@media screen and (max-device-width:700px){
	#mainBG{background-image:url(../IMAGES/cover_small2.jpg); background-position:center bottom 68px; top:68px;}
}
