
/*
===========================================================================

  Title : quality.css　170727

===========================================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

body {
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 125%;
    color: #333;
}

/*.wrap {
    background-color: #eaf8e7;
}*/

.wrap {
    position: relative;
    /*margin-top: -25px;*/
}

.wrap header {
    position: relative;
}

.wrap header .headerCnt {
    background-color: #eaf8e7;
    width: 100%;
    /*width: 1020px;*/
    margin: 0 auto;
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.wrap header .headerCnt .logo {
    width: 1020px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 18px 0 0 35px;
    height: 77px;
}

.wrap header .headerCnt .hjtophed {
    margin-top: -50px;
    padding-bottom: 15px;
}

.wrap header .headerCnt .hjtophed h1 {
    text-align: center;
    padding-top: 70px;
}

.wrap header .headerCnt .hjtopLead {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: bold;
    color: #5e3a00;
    padding-bottom: 15px;
    text-align: center;
}

.wrap header .headerCnt .hjtopPh {
    padding-bottom: 20px;
}

.wrap main {
    background-color: #eaf8e7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap .clnmn {
    position: fixed;
    display: none;
    top: 0;
    z-index: 20;
    width: 100%;
}

.wrap .clnmn.scll {
    display: block;
}

.wrap .clnmn .menuArea {
    position: static !important;
}

p {
    font-size: 16px;
    font-size: 1rem;
}

p.txt_b {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 36px;
    text-align: center;
    padding-bottom: 25px;
}

p.txt_s {
    font-size: 13px;
    font-size: 0.8125rem;
}

img {
    max-width: 100%;
    height: auto;
}

a:hover {
    opacity: .7;
}

.pc {
    display: block;
}

.pc.inline {
    display: inline;
}

.sp {
    display: none;
}

.sp.inline {
    display: none;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}

.txt_r_c {
    text-align: right;
}

.txt_l_c {
    text-align: left;
}

.txt_c_l {
    text-align: center;
}

.txt_strong {
    font-weight: bold;
}

#pageTop {
    position: fixed;
    bottom: 89px;
    right: 17px;
    z-index: 1000;
}

#pageTop a img {
    width: 55px;
}


/* Grid system */

.row {
    overflow: hidden;
    *zoom: 1;
}

