@charset "utf-8";
/*
Theme Name: sake-store.com THEME
Author: M-PIC
Description:
Version: 1.0
*/

/* reset.css */
    /* 
    html5doctor.com Reset Stylesheet
    v1.6.1
    Last Updated: 2010-09-17
    Author: Richard Clark - http://richclarkdesign.com 
    Twitter: @rich_clark
    */

    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
    }
    html {
        font-size: 62.5%;
    }
    body {
        line-height:1;
    }

    article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section { 
        display:block;
    }

    nav ul {
        list-style:none;
    }

    blockquote, q {
        quotes:none;
    }

    blockquote:before, blockquote:after,
    q:before, q:after {
        content:'';
        content:none;
    }

    a {
        margin:0;
        padding:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
        color:#000;
    }
    a:hover {
        text-decoration:underline;
    }
    /* change colours to suit your needs */
    ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
    }

    /* change colours to suit your needs */
    mark {
        background-color:#ff9;
        color:#000; 
        font-style:italic;
        font-weight:bold;
    }

    del {
        text-decoration: line-through;
    }

    abbr[title], dfn[title] {
        border-bottom:1px dotted;
        cursor:help;
    }

    table {
        border-collapse:collapse;
        border-spacing:0;
    }

    /* change border colour to suit your needs */
    hr {
        display:block;
        height:1px;
        border:0;   
        border-top:1px solid #cccccc;
        margin:1em 0;
        padding:0;
    }

    input, select {
        vertical-align:middle;
    }

