﻿@charset "utf-8";

body {
    font-family: "メイリオ", "Meiryo", Osaka, 'MS PGothic', arial,helvetica,clean,sans-serif;
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    padding: 0;
}
input, select {
    font-family: "メイリオ", "Meiryo", Osaka, 'MS PGothic', arial,helvetica,clean,sans-serif;
}
* {
    box-sizing: border-box;
}
img {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a {
    color: rgba(0, 104, 183, 1);
    text-decoration: none;
}
    a:hover {
        text-decoration: underline;
    }
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: 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;
    }

/*** PrivacyPolicyBanner ***/
#our_policy {
    width: 100%;
    min-width: 1200px;
    background-color: white;
    border:1px solid #d9d9d9;
}
.our_policy_content {
    width: 1200px;
    margin: 0px auto;
    position: relative;

}
#our_policy_btn {
   text-align: center;
   margin-bottom: 10px;
}
.understandPolicy:enabled {
    cursor: pointer;
}
.displayPolicy:enabled {
    cursor: pointer;
}
.our_policy_title {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, rgba(0, 104, 183, 0.5) 60%);
}

/*** siteheader ***/
.siteheader {
    width: 100%;
    min-width: 1200px;
}
.siteheader_title {
    background: rgba(0, 104, 183, 1);
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}
.siteheader_title div {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    line-height: 1;
    padding: 6px 0;
}
.siteheader_title span {
    color: rgba(255, 255, 255, 1);
    font-size: 0.75rem;
    flex-grow: 1;
}
.siteheader_title span:last-child {
    text-align: right;
}
/** header Logo & Banner **/
.header_logo_banner {
    width: 100%;
    min-width: 1200px;
    background: rgba(51, 51, 51, 1);
}
.header_logo_banner .m-w1200 {
    display: flex;
}
.header_logo_banner h1,
.header_logo_banner .top_logo {
    width: 283px;
    height: 112px;
    padding: 18px 0 0 2px;
}
.header_logo_banner .header_banner {
    width: 728px;
    height: 112px;
    padding: 11px 0;
}
/** indexPro Site Link **/
.header_logo_banner .header_right {
    width: 185px;
    height: 112px;
}
.header_logo_banner .header_right .header_language {
    width: 120px;
    height: 65px;
    margin: 24px 0 0 60px;
    padding: 8px 15px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(255, 255, 255, 1);
}
.header_logo_banner .header_right .header_language span {
    display: block;
    font-size: 0.75rem;
    padding-bottom: 4px;
}
.header_logo_banner .header_right .header_language ul {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.header_logo_banner .header_right .header_language ul li a {
    display: inline-block;
    font-size: 0.6875rem;
    padding: 2px 6px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 104, 183, 1);
    border: 1px solid rgba(0, 104, 183, 1);
}
.header_logo_banner .header_right .header_language ul li a:hover {
    color: rgba(0, 104, 183, 1);
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
}

/** Search Window **/
.header_search {
    width: 100%;
    min-width: 1200px;
    background: url(../Content/themes/base/images/header/bg_search.png);
}
/* Search Window Category & Article */
.header_search .search {
    width: 620px;
    margin: 0 auto;
    padding: 9px 0;
    background: rgba(102, 102, 102, 1);
}
.header_search .search form {
    display: flex;
    width: 100%;
}
.header_search .search form span {
    display: inline-block;
    width: 85px;
    font-size: 1rem;
    line-height: 2;
    padding: 3px 23px;
    color: rgba(255, 255, 255, 1);
}
.header_search .search form input[type="text"].required {
   display: inline-block;
   width: 430px;
}
.header_search .search form #search-btn {
    border: 0px;
    width: 64px;
    height: 32px;
    margin: 3px 12px;
    background: url(../Content/themes/base/images/header/btn_search.png) left no-repeat;
    cursor: pointer;
}
.header_search .search form #search-btn:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
    transition-duration: 0.3s;
}

