/*gsearch.css*/
/* 全体検索用 */
.gsearch_form_box {
    width: 100%;
    height: 80px;
    padding: 15px;
    background-color: #dddddd;
    margin-bottom: 15px;
}
.gsearch_form_box input[type=text] {
    width: 800px;
    height: 50px;
    border: 1px solid #999999;
    font-size: 22px;
    
}
.gsearch_form_box .sbt {
    background-color: #333333;
    color: #fff;
    width: 180px;
    height: 50px;
    font-size: 22px;
    padding-left: 30px;
    margin-left: 15px;
}
.gsearch_form_box .sbt {
    background-image: url(/assets/smc_img/common/loupe.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position-x: 20px;
    background-position-y: 12px;

}
.gsearch_form_box .sbt:hover {
    box-shadow: 0 0 0 4px #999999 inset;
}
.gsearch_title  {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    background-color: #0072c1;
    margin-bottom: 15px;
}
.gsearch_more_link {
    text-align: left;
    margin: 5px 0 35px 0;
}
.gsearch_more_link a{
    color: #0072c1;
    font-size: 20px;
    text-decoration: underline;
}

/* 件数表示 */
/*.gsearch_hit_count  -> .gsearch_tab_area に変更。2024/2/19 */
/*.gsearch_types -> .gsearch_tab に変更。2024/2/19 */

.gsearch_tab_area {
    width: 100%;
    height: 60px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.gsearch_tab_area .gsearch_tab {
    width: 150px;
    height: 60px;
    float: left;
    border: 1px solid #0072c1;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    padding: 7px 0 0 0;
}

.gsearch_tab_area .gsearch_tab:nth-child(n+2) {
    margin-left: 11px;
}
.gsearch_tab_area .gsearch_tab a {
    color: #0072c1;
    text-decoration: underline;
    font-weight: 900;
}
.gsearch_tab_area .gsearch_tab a:hover {
    text-decoration: underline;
}
.gsearch_tab_area div:hover {
    box-shadow: 0 0 0 4px #d1edfb inset;
    cursor:pointer;
    opacity: 0.8;
}

/* webcatalog.css 打消し */
#content {
    margin-bottom: 15px;
}

/* WEBカタログ検索 psitem  */
.gsearch_psitem tr th {
    background: #e6e6e6;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-right: #8F929F 1px solid;
    border-bottom: #8F929F 1px solid;
    color: #333;
}

.gsearch_psitem tr th, .gsearch_psitem tr td {
    vertical-align: middle;
    word-wrap: break-word;
}

/* 3Sフル品番 */
.gsearch_3Shit {
    width: 100%;
    margin-bottom: 45px;
    clear: both;
}
.gsearch_3Shit .gsearch_3Shit_content  {
    font-size: 18px;
    padding: 10px 0 20px 0px;
}
.gsearch_3Shit .gsearch_3Shit_content a {
    color: #0072c1;
    text-decoration: underline;
    margin-left: 10px;
}
/* 全文検索 */
.gsearch_full_text {
    width: 100%;
    margin-bottom: 15px;
}
.gsearch_full_text dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
.gsearch_full_text dt {
    font-size: 16px;
    font-weight: 700;
}
.gsearch_full_text dt a{
    color: #0072c1;
}
.gsearch_full_text dd {
    margin-bottom: 1rem;
}
.gsearch_full_text dd .text-success {
    color: #393;
    font-size: 11px;
}
/* 3Sフル品番 部分一致*/
.gsearch_3S_search{
    width: 100%;
    margin-bottom: 15px;
}
/* 3Sフル品番 バックグレー */
.gsearch_3S_search tr th {
    background: #e6e6e6;
    text-align: center;
    padding: 10px 10px 10px 10px;
    border-right: #8F929F 1px solid;
    border-bottom: #8F929F 1px solid;
    color: #333;
}

.gsearch_3S_search tr th, .gsearch_3S_search tr td {
    vertical-align: middle;
    word-wrap: break-word;
}


/* 製品キーワード検索 */
.gsearch_webcatalog_site{
    width: 834px;
    margin: inherit;
    margin-bottom: 15px;
}


/* 取扱説明書検索 */
.gsearch_manuals{
    width: 100%;
    margin-bottom: 15px;
}


/* FAQ検索 */
.gsearch_faq{
    width: 100%;
    margin-bottom: 15px;
}


/* 特定開発品情報検索 */
.gsearch_pginfo{
    width: 100%;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .gsearch_form_box {
    text-align: left;
  }
  .gsearch_form_box input[type=text] {
    width: calc(100% - 185px);
    height: 50px;
    border: 1px solid #999999;
    font-size: 18px;
  }
  .gsearch_form_box .sbt {
    width:150px;
  }
  .gsearch_tab_area  {
    width: 100%;
    min-width:600px;
    height: 110px;
    margin-bottom: 10px;
  }
  .gsearch_tab_area .gsearch_tab {
    width: 135px;
    height: 45px;
    float: left;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
    padding: 5px 0 5px 0;
    margin-bottom: 8px;
  }
  .gsearch_tab_area .gsearch_tab:nth-child(n+2) {
    margin-left: 0px;
  }
  .gsearch_tab_area .gsearch_tab {
    margin-right: 10px;
  }
  .gsearch_webcatalog_site{
    width:100%;
    min-width:500px;
  }
}


