﻿@charset "utf-8";

body {
    font-family: "メイリオ", "Meiryo", Osaka, 'MS PGothic', arial,helvetica,clean,sans-serif;
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
    width:100%;
}

* {
    box-sizing: border-box;
}

img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

a {
    color: rgba(0, 104, 183, 1);
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    margin-top: 0.8125rem;
    line-height: 1.4;
}

form {
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="search"] {
    border: none;
    background: rgba(255, 255, 255, 1);
    border-radius: 3px;
    padding: 7px 8px;
    font-size: 1rem;
}

/*** コンテンツ横幅 ***/
.m-w1200,
.contentbase {
    width: 100%;
    /*width: 1200px;*/
    margin: 0 auto;
    position: relative;
}
    /*** clearfix ***/
    .clearfix::after,
    .m-w1200::after,
    .search::after,
    .maincontent_top h2::after,
    .maincontent_top h3::after,
    .maincontent_34th h2::after,
    .maincontent_34th h3::after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

/*** siteheader ***/
.siteheader {
    width: 100%; 
}

.siteheader_title {
    background: rgba(0, 104, 183, 1);
    width: 100%;
    margin: 0;
    padding: 0;

}

    .siteheader_title span {
        display: block;
        color: rgba(255, 255, 255, 1);
        font-size: 0.75rem;
        line-height: 1;
        margin: 0 auto;
        padding: 8px 0 8px 5px;
    }

.header_logo_banner {
    width: 100%;
    /*background: rgba(51, 51, 51, 1);*/
}

    .header_logo_banner h1 {
        width:30%;
        /*float: left;
        width: 226px;*/
        /*margin: 0 57px 0 0;*/
        /*padding: 18px 0 0 2px;*/
        padding:0 0 5px 5px;
    }

    .header_logo_banner h1 img{
        width:100%;
        vertical-align:middle;
    }

/* Privacy Policy Banner */
#our_policy {
    width: 100%;
    background-color: white;
    display: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.our_policy_content {
    width: 100%;
    margin: 0px auto;
    padding-left: 10px;
    position: relative;
    font-size: 0.75rem;

}

#our_policy_btn {
   text-align: center;
   font-size: 0.75rem;
   margin-bottom: 10px;
}

.understandPolicy {
    margin-right: 5px;
}

    .understandPolicy:enabled {
        cursor: pointer;
    }

.displayPolicy{
    margin-left: 5px;
}
    .displayPolicy:enabled {
        cursor: pointer;
    }

.our_policy_title {
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(0, 104, 183, 0.5) 60%);
}

.header_search {
    width: 100%;
    /*background: url(../Content/themes/base/images/header/bg_search.png);*/
    margin-bottom:5px
}

.search {
    width: 100%;
    padding: 9px 0;
    background: rgba(102, 102, 102, 1);
   
}

    .search input[type="text"].required {
        display: inline-block;
        float: left;
        margin-left:10px;
        width: 75%;
    }

   .search input[type="text"].dist_required{
       margin-left:10px;
       width:95%;
   }

    /* 追加 -----------------*/
    /*.search ul {
        float: left;
        vertical-align: middle;
        font-size: 0.75rem;
        color: #FFF;
        margin-right: 20px;
        position: relative;
        top: 5px;
        left: 7px;
    }

        .search ul li {
            display: table-cell;
        }

    .search ul li a {
        display: inline-block;
        padding: 0 10px 5px 10px;
        color: #FFF;
        border-bottom: 3px solid;
    }

        .search ul li a:hover {
            text-decoration: none;
        }

    .search ul li a.search_selected {
        border-bottom: 3px solid #33c1ef;
        color: #33c1ef;
    }*/

/* 追加 -----------------*/

#search-btn {
    float: left;
    border: 0px;
    width: 15%;
    height: 32px;
    margin-left: 10px;
    background: url(../Content/themes/base/images/header/btn_search.png) left no-repeat;
    cursor: pointer;
    -moz-background-size:contain;
    background-size:contain;
}

