@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.7;
  -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
li,
caption,
col,
th,
td,
p,
address {
  font-size: 1.4em;
}
figcaption {
  font-size: 1.2em;
}
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 {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
}
.ie body,
.ie input,
.ie textarea,
.ie select {
  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: 1000px;
  line-height: 1.7;
  color: #cccccc;
  background-color: #000;
}
/* Container
   ========================================================================== */
.page-container {
  padding-bottom: 40px;
}
/* ==========================================================================
   Layout - Header
   ========================================================================== */
/* Page header
   ========================================================================== */
.page-header {
  width: 100%;
}
.page-header > .inner {
  zoom: 1;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.page-header > .inner:before,
.page-header > .inner:after {
  content: '';
  display: table;
}
.page-header > .inner:after {
  clear: both;
}
.page-header .site-id {
  float: left;
  margin-bottom: -6px;
  margin-top: 25px;
}
.page-header .header-btn-list {
  float: right;
  margin-top: 29px;
}
.page-header .header-btn-list > li {
  float: left;
  margin-left: 6px;
}
.page-header .header-btn-list > li > a {
  display: block;
  background-color: #fff;
}
.page-header .header-btn-list > li > a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
.page-header .header-btn-list > li:first-child {
  margin-left: 0;
}
.page-header .global-nav {
  margin-top: 30px;
  background-color: #2f2f2f;
}
.page-header .global-nav > ul {
  width: 1000px;
  margin: 0 auto;
}
.page-header .global-nav > ul > li {
  float: left;
  text-align: center;
}
.page-header .global-nav > ul > li > a {
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  border-right: 1px solid #ccc;
}
.page-header .global-nav > ul > li:first-child > a {
  border-left: 1px solid #ccc;
}
.page-header .global-nav .company > a {
  width: 249px;
  background: url(/common/img/layout/header_global-nav_btn01.png) no-repeat 0 0;
}
.page-header .global-nav .company > a:hover {
  background: url(/common/img/layout/header_global-nav_btn01_on.png) no-repeat 0 0;
}
.page-header .global-nav .company.current > a {
  background: url(/common/img/layout/header_global-nav_btn01_on.png) no-repeat 0 0;
}
.page-header .global-nav .forging > a {
  width: 250px;
  background: url(/common/img/layout/header_global-nav_btn02.png) no-repeat 0 0;
}
.page-header .global-nav .forging > a:hover {
  background: url(/common/img/layout/header_global-nav_btn02_on.png) no-repeat 0 0;
}
.page-header .global-nav .forging.current > a {
  background: url(/common/img/layout/header_global-nav_btn02_on.png) no-repeat 0 0;
}
.page-header .global-nav .process > a {
  width: 251px;
  background: url(/common/img/layout/header_global-nav_btn03.png) no-repeat 0 0;
}
.page-header .global-nav .process > a:hover {
  background: url(/common/img/layout/header_global-nav_btn03_on.png) no-repeat 0 0;
}
.page-header .global-nav .process.current > a {
  background: url(/common/img/layout/header_global-nav_btn03_on.png) no-repeat 0 0;
}
.page-header .global-nav .examples > a {
  width: 249px;
  background: url(/common/img/layout/header_global-nav_btn04.png) no-repeat 0 0;
}
.page-header .global-nav .examples > a:hover {
  background: url(/common/img/layout/header_global-nav_btn04_on.png) no-repeat 0 0;
}
.page-header .global-nav .examples.current > a {
  background: url(/common/img/layout/header_global-nav_btn04_on.png) no-repeat 0 0;
}
/* ==========================================================================
   Layout - Content
   ========================================================================== */
/* Content
   ========================================================================== */
.content {
  width: 100%;
  margin: 0 auto;
}
/* Main content
   ========================================================================== */
.main-content {
  width: 100%;
  margin: 31px auto 0;
}
.main-content > .inner {
  width: 1000px;
  margin: 0 auto;
}
/* ==========================================================================
   Layout - Footer
   ========================================================================== */
/* Page footer
   ========================================================================== */
.page-footer {
  min-width: 1000px;
  margin-top: 80px;
  -webkit-font-smoothing: antialiased;
}
.page-footer > .inner {
  position: relative;
  width: 1000px;
  margin: 25px auto 0;
}
.page-footer .return-top {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.page-footer .return-top > a {
  position: absolute;
  top: -62px;
  right: -67px;
}
.page-footer .footer-nav {
  width: 100%;
  background-color: #2f2f2f;
}
.page-footer .footer-nav > ul {
  width: 1000px;
  margin: 0 auto;
}
.page-footer .footer-nav > ul > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.page-footer .footer-nav > ul > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  height: 45px;
  text-align: center;
  text-decoration: none;
}
.page-footer .footer-nav > ul .company > a {
  width: 250px;
  background: url(/common/img/layout/footer-nav_btn01.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .company > a:hover {
  background: url(/common/img/layout/footer-nav_btn01_on.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .company.current > a {
  background: url(/common/img/layout/footer-nav_btn01_on.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .forging > a {
  width: 250px;
  background: url(/common/img/layout/footer-nav_btn02.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .forging > a:hover {
  background: url(/common/img/layout/footer-nav_btn02_on.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .forging.current > a {
  background: url(/common/img/layout/footer-nav_btn02_on.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .process > a {
  width: 250px;
  background: url(/common/img/layout/footer-nav_btn03.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .process > a:hover {
  background: url(/common/img/layout/footer-nav_btn03_on.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .process.current > a {
  background: url(/common/img/layout/footer-nav_btn03_on.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .examples > a {
  width: 250px;
  background: url(/common/img/layout/footer-nav_btn04.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .examples > a:hover {
  background: url(/common/img/layout/footer-nav_btn04_on.png) no-repeat 0 0;
}
.page-footer .footer-nav > ul .examples.current > a {
  background: url(/common/img/layout/footer-nav_btn04_on.png) no-repeat 0 0;
}
.page-footer .footer-info_name {
  font-size: 1.45em;
  font-weight: bold;
}
.page-footer .footer-info_address p {
  margin-top: 0;
  font-size: 1.2em;
}
.page-footer .footer-subnav {
  position: absolute;
  top: 0;
  right: 0;
}
.page-footer .footer-subnav > li {
  float: left;
  margin-left: 10px;
  font-size: 1.2em;
}
.page-footer .footer-subnav > li:first-child {
  margin-left: 0;
}
.page-footer .footer-subnav > li > a {
  padding-left: 10px;
  text-decoration: none;
  background: url(/common/img/layout/footer-subnav_bg01.png) no-repeat left center;
}
.page-footer .footer-subnav > li > a:hover {
  text-decoration: underline;
}
.page-footer .copyright {
  position: absolute;
  top: 35px;
  right: 0;
  font-size: 1.1em;
}
/* ==========================================================================
   Parts module
   ========================================================================== */
/* Section
   ========================================================================== */
.main-content section section {
  margin-top: 50px;
}
.main-content section section:first-child {
  margin-top: 0;
}
.main-content section section section {
  margin-top: 50px;
}
.main-content section section section:first-child {
  margin-top: 0;
}
.mod-h1 + .main-content section section {
  margin-top: 25px;
}
.mod-h2 + .main-content section section,
.mod-h3 + .main-content section section,
.mod-h4 + .main-content section section,
.mod-h5 + .main-content section section,
.mod-h6 + .main-content section section {
  margin-top: 20px;
}
/* Heading
   ========================================================================== */
.mod-h1,
.mod-h2,
.mod-h3,
.mod-h4,
.mod-h5,
.mod-h6 {
  line-height: 1.2;
}
.mod-h1 {
  padding: 12px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  font-size: 2.8em;
}
.section-title {
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  background-color: #2f2f2f;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  padding: 21px 22px 19px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
}
.section-title h1 span,
.section-title h2 span,
.section-title h3 span,
.section-title h4 span,
.section-title h5 span,
.section-title h6 span {
  position: relative;
  padding-left: 52px;
  font-size: .8em;
  font-weight: normal;
  color: #888;
}
.section-title h1 span:before,
.section-title h2 span:before,
.section-title h3 span:before,
.section-title h4 span:before,
.section-title h5 span:before,
.section-title h6 span:before {
  position: absolute;
  top: -20px;
  left: 0;
  display: block;
  width: 52px;
  height: 52px;
  background: url(/common/img/parts/section-title_bg01.png) no-repeat 0 0;
  content: "";
}
.section-title h1 span.opt-icon-charge,
.section-title h2 span.opt-icon-charge,
.section-title h3 span.opt-icon-charge,
.section-title h4 span.opt-icon-charge,
.section-title h5 span.opt-icon-charge,
.section-title h6 span.opt-icon-charge {
  padding: 5px 0 5px 110px;
  color: #cccccc;
  background: url(/common/img/parts/section-title_icon01.png) no-repeat 50px center;
}
.section-title_sub {
  font-size: 1.8em;
}
.comp-detail dt,
.comp-detail dd {
  text-align: right;
}
.content-title h1,
.content-title h2,
.content-title h3,
.content-title h4,
.content-title h5,
.content-title h6 {
  font-size: 1.6em;
  padding: 11px 22px 10px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.mod-h4 {
  font-size: 1.6em;
}
.mod-h5 {
  font-size: 1.4em;
}
.mod-h6 {
  font-size: 1.2em;
}
/* Unordered list
   ========================================================================== */
/* Default */
.mod-ul {
  margin-top: 12px;
}
.mod-ul:first-child {
  margin-top: 0;
}
.mod-ul > li {
  margin-left: 18px;
  list-style-type: disc;
}
.mod-ul.opt-item-space-normal > li {
  margin-top: 12px;
}
.mod-ul.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ul.opt-item-space-near > li {
  margin-top: 7px;
}
.mod-ul.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Notes */
.mod-ul-notes {
  margin-top: 12px;
}
.mod-ul-notes:first-child {
  margin-top: 0;
}
.mod-ul-notes > li {
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
}
.mod-ul-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ul-notes ul,
.mod-ul-notes ol {
  margin-top: 7px;
}
.mod-ul-notes ul:first-child,
.mod-ul-notes ol:first-child {
  margin-top: 0;
}
.mod-ul-notes.opt-item-space-normal > li {
  margin-top: 12px;
}
.mod-ul-notes.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ul-notes.opt-item-space-near > li {
  margin-top: 7px;
}
.mod-ul-notes.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Ordered list
   ========================================================================== */
/* Default */
.mod-ol {
  margin-top: 12px;
}
.mod-ol:first-child {
  margin-top: 0;
}
.mod-ol > li {
  margin-left: 2em;
  list-style-type: decimal;
}
.mod-ol.opt-item-space-normal > li {
  margin-top: 12px;
}
.mod-ol.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol.opt-item-space-near > li {
  margin-top: 7px;
}
.mod-ol.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Notes */
.mod-ol-notes {
  margin-top: 12px;
}
.mod-ol-notes:first-child {
  margin-top: 0;
}
.mod-ol-notes > li {
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.mod-ol-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ol-notes.opt-item-space-normal > li {
  margin-top: 12px;
}
.mod-ol-notes.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol-notes.opt-item-space-near > li {
  margin-top: 7px;
}
.mod-ol-notes.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Index */
.mod-ol-index {
  margin-top: 12px;
}
.mod-ol-index:first-child {
  margin-top: 0;
}
.mod-ol-index > li {
  position: relative;
  padding-left: 2em;
  zoom: 1;
}
.mod-ol-index > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-ol-index.opt-item-space-normal > li {
  margin-top: 12px;
}
.mod-ol-index.opt-item-space-normal > li:first-child {
  margin-top: 0;
}
.mod-ol-index.opt-item-space-near > li {
  margin-top: 7px;
}
.mod-ol-index.opt-item-space-near > li:first-child {
  margin-top: 0;
}
/* Definition list
   ========================================================================== */
/* Default */
.mod-dl {
  margin-top: 12px;
}
.mod-dl:first-child {
  margin-top: 0;
}
.mod-dl > dt {
  font-weight: bold;
}
/* Horizontal */
.mod-dl-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 12px;
}
.mod-dl-horizontal:first-child {
  margin-top: 0;
}
.mod-dl-horizontal > dt {
  float: left;
  clear: left;
  font-weight: bold;
}
.mod-dl-horizontal > dd {
  overflow: hidden;
  zoom: 1;
}
/* Table
   ========================================================================== */
.mod-table {
  margin-top: 12px;
  width: 100%;
  table-layout: fixed;
}
.mod-table:first-child {
  margin-top: 0;
}
.mod-table tbody {
  text-align: left;
}
.mod-table tbody th {
  font-weight: normal;
  background-color: #333;
}
.mod-table th,
.mod-table td {
  word-break: break-all;
  word-wrap: break-word;
  padding: 12px 15px;
  border: 1px solid  #888;
  line-height: 1.6;
  vertical-align: middle;
}
.mod-table thead th {
  background: #333;
}
/* Paragraph
   ========================================================================== */
p {
  margin-top: 12px;
}
p:first-child {
  margin-top: 0;
}
/* Link
   ========================================================================== */
/* Base */
a {
  font-weight: bold;
  text-decoration: none;
}
a:link {
  color: #cccccc;
}
a:visited {
  color: #cccccc;
}
a:hover {
  color: #cccccc;
  text-decoration: underline;
}
a:active {
  color: #cccccc;
  text-decoration: underline;
}
/* Default */
/* Link inline */
.mod-link-inline {
  position: relative;
  margin-left: 16px;
}
.mod-link-inline:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -16px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(/common/img/parts/link_bg01.png) no-repeat left top;
  content: "";
}
/* Vertical list */
.mod-link-list {
  margin-top: 12px;
}
.mod-link-list:first-child {
  margin-top: 0;
}
/* Horizontal list */
.mod-link-list-horizontal {
  overflow: hidden;
  zoom: 1;
  margin-top: 12px;
}
.mod-link-list-horizontal:first-child {
  margin-top: 0;
}
.mod-link-list-horizontal > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 20px;
}
/* Media
   ========================================================================== */
.mod-media {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.mod-media:first-child {
  margin-top: 0;
}
.mod-media_object {
  display: table;
  width: 100px;
}
.mod-media_caption {
  display: block;
  text-align: left;
}
.mod-media_body {
  overflow: hidden;
  zoom: 1;
  font-weight: normal;
}
.mod-media.opt-media-left .mod-media_object {
  float: left;
  margin-right: 25px;
}
.mod-media.opt-media-right .mod-media_object {
  float: right;
  margin-left: 25px;
}
.mod-media.opt-media-center .mod-media_object {
  margin: 0 auto;
  text-align: center;
}
.mod-media.opt-media-center .mod-media_body {
  margin-top: 12px;
}
.mod-media.opt-media-center .mod-media_body:first-child {
  margin-top: 0;
}
.mod-media figcaption {
  margin-top: 5px;
}
/* Separator
   ========================================================================== */
.mod-hr {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ddd;
}
.mod-hr-dotted {
  height: 0;
  margin: 30px 0;
  padding: 0;
  border: none;
  border-top: 1px dotted #ddd;
}
/* Icon
   ========================================================================== */
.mod-icon-window {
  white-space: nowrap;
  text-indent: 150%;
  overflow: hidden;
  display: inline-block;
  width: 11px;
  height: 9px;
  margin: 0 5px 0 3px;
  background: url(/common/img/parts/mod-window_icon01.png) no-repeat left top;
  vertical-align: 0;
}
.mod-icon-window.opt-black {
  background: url(/common/img/parts/mod-window_icon02.png) no-repeat left top;
}
/* PopUp
   ========================================================================== */
.popup {
  display: none;
}
.popup-content {
  position: relative;
  z-index: 10000;
  padding: 25px 30px 30px;
  background: #1c1c1c;
}
.popup-content_caption-list {
  min-height: 45px;
}
.popup-content_caption-list > li {
  line-height: 1.5;
}
.popup-content_caption-text {
  min-height: 45px;
}
.popup-content_caption-text > p {
  line-height: 1.5;
}
.popup-content_text {
  min-height: 200px;
  margin-top: 7px;
}
.popup-content_text > p {
  font-size: 1.4em;
  line-height: 1.7;
}
.popup-content_notes {
  margin-top: 17px;
}
.popup-content_notes > dt {
  font-size: 1.2em;
  font-weight: bold;
}
.popup-content_notes > dd {
  font-size: 1.2em;
}
.popup-content_button-list {
  zoom: 1;
  margin-top: 30px;
}
.popup-content_button-list:before,
.popup-content_button-list:after {
  content: '';
  display: table;
}
.popup-content_button-list:after {
  clear: both;
}
.popup-content_button-list > li {
  width: 175px;
}
.popup-content_button-list > li a:hover {
  opacity: 0.75;
}
.popup-content_button-list .prev-btn {
  float: left;
}
.popup-content_button-list .next-btn {
  float: right;
}
.popup-content_image {
  zoom: 1;
  margin-top: 19px;
  height: 470px;
}
.popup-content_image:before,
.popup-content_image:after {
  content: '';
  display: table;
}
.popup-content_image:after {
  clear: both;
}
.popup-content_image_company {
  zoom: 1;
  margin-top: 19px;
  height: 369px;
}
.popup-content_image_company:before,
.popup-content_image_company:after {
  content: '';
  display: table;
}
.popup-content_image_company:after {
  clear: both;
}
.popup-content_image-handle {
  float: right;
  width: 150px;
}
.popup-content_image-handle > li {
  margin-top: 10px;
}
.popup-content_image-handle > li:first-child {
  margin-top: 0;
}
.popup-content_image-handle > li a {
  position: relative;
}
.popup-content_image-handle > li a:before {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(/common/img/parts/popup_bg01.png) no-repeat 0 0;
  content: "";
}
.popup-content_image-handle > li a.is-current {
  cursor: default;
}
.popup-content_image-handle > li a.is-current:before {
  display: none;
}
.popup-content_image-content {
  display: none;
  float: left;
  width: 470px;
}
.popup-content_image-content.is-current {
  display: block;
}
/* ==========================================================================
   Block module
   ========================================================================== */
/* Module name
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Font size
   ========================================================================== */
/* Relative size */
.size-small {
  font-size: 83.33% !important;
}
.size-small .size-small {
  font-size: 100% !important;
}
.size-large .size-small {
  font-size: 71.43% !important;
}
.size-xlarge .size-small {
  font-size: 62.5% !important;
}
.size-xxlarge .size-small {
  font-size: 55.56% !important;
}
.size-xxxlarge .size-small {
  font-size: 50% !important;
}
h1.size-small,
h2.size-small,
h3.size-small,
h4.size-small,
h5.size-small,
h6.size-small,
dt.size-small,
dd.size-small,
li.size-small,
caption.size-small,
col.size-small,
th.size-small,
td.size-small,
p.size-small,
address.size-small,
figcaption.size-small {
  font-size: 1em !important;
}
.size-medium {
  font-size: 100% !important;
}
.size-small .size-medium {
  font-size: 120% !important;
}
.size-large .size-medium {
  font-size: 85.71% !important;
}
.size-xlarge .size-medium {
  font-size: 75% !important;
}
.size-xxlarge .size-medium {
  font-size: 66.67% !important;
}
.size-xxxlarge .size-medium {
  font-size: 60% !important;
}
h1.size-medium,
h2.size-medium,
h3.size-medium,
h4.size-medium,
h5.size-medium,
h6.size-medium,
dt.size-medium,
dd.size-medium,
li.size-medium,
caption.size-medium,
col.size-medium,
th.size-medium,
td.size-medium,
p.size-medium,
address.size-medium,
figcaption.size-medium {
  font-size: 1.2em !important;
}
.size-large {
  font-size: 116.67% !important;
}
.size-small .size-large {
  font-size: 140% !important;
}
.size-large .size-large {
  font-size: 100% !important;
}
.size-xlarge .size-large {
  font-size: 87.5% !important;
}
.size-xxlarge .size-large {
  font-size: 77.78% !important;
}
.size-xxxlarge .size-large {
  font-size: 70% !important;
}
h1.size-large,
h2.size-large,
h3.size-large,
h4.size-large,
h5.size-large,
h6.size-large,
dt.size-large,
dd.size-large,
li.size-large,
caption.size-large,
col.size-large,
th.size-large,
td.size-large,
p.size-large,
address.size-large,
figcaption.size-large {
  font-size: 1.4em !important;
}
.size-xlarge {
  font-size: 133.33% !important;
}
.size-small .size-xlarge {
  font-size: 160% !important;
}
.size-large .size-xlarge {
  font-size: 114.29% !important;
}
.size-xlarge .size-xlarge {
  font-size: 100% !important;
}
.size-xxlarge .size-xlarge {
  font-size: 88.89% !important;
}
.size-xxxlarge .size-xlarge {
  font-size: 80% !important;
}
h1.size-xlarge,
h2.size-xlarge,
h3.size-xlarge,
h4.size-xlarge,
h5.size-xlarge,
h6.size-xlarge,
dt.size-xlarge,
dd.size-xlarge,
li.size-xlarge,
caption.size-xlarge,
col.size-xlarge,
th.size-xlarge,
td.size-xlarge,
p.size-xlarge,
address.size-xlarge,
figcaption.size-xlarge {
  font-size: 1.6em !important;
}
.size-xxlarge {
  font-size: 150% !important;
}
.size-small .size-xxlarge {
  font-size: 180% !important;
}
.size-large .size-xxlarge {
  font-size: 128.57% !important;
}
.size-xlarge .size-xxlarge {
  font-size: 112.5% !important;
}
.size-xxlarge .size-xxlarge {
  font-size: 100% !important;
}
.size-xxxlarge .size-xxlarge {
  font-size: 90% !important;
}
h1.size-xxlarge,
h2.size-xxlarge,
h3.size-xxlarge,
h4.size-xxlarge,
h5.size-xxlarge,
h6.size-xxlarge,
dt.size-xxlarge,
dd.size-xxlarge,
li.size-xxlarge,
caption.size-xxlarge,
col.size-xxlarge,
th.size-xxlarge,
td.size-xxlarge,
p.size-xxlarge,
address.size-xxlarge,
figcaption.size-xxlarge {
  font-size: 1.8em !important;
}
.size-xxxlarge {
  font-size: 166.67% !important;
}
.size-small .size-xxxlarge {
  font-size: 200% !important;
}
.size-large .size-xxxlarge {
  font-size: 142.86% !important;
}
.size-xlarge .size-xxxlarge {
  font-size: 125% !important;
}
.size-xxlarge .size-xxxlarge {
  font-size: 111.11% !important;
}
.size-xxxlarge .size-xxxlarge {
  font-size: 100% !important;
}
h1.size-xxxlarge,
h2.size-xxxlarge,
h3.size-xxxlarge,
h4.size-xxxlarge,
h5.size-xxxlarge,
h6.size-xxxlarge,
dt.size-xxxlarge,
dd.size-xxxlarge,
li.size-xxxlarge,
caption.size-xxxlarge,
col.size-xxxlarge,
th.size-xxxlarge,
td.size-xxxlarge,
p.size-xxxlarge,
address.size-xxxlarge,
figcaption.size-xxxlarge {
  font-size: 2em !important;
}
/* Absolute size */
.size-10px {
  font-size: 10px !important;
}
.size-12px {
  font-size: 12px !important;
}
.size-14px {
  font-size: 14px !important;
}
.size-16px {
  font-size: 16px !important;
}
.size-18px {
  font-size: 18px !important;
}
.size-20px {
  font-size: 20px !important;
}
.size-22px {
  font-size: 22px !important;
}
.size-24px {
  font-size: 24px !important;
}
.size-26px {
  font-size: 26px !important;
}
.size-28px {
  font-size: 28px !important;
}
.size-30px {
  font-size: 30px !important;
}
/* Font weight
   ========================================================================== */
.weight-normal {
  font-weight: normal !important;
}
.weight-bold {
  font-weight: bold !important;
}
/* Font color
   ========================================================================== */
.color-normal {
  color: #cccccc !important;
}
.color-strong {
  color: #f20000 !important;
}
.color-thin {
  color: #555555 !important;
}
/* Font style
   ========================================================================== */
.style-lined {
  text-decoration: underline !important;
}
/* Float
   ========================================================================== */
.pull-none {
  float: none !important;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.body {
  overflow: hidden;
  zoom: 1;
}
/* Align
   ========================================================================== */
/* Horizontal */
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
/* Vertical */
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
/* Space
   ========================================================================== */
.space-normal {
  margin-top: 12px;
}
.space-normal:first-child {
  margin-top: 0;
}
.space-near {
  margin-top: 7px;
}
.space-near:first-child {
  margin-top: 0;
}
.space-far {
  margin-top: 20px;
}
.space-far:first-child {
  margin-top: 0;
}
.space-section {
  margin-top: 40px;
}
.space-section:first-child {
  margin-top: 0;
}
.space-none {
  margin-top: 0 !important;
}
/* Table cell's collective settings.
   ========================================================================== */
/* Font weight */
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}
.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}
/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left;
}
.th-align-center th,
.td-align-center td {
  text-align: center;
}
.th-align-right th,
.td-align-right td {
  text-align: right;
}
.th-align-top th,
.td-align-top td {
  vertical-align: top;
}
.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}
.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}
.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}
/* Margin
   ========================================================================== */
.mt-40 {
  margin-top: -40px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt-1 {
  margin-top: -1px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt1 {
  margin-top: 1px !important;
}
.mt2 {
  margin-top: 2px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt9 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr-40 {
  margin-right: -40px !important;
}
.mr-30 {
  margin-right: -30px !important;
}
.mr-20 {
  margin-right: -20px !important;
}
.mr-15 {
  margin-right: -15px !important;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr-5 {
  margin-right: -5px !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr1 {
  margin-right: 1px !important;
}
.mr2 {
  margin-right: 2px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr4 {
  margin-right: 4px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr6 {
  margin-right: 6px !important;
}
.mr7 {
  margin-right: 7px !important;
}
.mr8 {
  margin-right: 8px !important;
}
.mr9 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb-40 {
  margin-bottom: -40px !important;
}
.mb-30 {
  margin-bottom: -30px !important;
}
.mb-20 {
  margin-bottom: -20px !important;
}
.mb-15 {
  margin-bottom: -15px !important;
}
.mb-10 {
  margin-bottom: -10px !important;
}
.mb-5 {
  margin-bottom: -5px !important;
}
.mb-1 {
  margin-bottom: -1px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb1 {
  margin-bottom: 1px !important;
}
.mb2 {
  margin-bottom: 2px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.mb7 {
  margin-bottom: 7px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb9 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml-40 {
  margin-left: -40px !important;
}
.ml-30 {
  margin-left: -30px !important;
}
.ml-20 {
  margin-left: -20px !important;
}
.ml-15 {
  margin-left: -15px !important;
}
.ml-10 {
  margin-left: -10px !important;
}
.ml-5 {
  margin-left: -5px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml1 {
  margin-left: 1px !important;
}
.ml2 {
  margin-left: 2px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml6 {
  margin-left: 6px !important;
}
.ml7 {
  margin-left: 7px !important;
}
.ml8 {
  margin-left: 8px !important;
}
.ml9 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
/* Padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}
.pt1 {
  padding-top: 1px !important;
}
.pt2 {
  padding-top: 2px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt4 {
  padding-top: 4px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt6 {
  padding-top: 6px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt8 {
  padding-top: 8px !important;
}
.pt9 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr1 {
  padding-right: 1px !important;
}
.pr2 {
  padding-right: 2px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr4 {
  padding-right: 4px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr6 {
  padding-right: 6px !important;
}
.pr7 {
  padding-right: 7px !important;
}
.pr8 {
  padding-right: 8px !important;
}
.pr9 {
  padding-right: 9px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb1 {
  padding-bottom: 1px !important;
}
.pb2 {
  padding-bottom: 2px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb4 {
  padding-bottom: 4px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb6 {
  padding-bottom: 6px !important;
}
.pb7 {
  padding-bottom: 7px !important;
}
.pb8 {
  padding-bottom: 8px !important;
}
.pb9 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl1 {
  padding-left: 1px !important;
}
.pl2 {
  padding-left: 2px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl4 {
  padding-left: 4px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl6 {
  padding-left: 6px !important;
}
.pl7 {
  padding-left: 7px !important;
}
.pl8 {
  padding-left: 8px !important;
}
.pl9 {
  padding-left: 9px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
/* Table cell's collective settings.
   ========================================================================== */
/* Font size */
.th-size-10px th,
.td-size-10px td {
  font-size: 10px;
}
.th-size-12px th,
.td-size-12px td {
  font-size: 12px;
}
.th-size-14px th,
.td-size-14px td {
  font-size: 14px;
}
.th-size-16px th,
.td-size-16px td {
  font-size: 16px;
}
.th-size-18px th,
.td-size-18px td {
  font-size: 18px;
}
.th-size-20px th,
.td-size-20px td {
  font-size: 20px;
}
.th-size-22px th,
.td-size-22px td {
  font-size: 22px;
}
.th-size-24px th,
.td-size-24px td {
  font-size: 24px;
}
.th-size-26px th,
.td-size-26px td {
  font-size: 26px;
}
.th-size-28px th,
.td-size-28px td {
  font-size: 28px;
}
.th-size-30px th,
.td-size-30px td {
  font-size: 30px;
}
/* Font weight */
.th-weight-bold th,
.td-weight-bold td {
  font-weight: bold;
}
.th-weight-normal th,
.td-weight-normal td {
  font-weight: normal;
}
/* Align */
.th-align-left th,
.td-align-left td {
  text-align: left;
}
.th-align-center th,
.td-align-center td {
  text-align: center;
}
.th-align-right th,
.td-align-right td {
  text-align: right;
}
.th-align-top th,
.td-align-top td {
  vertical-align: top;
}
.th-align-middle th,
.td-align-middle td {
  vertical-align: middle;
}
.th-align-bottom th,
.td-align-bottom td {
  vertical-align: bottom;
}
.th-align-baseline th,
.td-align-baseline td {
  vertical-align: bottom;
}
/* ==========================================================================
   Function module
   ========================================================================== */
/* Alpha rollover
   ========================================================================== */
.fn-alpha-rollover {
  opacity: 1;
  background: url(/common/img/parts/px.png) no-repeat;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.fn-alpha-rollover:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.fn-alpha-rollover-holder {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-radius: 6px;
}
.fn-alpha-rollover-holder:hover {
  background-color: #fff;
}
