﻿@charset "utf-8";

/*** Common CSS ***/
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;
}

/*** Contents ***/
.contentbase {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
}
    /*** clearfix ***/
    .search::after {
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

/*** siteheader ***/
.siteheader {
    width: 100%;
    margin-bottom: 5px
}
.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%;
}
.header_logo_banner h1,
.header_logo_banner .top_logo {
    width:30%;
    padding:0 0 5px 5px;
}
.header_logo_banner h1 img,
.header_logo_banner .top_logo img{
    width:100%;
    max-width: 175px;
    vertical-align:middle;
}

/*** Privacy Policy Banner ***/
#our_policy {
    width: 100%;
    background-color: white;
    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%);
}

/*** Search Banner ***/
.header_search {
    width: 100%;
}
.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-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;
}

/*** Search Banner Menu ***/
.search_menu{   
    width:100%; 
    margin-bottom:5px;       
}
.search_menu ul{
    display: flex;
    font-size:0.8rem;        
    list-style:none;       
    border-collapse:separate;
    border-spacing:10px;
}
.search_menu li {   
    text-align:center;
    margin-left: 10px;
}
.search_menu li a{
    display:block;
    padding:7px 3px;
    border-radius:5px;
    color:#FFF;
    background:#CCC;
    border: 1px solid #fff; 
}
.search_menu li a.on{
    background-color:#367cdc;
}

/*** company search layout ***/
.maincontent_searchcompany_top {
    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: 10px 0;
}
.maincontent_searchcompany {
    width: 100%;
}
.maincontent_searchcompany h1 {
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 15px 9px;
    background: #ECECEC;
    font-size: 1.175rem;
}
.maincontent_searchcompany dl {
    width: 100%;      
    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 dt .company a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
.maincontent_searchcompany dl dd.productlist{
    display: flex;
    flex-direction: row;
    font-size: 0.9rem;
}
.maincontent_searchcompany dl dd.productlist .lnk_productlist{
    padding:10px 0 5px 7px;
    flex-grow: 1;
    flex-shrink: 1;
}
.maincontent_searchcompany dl dd.productlist .lnk_productlist:before {
    content:url(../Content/themes/base/images/icon/ico_listMark03.png);
    padding-right:5px;
}
.maincontent_searchcompany dl dd.productlist .lnk_iproec {
  padding: 2px 12px 4px 0;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
}
.maincontent_searchcompany dl dd.productlist .lnk_iproec a img {
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px #676767;
}
.maincontent_searchcompany dl dd.description{
    font-size: 0.8rem;
    padding:3px 0 5px 7px;
    line-height:1.7;
}

/*** Breadcrumbs ***/
.breadcrumb {
    font-size: 0.8rem;
    margin-top: 3px;
}
.breadcrumb ul {
    overflow: hidden;
    width: 100%;
}
.breadcrumb ul li {
    display: inline-block;
    margin-bottom: 1px;
}
.breadcrumb ul li a {
    position: relative;
    display: inline-block;
    padding: 3px 5px 3px 18px;
    text-decoration: underline;
    color: #FFFFFF;
    background-color: rgba(0, 104, 183, 1);
    border-radius: 5px 3px 3px 5px;
}
.breadcrumb ul li:first-child a {
    padding-left: 10px;
}
.breadcrumb ul li a::before,
.breadcrumb ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid transparent;
}
.breadcrumb ul li a::before {
    z-index: 1;
    right: -18px;
    border-left-color: #FFFFFF;
}
.breadcrumb ul li a::after {
    z-index: 2;
    border-left-color: rgba(0, 104, 183, 1);
}
.breadcrumb ul li:last-child {
    color: #FFFFFF;
    font-weight: bold;
    background-color: rgba(55, 175, 225, 1);
    padding: 3px 10px 3px 15px;
    border-radius: 5px;
}