.wrap_distributorbtn{
    text-align:center;
    margin-top:20px;
    margin-bottom:10px;
}


#search-distributorbtn{    
    width:90%;
    height:32px;
    background:#0068b7;
    text-align:center;
    color:#FFF;
    letter-spacing:10px;
    font-size:1rem;
    
}

.search_menu{   
    width:100%; 
    margin-bottom:5px;       
}

.search_menu ul{
    /*width:90%;*/
    display:table;
    font-size:0.8rem;        
    list-style:none;       
    border-collapse:separate;
    border-spacing:10px;
    /*margin:5px auto 15px auto;*/
}

.search_menu li
{   
    width:50%;
    display:table-cell;    
    text-align:center;      
}

.search_menu li a{
    display:block;
    padding:7px 0;
    border-radius:5px;
    color:#FFF;
    background:#CCC;
    border: 1px solid #fff; 
}

.search_menu li a.on{
    background-color:#367cdc;
}


/*** contents ***/
.contentbase {
    display: table;
    
}

.subcontent_top,
.maincontent_top,
.adcontent_top {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 115px;
}

/** subcontent_top **/
.subcontent_top {
    width: 265px;
    padding-right: 15px;
}

/*-------追加--------------ここから------- */

/*---------------------------*/
/* Application Top layout    */
/*---------------------------*/
.app_maincontent_top {
    width: 900px;
    padding-right: 40px;
    line-height: 1.8;
    font-size: 0.875rem;
}

