@charset "UTF-8";
/*リセット added by 熊谷*/
html, body {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,Verdana,Arial,sans-serif;
}
p {
	margin: 0;
	padding: 0;
}

/*PC用テンプレの.Stageをリサイズ*/
.Stage{
    width: 950px;
}
@media screen and (max-width: 640px) {
    .Stage{
        width: 100%;
    }
}

/*html5のリセット*/
img{ vertical-align: bottom; }



/* ////////////////////////////////////////////////////////////////////////////////

飲み会コンテンツWrapper

//////////////////////////////////////////////////////////////////////////////// */
#nomikai_wrapper{
    width: 100%;/*common.cssでmargin:0 2pxが効いてる為、950px*/
    margin: 0 auto;
    font-size: 100%;
    line-height: 1.8;
    position: relative;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper{
        width: 100%;
        margin: 0 auto;
    }
}


/* ////////////////////////////////////////////////////////////////////////////////

Main Contenst

//////////////////////////////////////////////////////////////////////////////// */

#nomikai_wrapper #main_contents{
    /*width: 700px;*//*mkai*/
    width: 710px;
    float: left;
    /*padding: 0 0 30px 0;*//*20140929評価エリアとのアキ詰め*/
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents{
        width: 100%;
        padding: 0 0 10px 0;
    }
}

#nomikai_wrapper #main_contents:after {
    content:"";
    display:block;
    clear:both;
}

#nomikai_wrapper .nomi_honbun{
    line-height: 1.8em;
    padding: 0 0 30px 0;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper .nomi_honbun{
        font-size: 14px;
        line-height: 1.7em;
        padding: 0 10px 15px 10px;
    }
}




/* ////////////////////////////////////////////////////////////////////////////////

Side Menu

//////////////////////////////////////////////////////////////////////////////// */

#nomikai_wrapper #side_menu{
    width: 230px;/*width: 270px;*/
    float: right;
    position: relative;
    /*z-index: 999;*/
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #side_menu{
        width: 100%;
        clear: both;
        padding: 15px 0 30px 0;
    }
}


/* ////////////////////////////////////////////////////////////////////////////////

Images Size

//////////////////////////////////////////////////////////////////////////////// */

/*画像の指定*/
.cut_img{
    text-align: center;
    padding: 0 0 20px 0;
}
@media screen and (max-width: 640px) {
    .cut_img{
        text-align: center;
        padding: 0 0 15px 0;
    }
}

.cut_img img {
    max-width: 100%;
    height: auto;
}
@media \0screen {
    .cut_img img {
        width: auto; /* for ie 8 */
    }
}

/*画像ミニサイズ指定*/
.cut_img_mini{
    text-align: center;
    padding: 0 0 20px 0;
}
@media screen and (max-width: 640px) {
    .cut_img_mini{
        text-align: center;
        padding: 0 0 15px 0;
    }
}

.cut_img_mini img{
    max-width: 70%;
    height: auto;
}
@media \0screen {
    .cut_img_mini img {
        width: auto; /* for ie 8 */
    }
}





/* ////////////////////////////////////////////////////////////////////////////////

SNS

//////////////////////////////////////////////////////////////////////////////// */
#sns-wrapper{
}
.nomikai_sns{
    width: 230px;/*width: 270px;*/
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 640px) {
    .nomikai_sns {
        width: 300px;
        background: #f9f9f9;
        border: 1px solid #bcbcbc;
        -webkit-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        /*overflow: hidden;*/
        padding: 10px 0 0 0;
        text-align: left;
        margin: 15px auto 0 auto;
    }
}

/*PC枠非表示-上*/
@media screen and (max-width: 640px) {
    .sns_waku_up{
        display: none;
    }
}

/*PC枠非表示-下*/
.sns_waku_undar{
    height: 10px;
    line-height: 0;
    font-size: 0;
}
@media screen and (max-width: 640px) {
    .sns_waku_undar{
        display: none;
    }
}
.nomikai_sns_inbase{
    background: url(../img/pc_sns_bg02_230.gif) repeat-y;
    padding: 0 10px;
    text-align: left;
}
.nomikai_sns_inbase:after {
    content:"";
    display:block;
    clear:both;
}
@media screen and (max-width: 640px) {
    .nomikai_sns_inbase{
        background-image:none;
        /*overflow: hidden;*/
        text-align: left;
        padding: 0 10px;
        margin: 0;
    }
    .sns_waku_up{
        display: none;
    }
}


