@charset "UTF-8";

/*** header ***/

  #header_wrap{
    width: 980px;
    margin:0 auto;
  }

  .header-logo{
    padding-top: 17px;
    padding-bottom: 14px;
  }

    .header-logo img{
      vertical-align:top;
    }
  
    .header-logo img.ttl_txt{
      margin-top: 13px;
      margin-left: 20px;
    }

/*** header_side ***/

  #header_side{
    width: 650px;
    margin-top: 7px;
    margin-bottom: 5px;
    float: right;
  }

    #header_link{
      margin-bottom: 9px;
    }

    #header_link li{
      float: right;
      font-size: 11px;
    }

    #header_link a{
      padding: 0 21px;
      border-left: 1px solid #dddddd;
    }

    #header_link li.last a{
      border-right: 1px solid #dddddd;
    }

    #search_box{
      clear: both;
    }

    #search_box p{
      float: right;
      font-size: 12px;
    }

    #search_box p.txt_size{
      padding-top: 6px;
      margin-right: 10px;
    }
    
    #search_box .txt_size_btn{
      margin-right: 5px;
      text-algin:center;
    }

    #search_box p.txt_size_btn a{
      width: 40px;
      height: 14px;
      padding-top: 6px;
      padding-bottom: 6px;
      color: #fff;
      background: #333333;
      display: block;
      text-align: center;
      font-size: 11px;
    }

    #search_box p.txt_size_btn a:hover{
      opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha(opacity=80)";
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;    
      text-decoration:none;
    }

    #search_box .site_search_input{
      width: 209px;
      height: 12px;
      padding-top: 6px;
      padding-bottom: 6px;
      padding-left:6px;
      border:1px solid #dddddd;
      margin-left: 5px;
      margin-right:2px;
      font-size: 11px;
    }

    #search_box .search_btn{
      width: 26px;
      height: 26px;
      border-style: none;
    }

/*** gSearch ***/

  #gSearch {
    width:245px;
    margin-left: 5px;
  }

    #gSearch .gsc-branding {
      display: none;
    }
    
    #gSearch .gsc-control-cse {
      padding: 0;
      border: none;
    }
    
    #gSearch input.gsc-input {
      font-size: 12px;
      border: 1px solid #dddddd;
      vertical-align: baseline;
    }
    #gSearch .gsc-input-box {
      border: 1px solid #dddddd;
      height: 24px;
    }
    #gSearch .gsc-search-box .gsc-input>input:hover,
    #gSearch .gsc-input-box-hover {
      border: 1px solid #dddddd;
      border-top-color: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    #gSearch .gsc-search-box .gsc-input>input:focus,
    #gSearch .gsc-input-box-focus {
      border: 1px solid #dddddd;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    
    #gSearch .gsib_b {
      display: none;
    }
    
    #gSearch table.gsc-search-box td.gsc-input {
      padding-right: 2px;
    }
    #gSearch input.gsc-search-button {
      padding: 6px 6px 7px 7px;
      height: 13px;
      margin: 0px;
      vertical-align:-2px;
      
      border: none;
      border-radius: 0;
      
      background-color: #333333;
      background-image: none;
      filter: none;
    }
    #gSearch input.gsc-search-button:hover {
      background-color: #333333;
      background-image: none;
      filter: none;
    }
    
    #gSearch input.gsc-search-button:focus {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
    }

/***global navi ****/

#global_navi{
  height: 53px;
  /*background: #00aeef;*/
  background: url("../images/navi_bg.png");
  background-repeat:repeat-x;
}

  #global_navi_wrap{
    width: 980px;
    margin: 0 auto;
  }

  #global_navi_wrap li{
    box-sizing: border-box;
    width: 169px;
    height: 36px;
    border-left: 1px solid #80d7f7;
    margin-top:7px;
    margin-bottom:7px;
    float: left;
    display:block;
    padding-left: 4px;
    padding-right: 4px;
  }
  
  
  #global_navi_wrap li:first-child{
    box-sizing: border-box;
    width: 134px;
  } 

  #global_navi_wrap li a{
    width: 160px;
    height: 29px;
    padding-top: 7px;
    display:block;
    text-align:center;
    font-size: 15px;
    color: #fff;
    text-decoration:none;
  }

  #global_navi_wrap li a:hover{
    background: #ffffff;
    color: #00aeef;
  }

  #global_navi_wrap li a.homelink{
    width: 125px;
  }

  #global_navi_wrap .last{
    box-sizing: border-box;
    width: 169px;
    border-right: 1px solid #80d7f7;
  }


#global_navi_wrap .navi_active{
  background: #ffffff;
  color: #00aeef;
}


/***ヘッダー(医療関係者の皆様へ)***/

.header_top{
  padding-bottom: 13px;
  border-bottom: 1px solid #005faf;
}