@charset "iso-8859-1";

/**********************************************************
 *
 * SMTcommonHeader
 *
 **********************************************************/



/**********************************************************
* reset
**********************************************************/
.header input, .header textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.header label {
  cursor: pointer;
}
.header table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
.header fieldset, .header img {
  border: 0;
}
.header img {
  vertical-align: middle;
}
.header address, .header caption, .header cite, .header code, .header dfn, .header em, .header th, .header var {
  font-style: normal;
  font-weight: normal;
}
.header ol, .header ul {
  list-style: none;
}
.header caption, .header th {
  text-align: left;
}
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6 {
  font-size: 100%;
  font-weight: normal;
}
.header q:after, .header q:before {
  content: '';
}
.header abbr, .header acronym {
  border: 0;
}
.header * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header a:focus, .header input:focus {
  outline: 1px dotted #000;
}



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

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

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

  .header a {
    color: #093475;
    text-decoration: none;
  }

  .header-in {
    padding: 10px;
/*    zoom: 1;*/
  }
  .header-in:before {
    content: "";
    display: table;
  }
  .header-in:after {
    content: "";
    display: table;
    clear: both;
  }


  /* logo
  -------------------------------------------*/
.header-logo {
  float: left;
  margin: 9px 0 0 8px;
  width: 110px;
  height: 23px;
}

  .header-logo a {
    display: block;
  }

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


/* utility
-------------------------------------------*/
.header-smt {
  float: right;
}

/* headerbtn */
.header-btns {
/*  zoom: 1;*/
}
/* clearfix */
.header-btns:before {
  content: "";
  display: table;
}
.header-btns:after {
  content: "";
  display: table;
  clear: both;
}
  /* btn */
  .header-btns .btn {
    float: right;
    width: 44px;
    height: 44px;
  }
    .header-btns .btn a {
      display: block;
      padding: 1px;
    }
    .header-btns .btn img {
      width: 100%;
      height: auto;
    }


/* attention
-------------------------------------------*/
.area-attention {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
}
.area-attention.bdn {
  border-bottom: none;
}
.mod-attention {
  padding: 12px 10px 9px;
  vertical-align: middle;
  font-size: 85.71429%;
}
.txt-attention {
  margin-left: 21px;
  text-indent: -21px;
}
  .txt-attention .img {
    margin-right: 5px;
    vertical-align: baseline;
  }


/* error
-------------------------------------------*/
.area-error {
  border-top: 1px solid #ffaab0;
  border-bottom: 1px solid #ffaab0;
  background-color: #ffeef0;
}
.area-error + .area-error {
  border-top: none;
}
.txt-error {
  padding: 8px 10px;
  text-align: right;
  font-size: 85.71429%;
}


/* global-nav
-------------------------------------------*/
.nav-global {
  height: 40px;
}
  /* clearfix */
  .nav-global-in {
/*    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: 20%;
    border-bottom: 3px solid #c03;
  }
  .nav-global .nav-item.nav06 { display: none; }

    /* link */
    .nav-global .nav-item a {
      display: block;
      width: 100%;
      height: 40px;
      text-align: center;
    }

    /* text */
    .nav-global .nav-item .txt {
      overflow: hidden;
      display: block;
      width: 100%;
      height: 25px;
      border-left: 1px solid #ddd;
    }
    .nav-global .nav-item:first-child .txt { border-left: none; }
      .nav-global .nav-item .txt img {
        width: 63px;
        height: 50px;
      }

    /* current */
    .nav-global .nav-item.is-current {
      border-bottom-width: 5px;
    }
      .nav-global .nav-item.is-current a {
        padding-bottom: 13px;
        border-bottom: 2px solid #c03;
      }
      .nav-global .nav-item.is-current img {
        margin-top: -25px;
      }



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

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

/* arrow */
.ico-header-arrow {
  position: relative;
  padding-left: 1em;
  text-decoration: none;
}
.ico-header-arrow:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.25em;
  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;
  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;
}



/**********************************************************
 * PChide
 **********************************************************/
.header-pc {
  display: none;
}

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