/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016/06/24, 16:39:20
    Author     : imaizumi
*/

/* これは「customize.css」のオマージュです */

/* 超共通・定義（ここから） */
/******************************************************************************/
/*              ページ内CSS定義（BOX間指定）以下の変更可で調整願います。
/******************************************************************************/
div[id*="pg-"], .so-panel,.panel-grid,.panel-grid-cell {
    margin-left  : 0px!important;     /* 固定(変更不可) */
    margin-right : 0px!important;     /* 固定(変更不可) */
    margin-bottom: 0px!important;     /* 変更可能：BOX間の下マージン */
    padding-right: 0px!important;     /* 変更可能：BOX間の右マージン */
    padding-top:0px!important;
    padding-bottom: 0px!important;
}
div[id*="pg-"], .so-panel,.panel-grid,.panel-grid-cell p{
    margin-bottom: 0px;               /* Attitude ProのP要素。168?171行目を参照ください。（themes/attitude-pro3/style.css）*/
    /* pageビルダーのブロック間（上下）の隙間を０にします。規定値は15pxです。 */
}
div[id*="pgc-"], .panel-grid,.panel-grid-cell {
    margin-left  : 0px!important;     /* 固定(変更不可) */
    margin-top   : 0px!important;     /* 変更可能：BOX間の上マージン */
    margin-bottom: 0px!important;     /* 変更可能：BOX間の下マージン */
    padding-left : 0px!important;     /* 変更可能：BOX間の左マージン */
}
#main {
    padding: 20px 0!important;
}
/* 処理画面全体(メニュー含む) */
/*

#main{
    background:red!important;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;

}

/* 処理画面全体(メニュー含まず) */
/*
#primary{
    background-color: gray;
    padding:0px;
}
*/
/* 処理画面 */
/*
#content{
    background-color: yellow;
    padding:0px;
}
*/
/* 左右メニュー画面 */
/*
#secondary{
    background-color: white;
}
*/
/******************************************************************************/
/*                  ページ内CSS定義（個別）以下に記述願います。
/******************************************************************************/
/* 超共通・定義（ここまで） */

.header-top {
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #122C6C), color-stop(0.00, #2A468E));
    background: -webkit-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: -moz-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: -o-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: -ms-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: linear-gradient(to bottom, #2A468E 0%, #122C6C 88%);

    margin-top: -32px;
}
/*
#access {
    background-color: rgb(35, 62, 132);
    border-top:0px!important;
    border-bottom: 0px!important;
    height: 65px;
    height: 100px;
}
*/
#access{
    border: 0;
    margin-left: 30px;
    border-top: 0!important;
    border-bottom: 0!important;
}
#access.clearfix{
    display: inline-block;
    float: left;
}

/*
#access a {
    color:#FFF!important;
    text-decoration: none;
    padding:41px 0 0 0!important;
    line-height: 280%;
    font-size: 95% !important;
    float: none!important;
    }
    #access li{
        width: 140px;
    display: inline-block;
    border-left: 1px solid #334f8d;
    text-align: center;
    padding: 0 !important;
    }
*/
#access li {
    padding: 0!important;
    text-align: center!important;
    width: 112px!important;
    border-left: 1px solid #334f8d!important;
    line-height: 50px!important;
    letter-spacing: -0.05em;
}
#access li:nth-child(3) {
    border-right: 1px solid #334f8d;
}
#access a {
    float: none!important;
    padding: 0!important;
    height: auto!important;
    color: #FFF!important;
    font-size: 12px!important;
}
#access a:hover {
    color:#FEE066!important;
}
#access li img{
    vertical-align: middle;
    margin-left: 15px;
}
#access li img:hover{
    opacity: 0.5;
}
#fontSizer{
    float: right;
}
.f_2{
    margin: 0 0.8em 0;
}
/*
#font-s {
    font-size: 75%;
    color: #2A508B;

}
#font-m {
    /* font-size: 100%;
    font-size: 75%;

}
#font-l {
    /* font-size: 150%;
    font-size: 75%;
}
*/
.wrapper {
    /* max-width: 1500px !important;
    margin: -29px 0 0 0 !important;*/
}
#fontSizer li:first-child{
    margin-left: 0;
    border: 0;
    width: auto;
    height: auto;
    line-height: 25px;
    margin-right: 10px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}