/* Search Window Distributor */
.header_search .search_distributor{
    width:760px;
    margin: 0 auto;
    padding: 9px 0;
    background: rgba(102, 102, 102, 1);
}
.header_search .search_distributor form{
    display: flex;
}
.header_search .search_distributor .searchtarget{
    width: 220px;
    font-size:0.75rem;
    padding: 10px 0 10px 10px;
    position:relative;
}
.header_search .search_distributor input[type=radio]{
    display:none;
}
.header_search .search_distributor label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    padding-left: 25px;
    text-align: center;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
}
.header_search .search_distributor label:before{
    position: absolute;
    content: "";
    top: 45%;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top:-10px;
    background: #ececec;
    border: solid 1px #999999;
    border-radius: 50%;
}
.header_search .search_distributor input[type="radio"]:checked + label::after{
    position: absolute;
    content: "";
    top: 45%;
    left: 6px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #0068b7;    
}
.header_search .search_distributor input[type="text"].required {
   display: inline-block;
   width: 430px;
}
.header_search .search_distributor #search-btn {
    border: 0px;
    width: 64px;
    height: 32px;
    margin: 3px 12px;
    background: url(../Content/themes/base/images/header/btn_search.png) left no-repeat;
    cursor: pointer;
}
.header_search .search_distributor #search-btn:hover {
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
    transition-duration: 0.3s;
}

/*** breadcrumb ***/
.breadcrumb {
    width: 1200px;
    margin: 0 auto;
    height: 27px;
    font-size: 0.75rem;
}
.breadcrumb ul {
    display: table;
}
.breadcrumb ul li {
    display: table-cell;
    position: relative;
    padding: 4px 18px 0 0;
}
.breadcrumb ul li::after {
    content: ">";
    position: absolute;
    right: 5px;
    top: 3px;
}
.breadcrumb ul li:last-child::after {
    content: "";
}
.breadcrumb ul li a {
    color: rgba(0, 104, 183, 1);
    text-decoration: underline;
}

/*** contents ***/
.contentbase {
    display: flex;
    min-height: 600px;
}
.subcontent {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 115px;
    width: 300px;
    font-size: 0.875rem;
}
.subcontent_top,
.maincontent_top,
.adcontent_top {
    vertical-align: top;
    padding-bottom: 115px;
}
.subcontent_top {
    width: 265px;
    padding-right: 15px;
}
.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: 137px;
    padding: 17px 16px;
    background: #b0d6f2;
    font-weight: normal;
    border: solid 1px #ececec;
}
.baseTable th.space {
    text-indent: 1em;
    letter-spacing: 1em;
}
.baseTable td {
    padding: 17px 20px;
    border: solid 1px #ececec;
}
.baseTable td.map {
    line-height: 0;
    padding: 1px;
}

/*** 3rd 4th layout ***/
.content_2column_once {
    display: flex;
    width: 935px;
}
.subcontent_34th {
    width: 265px;
    padding-right: 15px;
    flex-grow: 0;
    flex-shrink: 0;
}
.maincontent_34th {
    width: 635px;
    padding-right: 15px;
    flex-grow: 0;
    flex-shrink: 0;
}
.adcontent_34th {
    width: 300px;
    flex-grow: 0;
    flex-shrink: 0;
}
.subcontent_34th,
.maincontent_34th,
.adcontent_34th {
    vertical-align: top;
    padding-bottom: 115px;
}

