@charset "UTF-8";

body {
  min-width: 940px;
  background-color: #fff;
  color: #333333;
  line-height: 1.6;
}
html {
  font-size: 0.625em;
}
/* Container
   ========================================================================== */
/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* Page header
   ========================================================================== */
.page-header {
  min-width: 960px;
  background-color: #fff;
}
.page-header > .inner {
  position: relative;
  width: 960px;
  min-height: 64px;
  margin: 0 auto;
}
.page-header .site-id {
  position: absolute;
  top: 14px;
  left: 2px;
}
.page-header .site-id-tec {
  position: absolute;
  top: 23px;
  left: 210px;
  margin-top: 0;
}
.page-header .header-link {
  position: absolute;
  top: 5px;
  right: 0;
  margin-top: 0;
  font-size: 0.8em;
}
.page-header .header-link > a {
  padding-left: 12px;
  background: url(../common/img/layout/header_link_icon01.png) no-repeat left 0.4em;
  color: #039;
}
.page-header .header-link > a:hover {
  color: #f63;
  text-decoration: underline;
}
.page-header .header-nav {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  top: 28px;
  right: 0;
}
.page-header .header-nav > li {
  float: left;
  margin-left: 10px;
}
.page-header .header-nav > li > a,
.page-header .header-nav > li > span {
  font-size: 78.57%;
  padding: 2px 0 2px 16px;
}
.page-header .header-nav > li > a {
  color: #039;
}
.page-header .header-nav > li > a:hover {
  color: #f63;
  text-decoration: underline;
}
.page-header .header-nav > .sitemap > a,
.page-header .header-nav > .sitemap > span {
  background: url(../common/img/layout/header_link_icon02.png) no-repeat left top;
}
.page-header .header-nav > .contact > a,
.page-header .header-nav > .contact > span {
  background: url(../common/img/layout/header_link_icon03.png) no-repeat left top;
}
.page-header .site-search {
  position: absolute;
  top: 30px;
  right: 187px;
}
.page-header .site-search input[type="text"] {
  width: 140px;
  height: 19px;
  padding: 0 0 0 2px;
  font-size: 1.0em;
  border: #cfcfcf 1px solid;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 1px 1px #f2f2f2 inset;
          box-shadow: 1px 1px #f2f2f2 inset;
}
.page-header .global-nav {
  border-top: #dedee0 1px solid;
  background: url(/common/img/layout/header_global-nav_bg01.png) #f7f7f9 bottom repeat-x;
}

/* 2018/04 */
.page-header .global-nav.is-fixed {
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 100%;
	opacity: 0.8;
	z-index: 999;
}
.page-header .global-nav.is-fixed:hover {
	opacity: 1.0;
}
@media print{
	.page-header .global-nav.is-fixed {
		position: relative;
		top: auto;
		opacity: 1.0;
	}
}

.page-header .global-nav > ul {
  zoom: 1;
  width: 940px;
  margin: 0 auto;
  padding: 4px 0 8px;
}
.page-header .global-nav > ul:before,
.page-header .global-nav > ul:after {
  content: ' ';
  display: table;
}
.page-header .global-nav > ul:after {
  clear: both;
}
.page-header .global-nav > ul > li {
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  border-right: #ccc 1px solid;
  line-height: 1.2;
  font-size: 1.5em;
  text-align: center;
}
.page-header .global-nav > ul > li:first-child {
  border-left: #ccc 1px solid;
}
.page-header .global-nav > ul > li > p,
.page-header .global-nav > ul > li > p > a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-header .global-nav > ul > li > p {
  height: 41px;
  margin: -4px 0 -5px;
  border-bottom: #f7f7f9 3px solid;
}
.page-header .global-nav > ul > li > p > a,
.page-header .global-nav > ul > li > p > span {
  display: block;
  padding: 13px 0 8px;
  border-bottom: #f7f7f9 2px solid;
  text-decoration: none;
}
.page-header .global-nav > ul > li:hover > p,
.page-header .global-nav > ul > li:hover > p > a {
  border-bottom-color: #ff0000;
}
.page-header .global-nav > ul > li:hover > p {
  background-color: #fff;
}
.page-header .global-nav > ul > li:hover > p > a {
  color: #ff0000;
}
.page-header .global-nav > ul > .has-current > p {
  border-bottom-color: #ff0000;
  background-color: #fff;
}
.page-header .global-nav > ul > .has-current > p > a > span {
  border-bottom-color: #fff;
}
.page-header .global-nav-drop {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 20;
  width: 100%;
}
.page-header .global-nav-drop > ul {
  border-top: #ccc 1px solid;
}
.page-header .global-nav-drop > ul > li {
  font-size: 80%;
  border: #ccc 1px solid;
  border-top: none;
  background-color: #fff;
  text-align: left;
}
.page-header .global-nav-drop > ul > li > a,
.page-header .global-nav-drop > ul > li > span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: block;
  padding: 12px 15px 13px 28px;
  background: url(../common/img/parts/arrow_icon01.png) no-repeat 8px 1em;
  text-decoration: none;
}
.page-header .global-nav-drop > ul > li > a:hover {
  background-color: #ededed;
}
.page-header .global-nav-drop > ul > li > ul {
  text-align: left; /* inkjet_application.cssを上書き */
}