#fontSizer li{
    border: 1px solid #022481;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    float: left;
    margin-left: 1px;
    width: 20px;
    height: 20px;
}
#fontSizer li#font-s,
#fontSizer li#font-m,
#fontSizer li#font-l{
    background: #FFF;
    color: #2A508B;
    font-size: 75%;
    font-weight: bold;
}
/* ヘッダー共通（ここから） */
#branding{
    margin-top: 0;
    margin: 0 auto;
    background: #20397c;
    margin-bottom: 0!important;
    max-width: 100%!important;
}
#top_header, #bottom_header{
    width: 978px;
    margin: 0 auto;
}
#top_header{
    height: 30px;
    padding-top: 5px;
}
#top_header_background{
    background: #284490;
    background: -ms-linear-gradient(top, #284490 0%, #0f286c 88%);
    background: linear-gradient(to bottom, #284490 0%, #0f286c 88%);
    width: 100%;
}
#top_header_background a,
#access a{
    text-decoration: none;
}
#bottom_header{
    /*height: 55px;*/
    font-family: 'Hiragino Kaku Gothic', 'MSゴシック', sans-serif;
}
.hgroup-wrap{
    padding-bottom: 0!important;
    padding-top: 0!important;
}
#site-logo {
    margin-top: 0!important;
}
#site-title img {
    margin-top: 9px;
}
#branding .container{
    display: table;
    margin: 0;
    float: left;
}
.bogo-language-switcher .en-US,
.bogo-language-switcher .zh-CN,
.bogo-language-switcher .ja{
    border: 1px solid #022481;
    border-radius: 3px;
    width: 100px;
    color: #022481;
    text-align: center;
    float: left;
    margin-left: 8px;
    background-color: #fff;
}
#lang-box a{
    color: #36659d;
    text-decoration: none;
}
#lang-box a.current{
    background: #526aaa;
    color: #FFF;
}

#menu-item-1506{
    background-color: #ffe25b;
    width: 150px !important;
    border-radius: 3px;
    font-weight: bold;
    float: right;
    margin-top: 2px;
    background-image: url("/corporate/wp-content/uploads/sites/2/2016/06/search_store.jpg");
    background-repeat: no-repeat;
    background-position: 4px;
        display: block;
}
#menu-item-1506 a{
    color: #17479e !important;
}
#menu-item-1506 a:hover{
    color: #17479e !important;
}
#menu-item-1506:hover{
    color: #17479e !important;
    opacity: 0.8;
}
#fontSizer{
    display: none;
}
.shopsearch_btn {
    background-color: #ffe25b;
    width: 150px;
    border-radius: 3px;
    color: #17479e;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    background-image: url("/corporate/wp-content/uploads/sites/2/2016/06/search_store.jpg");
    background-repeat: no-repeat;
    background-position: 4px;
}

.saiyou-btn {
    background-color: #f39aa0;
    width: 150px;
    border-radius: 3px;
    color: #17479e;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    text-align:center;
    margin-left:10px;
    padding:5px 0;
}


.shopsearch_btn div {
    width: 106px;
    margin-left: auto;
    padding: 5px;
    border-left: 1px solid #d0b744;
}
@media only screen and (min-width: 768px) and (max-width: 935px) {

#branding{
    padding-bottom: 30px;
}


}


/* ヘッダー共通（ここまで） */

/* header画像 */
#header_image{
    text-align: center;
    background: #E4EBFD;
}


/* フッター共通（ここから） */
footer .one-third{
    /* margin: 0 0 0 4%!important; */
}
.sales_promotion_footer_widget_bg{
    padding: 0 10px;
}
footer .one-third:first-child {
    background-color:#ededed;
    border-radius: 10px;
    margin: 0!important;
    /* padding:1em; */
}
footer .one-third:nth-child(2) {
    width: 345px!important;
    margin-left: 0;
    float: right;
}
footer .container{
    color: #4f4f4f !important;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}
#colophon .widget-area {
    margin-left: 0px!important;
    padding: 40px 0 30px;
}
footer h3.widget-title{
    font-size: 125% !important;
    /* display:none !important; */
    padding:1em 0 0.5em 2em!important;
    /* margin:0.5em 0 0 !important; */
    border-bottom:solid 2px #536698 !important;
    text-align: left;
    color: #4f4f4f!important;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}

footer .one-third h3 {
    position: relative !important;
    /* line-height: 32px; */
}

footer .one-third h3 a:before {
    position: absolute;
    top: 17px;
    left: 13px;
    height: 17px;
    width: 17px;
    background: #19479d;
    opacity: 0.6;
    content: "";
}

footer .one-third h3 a:after{
    position: absolute;
    top: 21px;
    left: 9px;
    height: 17px;
    width: 17px;
    background: #19479d;
    content: "";
}
.sales_promotion_footer_widget {
    margin: 0.5em 0 0;
    float: left;
    padding: 10px 0px 10px 1em;
}
.sales_promotion_footer_widget a{
    text-decoration: none;
}
.sales_promotion_footer_widget ul {
    padding: 0 0.5em;
}
.sales_promotion_footer_widget li {
    list-style-image: url('/wp-content/uploads/2016/06/sales_promotion_footer_widget_list_type_image.png');
    padding: 0.3em;
}
.sales_promotion_footer_widget_bg .pa{
    list-style-image: none;
    margin-left: -1.5em!important;
    font-weight: bold;
    font-size: 14px;
}
.pa a{
    color: #1b3576!important;
}
.dis_style{
    visibility:hidden;
}
#site-generator{
    border-top: 3px solid #19479d !important;
}
#site-generator .copyright{
    text-align: center;
    width: auto;
}
#site-generator .copyright a{
    color: #17479e;
}
#site-generator .copyright img {
    margin: 0 0 2em;
}
#colophon {
    border-top: 3px solid #c2d6f8;
}
.widget-wrap {
    background-color: #fff !important;
}
#back-to-top_box{
    width: 978px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-right: 30px;
}
.back-to-top{
    font-weight: bold;
    font-size: 14px;
    position: relative!important;
    bottom: 0!important;
    right: 0!important;
}
.back-to-top a {
    width: 50px!important;
    height: 35px!important;
    text-indent: -20000px;
    display: block;
    background-image: url("/wp-content/uploads/2016/07/hnsk_backtotop.png")!important;
    background-repeat: no-repeat;
    margin-left: auto;
}
/* フッター共通（ここまで） */