/*** Application Top layout ***/
.app_maincontent_top {
    width: 900px;
    padding-right: 40px;
    line-height: 1.8;
    font-size: 0.875rem;
}
.app_adcontent_top {
    width: 300px;
}
.app_maincontent_top,
.app_adcontent_top {
    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%;
    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 .midcategory {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 6px 11px 6px;
    background: #b0d6f2;
    margin-bottom: 10px;
}
.app_maincontent_top .innercontent .smallCategoryList {
    margin-left: 12px;
}
.app_maincontent_top .innercontent .smallCategoryList li.non_category::before {
    background: #000000;
}
.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 ***/
.searchcompany_top {
    width: 100%;
    padding: 7px 0 7px 10px;
    margin-bottom: 10px;
    font-size: 1.125rem;
    color: #FFFFFF;
    background: rgba(0, 104, 183, 1);
    border-bottom: solid 4px rgba(51, 51, 51, 1);
}
.subcontent_searchcompany {
    width: 265px;
    padding-right: 15px;
}
.maincontent_searchcompany {
    width: 900px;
}
.subcontent_searchcompany,
.maincontent_searchcompany {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 115px;
}
.maincontent_searchcompany #h2_searchcompany{
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 15px 9px;
    background: #ECECEC;        
    font-size: 1.175rem;
}
.maincontent_searchcompany dl {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px rgba(236,236,236,1);
    margin-bottom: 1px;
    width: 100%;
}
.maincontent_searchcompany dl dt {
    padding: 5px 0 5px 10px;
}
.maincontent_searchcompany dl dt {
    width: 220px;
    background: rgba(236,236,236,1);
    flex-grow: 0;
    flex-shrink: 0;
}
.maincontent_searchcompany dl dt .company {
    font-size: 0.95rem;
}
.maincontent_searchcompany dl dd {
    font-size: 0.9rem;
}
.maincontent_searchcompany dl dd.description {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 5px 10px;
}
.maincontent_searchcompany dl dd.iproec {
    flex-grow: 0;
    flex-shrink: 0;
    width: 75px;
    padding: 5px 0;
    text-align: center;
}
.maincontent_searchcompany dl dd.iproec .lnk_iproec a img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #676767;
    transition: .2s;
}
.maincontent_searchcompany dl dd.iproec .lnk_iproec a:hover img {
    box-shadow: 4px 4px 4px #868686;
    transform: translateY(-2px);
}
.maincontent_searchcompany dl dd.productlist {
    flex-grow: 0;
    flex-shrink: 0;
    width: 75px;
    padding: 5px 0;
    text-align: center;
}

.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: 10px 0;
    background: rgba(51, 51, 51, 1);
    border: 2px solid rgba(51, 51, 51, 1);
}
.category_list h2 a:hover {
    color: rgba(51, 51, 51, 1);
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.category_list ul {
    padding: 10px 0;
    text-align: center;
}
.category_list ul a {
    font-size: 0.75rem;
    line-height: 2;
}
.category_list .subcontent_1st a {
    display: block;
    font-size: 0.75rem;
    line-height: 2.084;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 5px;
}
.category_list .subcontent_1st a:hover {
    background-color: #477adf;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #477adf;
    text-decoration: none;
}

/** IP_Special **/
.IP_Special {
    margin-bottom: 14px;
}
.IP_Special .ipspecial_h3 {
    font-size: 1.125rem;
    color: rgba(255,255,255,1);
    text-align: center;
    padding: 7px 0;
    background-color: rgba(0,104,183,1);
    margin-bottom: 9px;
}
.IP_Special_ad ul li:not(:last-child) {
    margin-bottom: 9px;
}

/** LeftColumnLink (subcontent button) **/
.subcontent_btn li {
    margin-bottom: 14px;
}
.subcontent_btn li a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

/*** maincontent_top ***/
.maincontent_top {
    width: 635px;
    padding-right: 15px;
}
/** maincontent h1 **/
.maincontent_h1 {
    display: flex;
    width: 100%;
    padding: 0 0 0 9px;
    font-size: 1.125rem;
    background: rgba(0, 104, 183, 1);
    border-bottom: solid 4px rgba(51, 51, 51, 1);
}
.maincontent_h1 .h1_icon {
    width: 37px;
    flex-grow: 0;
    flex-shrink: 0;
}
.maincontent_h1 .h1_txt {
    padding: 8px 0 6px 0;
    color: rgba(255, 255, 255, 1);
    flex-grow: 1;
    flex-shrink: 1;
}
/** maincontent h2 **/
.maincontent_h2 {
    display: flex;
    width: 100%;
    padding: 0 0 0 9px;
    font-size: 1.125rem;
    background: rgba(0, 104, 183, 1);
    border-bottom: solid 4px rgba(51, 51, 51, 1);
}
.maincontent_h2 .h2_icon {
    width: 37px;
    height: 41px;
    flex-grow: 0;
    flex-shrink: 0;
}
.maincontent_h2 .h2_txt {
    padding-top: 8px;
    color: rgba(255, 255, 255, 1);
    flex-grow: 1;
    flex-shrink: 1;
}
/** maincontent h3 **/
.maincontent_h3 {
    display: flex;
    font-size: 1.125rem;
    padding: 0 10px 0 11px;
    background: rgba(236, 236, 236, 1);
    width: 100%;
}
.maincontent_h3 .h3_icon {
    width: 36px;
    flex-shrink: 0;
    flex-grow: 0;
}
.maincontent_h3 .h3_txt {
    padding: 10px 0;
    flex-shrink: 1;
    flex-grow: 1;
}
/* X(旧Twitter) */
.maincontent_h3 .x_news {
    font-size: 0.8rem;
    padding: 8px 0 6px 0;
    width: 250px;
    flex-grow: 0;
    flex-shrink: 0;
}
.maincontent_h3 .x_news a {
    display: block;
    height: 32px;
    text-decoration: none;
}
.maincontent_h3 .x_news a img {
    border-radius: 5px;
    margin-right: 5px;
}
.maincontent_h3 .x_news a:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.maincontent_h3 .x_news a span {
    display: inline-block;
    text-decoration: underline;
    padding: 5px 0;
}

/*** Advertise Content ***/
/*** 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);
}
/** Bannar(Sample) **/
.adsample_main {
    width: 620px;
}
.adsample_banner {
    width: 300px;
}
.adsample_main .display,
.adsample_banner .display {
    margin: 15px 0 0 10px;
    background: url(../Content/themes/base/images/icon/ico_listMark04.png) left center no-repeat;
    padding-left: 20px;
}
.adsample_banner h3 {
    font-size: 1.1125rem;
    color: rgba(255,255,255,1);
    margin: 0 0 0 0;
    padding: 7px 0;
    text-align: center;
    background: rgba(51,51,51,1);
    border-bottom: solid 4px rgba(0,104,183,1);
}
/** Square Banner **/
.square_banner li {
    margin-bottom: 11px;
    line-height: 1;
}
/** TopText **/
.toptext {
    width: 100%;
    padding: 17px 10px 17px 18px;
    margin-bottom: 16px;
    border: solid 5px rgba(236, 236, 236, 1);
}
.toptext li {
    margin-bottom: 5px;
}
.toptext li:last-child {
    margin-bottom: 0;
}
.toptext li a {
    display: inline-block;
    font-size: 0.75rem;
    padding-left: 14px;
    background: url(../Content/themes/base/images/icon/ico_listMark01.png) left center no-repeat;
}


/** Notable Products **/
.notable_products {
    padding-bottom: 40px;
}
.notable_products ul {
    margin-top: 10px;
}
.notable_products ul .title,
.notable_products ul .subinfo {
    font-size: 0.8125rem;
    line-height: 20px;
}
.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 .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 5px 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 .subinfo .lnk_iproec a:hover img {
    box-shadow: 4px 4px 4px #868686;
    transform: translateY(-2px);
}
.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;
}
.notable_products ul .detail .detail_text {
    font-size: 0.8125rem;
    line-height: 1.4;
    width: 529px;
    margin: 0;
}