/*
  14.09.24 仕様変更
  SNSボタンエリアを上下に追加
*/
#sns-lower{
    display: block;
}
#sns-upper .nomikai_sns,
#sns-lower .nomikai_sns{
    width: 100%;
}
#sns-upper .sns_waku_up,
#sns-lower .sns_waku_up{
    display: none;
}
#sns-upper .nomikai_sns_inbase,
#sns-lower .nomikai_sns_inbase{
    background: none;
    padding: 0 10px;
    text-align: left;
}
#sns-upper .sns_waku_undar,
#sns-lower .sns_waku_undar{
    display: none;
}
@media screen and (max-width: 640px) {
    #sns-lower{
        display: none;
    }
    #sns-upper .nomikai_sns{
        width: 300px;
        background: #f9f9f9;
        border: 1px solid #bcbcbc;
        -webkit-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        /*overflow: hidden;*/
        padding: 10px 0 0 0;
        text-align: left;
        margin: 15px auto 0 auto;
    }
    #sns-upper .nomikai_sns_inbase{
        /*background: url(../img/pc_sns_bg02_230.gif) repeat-y;*//*スマホ用なので罫線のBGを消す*/
        padding: 0 10px;
        text-align: left;
    }
}



/*
================================================================================
socialplus.widget.ActionButtonBar
================================================================================
*/
.socialplus-widget-counter{
    width: 100px !important;
    height: 44px !important;
    background: url(../img/pc_sns_fuki.gif) no-repeat !important;
    line-height: 36px !important;
    text-align: center;
}
.socialplus-widget-counter, .socialplus-widget-button{
    margin: 0 !important;
    padding: 0 !important;
}
#socp-action-buttons, #socp-action-buttons-sp{
    display: block;
    margin-bottom: 10px;
}
.socialplus-widget-buttons-button li{
    float: left;
    display: inline;
    width: 100px;
    margin-left: 5px !important;
}
.socialplus-widget-buttons-button li:first-child{
    margin-left: 0 !important;
}
#sns-wrapper .socialplus-widget-buttons-button li:after{
    content:" ";
    display:block;
    clear:both;
}
.socialplus-widget-fumufumu .socialplus-widget-button a{
    width: 100px !important;
    height: 40px !important;
    background: url(../img/sushi/pc_btn_fumufumu.png) 0 0 no-repeat !important;
}
.socialplus-widget-dou .socialplus-widget-button a{
    width: 100px !important;
    height: 40px !important;
    background: url(../img/sushi/pc_btn_dou.png) 0 0 no-repeat !important;
}



/*
  14.09.24 仕様変更
  SNSボタンエリアを上下に追加
*/
#sns-upper .socialplus-widget-counter,
#sns-lower .socialplus-widget-counter{
    width: 44px !important;
    height: 32px !important;
    background:url(../img/sp_sns_fuki02.png) repeat-x !important;
    -webkit-background-size: 5px 32px !important;
    background-size: 5px 32px !important;
    font-size: 11px;
    line-height: 31px !important;
    float: right;
    display: inline;
}
#sns-upper .socialplus-widget-counter:before,
#sns-lower .socialplus-widget-counter:before{
    content: " ";
    width: 10px !important;
    height: 32px !important;
    background:url(../img/sp_sns_fuki01.png) no-repeat !important;
    -webkit-background-size: 10px 32px !important;
    background-size: 10px 32px !important;
    display: block;
    float: left;
}
#sns-upper .socialplus-widget-counter:after,
#sns-lower .socialplus-widget-counter:after{
    content: " ";
    width: 4px !important;
    height: 32px !important;
    background:url(../img/sp_sns_fuki03.png) no-repeat !important;
    -webkit-background-size: 4px 32px !important;
    background-size: 4px 32px !important;
    display: block;
    float: right;
}
#sns-upper .socialplus-widget-buttons-button li,
#sns-lower .socialplus-widget-buttons-button li{
    float: left;
    display: inline;
    width: 136px;
    padding: 0 !important;
    margin-left: 8px !important;
}
#sns-upper .socialplus-widget-buttons-button li:first-child,
#sns-lower .socialplus-widget-buttons-button li:first-child{
    float: left;
    display: inline;
	width: 136px;
    margin: 0 !important;
}
#sns-upper .socialplus-widget-buttons-button li:after,
#sns-lower .socialplus-widget-buttons-button li:after{
    content:" ";
    display:block;
    /*clear:both;*/
}
#sns-upper .socialplus-widget-fumufumu .socialplus-widget-button a,
#sns-lower .socialplus-widget-fumufumu .socialplus-widget-button a{
    width: 92px !important;
    height: 32px !important;
    background: url(../img/sushi/sp_btn_fumufumu.png) 0 0 no-repeat !important;
    -webkit-background-size: 92px 32px !important;
    background-size: 92px 32px !important;
}
#sns-upper .socialplus-widget-dou .socialplus-widget-button a,
#sns-lower .socialplus-widget-dou .socialplus-widget-button a{
    width: 92px !important;
    height: 32px !important;
    background: url(../img/sushi/sp_btn_dou.png) 0 0 no-repeat !important;
    -webkit-background-size: 92px 32px !important;
    background-size: 92px 32px !important;
}




