

@font-face {
font-family: "Questrial";

src: 
url("css/fonts/Questrial-Regular.ttf") format("ttf"),


}



body.products #contents {
    padding: 30px;
    font-size: 16px;
}
#product_list, #product_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    height: 100%;
    margin-left: 3%;
}
#product_list dd {
    width: 180px;
    float: left;
    margin: 15px;
    height: 210px;
}
#product_list dd img {
    max-width: 180px;
    max-height: 135px;
}
img {
    border-style: none;
}
#product_list dd b {
    padding: 5px 0 0;
    display: block;
    line-height: 1.2;
    color: #333;
    font-weight: normal;
}

.contents{
    width: 100%;
    height: 100%;
    margin-top: 5%;
}
#product_nav {
    background: #e5e5e5;
    padding: 10px 10px 10px 70px;
    border-bottom: 1px solid #fff;
    color: #6d1a5b;
    margin-top: 2%;
    font-size: 1.5vw;
    width: 100%;
    height: 100%;
}
.produce-filter {
    text-align: center;
    padding: 5px 0px 6px;
    background-color: #696969;
    margin: 0 0 30px;
    width: 100%;
    height: 100%;
}
.label {
    font-weight: bold;
    color: white;
}
label {
    font-size: 1.2vw;
    margin: 0 0 0 10px;
}
select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 20%;
    font-size: 1.2vw;
    height: 40px;
    padding: 0 10px;
    border: solid 1px #ccc;
    margin: 0 10px 0 0;
}

input, select {
    vertical-align: middle;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
body.cate .produce-filter-info {
    font-size: 16px;
}
.produce-filter-info {
    padding: 0 80px 20px;
    text-align: left;
        color: black;
    font-family: verdana;
}