/* --------------------------------------
    Clearfix
-------------------------------------- */
.page-nav-list
{
    *zoom: 1;
}
.page-nav-list:after
{
    display: table;
    clear: both;

    content: '';
}

.menu-header-img
{
    margin-bottom: 50px;
}

.page-nav
{
    margin: 50px 0;
    padding: 28px 28px 18px 28px;

    background: #f5f3f2;
}
.page-nav-list
{
    margin: 0 0 0 -10px;
    padding: 0;

    list-style: none;
}
.page-nav-item
{
    display: table;
    float: left;

    width: 198px;
    margin-bottom: 10px;
    margin-left: 10px;

    border: 1px solid #e1dbd9;
    background: #fff;
}
.page-nav-item a
{
    display: table-cell;

    height: 50px;
    padding-left: 45px;

    vertical-align: middle;
    text-decoration: none;

    color: #351002;
    background: url('../../../assets/img/modules/common/icon-arrow-down.png') no-repeat 25px center;
}
.page-nav-item a:hover
{
    opacity: .5;
}

.service
{
    padding-bottom: 60px;
}
.service .title
{
    margin-bottom: 20px;
}
.service-img
{
    margin-bottom: 20px;
}
#pedicure .service-img
{
    float: left;

    width: 300px;
    margin-right: 15px;
}
.service-title
{
    font-size: 16px;
    font-size: 1.6rem;

    padding: 8px 15px;

    color: #341001;
    background: url('../../../assets/img/menu/bg-service-title.png') repeat-y;
}
.service-name
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;

    margin: 0 0 0 -20px;
    padding-left: 20px;

    background: url('../../../assets/img/menu/icon-service-name.png') no-repeat left center;
}
.service-option
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;

    display: block;
}
.service-price
{
    width: 100%;
    margin-bottom: 50px;

    color: #99663f;
}
.service-price.border-top
{
    border-top: 1px dotted #c2b7b3;
}
.service-price th,
.service-price td
{
    padding: 15px 0;

    border-bottom: 1px dotted #c2b7b3;
}
.service-price th
{
    font-weight: normal;

    padding-left: 40px;

    text-align: left;
}
.service-price td
{
    font-weight: bold;

    width: 120px;

    text-align: right;
    vertical-align: bottom;
}

.about-shellac
{
    margin-bottom: 20px;
}
.about-shellac-title
{
    color: #341001;
}

.shellac-target
{
    margin: 30px 0 50px;
    padding: 20px 30px;

    border: 4px solid #e1dbd9;
}
.shellac-target-title
{
    font-size: 14px;
    font-size: 1.4rem;

    margin: 0 0 5px 0;

    color: #341001;
}
.shellac-target .demand-list
{
    margin: 0;
    padding: 0 0 0 10px;

    list-style: none;
}