@media screen and (max-width: 640px) {
    .socialplus-widget-counter{
        width: 44px !important;
        height: 32px !important;
        background:url(../img/sp_sns_fuki02.png) repeat-x !important;
        -webkit-background-size: 5px 32px !important;
        background-size: 5px 32px !important;
        font-size: 11px;
        line-height: 31px !important;
        float: right;
        display: inline;
    }
    .socialplus-widget-counter:before{
        content: " ";
        width: 10px !important;
        height: 32px !important;
        background:url(../img/sp_sns_fuki01.png) no-repeat !important;
        -webkit-background-size: 10px 32px !important;
        background-size: 10px 32px !important;
        display: block;
        float: left;
    }
    .socialplus-widget-counter:after{
        content: " ";
        width: 4px !important;
        height: 32px !important;
        background:url(../img/sp_sns_fuki03.png) no-repeat !important;
        -webkit-background-size: 4px 32px !important;
        background-size: 4px 32px !important;
        display: block;
        float: right;
    }
    .socialplus-widget-buttons-button li{
        float: left;
        display: inline;
        width: 136px;
        padding: 0 !important;
        margin-left: 8px !important;
    }
    .socialplus-widget-buttons-button li:first-child{
        float: left;
        display: inline;
        width: 136px;
        margin: 0 !important;
    }
    .socialplus-widget-fumufumu .socialplus-widget-button a{
        width: 92px !important;
        height: 32px !important;
        background: url(../img/sushi/sp_btn_fumufumu.png) 0 0 no-repeat !important;
        -webkit-background-size: 92px 32px !important;
        background-size: 92px 32px !important;
    }
    .socialplus-widget-dou .socialplus-widget-button a{
        width: 92px !important;
        height: 32px !important;
        background: url(../img/sushi/sp_btn_dou.png) 0 0 no-repeat !important;
        -webkit-background-size: 92px 32px !important;
        background-size: 92px 32px !important;
    }
}

.btn_nomikai{
    display: inline;
    float: left;
    padding: 0 5px 8px 0;
    line-height: 0;
}

/*Twitter Btn　幅調整*/
iframe.twitter-share-button {
    width: 105px!important;
}
/*Google+ Btn　幅調整*/
div#___plusone_0,
div#___plusone_1,
div#___plusone_2,
div#___plusone_3{
    width: 80px!important;/*width: 105px!important;*/
}



/*
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
*/
.bold{ font-weight: bold; }
.left{ float: left; }
.right{ float: right; }
.clear{ clear: both; }
@media screen and (max-width: 640px) {
    .no_br{ display:inline; }
}


/*padding Set
---------------------------------------------------------------------------------------------*/
.ptop5{padding-top:5px; }
.ptop10{padding-top:10px; }
.ptop15{padding-top:15px; }
.ptop20{padding-top:20px; }
.ptop30{padding-top:30px; }
.ptop40{padding-top:40px; }
.ptop50{padding-top:50px; }

.pbttm5{padding-bottom:5px; }
.pbttm10{padding-bottom:10px; }
.pbttm15{padding-bottom:15px; }
.pbttm20{padding-bottom:20px; }
.pbttm30{padding-bottom:30px; }

