body {
 font-size:14px;
 margin:0;
 padding:0;
 color:#000;
 background-color:#fff;
 background-image:linear-gradient(to bottom,#fff 0,#fff);
 background-repeat:no-repeat;
 background-size:100% 175px
}
.column h2 {
 line-height:1.6;
   display:none;
}
.column.left {
 width:100%;
 float:right;
}
.column.right {
 width:32%;
 float:left;
 padding-right:15px;
   display:none;
}
#logo {
 padding-top:10px
}



/*圖片*/
.menu img:hover{opacity:0.75;}
/*首頁圖片*/
body#bodyinhome .column.left  a:hover img {
  opacity:0.55;
}
body#bodyinhome .onedit [class^="col-"] {
  padding:10px;
}


#nav ul li a {
    color: #010101;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
}



/*左側按鈕*/
.right-nav__title {
    background:#0353c5;
    height:32px;border-radius:0px;
}
.right-nav a {background:#fff;
    border-bottom: 1px dashed #afaaaa;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#000;
}
.right-nav a:hover {background:#555;
    border-bottom: 1px dashed #545350;
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-align: left;padding-left:12px;color:#fff;
}