/* 投稿のフッター非表示 */
.entry-meta-bar{
    display: none!important;
}
.previous{
    display:none;
}
.next{
    display:none;
}
#content ul.default-wp-page {
    margin: 0;
    list-style: none;
    /* margin-bottom: 40px; */
    border-top:none!important;
    border-bottom:none!important;
    padding: 7px 0 0;
}

@media only screen and (max-width: 1078px){
    .wrapper{
        width: 100%;
    }
    #top_header, #bottom_header{
        max-width: 90%!important;
    }
    .container {
    /* max-width: 90%!important;*/
        width: auto;
    }
    #branding .container {
        max-width: 90%!important;
    }
    #bottom_header .container{
        width: auto;
    }

    #access li {
        padding: 0!important;
        text-align: center!important;
        width: 105px!important;
        border-left: 1px solid #334f8d!important;
        line-height: 50px!important;
    }


    li#menu-item-119{
        line-height: 15px!important;
        padding-top: 10px!important;
        height: 45px;
        padding: 10px 17px 0 17px!important;
        width: 70px!important;
    }
    li#menu-item-1506{
        line-height: 15px!important;
        padding-top: 10px!important;
        height: 40px;
        width: 80px!important;
        padding-left: 13px!important;
    }

    #back-to-top_box {
        width: 95%;
    }
    .sales_promotion_footer_widget {
        margin: 0;
        float: left;
        padding: 10px 0 10px 1.5em;
        width: 22%;
    }
    footer .one-third {
        clear: both;
        margin: 0 auto!important;
    }
    #colophon .one-third{
        float: left!important;
    }