/** Image And Text 31Rectangle Ad **/
.image_and_text_31rectangle {
    padding-bottom: 7px;
}
.image_and_text_31rectangle dl {
    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 10px;
}
.maker_name {
    display: block;
    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;
}
/** Seminar Event Infomation**/
/** Seminar Event Top **/
.seminar_event_info {
    padding-bottom: 40px;
}
.seminar_event_info dl{
    margin-top:10px;
    font-size:0.8125rem;
}
.seminar_event_info dl dt{
    width:100%;
}
.seminar_event_info dl dt .seminar_event_info_head{
    display:block;
    background-color:rgba(236,236,236,1);
    padding:9px 0 9px 12px;
    font-weight:bold;
}
.seminar_event_info dl dt .cotactcompany{
    display:block;
    padding:3px 4px 3px 12px;
    font-weight:bold;
    background:url(../Content/themes/base/images/icon/ico_listMark03.png) left center no-repeat;
    margin-left:5px;
}
/* 画像なし */
.seminar_txt_description {
    padding: 5px 0 5px 12px;
}
/* 画像あり */
.seminar_img_description {
    display: table;
    padding: 5px 0;
    width: 100%;
}
.seminar_event_img {
    display: table-cell;
    vertical-align: top;
    width: 91px;
}
.seminar_event_txt {
    display: table-cell;
    vertical-align: top;
}
/** Seminar Event (Small) **/
.seminar_Small {
    margin-top: 11px;
    padding-bottom: 7px;
}
.seminar_Small dl {
    margin-bottom: 10px;
}
.seminar_Small dl dt {
    font-size: 0.8125rem;
    padding: 4px 6px;
    background: rgba(236, 236, 236, 1);
}
.seminar_small_txt_description {
    font-size: 0.75rem;
    padding: 2px 6px 0;
}
.seminar_small_img_description {
    display: table;
    font-size: 0.75rem;
    padding: 2px 6px 0;
    width: 100%;
}
.seminar_small_img {
    display: table-cell;
    vertical-align: middle;
    width: 91px;
}
.seminar_small_txt {
    display: table-cell;
    vertical-align: top;
    line-height: normal;
}
/** New Arrival Products **/
.new_arrivals {
    width: 100%;
    margin-top: 17px;
}
.new_arrivals .new_arrivals_item {
    margin-bottom: 6px;
}
.new_arrivals .new_arrivals_item a {
    display: flex;
}
.new_arrivals .new_arrivals_item a:hover {
    text-decoration: none;
    background-color: rgba(238, 245, 251, 1);
}
.new_arrivals .new_arrivals_item a div {
    font-size: 0.75rem;
    line-height: 1.5;
    word-break: break-all;
}
.new_arrivals .new_arrivals_item a div:first-child img {
    border: solid 1px rgba(204, 204, 204, 1);
    margin-right: 13px;
}
.new_arrivals .new_arrivals_item a:hover .title {
    text-decoration: underline;
}
.new_arrivals .new_arrivals_item a .companyname {
    color: rgba(51, 51, 51, 1);
}