/* common.css */
    /* 共通設定 */
    a {   
        border:none;
        text-decoration:none;
    }
    img {
        border:none;
    }
    body {
        font-family:"ヒラギノ明朝 ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
        font-size:14px;
        line-height:130%; 
        margin:0 auto; 
        width:100%;
        text-align:center;
        background:url(images/common/background.jpg) repeat top left;
    }
    /*
    h1, p {
        font-family:
           "ヒラギノ明朝 ProN W6",
           "HiraMinProN-W6",
           "HG明朝E",
           "ＭＳ Ｐ明朝",
           "MS PMincho",
           "MS 明朝",
           serif;
    }
    */
    /* clearfix */
    .clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .clearfix {
        display: inline-table;
        min-height: 1%;
    }

    /* 表示領域 */
    #container {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
    }

    /* ヘッダー */
    #header_block {
        width:950px;
        height:auto;
        margin:0 auto;
        margin-bottom:10px;
        padding:0;
        text-align:left;
        display:table;
    }
    #header_block .header_left {
        width:17%;
        height:auto;
        margin:0;
        padding:10px 0 0 0;
        display:table-cell;
    }
    #header_block .header_right {
        width:83%;
        height:auto;
        display:table-cell;
        vertical-align:top;
        text-align:right;
    }
    #header_block .header_right .header_r_top {
        width:100%;
        height:auto;
    }
    #header_block .header_right .header_r_top .header_btnbox {
        width:100%;
        height:auto;
        text-align:right;
    }
    #header_block .header_right .header_r_top .header_btnbox a:hover{
        opacity:0.8;
        filter:alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        }
    #header_block .header_right .header_r_top .header_info {
        width:100%;
        height:auto;
        margin:10px 0 0 0;
        padding:0;
        text-align:right;
    }
    #header_block .header_right .header_r_top .header_info .header_description {
        color:#fff;
        font-size:1.4rem;
    }
    #header_block .header_right .header_r_top .header_info .header_tel {
        color:#fff;
        font-size:2.2rem;
        line-height:1.5;
    }
    .font_size25 {
        font-size:3rem;
    }
    #header_block .header_right .header_r_bottom {
        width:100%;
        height:auto;
    }
    
    /* グローバルナビ */
    #globalnavi {
        width:100%;
        height:auto;
        margin:40px 0 0 35px;
        padding:0;
        padding:0;
    }
    #globalnavi .ulglnavi {
        width:100%;
        height:auto;
        margin:0;
        padding:0;
    }
    #globalnavi .ulglnavi .liglnavi {
        margin:0;
        padding:0;
        float:left;
    }
    .menu1 {
        display:block;
        width:110px;
        height:37px;
    }
    .menu2, .menu3, .menu4, .menu5, .menu6, .menu7 {
        display:block;
        width:106px;
        height:37px;
    }
    /*
    #globalnavi .ulglnavi .liglnavi a {
        margin:0;
        padding:0;
        display:block;
        text-align:center;
        color:#fff;
    }
    .menu1 {
        background:url(images/navi/gl_navi01_off.png) no-repeat top left;
    }
    .menu2 {
        background:url(images/navi/gl_navi02_off.png) no-repeat top left;
    }
    .menu3 {
        background:url(images/navi/gl_navi03_off.png) no-repeat top left;
    }
    .menu4 {
        background:url(images/navi/gl_navi04_off.png) no-repeat top left;
    }
    .menu5 {
        background:url(images/navi/gl_navi05_off.png) no-repeat top left;
    }
    .menu6 {
        background:url(images/navi/gl_navi06_off.png) no-repeat top left;
    }
    .menu7 {
        background:url(images/navi/gl_navi07_off.png) no-repeat top left;
    }
    .menu1:hover {
        background:url(images/navi/gl_navi01_on.png) no-repeat top left;
        text-decoration:none;
    }
    .menu2:hover {
        background:url(images/navi/gl_navi02_on.png) no-repeat top left;
        text-decoration:none;
    }
    .menu3:hover {
        background:url(images/navi/gl_navi03_on.png) no-repeat top left;
        text-decoration:none;
    }
    .menu4:hover {
        background:url(images/navi/gl_navi04_on.png) no-repeat top left;
        text-decoration:none;
    }
    .menu5:hover {
        background:url(images/navi/gl_navi05_on.png) no-repeat top left;
        text-decoration:none;
    }
    .menu6:hover {
        background:url(images/navi/gl_navi06_on.png) no-repeat top left;
        text-decoration:none;
    }
    .menu7:hover {
        background:url(images/navi/gl_navi07_on.png) no-repeat top left;
        text-decoration:none;
    }
    */
    /* メインブロック */
    #body_block {
        margin:0 auto;
        padding:0;
        width:950px;
        height:auto;
        text-align:left;
    }
    #main_box {
        margin:0 auto;
        padding:10px;
        width:100%;
        height:auto;
        text-align:left;
        background:url(images/common/main_bg.jpg) repeat-y top left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    #main_leftbox {
        margin:0 10px 0 0;
        padding:0;
        width:240px;
        height:auto;
        text-align:left;
        float:left;
    }
    #main_rightbox {
        margin:0;
        padding:0;
        width:680px;
        height:auto;
        text-align:left;
        float:right;
    }

    /* 左サイドメニュー */
    #left_menu_block {
        width:240px;
        height:auto;
        margin:5px 0 0 0;
        padding:0;
    }
    #left_menu_block .left_menu_h {
        width:236px;
        height:55px;
        margin:0 auto;
        padding:0;
        font-size:1px;
        /*
        background:url(images/common/side_h.png) no-repeat top left;
        background-size:contain;
        */
    }
    #left_menu_block .left_menu_d {
        width:236px;
        height:auto;
        margin:0 auto;
        background:url(images/common/side_d.png) repeat-y top left;
        background-size:contain;
    }
    #left_menu_block .left_menu_f {
        width:236px;
        height:15px;
        margin:0 auto;
        background:url(images/common/side_f.png) no-repeat top left;
        background-size:contain;
    }
    .category {
        width:86%;
        height:auto;
        margin:0 auto;
        padding-top:10px;
        list-style:none;
    }
    .category .category_name {
        width:100%;
        height:auto;
        margin:0;
        padding:0;
        text-indent:10px;
        text-align:left;
        font-size:1.4rem;
        line-height:1.8;
        color:#fff;
        background:#725538;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .category .category_name .type {
        width:100%;
        height:auto;
        margin:0;
        padding:0;
        list-style:none;
        background:#fff;
    }
    .category .category_name .type .type_name {
        width:168px;
        height:auto;
        margin-left:30px;
        padding-top:3px;
        padding-left:10px;
        text-align:left;
        font-size:1.1rem;
        text-indent:0;
        line-height:2.3;
        background:#fff;
        border-bottom:1px dotted #3f2b00;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .category .category_name .type li:last-child {
        border-bottom:none;
        padding-bottom:5px;
    }
    .category .category_name .type .type_name a {
        color:#3f2b00;
    }
    
    /* ページトップ */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 0;
        font-size: 77%;
        z-index:100;
    }
    #page-top a {
        text-decoration: none;
        width: 124px;
        padding:0;
        display: block;
        border-radius: 5px;
        border:none;
    }
    #page-top a:hover img {
        text-decoration: none;
        opacity:0.8;
        filter:alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
    }
    #page-top img {
        border: none;
    }

    /* フッターブロック */
    #footer_block {
        margin:20px auto;
        padding:0;
        width:950px;
        height:auto;
        text-align:left;
    }
    #footer_block #footer_menu {
        margin:0 auto;
        padding:20px 0;
        width:90%;
        height:auto;
        text-align:left;
        color:#fff;
    }
    #footer_block #footer_menu .footer_menubox {
        margin:0;
        padding:0;
        width:100%;
        height:auto;
    }
    #footer_block #footer_menu .footer_menubox .footer_menu_l {
        margin:0;
        padding:0;
        width:50%;
        height:auto;
        float:left;
    }
    #footer_block #footer_menu .footer_menubox .footer_menu_r {
        margin:0;
        padding:0;
        width:50%;
        height:auto;
        float:right;
    }
    .f_menu_title {
        width:80px;
        height:auto;
        margin:0 0 10px 0;
        padding:2px;
        background:rgba(255,255,255,0.9);
        color:#5f3d00;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        text-align:center;
    }
    .f_menu_title.width100 {
        width:100px;
    }
    .f_menu_innerbox {
        width:100%;
        height:auto;
        text-align:left;
        display:table;
    }
    .f_menu_innerbox .f_inner_l,
    .f_menu_innerbox .f_inner_m,
    .f_menu_innerbox .f_inner_r {
        width:33%;
        height:auto;
        display:table-cell;
        vertical-align:top;
    }
    .f_menu_innerbox .f_inner_l.width27 {
        width:27%;
    }
    .f_menu_innerbox .f_inner_m.width40 {
        width:40%;
    }
    .f_menu {
        margin:0;
        padding:5px 0;
    }
    .f_menu:before {
        content: url(images/common/footer_menu_arrow.png);
        padding-right:1rem;
    }
    .f_menu a {
        color:#fff;
    }
    #footer_block #footer_info {
        margin:0;
        padding:0;
        width:100%;
        height:auto;
        text-align:left;
        color:#fff;
    }
    .f_info_innerbox {
        width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
        text-align:left;
        display:table;
    }
    .f_info_innerbox .f_info_l {
        width:10%;
        height:auto;
        text-align:left;
        vertical-align:middle;
        display:table-cell;
    }
    .f_info_innerbox .f_info_l img {
        width:auto;
        height:auto;
    }
    .f_info_innerbox .f_info_m {
        width:68%;
        height:auto;
        text-align:left;
        vertical-align:middle;
        font-size:1.4rem;
        line-height:1.5;
        display:table-cell;
    }
    .f_company_name {
        border-bottom:1px solid #fff;
        font-size:2rem;
        line-height:1.8;
    }
    .f_info_innerbox .f_info_r {
        width:22%;
        height:auto;
        text-align:right;
        vertical-align:bottom;
        display:table-cell;
    }
    .f_info_innerbox .f_info_r a img {
        text-align:right;
    }
    .f_info_innerbox .f_info_r a:hover img {
        opacity:0.8;
        filter:alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        background:none!important;
    }
    #copyright {
        margin:0 auto;
        padding:0;
        width:100%;
        height:auto;
        font-size:1.1rem;
        line-height:2.5;
        text-align:center;
        color:#fff;
        background:#170000;
    }
    
