body {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0px, #e6e6e6);
    background-repeat: no-repeat;
    background-size: 100% 175px;
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#nav ul li a {
    color: #010101;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}
#nav ul li a {
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    display: block;
    padding: 7px 10px;
    text-decoration: none;
}


/*內頁左右欄*/
#side {
    position: relative;
    width: 27%;
}
#main {
    position: relative;
    width: 73%;
}

/*產品輪播*/
.rwd-table {
  	overflow-y: visible !important;
}

#myDiv img {
        max-width: none;
}


/*內文左右欄去隔線*/
#side .side-content {
    border-right: 0px solid #cfcfcf;
    padding: 0 10px;
}

/*黃頁隱藏*/
#footer-service {display: none;}

#logo {
display: none;
}