/*    #colophon .one-third:nth-child(2){
        width: 100%;
    }*/
    footer .one-third:nth-child(2) {
        width: 100%!important;
        margin-left: 0;
        float: right;
    }
    footer .container {
        width: 90%;
    }
    #access .container {
        max-width: 100%!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sales_promotion_footer_widget {
        margin: 0;
        float: left;
        padding: 10px 0 10px 1em;
        width: 22%;
    }
    #lang-box {
        float: right;
    }
    .bogo-language-switcher li {
        width: 85px!important;
        margin-left: 8px!important;
    }
    #bottom_header > a {
        position: absolute;
        right: 8em;
    }
}
@media only screen and (max-width: 767px) {
    .sales_promotion_footer_widget {
        margin: 0;
        float: left;
        padding: 10px 0 10px 1.5em;
        width: 43%;
    }
    .sales_promotion_footer_widget ul {
        padding: 0;
    }
    .sales_promotion_footer_widget li {
        font-size: 12px;
    }
    #back-to-top_box {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px;
        padding-right: 0px;
    }
    #pg-w57806d42e232e-0 .panel-grid-cell,
    #pg-w5786362d8b16f-0 .panel-grid-cell,
    #pl-w5774e9c61d23c .panel-grid-cell{
        width: 80%;
        margin: 0 auto!important;
    }
    #access .container {
        width: auto!important;
    }
    #bottom_header {
        /*height: 155px;*/
        text-align: center;
    }
    #lang-box{
        float: none;
    }
    #access select{
        background-color: #FFF!important;
        width: 250px!important;
        height: 35px!important;
        border-radius: 3px!important;
    }

    .bogo-language-switcher .en-US,
    .bogo-language-switcher .zh-CN,
    .bogo-language-switcher .ja{
        padding: 0px;
    }
    /*.moulding{
        width:80%;
        display:block;
        margin:0 auto;
    }*/
    /*.moulding{
        width:30%;
        display:block;
        float:left;
    }*/
    .moulding p{
        width:100%;
        padding:0;
    }
    .moulding p img{
        width:20px;
        height:auto;
    }

    #top_header_background {
        font-size: 11px;
    }
    #top_header, #bottom_header, #main, .container {
        max-width: 90%!important;
    }
    .bogo-language-switcher li {
        width: 40px;
    }
    .shopsearch_btn {
        /* position: absolute; */
        top: 80px;
        right: 5%;
        background-color: #ffe25b;
        width: 100px;
        border-radius: 3px;
        color: #17479e;
        font-weight: bold;
        float: right;
        margin-top: 10px;
        background-image: url("/corporate/wp-content/uploads/sites/2/2016/06/search_store.jpg");
        background-repeat: no-repeat;
        background-position: 1px;
        background-size: 18px;
        font-size: 10px;
    }
    .shopsearch_btn div {
        width: 70px;
        margin-left: auto;
        padding: 5px;
        border-left: 1px solid #d0b744;
    }
    .menu_wrap {
        right: 0;
        margin: 20px 0 0 auto;
        width: 40px;
        height: 40px;
    }
    .bogo-language-switcher .en-US, .bogo-language-switcher .zh-CN, .bogo-language-switcher .ja {
        width: 40px;
    }
    .shopsearch_btn div {
        width: 70px;
        margin-left: auto;
        padding: 5px;
        border-left: 1px solid #d0b744;
    }
    #bottom_header > a {
        position: absolute;
        right: 8em;
    }
    .shopsearch_btn{
        display: none;
    }
    .saiyou-btn{
        display:none;
    }

}
@media screen and (max-width: 380px){
    #bottom_header > a {
        position: absolute;
        right: 4.5em;
    }
    .shopsearch_btn div {
        width: 75px;
        font-size: 0.8em;
        padding-left: 10px;
    }
    #bottom_header, #main {
        max-width: 98% !important;
    }
    #bottom_header > a {
        position: absolute;
        right: 5em;
    }
    .shopsearch_btn {
        width: 90px;
    }
    #bottom_header > a {
        position: absolute;
        right: 4.5em;
    }
}
@media only screen and (max-width: 319px) {
.wrapper{
        width: 100%;
    }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016/06/24, 16:39:20
    Author     : imaizumi
*/

/* これは「customize.css」のオマージュです */

/* 超共通・定義（ここから） */
/******************************************************************************/
/*              ページ内CSS定義（BOX間指定）以下の変更可で調整願います。
/******************************************************************************/
div[id*="pg-"], .so-panel,.panel-grid,.panel-grid-cell {
    margin-left  : 0px!important;     /* 固定(変更不可) */
    margin-right : 0px!important;     /* 固定(変更不可) */
    margin-bottom: 0px!important;     /* 変更可能：BOX間の下マージン */
    padding-right: 0px!important;     /* 変更可能：BOX間の右マージン */
    padding-top:0px!important;
    padding-bottom: 0px!important;
}
div[id*="pg-"], .so-panel,.panel-grid,.panel-grid-cell p{
    margin-bottom: 0px;               /* Attitude ProのP要素。168?171行目を参照ください。（themes/attitude-pro3/style.css）*/
    /* pageビルダーのブロック間（上下）の隙間を０にします。規定値は15pxです。 */
}
div[id*="pgc-"], .panel-grid,.panel-grid-cell {
    margin-left  : 0px!important;     /* 固定(変更不可) */
    margin-top   : 0px!important;     /* 変更可能：BOX間の上マージン */
    margin-bottom: 0px!important;     /* 変更可能：BOX間の下マージン */
    padding-left : 0px!important;     /* 変更可能：BOX間の左マージン */
}
#main {
    padding: 20px 0!important;
}
/* 処理画面全体(メニュー含む) */
/*

#main{
    background:red!important;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;

}

/* 処理画面全体(メニュー含まず) */
/*
#primary{
    background-color: gray;
    padding:0px;
}
*/
/* 処理画面 */
/*
#content{
    background-color: yellow;
    padding:0px;
}
*/
/* 左右メニュー画面 */
/*
#secondary{
    background-color: white;
}
*/
/******************************************************************************/
/*                  ページ内CSS定義（個別）以下に記述願います。
/******************************************************************************/
/* 超共通・定義（ここまで） */

.header-top {
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #122C6C), color-stop(0.00, #2A468E));
    background: -webkit-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: -moz-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: -o-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: -ms-linear-gradient(top, #2A468E 0%, #122C6C 88%);
    background: linear-gradient(to bottom, #2A468E 0%, #122C6C 88%);

    margin-top: -32px;
}
/*
#access {
    background-color: rgb(35, 62, 132);
    border-top:0px!important;
    border-bottom: 0px!important;
    height: 65px;
    height: 100px;
}
*/
#access{
    border: 0;
    margin-left: 30px;
    border-top: 0!important;
    border-bottom: 0!important;
}
#access.clearfix{
    display: inline-block;
    float: left;
}

