/*UTF8編碼*/
body{margin:0px; padding:0px; font-size:12pt; font-family:Arial,微軟正黑體;}
html{height:100%;}

.menuboxx{width:100%; height:60px; color:#055687; background-color:#FFFFFF; border-bottom:1px solid #66CCFF; box-shadow:0px 3px 5px 0px #dcdcdc;}
.menuc{width:480px; margin:0px auto;}
.menu{width:120px; height:24px; color:#055687; text-align:center; padding:18px 0px; float:left;}

.menu:hover, .menu.now{background-image:url('./IMG/menu_bg.png'); background-position:left; background-repeat:no-repeat;}
.menu.now{opacity:0.75;}

.mainbox{width:90%; max-width:1350px; margin:0px auto;}
.img100{width:100%;}

@media screen and (max-width:600px){
	.menuc{width:100%;}
	.menuc a:first-child .menu{width:20%;}
	.menu{width:26.66%;}

}
@media screen and (max-width:370px){
	.menuc a:first-child .menu{width:20%; padding:12px 0px;}
	.menu{width:20.66%; height:40px; padding:10px 3%;}

}

.gotop{padding:10px 16px; border-radius:48px; background-color:rgba(8,141,197,0.3); bottom:10px; right:10px; position:fixed; z-index:999; cursor:pointer;}
.gotop:before{content:'Λ'; color:#FFFFFF; font-size:25pt;}
@media screen and (max-width: 666px) {
	.gotop{paddin:10px 8px;}
	.gotop:before{font-size:18pt; font-weight:bold;}
}



