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

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /*思源體*/


/*主區*/
#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.title{margin-top:63px;}/*3行距*/
#mainContent p.price{font-family: 'Noto Sans TC', sans-serif; font-weight:300; color:#666; font-size:12px;}


@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;}
}
