
/* メニュー幅を旧テンプレに合わせる */

/* pc */
@import url("/css/v2/common/pc_common.css");


#contents{
    font-size:medium;
    letter-spacing:normal;
}

.pc_header{
    display:block;
}
.sp_header{
    display:none;
}

/* ヘッダ */
#wrapper_in {
    margin: 0 auto;
    padding: 0 0 50px;
    text-align: left;
    width: 1050px;
}

.header__logo-area {
    line-height: 1;
    margin: 0 auto;
    padding: 20px 0;
    width: 1050px;
}

.header__logo {
    float: left;
    width: 270px;
}
.gnav-wrapper {
    background: #ffffff none repeat scroll 0 0 !important;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    width: 1050px;
}
.gnav {
    border-left: 1px solid #e5e5e5;
    font-size: 1.6rem;
    margin: 0 auto;
    width: 1050px;
}

.gnav__item {
    border-right: 1px solid #e5e5e5;
    float: left;
    height: 56px;
    line-height: 60px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 168px;
}

.gnav__item:last-child {
    width: 377px;
    text-align: left;
}


/* メインコンテンツ */
#club_ci_bottom_top::after {
    clear: both !important;
    content: "." !important;
    display: block !important;
}
#contents div:after:not(#club_ci_bottom_top){
  content: none !important;
  display: block;
  clear: both;
}

#contents ul:after,
#contents li:after{
  content: none !important;
}
h1 {
    font-size: 1em;
    margin: 0;
}
h3.mRformTitle {
    width: 850px !important;
    height: 50px !important;
}

.txt_lightgray11 {
    color: #a0a0a0;
    font-size: 68% !important;
}

.rankingNav_in li{
    display: table-cell;
    width:50% !important;
}
.howTo img{
	 vertical-align: middle;
}
#tabArea li{
	font-size 119% !important;
}

#foodstuff_ranking-list{
    box-sizing: content-box !important;
}
#foodstuff_ranking-list ol{
    box-sizing: content-box !important;
}
#foodstuff_ranking-list ol li{
    box-sizing: content-box !important;
}
.rank,.rankVal{
    box-sizing: content-box !important;
}

#c_left div,#c_left ul, #c_left li, #c_left dl, #c_left dt, #c_left dd{
    box-sizing: content-box !important;
}
#c_center div,#c_center ul, #c_center li{
    box-sizing: content-box !important;
}
#c_right div,#c_right ul, #c_right li, #c_right span input{
    box-sizing: content-box !important;
}
#pop_wrapper div{
    box-sizing: content-box !important;
}

#popup_commonWrapper div{
    box-sizing: content-box !important;
}

#registerInfo h3{
    box-sizing: content-box !important;
}




/* smartphone */
@media screen and (max-width: 768px){
    .pc_header{
        display:none;
    }
    .sp_header{
        display:block;
    }

    /* ヘッダ */

    #wrapper_in {
    overflow: visible;
    padding: 12px 0;
    position: relative;
    width: 300px;
    }

    #btn_sm_login {
        height: 45px;
        width: 35px;
        padding:0;
    }

    #btn_sm_menu {
        height: 45px;
        width: 35px;
    }

    h3.mRformTitle  {
        width: 300px !important;
        height: 29px !important;
        text-align:center !important;
    }

.mPTdCLeft, .mPTdCLeft2 {
    margin: 0 !important;
    padding: 0 !important;
}
.mPTdCLeft {
    width: 260px !important;
}
.mPTr {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    margin: 0 !important;
}
.mPTdCenter {
    border: medium none;
    float: left;
    overflow: hidden;
    padding: 0 10px 18px !important;
    width: 288px !important;
}


.inputText01 {
    font-size: 88%;
    line-height: 150%;
    height: 20px !important;
    width: 260px !important;
}
.inputTextArea {
    height: 115px  !important;
    width: 260px !important;
}

}