.app_maincontent_top,
app_adcontent_top {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 115px;
}

    .app_maincontent_top h1 {
        line-height: 1.5;
        margin-bottom: 35px;
        padding: 10px 15px 9px;
        background: #ECECEC;
        font-size: 1.375rem;
    }

    .app_maincontent_top h2 {
        position: relative;
        line-height: 1.5;
        margin: 35px 0 25px 0;
        padding: 0 5px;
        font-size: 1.25rem;
        color: rgba(0,104,183,1);
    }

        .app_maincontent_top h2::after {
            position: absolute;
            bottom: -4px;
            left: 0;
            content: "";
            display: block;
            width: 100%;
            height: 3px;
            background: #0068b7;
            background: linear-gradient(90deg, #0068b7 150px, #ececec 150px);
        }

    .app_maincontent_top h3 {
        line-height: 1.5;
        margin-bottom: 14px;
        font-weight: 600;
        font-size: 1.125rem;
    }


    .app_maincontent_top .innercontent {
        width: 100%;
        /*padding:0 7px;*/
        font-size: 0.875rem;
        margin-bottom: 14px;
    }

        .app_maincontent_top .innercontent > dl > dt {
            font-size: 1.2rem;
            line-height: 1.5;
            padding: 6px 11px 6px;
            background: #b0d6f2;
            margin-bottom: 10px;
        }

        .app_maincontent_top .innercontent > dl > dd {
            padding-left: 7px;
        }

    .app_maincontent_top .sitemapList {
        width: 33.33%;
        float: left;
        margin-bottom: 15px;
    }

        .app_maincontent_top .sitemapList dt {
            font-size: 1rem;
            margin-bottom: 5px;
            margin-top: 10px;
        }


/*---------------------------*/
/* company search layout     */
/*---------------------------*/
.maincontent_searchcompany {
    width: 100%;
}

/*.maincontent_searchcompany {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 115px;
}*/

    .maincontent_searchcompany h2 {
        line-height: 1.5;
        margin-bottom: 20px;
        padding: 10px 15px 9px;
        background: #ECECEC;
        font-size: 1.175rem;
    }

    .maincontent_searchcompany dl {
        width: 100%;
        /*border-bottom: solid 1px rgba(236,236,236,1);*/        
        padding:5px 0;
    }

    
            .maincontent_searchcompany dl dt  {
                font-size: 0.95rem;
                background:rgba(236,236,236,1);
                padding: 12px 0 12px 10px;
            }

            .maincontent_searchcompany dl dt .company a{
                display:block;
            }

        .maincontent_searchcompany dl dd.productlist{
            font-size: 0.9rem;
            padding:10px 0 5px 7px;
}

        .maincontent_searchcompany dl dd.productlist:before{
            content:url(../Content/themes/base/images/icon/ico_listMark03.png);
            padding-right:5px;
        }


        .maincontent_searchcompany dl dd.description{
            font-size: 0.8rem;
            padding:3px 0 5px 7px;
            line-height:1.7;
        }




/*-------追加-------------ここまで-------- */

.category_list {
    margin-bottom: 14px;
    background: rgba(236, 236, 236, 1);
}

    .category_list h2 a {
        display: block;
        width: 100%;
        /*text-align: center;*/
        color: rgba(255, 255, 255, 1);
        font-size: 1.125rem;
        line-height: 1;
        padding: 12px 10px;
        background: rgba(51, 51, 51, 1);
    }

    .category_list ul {
        /*padding: 10px 0;*/
        /*text-align: center;*/
    }

        .category_list ul a {
            /*font-size: 0.75rem;*/
            /*line-height: 2;*/
        }

.IP_Special {
    margin-bottom: 14px;
}

.news_and_chips {
    margin-bottom: 14px;
    padding: 16px 13px 10px 17px;
    background: rgba(0, 24, 48, 1);
}

    .news_and_chips ul {
        border-top: solid 1px rgba(255, 255, 255, 1);
        padding-top: 15px;
    }

        .news_and_chips ul li {
            list-style: disc;
            margin: 0 0 7px 16px;
            color: rgba(255, 255, 255, 1);
        }

            .news_and_chips ul li a {
                font-size: 0.75rem;
                line-height: 1.7;
                color: rgba(255, 255, 255, 1);
            }

.subcontent_btn li {
    margin-bottom: 14px;
}

/*** maincontent_top ***/
.maincontent_top {
    width: 635px;
    padding-right: 15px;
}

.maincontent_h2{
    display: block;
    width: 100%;
    padding: 8px 0 5px 10px;
    font-size: 1.125rem;
    background: rgba(0, 104, 183, 1);
    border-bottom: solid 4px rgba(51, 51, 51, 1);
    color:#FFF;
    margin-top:10px;
}

    .maincontent_h2 span,
    .maincontent_h3 span {
        display: inline-block;
        float: left;
    }

    .maincontent_h2 .h2_icon {
        width: 37px;
        height: 41px;
    }

    .maincontent_h2 .h2_txt {
        padding-top: 8px;
        color: rgba(255, 255, 255, 1);
    }

.maincontent_h3 {
    font-size: 1.125rem;
    padding-left: 11px;
    background: rgba(236, 236, 236, 1);
}

    .maincontent_h3 .h3_icon {
        width: 37px;
        height: 45px;
    }

    .maincontent_h3 .h3_txt {
        padding-top: 10px;
    }

/*** adcontent_top ***/
.adcontent_top {
    width: 300px;
}

.adcontent_h3 {
    font-size: 1.1125rem;
    color: rgba(255, 255, 255, 1);
    padding: 7px 0;
    text-align: center;
    background: rgba(51, 51, 51, 1);
    border-bottom: solid 4px rgba(0, 104, 183, 1);
}

.square_banner li {
    margin-bottom: 11px;
    line-height: 1;
}

.image_and_text_31rectangle {
    /*margin-top: 18px;*/
    padding-bottom: 7px;
}

    .image_and_text_31rectangle dl {
        /*margin-bottom: 18px;*/
        margin-bottom: 11px;
        font-size: 0.75rem;
    }

    .image_and_text_31rectangle li {
        display: block;
        margin-bottom: 12px;
    }

    .image_and_text_31rectangle dt a {
        display: block;
        color: rgba(255, 255, 255, 1);
        background: rgba(51, 51, 51, 1);
        /*padding: 9px 0 9px 15px;*/
        padding: 9px 0 9px 10px;
    }

.maker_name {
    display: block;
    /*padding: 7px 0 7px 13px;*/
    padding: 7px 0 7px 10px;
    background: rgba(236, 236, 236, 1);
}

    .maker_name a {
        display: inline-block !important;
        color: rgba(51, 51, 51, 1) !important;
        background: none !important;
        padding: 0 !important;
    }

.image_and_text_31rectangle dd {
    display: table;
    padding: 0 6px 6px 6px;
    background: rgba(236, 236, 236, 1);
    width: 100%;
}

    .image_and_text_31rectangle dd a,
    .image_and_text_31rectangle dd p {
        display: table-cell;
        vertical-align: middle;
        background: rgba(255, 255, 255, 1);
    }

    .image_and_text_31rectangle dd p {
        font-size: 0.6875rem;
        padding: 13px 8px 11px 3px;
    }

/*** btn_pagetop ***/
.btn_pagetop {
    display: block;
    position: fixed;
    /*position: absolute;*/
    left: 85%;
    bottom: 40px;
    width: 44px;
    height: 40px;
    
}

    .btn_pagetop a {
        display: inline-block;
        width: 44px;
        height: 40px;
        background: url(../Content/themes/base/images/btn/btn_pagetop.png) center no-repeat ;
    }

/*** footer ***/
.footer {
    width: 100%;

    background: rgba(51, 51, 51, 1);
    padding: 5px 0;
    
}

    .footer ul {
        text-align:center;
        vertical-align:middle;
        height: 30px;
        /*margin-left: 17px;*/
        padding-top: 3px;
        padding-left: 0px;
        /*float: left;*/
        /*background: url(../Content/themes/base/images/footer/icon_footer.png) left top no-repeat;*/
    }

    /*.footer ul:before{
        content:" ";
        background: url(../Content/themes/base/images/footer/icon_footer.png) left top no-repeat;
        width:10%;
        height:10%;
        -moz-background-size:contain;
background-size:contain;

    }*/

        .footer ul li {
            display: inline-block;
            /*float: left;*/
            border-right: solid 1px rgba(255, 255, 255, 1);
        }

            .footer ul li:last-child {
                border-right: none;
            }

            .footer ul li a {
                display: inline-block;
                padding: 0 10px;
                font-size: 0.75rem;
                line-height: 1;
                color: rgba(255, 255, 255, 1);
            }


            .footer ul li:first-child:before{
                content:"";
                display:inline-block;
                background:url(../Content/themes/base/images/icon/fullweb.png) no-repeat;
                height:16px;
                width:16px;
                background-size:contain;
                vertical-align:middle;                            
            }

.footer_logo {
    display: inline-block;
    float: right;
}

/*-- 追加 -----------------------------*/
/* search company */
.SearchCompanyTable{
    width:100%;
    background-color: #F0F1F1;
}

.SearchCompanyTable h2 {
    font-size: 1.1rem;
    color: rgba(255,255,255,1);
    background: rgba(0,104,183,1);
    padding: 7px 0;
    text-align: center;
    margin-bottom: 10px;
}

.SearchCompanyTable ul {
    font-size: 1rem;
    width: 95%;
    display: table;    
    margin:7px auto;
    border-bottom:dashed 1px #CCC
}

    .SearchCompanyTable ul li {
        display: table-cell;
        text-align: center;
        /*background:#FFF;*/
        width: 20%;
        padding:5px 2px;
    }

        .SearchCompanyTable ul li a {
            display: block;
            padding: 10px 0px;
            border:solid 1px;
            border-radius:5px;
            margin:5px 3px;
          background:#FFF;  
        }

            .SearchCompanyTable ul li a:hover {
                background: #0068b7;
                color: rgba(255,255,255,1);
            }


#SearchTableMaker h3{
    background:#C1F2C1;
}