/* TOP.css */
    /* welcome スライダー */
    #welcomebox {
        margin:0 auto;
        padding:0;
        width:950px;
        height:auto;
        text-align:center;
    }
    .list_carousel {
        margin: 0 auto;
        width: 100%;
        height:auto;
        z-index:1;
    }
    .list_carousel .top_slider_box {
        width:100%;
        height:auto;
        margin:0 auto;
        padding:0;
        position:relative;
        z-index:1;
    }
    .list_carousel .top_slider_box #top_slider {
        width:950px;
        height:auto;
        margin: 0 auto;
        padding: 0;
        text-align:center;
        list-style: none;
        overflow:hidden;
        z-index:1;
    }
    .list_carousel .top_slider_box #top_slider li {
        width: 950px;
        height:auto;
        margin: 0 auto;
        display: block;
        float: left;
        text-align:center;
        z-index:2;
    }
    .list_carousel .top_slider_box #top_slider li img {
        width: 950px;
        height:320px;
        margin:0 auto;
        padding:0;
        text-align:center;
        z-index:2;
    }
    .list_carousel .top_slider_box .top_slider_innerbox .slider_img_bg {
        width: 950px;
        height:22px;
        margin:0 auto;
        padding:0;
        text-align:center;
        position:absolute;
        bottom:0;
    }
    .prev {
        position:absolute;
        top:40%;
        left:-34px;
        z-index:10;
    }
    .next {
        position:absolute;
        top:40%;
        right:-34px;
        z-index:10;
    }
    #pagenation {
        width:950px;
        margin:0 auto;
        text-align:right;
        position:absolute;
        bottom:30px;
        right:20px;
        z-index:2;
    }
    #pagenation a {
        background:#5f3d00;
        border:1px solid #5f3d00;
        text-align:center;
        width: 10px;
        height: 10px;
        margin-left:10px;
        padding:0;
        display: inline-block;
        border-radius:50%;
    }
    #pagenation a.selected {
        background:#fff;
        border:1px solid #5f3d00;
        text-decoration:none;
    }
    #pagenation a:hover {
        text-decoration:none;
    }
        #pagenation a span {
                display: none;
        }

    
    /* 店長おすすめ商品 */
    .top_conte_title {
        margin-top:20px;
    }
    #featured_box {
        width:915px;
        height:auto;
        margin:0 auto;
        margin-bottom:20px;
        padding:18px 17px 18px 18px;
        background:url(images/common/main_bg.jpg) repeat-y top left;
    }
    #featured_box .f_item_box {
        float:left;
        margin-bottom:-13px;    }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #featured_box .f_item_box {
            margin-bottom:0;
        }
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
	#featured_box .f_item_box {
	    margin-right:18px;
        }
    }

    #featured_box .f_item_box .f_item {
        width:273px;
        height:120px;
        padding:10px;
        background:url(images/top/item_bg.jpg) no-repeat top left;
        display:table;
        position:relative;
    }
    #featured_box .f_item_box .f_item.margin_right10 {
        margin-right:18px;
    }        
    #featured_box .f_item_box .f_item_img {
        width:35%;
        height:auto;
        margin:0;
        padding:0;
        display:table-cell;
    }
    #featured_box .f_item_box .f_item .f_item_info {
        width:62%;
        height:auto;
        margin:0;
        padding:0 0 0 3%;
        display:table-cell;
        color:#fff;
        text-align:left;
        vertical-align:top; 
        }
    #featured_box .f_item_box .f_item .f_item_info .f_item_desc {
        margin-top:5px;
        font-size:1.1rem;
    }
    #featured_box .f_item_box .f_item .f_item_info .f_item_price {
        font-weight:bold;
        position:absolute;
        bottom:10px;
        right:0;
    }
    
    /* メインコンテンツ */
    .top_bn_area {
        width:100%;
        height:auto;
        margin:10px 0 0 0;
        padding:0;
    }
    .top_bn_area .top_bn_l {
        width:73%;
        height:auto;
        margin:0;
        padding:0;
        float:left;
    }
    .top_bn_area .top_bn_l h1 {
        padding:0 0 3px 0;
    }
    .top_bn_area .top_bn_r {
        width:27%;
        height:auto;
        margin:0;
        padding:0;
        float:right;
        text-align:center;
    }
    .top_bn_area a img{
        width:auto;
        height:auto;
    }
    .top_bn_area a:hover img{
        opacity:0.8;
        filter:alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        background:none!important;
    }

    
