﻿@charset "utf-8";

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, 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: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, 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;
}

/** TopWarningText **/

.top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position : relative;
    top: -20px;
}

.sitenotice-top {
    margin-top: 0;
    width: 100%;
    padding-right: 15px;
}

.message-container {
    width: 100%;
    margin-bottom: 16px;
    border: solid 2px #FF0000;
    background-color: #FFE2E2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 5px 5px 5px 10px;
}

    .message-container .message-title {
        font-size: 0.95rem;
        font-weight: bold;
    }

    .message-container .message-description {
        font-size: 0.75rem;
        align-self: flex-start;
        white-space: pre-line;
    }

/*** コンテンツ横幅 ***/
.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: 10px 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(../images/header/bg_search.png);
}
.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(../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;
}

/*** 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;
}

/*** company search layout ***/
.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 h1.searchcompany_result {
  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 {
  width: 220px;
  background: rgba(236,236,236,1);
  padding: 5px 0 5px 10px;
  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.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;
}

/*** 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(../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);
  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;
}
.square_banner li.square250 {
  width: 300px;
  height: 250px;
}
.square_banner li.square300 {
  width: 300px;
  height: 300px;
}

/** 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(../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(../images/icon/ico_listMark03.png) left center no-repeat;
  margin-left:5px;
}
/* non_Image */
.seminar_txt_description {
  padding: 5px 0 5px 12px;
}
/* with_Image */
.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;
}

/** SeminarEvent_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-top:11px;
  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(../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(../images/btn/btn_pagetop_zh-hans.png) center no-repeat;
}

/*** footer ***/
.footerlink {
  width: 100%;
  min-width: 1200px;
  color: rgba(255, 255, 255, 1);
  background: rgba(51, 51, 51, 1);
  padding: 26px 0;
}
.footerlink a {
  color: rgba(255, 255, 255, 1);
}
.footerlink .m-w1200 {
  display: flex;
  flex-direction: row;
}
.footerlink .m-w1200 .menu_group {
  padding-left: 85px;
  background: url(../images/footer/icon_footer.png) left top no-repeat;
  /* width: 1070px; */
  width: 770px;
  display: flex;
  flex-direction: row;
}
.footerlink .m-w1200 .menu_group .main_menu {
  /* width: 140px; */
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
.footerlink .m-w1200 .menu_group .main_menu ul {
  padding-top: 0;
  padding-left: 0;
  margin-left: 0;
}
.footerlink .m-w1200 .menu_group .main_menu ul li {
  position: relative;
  list-style: disc;
  padding-bottom: 5px;
}
.footerlink .m-w1200 .menu_group .main_menu ul li a {
  font-size: 16px;
}
.footerlink .m-w1200 .menu_group dl {
  margin-left: 20px;
  padding-left: 15px;
  border-left: solid 1px rgba(255, 255, 255, 1);
  /* width: 200px; */
  width: 175px;
}
.footerlink .m-w1200 .menu_group dl dd ul {
  min-height: 50px;
  margin-left: 20px;
  padding: 8px 2px 0 10px;
}
.footerlink .m-w1200 .menu_group dl dd ul li {
  position: relative;
  list-style: disc;
}
.footerlink .m-w1200 .menu_group dl dd ul li a {
  font-size: 0.85rem;
}
.footerlink .m-w1200 .footer_wechat {
  display: flex;
  width: 230px;
  text-align: center;
}
.footerlink .m-w1200 .footer_wechat .wechat_item {
  width: 45%;
  font-size: 0.85rem;
}

/** icp number **/
.icp_number {
    background: rgba(0, 104, 183, 1);
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}
.icp_number a {
    display: block;
    color: rgba(255, 255, 255, 1);
    font-size: 0.75rem;
    line-height: 1;
    width: 1200px;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
}

/*** search company ***/
.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);
}
.SearchCompanyTable h2 {
  font-size: 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: 100%;
  display: table;
}
.SearchCompanyTable ul li {
  display: table-cell;
  text-align: center;      
  width: 60px;
  background-color: #F0F1F1;  
}
.SearchCompanyTable ul li a {
  display: block;
  padding:10px 0;
}
.SearchCompanyTable ul li a:hover {
  background: #0068b7;
  color: rgba(255,255,255,1);
}

/** 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 {
  display: block;
  width: 100%;
  font-size: 1.125rem;
  background: rgba(0, 104, 183, 1);
  border-bottom: solid 4px rgba(51, 51, 51, 1);
  margin-top:40px;
  color:rgba(255,255,255,1);
  padding:8px 0 5px 15px;
}
.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;
}
.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.75rem;
  text-align: center;
  margin-top: 3px;
}
.searchresult_category_notice span {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 160, 183, 1);
}
.HitKeywordCategory a {
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 160, 183, 1);
}

/*** utility ***/
.cf {
  content: "";
  display: table;
  clear: both;
}
/* text */
.textRed {color: #990000;}
.textOrange {color: #ff8811;}
.textGreen {color: #006666;}
.bold {font-weight: 600;}
.textCenter {text-align: center;}
.marker_yellow {background: linear-gradient(transparent 50%, #fff8ab 50%);}
/* margin */
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt40 {margin-top: 40px;}
.mb0 {margin-bottom: 0 !important;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mlf10 {margin-left: 10px;}
.mrl10 {margin-left: 10px; margin-right: 10px;}

