﻿
.page, body
{
    background-color: white;
    font-family:Arial;
}

.shop_hd
{
    padding: 2em 0 1px 0;
    height: 10rem;
    background-image: url(../images/shop_index_top.png);
    background-repeat: repeat-x;
}

.shop_hd .page_title
{
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: 400;
    margin: 1rem 15%;
}
.shop_hd .price {
    text-align: center;
    font-size: 30px;
    color: white;
    font-weight: 400;
    margin: 0.8rem 15%;
}
.shop_hd .compare
{
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: 400;
    margin: 0 15%;
    position: relative;
}

.weui_grid:before {
    border-right: none;
    background: #e5e5e5;
    height: 3.5rem;
    width: 1px;
    display: block;
    position: absolute;
    top: 3.6rem;
}

.weui_grid {
    padding: 2rem 10px;
}
.weui_grid:after
{
    border-bottom: 1px solid #e5e5e5;
}

.weui_grid_icon
{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.weui_grid_label
{
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
}

.icon_up {
    background: url(../images/up.png) 0 0 no-repeat;
    height: 18px;
    width: 18px;
    display: block;
    background-size: 100%;
    position: absolute;
    right: 2.1rem;
    top: 2px;
}

.icon_down
{
    background: url(../images/down.png) 0 0 no-repeat;
    height: 18px;
    width: 18px;
    display: block;
    background-size: 100%;
    position: absolute;
    right: 2.1rem;
    top: 2px;
}