/* underlayer.css */

    /* 店舗紹介 */
    .company {

    }
    /* お酒紹介ページ　両関 */
    .sake_info {
        width:93%;
        height:auto;
        margin:20px auto;
        text-align:left;
    }
    .sake_info .description {
        padding-left:10px;
        font-size:1.6rem;
        line-height:1.5;
        color:#3F2B00;
    }
    .sake_pstyle1 {
        padding-left:10px;
        color:#3F2B00;
    }
    .sake_contebox {
        width:100%;
        height:auto;
        margin:10px 0 20px 10px;
        padding:0;
    }
    .sake_contebox .sake_contebox_h {
        width:640px;
        height:10px;
        margin:0;
        padding:0;
        background:url(images/sake/sake_h.jpg) no-repeat top left;
    }
    .sake_contebox .sake_contebox_d {
        width:640px;
        margin:0;
        padding:0;
        background:url(images/sake/sake_d.jpg) repeat-y top left;
        color:#3F2B00;
    }
    .sake_contebox .sake_contebox_f {
        width:640px;
        height:10px;
        margin:0;
        padding:0;
        background:url(images/sake/sake_f.jpg) no-repeat top left;
    }
    .sake_contebox_d div {
        padding:5px 0;
        font-size:1.3rem;
    }
    .sake_name {
        font-size:1.6rem;
        width:38%;
        float:left;
    }
    .sake_name_k {
        font-size:1.6rem;
        width:25%;
        padding-left:5px;
        float:left;
    }
    .sake_productbox {
        width:100%;
        height:auto;
        margin:0 0 20px 0;
        color:#000;
        display:table;
        position:relative;
    }
    .sake_product_innner {
        width:310px;
        margin:0 auto;
        text-align:center;
    }
    .sake_productbox .sake_productbox_l {
        width:50%;
        height:auto;
        padding:10px;
        text-align:center;
        display:table-cell;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .sake_productbox .sake_productbox_r {
        width:50%;
        height:auto;
        padding:10px;
        display:table-cell;
        text-align:center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .product_main_image {
        width:100%;
        height:auto;
        text-align:center;
    }
    .product_name {
        width:300px;
        height:auto;
        margin:10px auto;
        text-align:left;
        font-size:2rem;
    }
    .product_name_s {
        width:300px;
        height:40px;
        margin:10px auto;
        text-align:left;
        font-size:2rem;
    }
    .product_description {
        width:300px;
        height:auto;
        margin:10px auto;
        text-align:left;
        font-size:1.2rem;
    }
    .product_detail {
        width:100%;
        height:auto;
    }
    .product_detail .detail_l {
        width:45%;
        height:auto;
        float:left;
        text-align:center;
    }
    .product_detail .detail_r {
        width:55%;
        height:auto;
        float:right;
        text-align:left;
    }
    .detail_r_dlstyle1 {
        width:100%;
        height:auto;
        font-size:1.2rem;
        line-height:1.5;
    }
    .detail_r_dlstyle1 .dtstyle1 {
        width:35%;
        height:auto;
        float:left;
    }
    .detail_r_dlstyle1 .ddstyle1 {
        width:65%;
        height:auto;
        margin-left:35%;
    }
    .detail_r_dlstyle2 {
        width:100%;
        height:auto;
        margin:20px 0 0 0;
        font-size:1.6rem;
        line-height:1.5;
        vertical-align:bottom;
        }
    .detail_r_dlstyle2 .dtstyle1 {
        width:30%;
        height:auto;
        float:left;
        font-size:1.5rem;
    }
    .detail_r_dlstyle2 .ddstyle1 {
        width:68%;
        height:auto;
        margin-left:32%;
        text-align:right;
        font-size:1.6rem;
    }
    .detail_r_dlstyle2 .ddstyle1 span {
        font-size:1.2rem;
    }
    .sake_info_btn {
        margin:0 0 0 25%;
        position:absolute;
        bottom:0;
    }
    .sake_info_btn a:hover img {
        opacity:0.8;
        filter:alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
    }

        /* 会社案内 */
        .company_box {
                width:95%;
                height:auto;
                margin:20px auto;
                padding:0;
        }
        .company_box table {
                margin:0;
                padding:0;
                width:100%;
                line-height:1.5;
        }
        .company_box table .company_thstyle {
                width:20%;
                height:auto;
                padding:10px;
                text-align:left;
                vertical-align:top;
                background:#3f2b00;
                border-bottom:1px solid #fff;
                color:#fff;
                font-weight:400;
        }
        .company_box table .company_tdstyle {
                width:80%;
                height:auto;
                padding:10px;
                text-align:left;
                vertical-align:top;
                background:#FFF;
                border-left:1px solid #3f2b00;
                border-right:1px solid #3f2b00;
                border-bottom:1px solid #3f2b00;
                color:#3f2b00;
        }
	.company_box table .company_tdstyle a {
		color:#3f2b00;
	}
        .company_box table .company_tdstyle .access_map {
                width:100%;
                height:300px;
                margin-top:3px;
text-align:center;
        }
        .company_box table .company_thstyle.bottom  {
                border-bottom:1px solid #3f2b00;
        }
        .company_box table .company_thstyle.top,
        .company_box table .company_tdstyle.top  {
                border-top:1px solid #3f2b00;
        }
        .greeting_box {
                 margin:0 auto;
                 margin-top:40px;
                 padding:15px;
                 width:95%;
                 height:auto;
                 color:#3f2b00;
                 line-height:1.7;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                border-radius:8px;
                background:#cdbda4;
                box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
        }
        .greeting_box p {
                margin:0 auto;
                margin-top:10px;
                font-size:16px;
                width:auto;
                text-align:right;
        }
        /*
        .company_box .company_l {
                width:20%;
                height:auto;
                margin:0 auto;
                padding:0;
                text-align:left;
                float:left;
                clear:both;
                border-bottom:1px solid #999;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
        }
        .company_box .company_r {
                width:80%;
                height:auto;
                margin:0 auto;
                padding:0;
                float:right;
                text-align:left;
                text-indent:0;
                border-bottom:1px solid #999;
                border-left:1px solid #999;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
        }
        .box2 {
                border-bottom:1px solid #999;
        }
        */

/* お問い合わせフォーム */
        #content .wpcf7 {margin-top: 40px}

        #content input, textarea{
                background-color: #ffffff;
                border: solid 1px #cccccc;
                padding: 3px;
                font-size: 16px;
        }

        #content input  {width: 400px;}

        #content textarea {
                width: 500px;
                height: 150px;
        }

        #content input[type="submit"] {
                width: 200px;
                background-color: #ffaa00;
                border: solid 1px #cccccc;
                padding-top: 10px;
                padding-bottom: 10px;
        }
        .inquiry_box {
                width:90%;
                height:auto;
                margin:20px 0;
                padding:0;
        }
        .inquiry_pstyle1 {
                color:red;
                line-height:1.5;
        }
        .inquiry_pstyle2 {
                line-height:1.5;
                font-weight:bold;
                margin:20px 0 0 0;
        }
        .inquiry_box table {
                width:100%;
                height:auto;
                margin:20px auto;
                padding:0;
        }
        .inquiry_box table .inquiry_tdstyle {
                width:100%;
                height:auto;
                margin:0;
                padding:10px;
                color:#fff;
                background:#3f2b00;
        }
        .inquiry_box table .inquiry_tdstyle1 {
                width:25%;
                height:auto;
                margin:0;
                padding:10px 5px 10px 20px;
                color:#fff;
                background:#3f2b00;
                border-bottom:1px solid #fff;
        }
        .inquiry_box table .inquiry_tdstyle2 {
                width:75%;
                height:auto;
                margin:0;
                padding:10px 5px 10px 10px;
                color:#3f2b00;
                background:#fff;
                border-left:1px solid #3f2b00;
                border-right:1px solid #3f2b00;
                border-bottom:1px solid #3f2b00;
        }
        .inquiry_box table .inquiry_tdstyle3  {
                width:100%;
                height:auto;
                margin:0;
                padding:10px 5px;
                color:#3f2b00;
                text-align:center;
        }
        .inquiry_box table .inquiry_tdstyle1.top {
                border-top:1px solid #fff;
        }
        .inquiry_box table .inquiry_tdstyle2.top {
                border-top:1px solid #3f2b00;
        }
        .inquiry_box table .inquiry_tdstyle1.bottom {
                border-bottom:1px solid #3f2b00;
        }
        .fax_box {
                margin:0;
                padding:10px;
                width:87%;
        }
        .fax_box .fax_title {
                margin:0;
                font-size:2rem;
                font-weight:bold;
                color:#3f2b00;
        }
        .fax_box p {
                margin:5px 0;
                font-size:1.5rem;
                color:#3f2b00;
        }

        /* ショッピング */
        .cart_box {
                margin:20px 0 0 0;
                padding:0;
                width:100%;
                height:auto;
        }