.mtop5{margin-top:5px; }
.mtop10{margin-top:10px; }
.mtop15{margin-top:15px; }
.mtop20{margin-top:20px; }
.mtop30{margin-top:30px; }
.mtop40{margin-top:40px; }
.mtop50{margin-top:50px; }
.mtop60{margin-top:60px; }



/* #nomi-main-visual
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main-visual {
    width: 950px;
    height: 290px;
    background: url(../img/sushi/main_visual_pc_sushi.jpg) no-repeat top center;
}
#nomikai_wrapper #main-visual .main-copy{
    color: #fff;
    font-size: 15px;
    line-height: 1.7em;
    padding-top: 220px;
    padding-left: 40px;
    text-align: left;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main-visual {
        width: 100%;
        height: 170px;
        padding-bottom: 0;
        background: url(../img/sushi/main_visual_sp_sushi.jpg) no-repeat top center;
        -webkit-background-size: 640px 170px;
        background-size: 640px 170px;
    }
    #nomikai_wrapper #main-visual .main-copy{
        width: 95%;
        margin: 0 auto;
        color: #fff;
        font-size: 12px;
        line-height: 1.5em;
        padding-top: 105px;
        padding-left: 0;
        text-align: left;
    }
}



/* #main_contents
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main_contents{
    text-align: left;
}
#nomikai_wrapper #main_contents .txt{
    font-size: 13px;
    line-height: 2.0em;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents .txt{
        width: 95%;
        margin: 0 auto;
        font-size: 13px;
        /*line-height: 2.0em;*//*mkai*/
        line-height: 1.8em;
    }
}
#nomikai_wrapper #main_contents .font-big{
    font-size: 21px;
}



