@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;}
p.imp{margin-top:80px;}

@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-position:center bottom 68px; top:68px;}
}
