.wrapperCon {
    width: 640px;
    height: auto;
    background: url("../images/bg/wood_texture.jpg") repeat;
    margin: 0 auto;
}

.navCon {
    position: fixed;
    width: 320px;
    z-index: 100;
    right: 0px;
}

.contentCon {
    width: 100%;
    height: auto;
}

/* ---- Nav ---- */
.menuBtn {
    float: right;
    width: 52px;
    height: 43px;
    padding: 25px 20px 25px 20px;
    background-color: #c6c100;
    margin-bottom: 10px;
    -moz-box-shadow: -1px 0px 15px rgba(0%, 0%, 0%, 0.3);
    -webkit-box-shadow: -1px 0px 15px rgba(0%, 0%, 0%, 0.3);
    box-shadow: -1px 0px 15px rgba(0%, 0%, 0%, 0.3);
}

/*.menuBtn:hover {
    background-color: #7e7e7e;
}*/

.btnBox {

    clear: both;
    width: 320px;
    height: 320px;
    background-color: rgba(5, 120, 54, 0.9);
    padding: 54px 0px;
    -moz-box-shadow: -1px 0px 15px rgba(0%, 0%, 0%, 0.3);
    -webkit-box-shadow: -1px 0px 15px rgba(0%, 0%, 0%, 0.3);
    box-shadow: -1px 0px 15px rgba(0%, 0%, 0%, 0.3);
    opacity: 0;
    display: none;
}

.navBtn {

    width: 100%;
    height: 48px;
    padding: 16px 0px;
}

.navBtn:hover {
    background-color: #045225;
}

.navActive {
    background-color: #045225;
}

.navBtn a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 22px;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 40px;
    text-align: center;
}

/* ---- Nav End ---- */

/* ---- KeyVisual ---- */
.keyVisual {
    position: relative;
    width: 640px;
    height: 1300px;
    background: url("../images/kv/kv_tablecloth.png") no-repeat;
}

.kvLogo {
    display: block;
    /*position: absolute;*/
    width:314px;
    height: 758px;
    /*left: 100px;*/
    margin: 0 auto;
    margin-left: 175px;
}

.kvCatch {
    position: absolute;
    width: 561px;
    height: 312px;
    left: 53px;
    top: 155px;
}

.kvRule {

    position: absolute;
    width: 506px;
    height: 193px;
    left: 20px;
    top: 486px;
}

.kvCta {

    position: absolute;
    display: block;
    width: 559px;
    height: 318px;
    left: 70px;
    top: 592px;
}

.kvCta img {
    position: absolute;
}

.kvCta .kvLetsgo {
    top: 154px;
    left: 245px;
}
/* ---- KeyVisual End ---- */

/* ---- content ---- */
.content {

    position: relative;
    width: 640px;
    height: auto;
    background: url("../images/bg/food_texture.png") repeat-y;
    padding-top: 150px;
    margin-top: -170px;
}

.contentBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/bg/food_texture.png") repeat-y;
}

/* ---- content End ---- */

/* ---- footer ---- */
.footerLogo {
    width: 395px;
    height: 105px;
    margin: 20px auto 0px auto;
}

/* ---- footer End ---- */

/* ---- tools ---- */
.clear {
    clear: both;
}

/* tools End */