/** New Products **/
.new_products {
    margin-top: 10px;
    padding-bottom: 30px;
}
.new_products ul {
    margin-bottom: 10px;
}
.new_products ul .title,
.new_products ul .subinfo {
    font-size: 0.8125rem;
    line-height: 20px;
    width: 100%;
}
.new_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;
}
.new_products ul .subinfo {
    display: flex;
    flex-direction: row;
    padding: 0 4px 0 13px;
    background: rgba(236, 236, 236, 1);
}
.new_products ul .subinfo .maker {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 7px 0;
}
/*.new_products ul .subinfo .contact {
    text-align: center;
    background: rgba(255, 153, 51, 1);
    width: 150px;
    margin: 4px 0 4px 5px;
    flex-grow: 0;
    flex-shrink: 0;
}
.new_products ul .subinfo .contact a {
    display: block;
    color:rgba(255,255,255,1);
    width: 100%;
    padding: 3px 0;
}*/
.new_products ul .subinfo .contact {
    text-align: center;
    width: 150px;
    margin: 4px 0 4px 5px;
    flex-grow: 0;
    flex-shrink: 0;
}
.new_products ul .subinfo .contact a {
    display: block;
    background: rgba(255, 153, 51, 1);
    color:rgba(255,255,255,1);
    border: 2px solid rgba(255, 153, 51, 1);
    border-radius: 3px;
    width: 100%;
    padding: 1px 0;
}
.new_products ul .subinfo .contact a:hover {
    background: rgba(255, 255, 255, 1);
    color:rgba(255, 153, 51, 1);
    border: 2px solid rgba(255, 153, 51, 1);
    font-weight: bold;
    text-decoration: none;
}
.new_products ul .subinfo .lnk_iproec {
    padding: 2px 0;
    width: 65px;
    flex-grow: 0;
    flex-shrink: 0;
}
.new_products ul .subinfo .lnk_iproec a img {
    border-radius: 5px;
    box-shadow: 2px 2px 2px #676767;
    transition: .2s;
}
.new_products ul .subinfo .lnk_iproec a:hover img {
    box-shadow: 4px 4px 4px #868686;
    transform: translateY(-2px);
}
.new_products ul .detail {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 9px 0 10px 0;
}
.new_products ul .detail .detail_image {
    width: 91px;
}
.new_products ul .detail .detail_image a {
    text-decoration: none;
    border: none;
}
.new_products ul .detail .detail_text {
    font-size: 0.8125rem;
    line-height: 1.4;
    width: 529px;
    margin: 0;
}


