@charset "utf-8";
/*
Theme Name:GENSEN child
Theme URI:
Description:WordPress子テーマ「GENSEN」
Author:apse
Template:gensen_tcd050
Author URI:https://apse.asia/
Version:1.13
*/
.original-table, td, th { border: 1px #fff9eb solid;
  text-align: center !important; 
  background: #ffefe1;}



/* ヘッダー検索 */
#header_top a.search_button { display:none;}
#header_search, #index_header_search { display:block; padding:25px 0; background:rgba(49, 119, 248, 0.6) !important; }
#header_search  { display:block; padding:25px 0; background:rgba(49, 119, 248, 0.6) !important; } 
@media only screen and (min-width:1025px) {
  #header_search { display:block !important; }
}
/* スライダー上に表示 */
@media only screen and (min-width:1025px) {
    .has_header_content #header { position:absolute; z-index:5; }
    .has_header_content #header_top { background:transparent; border-bottom:1px solid rgba(255,255,255,0.3); }
    .has_header_content.fix_top.header_fix #header_top { border-bottom:none; }
    .has_header_content #index_header_search { margin-top:-100px; background:rgba(49, 119, 248, 0.6) !important; position:relative; z-index:4;}
  }