/* .main-h2
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main_contents .main-h2{
    margin-left: 10px;
    height: 116px;
    background: url(../img/sushi/h2_icon_sushi.png) no-repeat left top;
}
#nomikai_wrapper #main_contents .main-h2 .main-h2-txt{
    font-size: 21px;
    line-height: 1.4em;
    padding: 35px 0 0 160px;
    color: #a47e39;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents .main-h2{
        width: 95%;
        min-height: 90px;
        margin: 0 auto;
        background: url(../img/sushi/h2_icon_sp_sushi.png) no-repeat left top;
        -webkit-background-size: 69px 86px;
        background-size: 69px 86px;
    }
    #nomikai_wrapper #main_contents .main-h2 .main-h2-txt{
        font-size: 16px;
        line-height: 1.4em;
        padding: 5px 0 10px 80px;
        color: #b70e00;
    }
}


/* .main-h3
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main_contents .main-h3{
    height: 95px;
    background: url(../img/sushi/h3_icon_sushi.png) no-repeat left top;
}
#nomikai_wrapper #main_contents .main-h3 .main-h3-txt{
    font-size: 18px;
    line-height: 1.4em;
    padding: 25px 0 0 95px;
    color: #a47e39;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents .main-h3{
        width: 95%;
        min-height:55px;
        margin: 15px auto 0 auto;
        background: url(../img/sushi/h3_icon_sp_sushi.png) no-repeat left top;
        -webkit-background-size: 41px 52px;
        background-size: 41px 52px;
    }
    #nomikai_wrapper #main_contents .main-h3 .main-h3-txt{
        font-size: 16px;
        line-height: 1.4em;
        padding: 5px 0 0 50px;
        color: #a47e39;
    }
}


/* .company-info
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main_contents .company-info{
    display: block;
}
#nomikai_wrapper #main_contents .company-info:after{
    content:"";
    display:block;
    clear:both;
}
#nomikai_wrapper #main_contents .company-info .company-info-logo{
    width: 150px;
    float: left;
    padding-right: 15px;
}
#nomikai_wrapper #main_contents .company-info .company-info-txt p.bold{
    font-size: 14px;
    padding-bottom: 5px;
}
#nomikai_wrapper #main_contents .company-info .company-info-txt{
    width: 495px;
    float: left;
    line-height: 1.8em;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents .company-info{
        width: 90%;
        margin: 0 auto;
    }
    #nomikai_wrapper #main_contents .company-info .company-info-logo{
        width: 75px;
        float: left;
    }
    #nomikai_wrapper #main_contents .company-info .company-info-logo img{
        width: 75px;
        height: 75px;
    }
    #nomikai_wrapper #main_contents .company-info .company-info-txt p.bold{
        font-size: 16px;
        padding-bottom: 10px;
    }
    #nomikai_wrapper #main_contents .company-info .company-info-txt{
        float: none;
        width: auto;
        font-size: 12px;
    }
}


/* #main_contents .interviewer-box
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main_contents .interviewer-box{
    background: #f5eee2;
    border: 1px solid #c7a15b;
    padding: 15px 20px;
    display: block;
}
#nomikai_wrapper #main_contents .interviewer-box:after{
    content:"";
    display:block;
    clear:both;
}
#nomikai_wrapper #main_contents .interviewer-box .interview-cut {
    float: left;
    width: 135px;
    padding-right: 10px;
}
#nomikai_wrapper #main_contents .interviewer-box .interview-name {
    float: left;
    font-size: 14px;
    padding-left: 10px;
    border-left: 10px solid #b89d54;
    margin-bottom: 5px;
    color: #7e6523;
}
#nomikai_wrapper #main_contents .interviewer-box .interview-txt {
    float: left;
    width: 510px;
    font-size: 13px;
    line-height: 1.8em;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents .interviewer-box.mtop10{
        margin-top: 10px;
    }
    #nomikai_wrapper #main_contents .interviewer-box.mtop30{
        margin-top: 15px;
    }
    #nomikai_wrapper #main_contents .interviewer-box.mtop60{
        margin-top: 30px;
    }
    #nomikai_wrapper #main_contents .interviewer-box{
        width: 90%;
        margin: 0 auto 0 auto;
        background: #f5eee2;
        border: 1px solid #c7a15b;
        padding: 10px 10px;
        display: block;
    }
    #nomikai_wrapper #main_contents .interviewer-box .interview-cut {
        float: left;
        width: 135px;
        padding-right: 10px;
    }
    #nomikai_wrapper #main_contents .interviewer-box .interview-name {
        float: left;
        margin-top: 40px;
        font-size: 14px;
        padding-left: 10px;
        border-left: 10px solid #b89d54;
        margin-bottom: 5px;
        color: #7e6523;
    }
    #nomikai_wrapper #main_contents .interviewer-box .interview-txt {
        padding-top: 15px;
        width: 100%;
        font-size: 12px;
        line-height: 1.8em;
    }
}


/* #side_menu .interviewer-box
-------------------------------------------------------------------------------- */
#nomikai_wrapper #side_menu .interviewer-box{
    background: #f5eee2;
    border: 1px solid #c7a15b;
    padding: 0 15px 20px 15px;
    display: block;
}
#nomikai_wrapper #side_menu .interviewer-box:after{
    content:"";
    display:block;
    clear:both;
}
#nomikai_wrapper #side_menu .interviewer-box .interview-ttl {
    background: #b89d54;
    padding: 3px 15px;
    color: #fff;
    font-size: 11px;
    width: 100px;
    text-align: center;
    margin: 0 auto;
}
#nomikai_wrapper #side_menu .interviewer-box .interview-cut {
    float: left;
    width: 90px;
    padding: 15px 10px 0 0;
}
#nomikai_wrapper #side_menu .interviewer-box .interview-name {
    float: left;
    font-size: 14px;
    padding: 50px 0 0 0;
}
#nomikai_wrapper #side_menu .interviewer-box .interview-txt {
    float: left;
    text-align: left;
    padding-top: 15px;
    font-size: 11px;
    line-height: 1.8em;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #side_menu .interviewer-box{
        width: 280px;
        margin: 0 auto;
        background: #f8f5e1;
        border: 1px solid #d1bf8a;
        padding: 0 10px 20px 10px;
        display: block;
    }

}