/*
#access a {
    color:#FFF!important;
    text-decoration: none;
    padding:41px 0 0 0!important;
    line-height: 280%;
    font-size: 95% !important;
    float: none!important;
    }
    #access li{
        width: 140px;
    display: inline-block;
    border-left: 1px solid #334f8d;
    text-align: center;
    padding: 0 !important;
    }
*/

#access li {
    padding: 0!important;
    text-align: center!important;
    width: 112px!important;
    border-left: 1px solid #334f8d!important;
    line-height: 50px!important;
}
#access li:nth-child(2) {
  width: 126px!important;
}
#access li:nth-child(2) a{
  font-size: 11px!important;
}
#access li:nth-child(3) {
  width: 105px!important;
}
#access li:nth-child(4) {
  width: 105px!important;
  border-right: 1px solid #334f8d;
}
#access a {
    float: none!important;
    padding: 0!important;
    height: 50px!important;
    color: #FFF!important;
    font-size: 12px!important;
}

#access a:hover {
    color:#FEE066!important;
}
#access li img{
    vertical-align: middle;
    margin-left: 15px;
}
#access li img:hover{
    opacity: 0.5;
}
#fontSizer{
    float: right;
}
.f_2{
    margin: 0 0.8em 0;
}
/*
#font-s {
    font-size: 75%;
    color: #2A508B;

}
#font-m {
    /* font-size: 100%;
    font-size: 75%;

}
#font-l {
    /* font-size: 150%;
    font-size: 75%;
}
*/
.wrapper {
    /* max-width: 1500px !important;
    margin: -29px 0 0 0 !important;*/
}
#fontSizer li:first-child{
    margin-left: 0;
    border: 0;
    width: auto;
    height: auto;
    line-height: 25px;
    margin-right: 10px;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}
#fontSizer li{
    border: 1px solid #022481;
    border-radius: 3px;
    color: #FFF;
    text-align: center;
    float: left;
    margin-left: 1px;
    width: 20px;
    height: 20px;
}
#fontSizer li#font-s,
#fontSizer li#font-m,
#fontSizer li#font-l{
    background: #FFF;
    color: #2A508B;
    font-size: 75%;
    font-weight: bold;
}
/* ヘッダー共通（ここから） */
#branding{
    margin-top: 0;
    margin: 0 auto;
    background: #20397c;
    margin-bottom: 0!important;
    max-width: 100%!important;
}
#top_header, #bottom_header{
    width: 978px;
    margin: 0 auto;
}
#top_header{
    height: 30px;
    padding-top: 5px;
}
#top_header_background{
    background: #284490;
    background: -ms-linear-gradient(top, #284490 0%, #0f286c 88%);
    background: linear-gradient(to bottom, #284490 0%, #0f286c 88%);
    width: 100%;
}
#top_header_background a,
#access a{
    text-decoration: none;
}
#bottom_header{
    /*height: 55px;*/
    font-family: 'Hiragino Kaku Gothic', 'MSゴシック', sans-serif;
}
.hgroup-wrap{
    padding-bottom: 0!important;
    padding-top: 0!important;
}
#site-logo {
    margin-top: 0!important;
}
#site-title img {
    margin-top: 9px;
}
#branding .container{
    display: table;
    margin: 0;
    float: left;
}
.bogo-language-switcher .en-US,
.bogo-language-switcher .zh-CN,
.bogo-language-switcher .ja{
    border: 1px solid #022481;
    border-radius: 3px;
    width: 100px;
    color: #022481;
    text-align: center;
    float: left;
    margin-left: 8px;
    background-color: #fff;
}
#lang-box a{
    color: #36659d;
    text-decoration: none;
}
#lang-box a.current{
    background: #526aaa;
    color: #FFF;
}

#menu-item-1506{
    background-color: #ffe25b;
    width: 150px !important;
    border-radius: 3px;
    font-weight: bold;
    float: right;
    margin-top: 2px;
    background-image: url("/corporate/wp-content/uploads/sites/2/2016/06/search_store.jpg");
    background-repeat: no-repeat;
    background-position: 4px;
        display: block;
}
#menu-item-1506 a{
    color: #17479e !important;
}
#menu-item-1506 a:hover{
    color: #17479e !important;
}
#menu-item-1506:hover{
    color: #17479e !important;
    opacity: 0.8;
}
#fontSizer{
    display: none;
}
.shopsearch_btn {
    background-color: #ffe25b;
    width: 150px;
    border-radius: 3px;
    color: #17479e;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    background-image: url("/corporate/wp-content/uploads/sites/2/2016/06/search_store.jpg");
    background-repeat: no-repeat;
    background-position: 4px;
}
.shopsearch_btn div {
    width: 106px;
    margin-left: auto;
    padding: 5px;
    border-left: 1px solid #d0b744;
}

