/* 內容覆寫 */


.m-wrap .picnav-item .title {
    font-size: 2em;
    font-weight: 400;
    font-family: "Jersey M54","Oswald","Arial Narrow",Impact,"Roboto";
}


.m-wrap .section.bg-wall{
	background: #000 url("../../img/ui/bg-wall.jpg") no-repeat center bottom;
	color: #e1dbd0;
}

.m-wrap .section.bg-wall-light{
	background: #121212 url("../../img/ui/bg-wall-light.jpg") no-repeat center bottom;
	color: #fff;
}
.m-wrap .section-inner{
	padding: 50px 0 0 0;
}

.m-wrap .section-inner .section-text{
	text-align: center;
}

.m-wrap .section-inner .side{
	text-align: left;
}


.mobile-only{
	display: none;
}



#top .picnav-item .title b{
    font-family: "Roboto", Arial, Impact;
}
#top .picnav-item a:hover .title{
	color: #f64e0c;
	padding-top: 0px;
}