/* web marketing */
#webmarketing dl dt {
    line-height: 1.5;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 1rem;
}

#webmarketing .webmarketingList01 {
    margin-bottom: 30px;
}

span.twitternews {
    float: right;
    padding-right: 5px;
    font-size: 0.8rem;
    padding-top: 10px;
}

    span.twitternews a {
        text-decoration: underline;
    }

.productsearch_h2 {
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 15px 9px;
    background: #ececec;
    font-size: 1.175rem;
}

.productSearch dl {
    margin-bottom: 15px;
}

.productSearch dt {
    font-size: 0.8125rem;
}

.productSearch dt .productSearch_head {
    display: block;
    color: rgba(255,255,255,1);
    font-weight: bold;
    padding: 9px 13px;
    background: rgba(102,102,102,1);
}

.productSearch dt .productSearch_head a {
    color: rgba(255,255,255,1);
    
}

.productSearch dt .new {
    padding: 0 3px;
    background: rgba(255,153,51,1);
    margin-right: 5px;
}

.productSearch dt .productSearch_maker {
  display: block;
  /*height: 1.875rem;*/
  padding: 15px 10px;  
  background:url(../Content/themes/base/images/icon/ico_open.png) no-repeat right;
  background-position:right 10px top 15px;
  background-color: rgba(236, 236, 236, 1);
}

        /*.productSearch dt .productSearch_maker a.contact {
            color: rgba(255,255,255,1);
        }*/

