@charset "iso-8859-1";

/**********************************************************
 *
 * PCcommonHeader
 *
 **********************************************************/

/**********************************************************
* header
**********************************************************/

/* layout
-------------------------------------------*/
html {
  font-size: 62.5%;
}

.header {
  display: block;
  font-size: 100%;
  line-height: 1.5;
}

  /* link */
  .header a {
    color: #093475;
    text-decoration: none;
  }
  .header a:visited {
    color: #7600b3;
  }
  .header a:hover,
  .header a:focus {
    text-decoration: underline;
    color: #3374da;
  }

  .header-in {
    margin: 0 auto;
				padding-top:12px;
    width: 940px;
/*    zoom: 1;*/
  }
  /* clearfix */
  .header-in:before {
    content: "";
    display: table;
  }
  .header-in:after {
    content: "";
    display: table;
    clear: both;
  }


/* logo
-------------------------------------------*/
.header-logo {
  float: left;
  padding-top: 18px;
  width: 145px;
  height: 30px;
}

  .header-logo a {
    display: block;
  }

  .header-logo img {
    width: 100%;
    height: auto;
  }


/* utility
-------------------------------------------*/
.header-pc {
  float: right;
  position: relative;
}


/* searchArea
-------------------------------------------*/
.header-search {
  float: right;
  position: relative;
  width: 220px;
  height: 23px;
}

  /* searchBox */
  .header-search .osp_searchBox {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    width: 150px;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    line-height: normal;
    font-size: 71.42857%;
  }
  ::-webkit-input-placeholder {
      color: #333; }
  :-moz-placeholder {
      color: #333; opacity: 1; }
  ::-moz-placeholder {
      color: #333; opacity: 1; }
  :-ms-input-placeholder {
      color: #333; }

  /* searchBtn */
  .header-search .submit {
    width: 74px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-search .submit:hover::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: rgba(0,0,0,0.14);
  }


/* link
-------------------------------------------*/
.header-links {
  clear:both;
  float: right;
  margin-top: 20px;
}
  .header-links .link {
    float: left;
    margin-right: 22px;
    padding-left: 11px;
    text-indent: -11px;
    font-size: 85.71%;
  }
  .header-links .link:before {
    display: inline-block;
    content: "";
    margin-right: 5px;
    width: 6px;
    height: 8px;
    background: url("/english/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
    background-size: contain;
  }
  .header-links .link:last-child {
    margin-right: 0;
  }


/* global-nav
-------------------------------------------*/
.nav-global {
  margin-top: 15px;
  height: 34px;
  border-bottom: 2px solid #c03;
}

  .nav-global-in {
    position: relative;
    bottom: -2px;
    height: 34px;
    margin: 0 auto;
    width: 940px;
/*    zoom: 1;*/
  }
  .nav-global-in:before {
    content: "";
    display: table;
  }
  .nav-global-in:after {
    content: "";
    display: table;
    clear: both;
  }

  /* btn */
  .nav-global .nav-item {
    float: left;
    width: 188px;
    height: 100%;
  }

    .nav-global .nav-item a {
      overflow: hidden;
      display: block;
      width: 100%;
      height: 100%;
    }

    /* img */
    .nav-global .nav-item img { margin-left: 0; }
    .nav-global .nav-item.nav02 img { margin-left: -188px; }
    .nav-global .nav-item.nav03 img { margin-left: -376px; }
    .nav-global .nav-item.nav04 img { margin-left: -564px; }
    .nav-global .nav-item.nav05 img { margin-left: -752px; }
    /* mouseover */
    .nav-global .nav-item:hover img,
    .nav-global .nav-item:focus img { margin-top: -34px; }
    /* current */
    .nav-global .nav-item.is-current img { margin-top: -68px; }


/* attention
-------------------------------------------*/
.area-attention {
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
}

.mod-attention {
  margin: 0 auto;
  padding: 14px 0 11px;
  width: 940px;
  font-size: 85.71429%;
}
.txt-attention {
  margin-left: 30px;
  text-indent: -30px;
}
  .txt-attention .img {
    margin-right: 5px;
    vertical-align: middle;
  }
  .txt-attention a {
    text-decoration: underline;
  }
  .txt-attention a:hover {
    text-decoration: none;
  }


/* error
-------------------------------------------*/
.area-error {
  border-top: 1px solid #ffaab0;
  border-bottom: 1px solid #ffaab0;
  background-color: #ffeef0;
}
.mod-error {
  margin: 0 auto;
  width: 940px;
}
.txt-error {
  padding: 14px 10px 11px;
  text-align: right;
  font-size: 85.71429%;
}
.txt-error a {
  text-decoration: underline;
}
.txt-error a:hover {
  text-decoration: none;
}


/**********************************************************
 * header icon
 **********************************************************/

/* icon
-------------------------------------------*/
.ico-header {
  display: inline-block;
}

/* arrow */
.ico-header-arrow {
  position: relative;
  margin-left: 6px;
  padding-left: 1em;
  text-decoration: none;
}
.ico-header-arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 8px;
  background: url("/english/images_osp/common/ico/ico_arrow_r01.png") no-repeat left top;
  background-size: contain;
}

/* other */
.ico-header-link {
  position: relative;
  margin-left: 6px;
  padding-left: 1em;
  text-decoration: none;
}
.ico-header-link:hover {
  text-decoration: underline;
}
.ico-header-link .ico-header {
  position: absolute;
  left: 0;
  top: 0;
}
.ico-header img {
  margin-top: -3px;
  vertical-align: middle;
}



/**********************************************************
 * header-lang-switch
 **********************************************************/

.header .header-lang-switch {
  display: inline-block;
  position: absolute;
  top:0;
  right: 240px;
}

.header .header-lang-switch a {
  font-size: 85.71%;
}



/**********************************************************
 * SMThide
 **********************************************************/
.header-smt,
.area-sidemenu {
  display: none;
}

.only-smt {
  display: none !important;
}