/* ヘッダー共通（ここまで） */

/* header画像 */
#header_image{
    text-align: center;
    background: #E4EBFD;
}


/* フッター共通（ここから） */
footer .one-third{
    /* margin: 0 0 0 4%!important; */
}
.sales_promotion_footer_widget_bg{
    padding: 0 10px;
}
footer .one-third:first-child {
    background-color:#ededed;
    border-radius: 10px;
    margin: 0!important;
    /* padding:1em; */
}
footer .one-third:nth-child(2) {
    width: 345px!important;
    margin-left: 0;
    float: right;
}
footer .container{
    color: #4f4f4f !important;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}
#colophon .widget-area {
    margin-left: 0px!important;
    padding: 40px 0 30px;
}
footer h3.widget-title{
    font-size: 125% !important;
    /* display:none !important; */
    padding:1em 0 0.5em 2em!important;
    /* margin:0.5em 0 0 !important; */
    border-bottom:solid 2px #536698 !important;
    text-align: left;
    color: #4f4f4f!important;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
}

footer .one-third h3 {
    position: relative !important;
    /* line-height: 32px; */
}

footer .one-third h3 a:before {
    position: absolute;
    top: 17px;
    left: 13px;
    height: 17px;
    width: 17px;
    background: #19479d;
    opacity: 0.6;
    content: "";
}

footer .one-third h3 a:after{
    position: absolute;
    top: 21px;
    left: 9px;
    height: 17px;
    width: 17px;
    background: #19479d;
    content: "";
}
.sales_promotion_footer_widget {
    margin: 0.5em 0 0;
    float: left;
    padding: 10px 0px 10px 1em;
}
.sales_promotion_footer_widget a{
    text-decoration: none;
}
.sales_promotion_footer_widget ul {
    padding: 0 0.5em;
}
.sales_promotion_footer_widget li {
    list-style-image: url('/wp-content/uploads/2016/06/sales_promotion_footer_widget_list_type_image.png');
    padding: 0.3em;
}
.sales_promotion_footer_widget_bg .pa{
    list-style-image: none;
    margin-left: -1.5em!important;
    font-weight: bold;
    font-size: 14px;
}
.pa a{
    color: #1b3576!important;
}
.dis_style{
    visibility:hidden;
}
#site-generator{
    border-top: 3px solid #19479d !important;
}
#site-generator .copyright{
    text-align: center;
    width: auto;
}
#site-generator .copyright a{
    color: #17479e;
}
#site-generator .copyright img {
    margin: 0 0 2em;
}
#colophon {
    border-top: 3px solid #c2d6f8;
}
.widget-wrap {
    background-color: #fff !important;
}
#back-to-top_box{
    width: 978px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-right: 30px;
}
.back-to-top{
    font-weight: bold;
    font-size: 14px;
    position: relative!important;
    bottom: 0!important;
    right: 0!important;
}
.back-to-top a {
    width: 50px!important;
    height: 35px!important;
    text-indent: -20000px;
    display: block;
    background-image: url("/wp-content/uploads/2016/07/hnsk_backtotop.png")!important;
    background-repeat: no-repeat;
    margin-left: auto;
}
/* フッター共通（ここまで） */

/* 投稿のフッター非表示 */
.entry-meta-bar{
    display: none!important;
}
.previous{
    display:none;
}
.next{
    display:none;
}
#content ul.default-wp-page {
    margin: 0;
    list-style: none;
    /* margin-bottom: 40px; */
    border-top:none!important;
    border-bottom:none!important;
    padding: 7px 0 0;
}

