﻿ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
body {
    background: transparent;
}
div#actCopyRight {
    display: none;
}
.logo img {
    width: 100%;
}
.logo {
    width: 300px;
    margin: 0 auto;
}
input#edtSearch {
    border: 0;
    border-bottom: 1px solid #000;
    outline: none !important;
    width: 120px;
}
input#btnSearch {
    padding: 0;
    background: transparent;
    border: 0;
    background: url(https://photo1.proshop.com.tw/GL-search.png);
    background-size: 25px;
    width: 25px;
    height: 25px;
}
.floatmenu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    right: 10px;
    top: 30px;
}
.memberdv img {
    width: 100%;
}
.memberdv>ul {
    display: flex;
}
form#search_form {
    padding-right: 8px;
}
.memberdv li {
    width: 25px;
    padding: 0 8px;
    box-sizing: initial;
}
.memberdv img {
    width: 100%;
}
.menudv a {
    font-size: 16px;
    color: #000;
    padding: 0 10px;
    text-decoration:none;
}
.menudv>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}
.menudv {
    margin-top: 30px;
    padding: 10px 0;
}
div#header {
    height: 180px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index:100;
    background:#fff;
}
div#body {
    margin-top: 180px;
}
div#footer {
    width: 100%;
}