/* 共通で使用するクラス */
.page_title {
    width:100%;
    height:auto;
    margin:0 auto;
    padding:10px 0 0 0;
    text-align:center;
}
.conte_title {
    margin:20px 0 10px 0;
    padding:0;
    border-left:5px solid #3f2b00;
    font-size:2rem;
    text-indent:1rem;
}
.conte_title {
    color:#3F2B00;
}
.font_gothic {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
.margin_top0 {
    margin-top:0;
}
.spacing_1 {
    letter-spacing:1em;
    margin-left:1em;
}
.spacing_2 {
    letter-spacing:2em;
    margin-left:2em;
}



        /* 特定商取引法表記 */
        .law_box {
                width:95%;
                height:auto;
                margin:20px auto;
                padding:0;
        }
        .law_box table {
                margin:0;
                padding:0;
                width:100%;
                line-height:1.5;
        }
        .law_box table .law_thstyle {
                width:23%;
                height:auto;
                padding:10px;
                text-align:left;
                vertical-align:top;
                background:#3f2b00;
                border-bottom:1px solid #fff;
                color:#fff;
                font-weight:400;
        }
        .law_box table .law_tdstyle {
                width:77%;
                height:auto;
                padding:10px;
                text-align:left;
                vertical-align:top;
                background:#FFF;
                border-left:1px solid #3f2b00;
                border-right:1px solid #3f2b00;
                border-bottom:1px solid #3f2b00;
                color:#3f2b00;
        }
        .law_box table .law_thstyle.bottom  {
                border-bottom:1px solid #3f2b00;
        }
        .law_box table .law_tdstyle.top  {
                border-top:1px solid #3f2b00;
        }


        /* お買い物方法 */
        .guide_box {
                width:95%;
                height:auto;
                margin:20px auto;
                padding:0;
        }
        .guide_box table {
                margin:0;
                padding:0;
                width:100%;
                line-height:1.5;
        }
        .guide_box table td{
                height:auto;
                padding:10px !important;
                background:#FFF;
                border-left:1px solid #3f2b00;
                border-right:1px solid #3f2b00;
                border-bottom:1px solid #3f2b00;
                border-top:1px solid #3f2b00;
                color:#3f2b00;
                font-weight:400;
        }
        .guide_box table .guide_thstyle {
                width:20%;
                height:auto;
                padding:10px;
                vertical-align:top;
                background:#3f2b00;
                border-right:1px solid #fff;
                color:#fff;
                font-weight:400;
        }
        .guide_box table .guide_tdstyle {
                width:auto;
                padding:1px;
                text-align:center;
                background:#3f2b00;
                border-right:1px solid #fff;
                color:#fff;
        }
        .guide_box table .guide_thstyle.right{
                border-right:1px solid #3f2b00;
        }
        .guide_box table .guide_tdstyle.right {
                border-right:1px solid #3f2b00;
        }
        .fontsmall{
                font-size:11px;
        }
        .swidth{width:60% !important;}
        .swidth20{width:20% !important;}
        .tar{text-align:right  !important;}
        .tal{text-align:left  !important;}
        .tac{text-align:center  !important;}
                


/*page-nation*/
.wp-pagenavi{
        text-align:center;
        height: 30px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #666;
}
.wp-pagenavi .current{
        color:#333;
}