@media only screen and (max-width: 1078px){
    .wrapper{
        width: 100%;
    }
    #top_header, #bottom_header{
        max-width: 90%!important;
    }
    .container {
    /* max-width: 90%!important;*/
        width: auto;
    }
    #branding .container {
        max-width: 90%!important;
    }
    #bottom_header .container{
        width: auto;
    }

    #access li {
        padding: 0!important;
        text-align: center!important;
        width: 105px!important;
        border-left: 1px solid #334f8d!important;
        line-height: 50px!important;
    }
    li#menu-item-119{
        line-height: 15px!important;
        padding-top: 10px!important;
        height: 45px;
        padding: 10px 17px 0 17px!important;
        width: 70px!important;
    }
    li#menu-item-1506{
        line-height: 15px!important;
        padding-top: 10px!important;
        height: 40px;
        width: 80px!important;
        padding-left: 13px!important;
    }

    #back-to-top_box {
        width: 95%;
    }
    .sales_promotion_footer_widget {
        margin: 0;
        float: left;
        padding: 10px 0 10px 1.5em;
        width: 22%;
    }
    footer .one-third {
        clear: both;
        margin: 0 auto!important;
    }
    #colophon .one-third{
        float: left!important;
    }
    #colophon .one-third:nth-child(2){
        width: 100%;
    }
    footer .one-third:nth-child(2) {
        width: 100%!important;
        margin-left: 0;
        float: right;
    }
    footer .container {
        width: 90%;
    }
    #access .container {
        max-width: 100%!important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sales_promotion_footer_widget {
        margin: 0;
        float: left;
        padding: 10px 0 10px 1em;
        width: 22%;
    }
    #lang-box {
        float: right;
    }
    .bogo-language-switcher li {
        width: 85px!important;
        margin-left: 8px!important;
    }
    #bottom_header > a {
        position: absolute;
        right: 8em;
    }
}
@media only screen and (max-width: 767px) {
    .sales_promotion_footer_widget {
        margin: 0;
        float: left;
        padding: 10px 0 10px 1.5em;
        width: 43%;
    }
    .sales_promotion_footer_widget ul {
        padding: 0;
    }
    .sales_promotion_footer_widget li {
        font-size: 12px;
    }
    #back-to-top_box {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 15px;
        padding-right: 0px;
    }
    #pg-w57806d42e232e-0 .panel-grid-cell,
    #pg-w5786362d8b16f-0 .panel-grid-cell,
    #pl-w5774e9c61d23c .panel-grid-cell{
        width: 80%;
        margin: 0 auto!important;
    }
    #access .container {
        width: auto!important;
    }
    #bottom_header {
        /*height: 155px;*/
        text-align: center;
    }
    #lang-box{
        float: none;
    }
    #access select{
        background-color: #FFF!important;
        width: 250px!important;
        height: 35px!important;
        border-radius: 3px!important;
    }

    .bogo-language-switcher .en-US,
    .bogo-language-switcher .zh-CN,
    .bogo-language-switcher .ja{
        padding: 0px;
    }
    /*.moulding{
        width:80%;
        display:block;
        margin:0 auto;
    }*/
    /*.moulding{
        width:30%;
        display:block;
        float:left;
    }*/
    .moulding p{
        width:100%;
        padding:0;
    }
    .moulding p img{
        width:20px;
        height:auto;
    }

    #top_header_background {
        font-size: 11px;
    }
    #top_header, #bottom_header, #main, .container {
        max-width: 90%!important;
    }
    .bogo-language-switcher li {
        width: 40px;
    }
    .shopsearch_btn {
        /* position: absolute; */
        top: 80px;
        right: 5%;
        background-color: #ffe25b;
        width: 100px;
        border-radius: 3px;
        color: #17479e;
        font-weight: bold;
        float: right;
        margin-top: 10px;
        background-image: url("/corporate/wp-content/uploads/sites/2/2016/06/search_store.jpg");
        background-repeat: no-repeat;
        background-position: 1px;
        background-size: 18px;
        font-size: 10px;
    }
    .shopsearch_btn div {
        width: 70px;
        margin-left: auto;
        padding: 5px;
        border-left: 1px solid #d0b744;
    }
    .menu_wrap {
        right: 0;
        margin: 20px 0 0 auto;
        width: 40px;
        height: 40px;
    }
    .bogo-language-switcher .en-US, .bogo-language-switcher .zh-CN, .bogo-language-switcher .ja {
        width: 40px;
    }
    .shopsearch_btn div {
        width: 70px;
        margin-left: auto;
        padding: 5px;
        border-left: 1px solid #d0b744;
    }
    #bottom_header > a {
        position: absolute;
        right: 8em;
    }
    .shopsearch_btn{
        display: none;
    }

}
@media screen and (max-width: 380px){
    #bottom_header > a {
        position: absolute;
        right: 4.5em;
    }
    .shopsearch_btn div {
        width: 75px;
        font-size: 0.8em;
        padding-left: 10px;
    }
    #bottom_header, #main {
        max-width: 98% !important;
    }
    #bottom_header > a {
        position: absolute;
        right: 5em;
    }
    .shopsearch_btn {
        width: 90px;
    }
    #bottom_header > a {
        position: absolute;
        right: 4.5em;
    }
}
@media only screen and (max-width: 319px) {
.wrapper{
        width: 100%;
    }
}
/*　-------------新店舗情報ページ-------------*/
.newshopinfowidget {
}
.newshopinfowidget .midashi {
    width: %;
    padding: 5px 0px 5px 0px;
    margin-bottom: 20px;
    border: 1px solid gray;
}
.newshopinfowidget h2 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0px 0px 0px 8px;
    padding: 5px;
    border-left: 15px solid #17479e;
}
.newshopinfowidget h2:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0;
    width: 100%;
    border-bottom: 1px dashed #555;
}
.newshopinfowidget .openhour{
  padding-bottom: 25px;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
}
.newshopinfowidget .tenpo-deteail{
  margin-top: 10px;
  margin-bottom: 10px;
}
.newshopinfowidget dl.naiyou dt{
  float: left;
  clear: left;
  font-size: 120%;
  font-family: inherit;
  padding-top:10px;
}
.newshopinfowidget dl.naiyou dd{
  padding-left: 30%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #000;
}
.newshopinfowidget dl.naiyou dd:nth-of-type(1){
  border-top: dotted 1px #000;
  padding-top: 10px;
}
.newshopinfowidget dl.naiyou dt:nth-of-type(1){
  padding-top: 20px;
}