/** Notable Products & iPSpecial (Small) **/
.notable_products_small,
.special_page {
    width: 100%;
    margin: 17px 0 25px 0;
}
.notable_products_small .notable_products_small_item,
.special_page .special_page_item {
    margin-bottom: 6px;
}
.notable_products_small .notable_products_small_item a,
.special_page .special_page_item a {
    display: flex;
}
.notable_products_small .notable_products_small_item a:hover,
.special_page .special_page_item a:hover{
    text-decoration: none;
    background-color: rgba(238, 245, 251, 1);
}
.notable_products_small .notable_products_small_item a div,
.special_page .special_page_item a div {
    font-size: 0.75rem;
    line-height: 1.5;
    word-break: break-all;
}
.notable_products_small .notable_products_small_item a div:first-child img,
.special_page .special_page_item a div:first-child img {
    border: solid 1px rgba(204, 204, 204, 1);
    margin-right: 13px;
}
.notable_products_small .notable_products_small_item a:hover .title,
.special_page .special_page_item a:hover .title {
    text-decoration: underline;
}
.notable_products_small .notable_products_small_item a .companyname,
.special_page .special_page_item a .companyname {
    color: rgba(51, 51, 51, 1);
}

/** Value Text **/
.valuetext{
    margin:11px 0;
    padding-bottom:7px;
    border:2px solid rgba(236,236,236,1);
}
.valuetext dl dt{
    font-size:0.8125rem;
    padding:6px 0 1px 6px;
}
.valuetext dl dt a{
    background:url(../Content/themes/base/images/icon/ico_listMark01.png) left center no-repeat;
    padding-left:10px;
}
.valuetext dl dd{
    font-size:0.75rem;
    padding-left:6px;
}

/*** btn_pagetop ***/
.btn_pagetop {
    display: block;
    position: absolute;
    left: 1082px;
    bottom: 0;
    width: 67px;
    height: 56px;
}
.btn_pagetop a {
    display: inline-block;
    width: 67px;
    height: 56px;
    background: url(../Content/themes/base/images/btn/btn_pagetop.png) center no-repeat;
}

/*** footer ***/
.footer {
    width: 100%;
    min-width: 1200px;
    background: rgba(51, 51, 51, 1);
    padding: 25px 0;
    color: rgba(255, 255, 255, 1);
}
.footer .m-w1200 {
    display: flex;
    flex-direction: row;
}
.footer a {
    color: rgba(255, 255, 255, 1);
}
.footer ul {
    min-height: 160px;
    margin-left: 20px;
    padding: 8px 2px 0 10px;
}
.footer ul li {
    position: relative;
    list-style: disc;
}
.footer ul:last-child {
    border-right: none;
}
.footer ul li a {
    font-size: 0.85rem;
}
.footer_logo {
    display: inline-block;
}
.footer .m-group {
    padding-left: 85px;
    background: url(../Content/themes/base/images/footer/icon_footer.png) left top no-repeat;
    width: 1070px;
    display: flex;
    flex-direction: row;
}
.footer .m-group dl {
    display: inline-block;
    margin-left: 20px;
    padding-left: 15px;
    border-left: solid 1px rgba(255, 255, 255, 1);
    width: 28%;
}
.footer .left-end {
    width: 15%;
}
.footer .left-end ul {
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
}
.footer .left-end ul li {
    padding-bottom: 5px;
}
.footer .left-end ul li a {
    font-size: 16px;
}

/*** search company ***/
.SearchCompanyTable{
    margin-bottom:20px;
}
.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;
    display: table;
    background-color: #F0F1F1;
    border-bottom: dashed 1px #d8d3d3;
}
.SearchCompanyTable ul:last-child{
    border:none;
}
.SearchCompanyTable ul li {
    display: table-cell;
    text-align: center;
    width: 60px;
}
.SearchCompanyTable ul li a {
    display: block;
    padding: 8px 0;
}
.SearchCompanyTable ul li a:hover {
    background: #0068b7;
    color: rgba(255,255,255,1);
    text-decoration: none;
}