.productSearch dt .active{
  background:url(../Content/themes/base/images/icon/ico_close.png) no-repeat right;
  background-position:right 10px top 15px;
  padding:15px 10px;  
  background-color: rgba(236, 236, 236, 1);
}

        .productSearch dt .productSearch_maker span {
            display: inline-block;
            width: 150px;
            /*width:113px;*/
            float: right;
            text-align: center;
            padding: 2px 0;
            color: rgba(255,255,255,1);
        }


.productSearch dd {
    display: table;
    width: 100%;
    padding: 9px 0 10px 0;
    display:none;
}

    .productSearch dd span, .productSearch dd p {
        display: table-cell;
        vertical-align: top;
    }

    .productSearch dd .productSearch_img {
        width: 91px;
    }

    .productSearch dd .productSearch_txt {
        font-size: 0.8125rem;
        line-height: 1.4;
    }

.linked_category {
    color: #FF9900;
    font-style: oblique;
    font-size: 0.75rem;
    text-shadow: 1px 1px 1px yellow;
    margin-left: 0.5em;
}

.maincontent_searchresult_h3 {
    margin-top: 40px;
    color: rgba(255,255,255,1);
    padding: 8px 0 5px 15px;

    display: block;
    width: 100%;
    font-size: 1.125rem;
    background: rgba(0, 104, 183, 1);
    border-bottom: solid 4px rgba(51, 51, 51, 1);
}

.searchresult_companyDB {
    margin-bottom: 60px;
}

    .searchresult_companyDB dl {
        /*display: table;*/
        width: 100%;
        border-bottom: solid 1px rgba(236,236,236,1);
        padding: 10px 3px;
    }

    .searchresult_companyDB dt,
    .searchresult_companyDB dd {
        /*display: table-cell;*/
    }

    .searchresult_companyDB dt {        
        font-size: 0.9rem;
        padding-bottom:3px
    }

    .searchresult_companyDB dd {
        font-size: 0.75rem;
    }

.link_distributor_search {
    margin-top: 40px;
    font-size: 1.1rem;
    background: url(../Content/themes/base/images/icon/ico_listMark01.png) left center no-repeat;
    padding-left: 14px;
}

    .link_distributor_search a {
        text-decoration: underline;
    }

.category_group_search_title {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 1);
    background: rgba(102, 102, 102, 1);
    padding: 7px 5px;
    text-align: center;
}