.newshopinfowidget .textwidget h2{
font-family: "Hiragino Kaku Gothic", MSゴシック, sans-serif;
padding-top: 15px;
color:#000;
}
.newshopinfowidget .textwidget h2 a{
color:#20397c;
}
.newshopinfowidget .tenpo-deteail{
 color:#fff;
 text-align:center;
 line-height:40px;
 width: 200px;
 height: 40px;
 margin: 30px auto 20px;
 background-color:#20397c;
font-size:1.1em;
}
 .newshopinfowidget .shop_address{
  float:left;
  width:50%;
  padding-left:10px;
}
.newshopinfowidget .shop_tel{
 float:right;
 width:40%;
}


@media only screen and (max-width:420px){
.newshopinfowidget .shop-window h2{
   font-size: 16px;
 }
.newshopinfowidget .shop_address,.newshopinfowidget .shop_tel{
   float: none;
   width:100%;
 }

}

/*-- 法人様営業窓口追加分 20191204 -- */

.l_b2b > h3{
	border-bottom:solid 1px #20397c;
	text-align:left;
}
.l_b2b > h3 > span {
    background-color: #20397c;
    display: inline-block;
    padding: 8px 11px 6px 12px;
    color: #fff;
    font-size: 17px;
    line-height: 1;
}
.l_b2b > h3 > p {
    text-align: left;
    line-height: inherit;
    padding: 27px 10px 6px;
    color: #20397c;
    letter-spacing: 1px;
    font-size: 32px;
}
.l_b2b > p {
    text-align: left;
    line-height: 1.7;
    margin-top: 25px;
}
.l_b2b > div {
	margin:50px auto 0;
	background:#e4ebfd url(../images/b2b/img07.jpg) no-repeat bottom 25px center;
	padding-bottom:165px;
}
.l_b2b > div > ul {
	overflow:hidden;
}
.l_b2b > div > ul > li{
	width:262px;
	height:262px;
	margin:25px 25px 0;
	float:left;
	border-radius:50%;
	background-repeat:no-repeat!important;
	background-position: top center!important;
	padding-top:125px;
	box-sizing:border-box;
	list-style-type:none;
	overflow:hidden;
}
.l_b2b > div > ul > li:nth-of-type(1){background:url(../images/b2b/img01.jpg)}
.l_b2b > div > ul > li:nth-of-type(2){background:url(../images/b2b/img02.jpg)}
.l_b2b > div > ul > li:nth-of-type(3){background:url(../images/b2b/img03.jpg)}
.l_b2b > div > ul > li:nth-of-type(4){background:url(../images/b2b/img04.jpg)}
.l_b2b > div > ul > li:nth-of-type(5){background:url(../images/b2b/img05.jpg)}
.l_b2b > div > ul > li:nth-of-type(6){background:url(../images/b2b/img06.jpg)}

.l_b2b > div > ul > li > div{
	background-color:#20397c;
	text-align:center;
	min-height:140px;
}
.l_b2b > div > ul > li > div > h4{
	color:#fff;
	font-size:20px;
	padding-top:15px;
}
.l_b2b > div > ul > li > div > p{
	color:#fff;
	font-size:13px;
	line-height:1.4;
	width:66%;
	margin:0 auto;
	padding-top:3px;
}
@media screen and (max-width: 767px) {
	.l_b2b > h3 > span{
		font-size:14px;
	}
	.l_b2b > p{
		margin:25px 10px 0;
		line-height:1.5;
	}
	.l_b2b > h3 > p{
		font-size:22px;
		letter-spacing:inherit;
		padding:15px 10px 0;
	}
	.l_b2b > div{
		margin-top:25px;
		background-size:300px;
		padding-bottom:130px;
	}
	.l_b2b > div > ul{
		margin:0!important;
		padding:0!important;
	}
	.l_b2b > div > ul > li{
		float:none;
		margin:25px auto 0;
	}
}