.row [class*="col_box_"] {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row [class*="col_box_"]:empty:after {
    content: '\2002';
}

.row [class*="col_box_"].col_fl_r {
    float: right;
}

.row .col_box_1 {
    width: 4.16667%;
}

.row .col_box_2 {
    width: 8.33333%;
}

.row .col_box_3 {
    width: 12.5%;
}

.row .col_box_4 {
    width: 16.66667%;
}

.row .col_box_5 {
    width: 20.83333%;
}

.row .col_box_6 {
    width: 25%;
}

.row .col_box_7 {
    width: 29.16667%;
}

.row .col_box_8 {
    width: 33.33333%;
}

.row .col_box_9 {
    width: 37.5%;
}

.row .col_box_10 {
    width: 41.66667%;
}

.row .col_box_11 {
    width: 45.83333%;
}

.row .col_box_12 {
    width: 50%;
}

.row .col_box_13 {
    width: 54.16667%;
}

.row .col_box_14 {
    width: 58.33333%;
}

.row .col_box_15 {
    width: 62.5%;
}

.row .col_box_16 {
    width: 66.66667%;
}

.row .col_box_17 {
    width: 70.83333%;
}

.row .col_box_18 {
    width: 75%;
}

.row .col_box_19 {
    width: 79.16667%;
}

.row .col_box_20 {
    width: 83.33333%;
}

.row .col_box_21 {
    width: 87.5%;
}

.row .col_box_22 {
    width: 91.66667%;
}

.row .col_box_23 {
    width: 95.83333%;
}

.row .col_box_24 {
    width: 100%;
}

.row .col_box_dvs5 {
    width: 20%;
}

.row.col_pad>[class*="col_box_"] {
    padding: 0 10px;
}

.row.col_pad.pls20>[class*="col_box_"] {
    padding: 0 20px;
}

.row.col_pad_lr {
    margin-left: -10px;
    margin-right: -10px;
}

.row.col_pad_lr>[class*="col_box_"] {
    padding: 0 10px;
}

.row.col_pad>.nopad,
.row.col_pad.pls20>.nopad {
    padding-left: 0;
    padding-right: 0;
}

.row.col_pad>.nopad_l,
.row.col_pad.pls20>.nopad_l {
    padding-left: 0;
}

.row.col_pad>.nopad_r,
.row.col_pad.pls20>.nopad_r {
    padding-right: 0;
}

main .contentWrap01 {
    padding-bottom: 40px;
}

main .contentWrap01 .inCnt {
    width: 800px;
    margin: 0 auto;
    padding-top: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .contentWrap01 .inCnt h2 {
    text-align: center;
    padding-bottom: 15px;
}

main .contentWrap01 .inCnt .pointPh {
    margin: -60px 0 40px;
    z-index: -1;
}

main .contentWrap01 .inCnt .pointBox [class*="col_box_"]:nth-child(1),
main .contentWrap01 .inCnt .pointBox [class*="col_box_"]:nth-child(3) {
    padding-top: 85px;
}

/*　main .contentWrap01 .inCnt .pointCthn {
    margin-top: -40px;
}*/

main .contentWrap01 .inCnt .pointCthn [class*="col_box_"]:last-child {
    margin-top: 23px;
}


/*商品ラインアップ追加*/

main .contentWrap01 .inCnt .productPh {
    margin-top: 20px;
}

main .btnBox {
    margin: 30px 0 60px;
    text-align: center;
}

main .btnBox a.lineup {
    color: #fefdee;
    background-color: #1ca459;
    padding: 12px 0;
}

main .btnBox a {
    display: inline-block;
    width: 320px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 22px / 50%;
    -webkit-border-radius: 22px 50%;
    border-radius: 22px / 50%;
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

/*商品ラインアップ追加ここまで*/

main .contentWrap02 {
    background-color: #f8e2dc;
    padding-bottom: 10px;
}

main .contentWrap02 .inCnt {
    width: 734px;
    margin: 0 auto;
}

main .contentWrap02 .inCnt h2 {
    text-align: center;
    position: relative;
    top: -23px;
}

main .contentWrap02 .inCnt .voiceBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 10px;
}

main .contentWrap02 .inCnt .voiceBox dl {
    -webkit-flex: 0 0 230px;
    flex: 0 0 230px;
    padding: 30px 15px 48px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #ffffff 40%, #f5f5f5 40%, #f5f5f5 50%, #ffffff 50%, #ffffff 90%, #f5f5f5 90%, #f5f5f5);
    background-image: -webkit-linear-gradient(135deg, #ffffff 40%, #f5f5f5 40%, #f5f5f5 50%, #ffffff 50%, #ffffff 90%, #f5f5f5 90%, #f5f5f5);
    background-image: linear-gradient(-45deg, #ffffff 40%, #f5f5f5 40%, #f5f5f5 50%, #ffffff 50%, #ffffff 90%, #f5f5f5 90%, #f5f5f5);
    background-size: 6px 6px;
    position: relative;
}

main .contentWrap02 .inCnt .voiceBox dl dt {
    font-weight: bold;
    color: #f56663;
    padding-bottom: 12px;
}

main .contentWrap02 .inCnt .voiceBox dl dd {
    font-size: 14px;
    font-size: 0.875rem;
}

main .contentWrap02 .inCnt .voiceBox dl:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 0;
    border-bottom: solid 18px #f8e2dc;
    border-right: solid 18px transparent;
    left: 0;
    bottom: 0;
}

main .contentWrap02 .inCnt .voiceBox dl:after {
    content: '';
    position: absolute;
    background-color: #f8e2dc;
    width: 172px;
    height: 18px;
    right: 0;
    bottom: 0;
}

main .contentWrap03 {
    padding: 40px 0 70px;
}

main .contentWrap03 .inCnt {
    width: 720px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .contentWrap03 .inCnt .dryBox {
    width: 100%;
    border: solid 3px #6aa329;
}

main .contentWrap03 .inCnt .dryBox dl {
    color: #6aa329;
    background-color: #eaf8e7;
    background-image: url(../image/cube.png);
    background-position: 26px center;
    background-repeat: no-repeat;
    margin: -3px 14px;
    padding: 25px 22px 25px 90px;
}

main .contentWrap03 .inCnt .dryBox dl dt {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding-bottom: 8px;
}

main .contentWrap03 .inCnt .dryBox dl dd {
    font-size: 13px;
    font-size: 0.8125rem;
}

main .topCntWrap04 {
    padding-bottom: 30px;
    background-image: url(../image/back.png);
    position: relative;
}

main .topCntWrap04 .inWrap {
    width: 1020px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

main .topCntWrap04 .inWrap h2 {
    text-align: center;
    position: relative;
    top: -34px;
}

main .topCntWrap04 .inWrap p {
    color: #5e3a00;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 30px 30px;
    margin-top: -70px;
}

main .topCntWrap04 .inWrap .recipeMenu {
    padding: 0 215px;
}

main .bnrBox {
    margin: 0 auto;
}

main .bnrBox .inWrap {
    width: 836px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 20px;
}

main .bnrBox .resipeBnr {
    padding-top: 60px;
}

main .bnrBox .wakoBnr {
    padding-top: 30px;
}
main .banner-top {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

nav.localMenu {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM4NGMwM2UiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzc5YjAzOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzliMDM5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4NGMwM2UiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzg0YzAzZSIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjNzliMDM5Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzliMDM5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #84c03e 40%, #79b039 40%, #79b039 50%, #84c03e 50%, #84c03e 90%, #79b039 90%, #79b039);
    background-image: -webkit-linear-gradient(135deg, #84c03e 40%, #79b039 40%, #79b039 50%, #84c03e 50%, #84c03e 90%, #79b039 90%, #79b039);
    background-image: linear-gradient(-45deg, #84c03e 40%, #79b039 40%, #79b039 50%, #84c03e 50%, #84c03e 90%, #79b039 90%, #79b039);
    background-size: 6px 6px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

nav.localMenu ul {
    display: table;
    margin: 0 auto;
}

nav.localMenu li {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
}

nav.localMenu li:after {
    content: '';
    display: inline-block;
    position: absolute;
    background-color: #fff;
    width: 2px;
    height: 18px;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

nav.localMenu li:last-child:after {
    display: none;
}

nav.localMenu li a {
    display: block;
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

nav.localMenu.top {
    position: static;
}

@media screen and (max-width: 769px) {
    .wrap header .headerCnt {
        width: 100%;
        padding: 100px 0 0;
        margin: 0;
        background-image: url(../image/sp_bg.png);
        background-size: cover;
    }
    .wrap header .headerCnt .logo {
        padding: 16px 10px 5px;
        text-align: center;
        max-width: 50%;
        height: auto;
        margin: 0 auto;
    }
    .wrap header .headerCnt .logo img {
        max-width: 50%;
        height: auto;
    }
    .wrap header .headerCnt .hjtophed {
        margin-top: 0;
        padding-bottom: 10px;
    }
    .wrap header .headerCnt .hjtophed h1 {
        padding-top: 15px;
        padding: 0 10px 10px;
        max-width: 70%;
        margin: 0 auto;
    }
    .wrap header .headerCnt .hjtophed h1 img {
        max-width: 70%;
        height: auto;
    }
    .wrap header .headerCnt .hjtopLead {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 0 20px 15px;
        text-align: left;
    }
    .wrap header .headerCnt .hjtopPh {
        padding: 0 10px 20px;
    }
    .wrap main {
        padding: 0;
    }
    
    p {
        font-size: 14px;
        font-size: 0.875rem;
    }
    p.txt_b {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 20px;
        text-align: left;
        padding-bottom: 10px;
    }
    p.txt_s {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .pc {
        display: none !important;
    }
    .pc.inline {
        display: none;
    }

    .sp {
        display: block;
    }
    .sp.inline {
        display: inline;
    }

    .txt_r_c {
        text-align: center;
    }

    .txt_l_c {
        text-align: center;
    }

    .txt_c_l {
        text-align: left;
    }
}

@media screen and (max-width: 769px) {
    /* Grid system */
    .row [class*="col_box_"]:empty {
        display: none;
    }

    .row:not(.noclr)>[class*="col_box_"] {
        float: none;
        width: 100%;
    }

    .noclr .harf_col {
        width: 50%;
    }
    .noclr .full_col {
        width: 100%;
    }
    .noclr .sp_col_ill {
        width: 33%;
    }
    .noclr .sp_col_txt {
        width: 67%;
    }

    .row [class*="col_box_"].col_fl_r {
        float: none;
    }

    .row .sp_forcing2 {
        width: 50% !important;
        float: left !important;
    }

    .row .sp_forcing3 {
        width: 33.33333% !important;
        float: left !important;
    }

    .row.col_pad.pls20>[class*="col_box_"] {
        padding: 0 10px;
    }

    .row.col_pad>.nopad,
    .row.col_pad.pls20>.nopad {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.col_pad>.nopad_l,
    .row.col_pad.pls20>.nopad_l {
        padding-left: 10px;
    }

    .row.col_pad>.nopad_r,
    .row.col_pad.pls20>.nopad_r {
        padding-right: 10px;
    }
}

@media screen and (max-width: 769px) {
    main .contentWrap01 {
        padding-bottom: 50px;
    }
    main .contentWrap01 .inCnt {
        width: 100%;
        padding: 20px 0 30px;
    }
    main .contentWrap01 .inCnt h2 {
        text-align: center;
        padding: 0 30px 5px;
    }
    main .contentWrap01 .inCnt .pointPh {
        margin-top: 0;
        position: relative;
        z-index: auto;
    }
    main .contentWrap01 .inCnt .pointBox {
        padding: 0 40px;
    }
    main .contentWrap01 .inCnt .pointBox [class*="col_box_"]:nth-child(1),
    main .contentWrap01 .inCnt .pointBox [class*="col_box_"]:nth-child(2),
    main .contentWrap01 .inCnt .pointBox [class*="col_box_"]:nth-child(3) {
        padding-top: 10px;
    }
    main .contentWrap01 .inCnt .pointCthn {
        margin-top: 0;
        padding: 0 15px;
    }
    main .contentWrap01 .inCnt .pointCthn [class*="col_box_"]:last-child {
        margin-top: 10px;
    }
    main .contentWrap02 .inCnt {
        width: 100%;
    }
    main .contentWrap02 .inCnt h2 {
        padding: 0 10px;
    }
    main .contentWrap02 .inCnt .voiceBox {
        display: block;
        padding: 0 40px 0;
    }
    main .contentWrap02 .inCnt .voiceBox dl {
        margin-bottom: 10px;
    }
    main .contentWrap02 .inCnt .voiceBox dl:before {
        width: 15%;
    }
    main .contentWrap02 .inCnt .voiceBox dl:after {
        width: 78%;
    }
    main .contentWrap03 {
        padding: 30px 0;
    }
    main .contentWrap03 .inCnt {
        width: 100%;
        padding: 0 12px;
    }
    main .contentWrap03 .inCnt .dryBox dl {
        background-position: left center;
        padding: 15px 0 15px 60px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main .contentWrap03 .inCnt .dryBox dl dt {
        font-size: 17px;
        font-size: 1.0625rem;
        padding-bottom: 4px;
    }
    main .contentWrap03 .inCnt .dryBox dl dd {
        font-size: 12px;
        font-size: 0.75rem;
    }
    main .topCntWrap04 .inWrap {
        width: 100%;
    }
    main .topCntWrap04 .inWrap h2 {
        top: 0;
        margin-top: 30px;
    }
    main .topCntWrap04 .inWrap p {
        padding: 5px 10px 10px;
        margin-top: 0;
    }
    main .topCntWrap04 .inWrap .recipeMenu {
        padding: 0 10px;
    }
    main .topCntWrap04 .inWrap .recipeMenu [class*="col_box_"] {
        padding-bottom: 10px;
    }
    main .btnBox {
        margin: 30px 0 0px;
    }
    main .bnrBox .inWrap {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    main .bnrBox .resipeBnr {
        padding-top: 30px;
    }
    main .bnrBox .wakoBnr {
        padding-left: 20px;
        padding-right: 20px;
    }
    main .bnrBox .wakoBnr [class*="col_box_"].bnrR {
        padding-top: 30px;
    }
    main .banner-top {
      padding-bottom: 40px;
       width: 95% !important;
    }
}

@media screen and (max-width: 769px) {
    nav.localMenu ul {
        display: block;
        overflow: hidden;
        *zoom: 1;
    }
    nav.localMenu li {
        display: inline-block;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    nav.localMenu li a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px;
    }
    nav.localMenu li:nth-child(1),
    nav.localMenu li:nth-child(3) {
        width: 40%;
    }
    nav.localMenu li:nth-child(2),
    nav.localMenu li:nth-child(4) {
        width: 60%;
    }
    nav.localMenu li:nth-child(2):after {
        display: none;
    }
    nav.localMenu li:nth-child(1):after,
    nav.localMenu li:nth-child(2):after {
        margin-top: -7px;
    }
    nav.localMenu li:nth-child(1) a,
    nav.localMenu li:nth-child(2) a {
        padding-bottom: 5px;
    }
    nav.localMenu li:nth-child(3):after,
    nav.localMenu li:nth-child(4):after {
        margin-top: -11px;
    }
    nav.localMenu li:nth-child(3) a,
    nav.localMenu li:nth-child(4) a {
        padding-top: 5px;
    }
    nav.localMenu.top {
        position: absolute;
    }
}