.distributor {
    margin-bottom: 14px;
    padding: 0px 13px 10px 10px;
    border: solid 1px #CDCDCD;
    background: #F1F1F1;
    line-height: 1;
}

.distributor {
    border-top: none;
}

    .distributor span {
        font-size: 0.84rem;
        font-weight: bold;
    }

figure {
    margin: 0;
    padding: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    bottom: 0px;
}

    .absolute p {
        font-size: 0.825rem;
        line-height: 1.2;
        padding: 0 3px;
        font-weight: bold;
    }

.categroyTool ul {
    width:100%;    
    margin-top:20px
}

.categroyTool li{
    float:left;
    width:33.3%;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
    width:50%;

}

.categroyTool li:nth-child(-n+2){
    border-top:solid 1px #CCC;
}

.categroyTool li:nth-child(2n+1):last-child{
    width: 100%;
}

/*.categroyTool li:nth-child(-n+3){
    border-top:solid 1px #CCC;
}

.categroyTool li:nth-child(3n)
{
    width:33.4%;
    border-right:none;
}*/

.categroyTool li a{
    display:block;
    padding:15px 5px;
    text-align:center;    
}

.categroyTool ul:after{
    clear:both;
}
/*.copyright{width:100%; background-color:#FFF; text-align:center; font-size:80%; height:50px;}*/


/* 企業情報追加 */
.aboutus h2 {
    font-size: 1.25rem;
    color: rgba(255,255,255,1);
    background: rgba(0,104,183,1);
    border-bottom: solid 4px rgba(51,51,51,1);
    padding: 8px 0 5px 10px;
    margin-top: 15px;
}

.aboutus h3 {
    margin: 15px 0 5px;
    padding: 6px 11px 6px;
    background: #b0d6f2;
    font-size: 1rem;
}

.companyprofile {
    width: 100%;
    padding: 0 5px;
    font-size: 0.875rem;
}

.baseTable {
    width: 100%;
    border-collapse: collapse;
    line-height: 1.5;
    font-size: 0.875rem;
}

    .baseTable caption {
        line-height: 1.5;
        padding: 7px 5px;
        font-weight: bold;
        font-size: 0.875rem;
        text-align: left;
    }

    .baseTable th {
        width: 110px;
        padding: 5px 10px;
        background: #b0d6f2;
        font-weight: normal;
        border: solid 1px #ececec;
    }

    .baseTable td {
        padding: 5px 10px;
        border: solid 1px #ececec;
    }

.companyphilosophy {
    width: 100%;
    padding: 0 7px;
    font-size: 0.875rem;
}

.numberList li {
    margin-top: 20px;
}

    .numberList li dt {
        line-height: 1.5;
        margin-bottom: 3px;
        font-weight: bold;
        font-size: 1rem;
    }

/* プライバシーポリシー追加 */
.policy h2 {
    font-size: 1.25rem;
    color: rgba(255,255,255,1);
    background: rgba(0,104,183,1);
    border-bottom: solid 4px rgba(51,51,51,1);
    padding: 8px 0 5px 10px;
    margin-top: 15px;
}

.policy h3 {
    margin: 15px 0 5px;
    padding: 6px 11px 6px;
    background: #b0d6f2;
    font-size: 1rem;
}

.policy .innercontent {
    width: 100%;
    padding: 0 7px;
    font-size: 0.75rem;
}
    .policy .innercontent ol {
        padding-left: 1.5em;
    }

    .policy .innercontent ol > li {
        list-style: decimal;
        margin-bottom: 10px;
    }

        .policy .innercontent ol li ul {
            padding-left: 1.5em;
        }

        .policy .innercontent ol li ul li {
            list-style: circle;
        }

.policy .innercontent .baseTable {
    font-size: 0.75rem;
}

    .policy .innercontent .baseTable th {
        text-align: left;
    }

.policy .baseTable {
    font-size: 0.75rem;
}
