@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
.win,
.mac {
  overflow-y: scroll;
}
/* Fonts
   ========================================================================== */
html {
  font-size: 0.625em;
}
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
li,
caption,
col,
th,
td,
p,
address,
figcaption {
  font-size: 1.4em;
}
dd dt,
dd dd,
dd li,
dd p,
dd caption,
dd col,
dd th,
dd td,
dd figcaption,
li dt,
li dd,
li li,
li p,
li caption,
li col,
li th,
li td,
li figcaption,
th dt,
th dd,
th li,
th p,
th caption,
th col,
th th,
th td,
th figcaption,
td dt,
td dd,
td li,
td p,
td caption,
td col,
td th,
td td,
td figcaption {
  font-size: 1em;
}
sup,
sub {
  font-size: 0.83em;
}
body,
input,
textarea,
select,
button {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
}
.ie body,
.ie input,
.ie textarea,
.ie select,
.ie button {
  font-family: "Meiryo", "MS PGothic", sans-serif;
}
/* Style
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
}
th,
td {
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ' ';
  content: none;
}
address {
  font-style: normal;
  font-weight: normal;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  margin: 0;
  line-height: normal;
}
input[type="image"] {
  cursor: pointer;
  vertical-align: top;
}
textarea {
  margin: 0;
  vertical-align: top;
  resize: vertical;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
object,
embed,
iframe {
  vertical-align: top;
  outline: none;
  max-width: 100%;
}
em,
strong {
  font-style: normal;
  font-weight: bold;
}
mark {
  color: inherit;
  background-color: inherit;
  font-weight: bold;
}
sup,
sub {
  position: relative;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
/* Clearfix
   ========================================================================== */
header,
footer,
main,
section,
article,
aside,
nav,
.page-container,
.page-header,
.page-footer,
.content,
.main-content,
.sub-content,
.article,
.section,
.row {
  zoom: 1;
}
header:before,
footer:before,
main:before,
section:before,
article:before,
aside:before,
nav:before,
.page-container:before,
.page-header:before,
.page-footer:before,
.content:before,
.main-content:before,
.sub-content:before,
.article:before,
.section:before,
.row:before,
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
nav:after,
.page-container:after,
.page-header:after,
.page-footer:after,
.content:after,
.main-content:after,
.sub-content:after,
.article:after,
.section:after,
.row:after {
  content: ' ';
  display: table;
}
header:after,
footer:after,
main:after,
section:after,
article:after,
aside:after,
nav:after,
.page-container:after,
.page-header:after,
.page-footer:after,
.content:after,
.main-content:after,
.sub-content:after,
.article:after,
.section:after,
.row:after {
  clear: both;
}
/* ==========================================================================
   Layout - General
   ========================================================================== */
/* Root
   ========================================================================== */
body {
  min-width: 940px;
  background-color: #f7f7f9;
  color: #333333;
  line-height: 1.6;
}
/* 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: 1.1em;
}
.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を上書き */
}