/* #main_contents .check-box
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main_contents .check-box{
    border: 1px solid #b89d54;
    border-top-width: 5px;
    background: #f6f6f6;
    padding: 25px 20px 20px 20px;
    font-size: 13px;
}
#nomikai_wrapper #main_contents .check-box a{
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    width: 340px;
    height: 50px;
    margin: 0 auto;
    padding-top: 10px;
    background: url(../img/check_btn.png) no-repeat 0 0;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents .check-box{
        width: 90%;
        margin: 20px auto 0 auto;
        border: 1px solid #b89d54;
        border-top-width: 5px;
        background: #f6f6f6;
        padding: 15px 10px 10px 10px;
        font-size: 13px;
    }
    #nomikai_wrapper #main_contents .check-box a{
        color: #fff;
        font-size: 14px;
        display: block;
        text-align: center;
        width: 280px;
        height: 42px;
        margin: 0 auto;
        padding-top: 8px;
        background: url(../img/check_btn.png) no-repeat 0 0;
        -webkit-background-size: 280px 42px;
        background-size: 280px 42px;
    }
}


/* .backno
-------------------------------------------------------------------------------- */
#nomikai_wrapper #side_menu .backno{
    background: #fcca00;
    color: #ad1a0e;
    text-align: left;
}
#nomikai_wrapper #side_menu .backno .backno-upper{
    /*width: 130px;*/
    /*height: 52px;*/
    background: #fcca00 url(../img/backno_bg_upper.png) no-repeat 0 0;
    padding: 20px 0 10px 70px;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.5em;
}
#nomikai_wrapper #side_menu .backno .backno-lower{
    width: 230px;
    height: 13px;
    background: url(../img/backno_bg_lower.png) no-repeat 0 0;
}

#nomikai_wrapper #side_menu .backno .backno-btns{
    width: 220px;
    margin: 0 auto;
}
#nomikai_wrapper #side_menu .backno .backno-btns li{
    background: #fff url(../img/backno_li_bg.png) repeat-x 0 0;
}
#nomikai_wrapper #side_menu .backno .backno-btns li:first-child{
    background: #fff;
}
#nomikai_wrapper #side_menu .backno .backno-btns a{
    display: block;
    padding: 13px 0 13px 20px;
    margin-left: 20px;
    background: url(../img/icon_y.png) no-repeat left center;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #side_menu .backno{
        width: 300px;
        margin: 0 auto 10px auto;
    }
    #nomikai_wrapper #side_menu .backno .backno-upper{
        width: 220px;
        height: 52px;
        padding: 25px 0 20px 90px;
        background: url(../img/backno_bg_upper.png) no-repeat 0 0;
        -webkit-background-size: 300px auto;
        background-size: 300px auto;
        font-weight: bold;
        font-size: 12px;
    }
    #nomikai_wrapper #side_menu .backno .backno-lower{
        width: 300px;
        background: url(../img/backno_bg_lower.png) no-repeat 0 0;
        -webkit-background-size: 300px auto;
        background-size: 300px auto;
    }

    #nomikai_wrapper #side_menu .backno .backno-btns{
        width: 280px;
        margin: 0 auto;
    }
}


/* #page-top-btn
-------------------------------------------------------------------------------- */
#nomikai_wrapper #side_menu #page-top-btn{
    text-align: right;
    margin-top: 75px;
    display: block;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #side_menu #page-top-btn{
        display: none;
    }
}


/* #sns-upper / 14.09.24 仕様変更により下記は不要
-------------------------------------------------------------------------------- */
/*#nomikai_wrapper #sns-upper{
    display: none;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #sns-upper{
        display: block;
        padding-bottom: 10px;
    }
}*/


/*2014.08.12plus
-------------------------------------------------------------------------------- */
#nomikai_wrapper #main_contents .guest-profile{
background: #b89d54;
color: #fff;
font-weight: bold;
padding: 5px 10px;
}
@media screen and (max-width: 640px) {
    #nomikai_wrapper #main_contents .guest-profile{
        width: 90%;
        margin: 0 auto 0 auto;
    }
}


/*[add] 2014.09.29
-------------------------------------------------------------------------------- */
#sns-upper #socp-action-buttons-sp{
    display: block;
    margin: 0 10px 10px 0;
    float: left;
}
#sns-wrapper .btn_nomikai{
    display: inline;
    float: left;
    padding: 5px 5px 8px 0;
    line-height: 0;
}
#sns-lower #socp-action-buttons-lower{
    display: block;
    margin: 0 10px 10px 0;
}

/*[add] 2014.09.30
-------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
	#sns-upper #socp-action-buttons-sp{
 		display: block;
   		margin: 0 0 10px 0;
   		float: left;
	}
}

/*[add] 2014.10.08
-------------------------------------------------------------------------------- */
#page_wapper{
-webkit-transform: translate3d(0px, 0px, 0px);
}