/*** MainContent ***/
.maincontent_h1 {
    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{
    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 {
    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);
}

/*** PageTop Link Button ***/
.btn_pagetop {
    display: block;
    position: fixed;
    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;
    padding-top: 3px;
    padding-left: 0px;
}
.footer ul li {
    display: inline-block;
    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 .version {
        display: inline-block;
        padding: 0 10px;
        font-size: 0.75rem;
        line-height: 1;
        color: #B7B7B7;
    }
.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;                            
}
.categroyTool ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px
}
.categroyTool li {
    display: flex;
    width: 33.3%;
    height: 57px;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
}
.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: flex;
    justify-content: center;
    align-items: center;
    width: 100%;   
}
@media screen and (max-width: 450px) {
    .categroyTool li.smallfont a {
        font-size: 0.95rem;
    }
}
@media screen and (max-width: 380px) {
    .categroyTool li.smallfont a {
        font-size: 0.85rem;
    }
}
@media screen and (max-width: 340px) {
    .categroyTool li.smallfont a {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 300px) {
    .categroyTool li.smallfont a {
        font-size: 0.7rem;
    }
}

/*** 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;
    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;
}

/*** Search Product ***/
.ps_h1 {
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 10px 15px 9px;
    background: #ececec;
    font-size: 1.175rem;
}
.productSearch ul {
    margin-bottom: 15px;
}
.productSearch ul .title,
.productSearch ul .subinfo {
    font-size: 0.8125rem;
    width: 100%;
}
.productSearch ul .title {
    background: rgba(102, 102, 102, 1);
    font-weight: bold;
}
.productSearch ul .title a::after,
.productSearch ul .subinfo .maker a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
.productSearch ul .title a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    text-decoration: none;
    padding: 9px 13px;
    width: 100%;
}
.productSearch ul .title .new{
    padding: 0 3px;
    background-color:rgba(255,153,51,1);
    margin-right: 5px;
}
.productSearch ul .title .title_body {
    text-decoration: underline;
}
.productSearch ul .subinfo {
    display: flex;
    flex-direction: row;
    padding: 0 4px 0 13px;
    background: rgba(236, 236, 236, 1);
}
.productSearch ul .subinfo .maker {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 7px 0;
}
.productSearch ul .subinfo .maker a {
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
}
.productSearch ul .subinfo .lnk_iproec {
    padding: 2px 0;
    width: 65px;
    flex-grow: 0;
    flex-shrink: 0;
}
.productSearch ul .subinfo .lnk_iproec a img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #676767;
    transition: .2s;
}
.productSearch ul .detail {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 9px 0 10px 0;
}
.productSearch ul .detail .detail_image {
    width: 91px;
}
.productSearch ul .detail .detail_image a {
    display: inline-block;
    text-decoration: none;
    border: solid 1px rgba(153, 153, 153, 1);
    margin-right: 11px;
}
.productSearch ul .detail .detail_text {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 0;
    word-break: break-all;
}

/*** Linked Category ***/
.linked_category {
    color: #FF9900;
    font-style: oblique;
    font-size: 0.75rem;
    text-shadow: 1px 1px 1px yellow;
    margin-left: 0.5em;
}

/*** Search Result CompanyDB ***/
.sr_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);
}
.sr_companyDB {
    margin-bottom: 60px;
}
.sr_companyDB dl {
    width: 100%;
    border-bottom: solid 1px rgba(236,236,236,1);
    padding: 10px 3px;
}
.sr_companyDB dt {        
    font-size: 0.9rem;
    padding-bottom:3px
}
.sr_companyDB dt a::after {        
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.75rem 0.75rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
.sr_companyDB dd {
    font-size: 0.75rem;
}

/* SearchNote */
.search_note {
    color: #d91220;
    border: 1px solid #d91220;
    margin: 5px;
    padding: 2px 3px;
    font-size: 0.875rem;
}


/*** Distributor Link ***/
.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;
}

/*** AdContent ***/
/** Notable Products **/
.notable_products {
    padding-bottom: 40px;
}
.notable_products ul {
  margin-top: 10px;
}
.notable_products ul .title,
.notable_products ul .subinfo {
    font-size: 0.9rem;
}
.notable_products ul .title a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    padding: 9px 13px;
    background: rgba(102, 102, 102, 1);
    text-decoration:underline;
}
.notable_products ul .title a::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    mask: url(../Content/themes/base/images/icon/icon_ExLink01.svg) no-repeat right / 0.8rem 0.8rem;
    margin-left: 2px;
    vertical-align: middle;
    background-color: currentColor;
}
.notable_products ul .subinfo {
    display: flex;
    flex-direction: row;
    background: rgba(236, 236, 236, 1);
    width: 100%;
}
.notable_products ul .subinfo .maker {
    padding: 9px 5px 9px 13px;
    background: rgba(236, 236, 236, 1);
    flex-grow: 1;
    flex-shrink: 1;
}
.notable_products ul .subinfo .lnk_iproec {
    padding: 4px 0;
    width: 70px;
    flex-grow: 0;
    flex-shrink: 0;
}
.notable_products ul .subinfo .lnk_iproec a img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #676767;
    transition: .2s;
}
.notable_products ul .detail {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 9px 0 10px 0;
}
.notable_products ul .detail .detail_image {
    width: 91px;
}
.notable_products ul .detail .detail_image a {
    text-decoration: none;
    border: none;
    margin-right: 11px;
}
.notable_products ul .detail .detail_text {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin: 0;
    word-break: break-all;
}

/** IP_Special **/
.IP_Special_ad ul {
    margin-top: 10px;
}
.IP_Special_ad ul.align_left {
    text-align: left;
}
.IP_Special_ad ul.align_center {
    text-align: center;
}
.IP_Special_ad li {
    display: inline-block;
    width: 250px;
    margin: 0 0 10px 10px;
}