/** Search Word & Search Product **/
.ps_h1 {
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 15px 9px;
    background: #ececec;
    font-size: 1.175rem;
}
.productSearch ul {
    margin-bottom: 10px;
}
.productSearch ul .title,
.productSearch ul .subinfo {
    font-size: 0.8125rem;
    line-height: 20px;
    width: 100%;
}
.productSearch ul .title {
    background: rgba(102, 102, 102, 1);
    font-weight: bold;
}
.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 .contact {
    text-align: center;
    background: rgba(255, 153, 51, 1);
    width: 150px;
    margin: 4px 0 4px 5px;
    flex-grow: 0;
    flex-shrink: 0;
}
.productSearch ul .subinfo .contact a {
    display: block;
    color: rgba(255,255,255,1);
    width: 100%;
    padding: 3px 0;
}*/
.productSearch ul .subinfo .contact {
    text-align: center;
    width: 150px;
    margin: 4px 0 4px 5px;
    flex-grow: 0;
    flex-shrink: 0;
}
.productSearch ul .subinfo .contact a {
    display: block;
    background: rgba(255, 153, 51, 1);
    color:rgba(255,255,255,1);
    border: 2px solid rgba(255, 153, 51, 1);
    border-radius: 3px;
    width: 100%;
    padding: 1px 0;
}
.productSearch ul .subinfo .contact a:hover {
    background: rgba(255, 255, 255, 1);
    color:rgba(255, 153, 51, 1);
    border: 2px solid rgba(255, 153, 51, 1);
    font-weight: bold;
    text-decoration: none;
}
.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 .subinfo .lnk_iproec a:hover img {
    box-shadow: 4px 4px 4px #868686;
    transform: translateY(-2px);
}
.productSearch ul .detail {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 9px 0 10px 0;
}
.productSearch ul .detail .detail_image {
    width: 160px;
}
.productSearch ul .detail .detail_image a {
    display: inline-block;
    text-decoration: none;
    border: solid 1px rgba(153, 153, 153, 1);
}
.productSearch ul .detail .detail_text {
    font-size: 0.8125rem;
    line-height: 1.4;
    width: 460px;
    margin: 0;
}

.linked_category {
    color: #FF9900;
    font-style: oblique;
    font-size: 0.75rem;
    text-shadow: 1px 1px 1px yellow;
    margin-left: 0.5em;
}

.maincontent_searchresult_h3 {
    width: 100%;
    margin-top: 40px;
    padding: 8px 0 5px 15px;
    font-size: 1.125rem;
    background: rgba(0, 104, 183, 1);
    border-bottom: solid 4px rgba(51, 51, 51, 1);
    color: rgba(255,255,255,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 {
    width: 220px;
    font-size: 0.8125rem;
}
.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;
}

.searchresult_category_notice {
    font-size: 0.72rem;
    text-align: center;
    margin-top: 3px;
}
.searchresult_category_notice span {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 160, 183, 1);
    border-radius: 3px;
}

/* SearchNote */
.search_note {
    color: #d91220;
    border: 1px solid #d91220;
    margin-bottom: 10px;
    font-size: 0.875rem;
}
.search_note li {
    padding: 2px 10px;
}

/** Distributor Link **/
.distributor_pagelink a:hover {
    text-decoration: none;
}
.distributor_pagelink .distributor {
    margin-bottom: 14px;
    padding: 0px 13px 10px 10px;
    border: solid 1px #CDCDCD;
    background: #F1F1F1;
    line-height: 1;
}
.distributor_pagelink .distributor {
    border-top: none;
}
.distributor_pagelink .distributor span {
    font-size: 0.84rem;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}
.distributor_pagelink a:hover img,
.distributor_pagelink a:hover .distributor {
    opacity: 0.6;
    transition-duration: 0.3s;
}

/** Distributor Mail Caution **/
.mailcaution {
    font-size:0.725rem;    
}
.mailcaution img{
    padding-right: 5px
}

/*******************************
	utility
*******************************/
.cf {
    content: "";
    display: table;
    clear: both;
}
.class_hide{display: none;}
/* text */
.textRed {color: #990000;}
.textOrange {color: #ff8811;}
.textGreen {color: #006666;}
.bold {font-weight: 600;}
.textBold {font-weight: bold;}
.textCenter {text-align: center;}
.marker_yellow {background: linear-gradient(transparent 50%, #fff8ab 50%);}
.marker_red {background: linear-gradient(transparent 50%, #ffd0d1 50%);}
/* margin */
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mb0 {margin-bottom: 0 !important;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mlf10 {margin-left: 10px;}
.mrl10 {margin-left: 10px; margin-right: 10px;}



