
header, footer, article, aside, section, nav, figure, figcaption, small, time {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6, p, th, td, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.6em; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

dl, form, fieldset, iframe {
  margin: 0;
  padding: 0; }

fieldset, iframe {
  border-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal;
  text-align: left; }

caption {
  text-align: left; }

strong, em, address {
  font-weight: normal;
  font-style: normal; }

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

a {
  text-decoration: none; }

* {
  -webkit-tap-highlight-color: transparent; }

* + p,
* + table,
* + ul,
* + ol,
* + dt {
  margin-top: 1em; }

/* clearfix  */
.clearfix:after {
  content: "";
  display: block;	
  clear: both; }

#pageTop {
  background-color: #da251e;
  margin: 0 -10px;
  padding: 0 20px; }
  #pageTop header {
    max-width: 1280px;
    height: 90px;
    margin: 0 auto;
    position: relative; }
    #pageTop header h1,
    #pageTop header h2 {
      float: left;
      margin-top: 30px;
      position: relative;
      z-index: 10; }
      #pageTop header h1 a,
      #pageTop header h2 a {
        display: block;
        max-width: 271px; }
    #pageTop header a {
      text-decoration: none; }
    #pageTop header #headNav {
      float: right;
      width: 700px;
      margin-top: 15px;
      text-align: right; }
      #pageTop header #headNav > ul li {
        margin-left: 1.5em; }
      #pageTop header #headNav > ul a {
        font-size: 85%;
        color: #c8c8c8; }
      #pageTop header #headNav li {
        display: inline-block; }
    #pageTop header:after {
      content: "";
      display: block;
      clear: both; }
  #pageTop #menuBtn,
  #pageTop .closeBtn {
    display: none; }
  #pageTop:after {
    content: "";
    display: block;
    clear: both; }

@media only screen and (max-width: 1280px) {
  #pageTop header {
    width: auto;
    /*padding: 0 10px;*/ }
    #pageTop header #headNav {
      width: auto; } }
@media only screen and (max-width: 800px) {
  #pageTop header h1, #pageTop header h2 {
    margin-top: 15px; } }
@media only screen and (max-width: 600px) {
  #pageTop {
    padding: 0;
    /* closeBtn */ }
    #pageTop header {
      padding: 20px 0 0;
      height: auto; }
      #pageTop header h1,
      #pageTop header h2 {
        float: none;
        margin: 0 0 0 10px;
        padding-bottom: 15px;
        margin-right: 60px; }
        #pageTop header h1 a, #pageTop header h1 img,
        #pageTop header h2 a,
        #pageTop header h2 img {
          max-width: 225px; }
      #pageTop header #headNav {
        display: none;
        float: none;
        /*display: table;*/
        width: 100%;
        margin-top: 0;
        text-align: center;
        background-color: #646464; }
        #pageTop header #headNav > ul {
          display: table-row-group; }
          #pageTop header #headNav > ul li {
            font-size: 128%;
            margin-left: 0;
            float: left;
            width: 50%;
            border-top: 1px solid #fff; }
            #pageTop header #headNav > ul li + li {
              border-left: 1px solid #fff;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              box-sizing: border-box; }
            #pageTop header #headNav > ul li a {
              color: #fff;
              line-height: 54px; }
              #pageTop header #headNav > ul li a:hover {
                color: #d2a000; }
            #pageTop header #headNav > ul li:after {
              content: "";
              display: block;
              clear: both; }
        #pageTop header #headNav nav {
          display: table-header-group; }
        #pageTop header #headNav li {
          display: block; }
    #pageTop #menuBtn {
      width: 35px;
      height: 34px;
      float: right;
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 10px;
      margin: 0;
      padding: 0;
      border-top: 6px solid #fff;
      transition: all .4s; }
      #pageTop #menuBtn:before, #pageTop #menuBtn:after {
        width: 35px;
        height: 6px;
        display: block;
        content: "";
        position: absolute;
        /*				top: 50%;*/
        left: 0;
        background: #fff;
        transition: all .4s; }
      #pageTop #menuBtn:before {
        top: 8px; }
      #pageTop #menuBtn:after {
        top: 22px; }
    #pageTop #menuBtn.active {
      border-top-color: #da251e; }
      #pageTop #menuBtn.active:before {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg); }
      #pageTop #menuBtn.active:after {
        -webkit-transform: translateY(-14px) rotate(45deg);
        transform: translateY(-14px) rotate(45deg); }
    #pageTop .closeBtn {
      display: none;
      /*display: block;*/
      color: #fff;
      padding: 1em 0;
      font-size: 114%;
      background-color: #646464;
      text-align: center;
      position: relative;
      border-top: 1px solid #fff;
      cursor: pointer; }
      #pageTop .closeBtn:before, #pageTop .closeBtn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 2px;
        margin-top: -1px;
        margin-left: -3em;
        background: #fff; }
      #pageTop .closeBtn:before {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #pageTop .closeBtn:after {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  #pageTop header h1 a,
  #pageTop header h2 a {
    background-image: url(../images/logo@2x.png);
    -webkit-background-size: 225px 29px;
    -moz-background-size: 225px 29px;
    background-size: 225px 29px;
    background-position: center;
    background-repeat: no-repeat; }

  #pageTop header h1 a img,
  #pageTop header h2 a img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0; } }
@media only screen and (max-width: 600px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 600px) and (orientation: landscape) and (min-device-pixel-ratio: 1.5) {
  html[lang*='en'] #pageTop header h1 a,
  html[lang*='en'] #pageTop header h2 a, html[lang*='zh-CN'] #pageTop header h1 a,
  html[lang*='zh-CN'] #pageTop header h2 a {
    background-image: url(../images/logo_en@2x.png);
    -webkit-background-size: 400px 23px;
    -moz-background-size: 400px 23px;
    background-size: 400px 23px; } }
@media only screen and (max-width: 600px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: portrait) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: portrait) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 600px) and (orientation: portrait) and (min-device-pixel-ratio: 1.5) {
  html[lang*='en'] #pageTop header h1 a,
  html[lang*='en'] #pageTop header h2 a, html[lang*='zh-CN'] #pageTop header h1 a,
  html[lang*='zh-CN'] #pageTop header h2 a {
    background-image: url(../images/logo_en@2x.png);
    -webkit-background-size: 245px 14px;
    -moz-background-size: 245px 14px;
    background-size: 245px 14px; } }
/* global navi ------------------------------- */
#gNav {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0; }
  #gNav ul {
    line-height: 54px; }
  #gNav li {
    text-align: center;
    margin-left: 3em;
    z-index: 1; }
    #gNav li:first-child {
      margin-left: 0; }
  #gNav a {
    color: #fff;
    display: block;
    line-height: 54px; }
    #gNav a:hover {
      color: #d2a000; }
  #gNav .current {
    position: relative; }
    #gNav .current a {
      color: #d2a000; }
    #gNav .current:after {
      content: '';
      position: absolute;
      margin-left: -8px;
      left: 50%;
      bottom: 0px;
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 8px 7px;
      border-color: transparent transparent #fff transparent;
      z-index: 2; }

@media only screen and (max-width: 800px) {
  #gNav li {
    margin-left: 4.5%; } }
@media only screen and (max-width: 600px) {
  #gNav {
    position: static; }
    #gNav li {
      font-size: 114%;
      margin-left: 0; }
      #gNav li + li {
        border-top: 1px solid #fff; } }
/* topicPath --------------------------------- */
#tPath {
  max-width: 1280px;
  margin: 0 auto;
  /*	margin: 0 -10px;*/
  padding: 0 10px;
  padding: 20px 10px; }
  #tPath li {
    display: inline; }
  #tPath a {
    color: #009bd7;
    text-decoration: underline; }

/* toHead --------------------------------- */
.toHead {
  font-size: 85%;
  clear: both;
  text-align: right;
  margin: 0;
  padding: 3em 0;
  position: relative; }
  .toHead a {
    width: 5.5em;
    height: 3em;
    color: #323232;
    text-decoration: none;
    display: inline-block;
    position: relative;
    text-align: center; }
    .toHead a:before, .toHead a:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      width: 0;
      height: 0;
      border-style: solid; }
    .toHead a:before {
      margin-left: -8px;
      border-width: 9px 9px 10px 9px;
      border-color: transparent transparent #323232 transparent; }
    .toHead a:after {
      margin-left: -4px;
      border-width: 5px 5px 6px 5px;
      border-color: transparent transparent #fff transparent;
      bottom: -1px; }

/* footer ------------------------------------ */
footer {
  font-size: 85%;
  position: relative;
  margin: 0 -10px;
  padding: 2em 10px 3em;
  background-color: #ccc; }
  footer:after {
    content: "";
    display: block;
    clear: both; }
  footer ul, footer p {
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }
  footer li {
    font-size: 85%;
    display: inline-block; }
    footer li a {
      color: #323232;
      display: block;
      line-height: 14px;
      text-decoration: none; }
    footer li + li {
      margin-left: .7em;
      padding-left: 1em;
      border-left: 1px solid #323232;
      white-space: nowrap; }
  footer p {
    font-size: 92%;
    position: relative;
    text-align: right; }
    footer p small {
      position: relative;
      float: right;
      margin: -1.5em 0 15px; }

@media only screen and (max-width: 1280px) {
  footer {
    padding-left: 20px;
    padding-right: 20px; } }
@media only screen and (max-width: 800px) {
  footer ul, footer p {
    max-width: 100%; }
  footer p {
    text-align: center; }
    footer p small {
      margin-top: 1em;
      float: none; } }
@media only screen and (max-width: 600px) {
  footer {
    padding-left: 10px;
    padding-right: 10px; } }
/* container --------------------------------- */
#container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px; }
  #container:after {
    content: "";
    display: block;
    clear: both; }

/*
@media only screen and (max-width: $widthPC) {
	#container {
		width: auto;
		margin: 0;
		padding: 0 10px;
		@include box-sizing(border-box);
	}
}
*/
article {
 

  /* heading */ }
  article > *:first-child {
    margin-top: 0; }
  article a {
    color: #009bd7;
    text-decoration: underline; }
  article strong {
    color: #da251e;
    font-weight: bold; }
  article em {
    font-weight: bold; }
  article h1, article h2, article h3, article h4, article h5, article h6 {
    position: relative;
    padding-left: 14px;
    overflow: hidden; }
  article h2, article h3, article h4, article h5, article h6 {
    font-weight: normal;
    margin: 1.5em 0 0; }
  article h1, article h2, article h3 {
    border-bottom-style: solid;
    /* padding-bottom: 10px; */
	}
    article h1:before, article h1:after, article h2:before, article h2:after, article h3:before, article h3:after {
      content: '';
      display: block;
      position: absolute;
      height: 38px;
      left: -1px;
      top: 0; }
    article h1:before, article h2:before, article h3:before {
      width: 5px;
      background-color: #da251e;
      z-index: 2; }
    article h1:after, article h2:after, article h3:after {
      width: 100%;
      height: 0;
      /* border-bottom: 10px solid #fff; */
      z-index: 3; }
  article h1 {
    font-size: 142%;
    color: #333;
    border-color: #f2f2f2;
    border-bottom-width: 5px;
    margin: 0; }
  article h2 {
    font-size: 128%;
    border-color: #f2f2f2;
    border-bottom-width: 3px; }
  article h3 {
    font-size: 114%;
    border-bottom: 1px dashed #969696; }
  article h4 {
    border-left: 4px solid #da251e;
    line-height: 1.2em; }
  article h5 {
    border-left: 2px solid #da251e;
    line-height: 1.2em;
    margin-left: 2px; }
  article * + h2, article * + h3, article * + h4, article * + h5, article * + h6, article h4 + * {
    margin-top: 1.5em; }
  article:after {
    content: "";
    display: block;
    clear: both; }

@media only screen and (max-width: 1280px) {
  article {
    border-right: 15px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media only screen and (max-width: 800px) {
  article {
    float: none;
    width: auto;
    padding-right: 0;
    max-width: none;
    border-right: none; } }
/* text block -------------------------------- */
/* p */
article p {
  margin-top: 1.5em; }

/* wm-border */
.wm-border,
.wm-background,
.wm-border-background {
  margin-top: 1em;
  padding: 1em; }
  .wm-border *:first-child,
  .wm-background *:first-child,
  .wm-border-background *:first-child {
    margin-top: 0; }

.wm-border {
  border: 1px solid #cdcdcd; }

.wm-background {
  border: 1px solid #da251e; }

.wm-border-background {
  border: 1px solid #da251e;
  background-color: #e1e1e1; }

/* image layout ------------------------------ */
/* parallel/round */
article figure {
  margin-top: 1em; }
  article figure img {
    display: block;
    margin: 0 auto; 
		width: 100%;}
article figcaption {
  margin-top: 0.2em;
  color: #323232;
  line-height: 1.4em;
  text-align: center; }

.roundR,
.roundL,
.parallelR,
.parallelL {
  margin-top: 1em; }
  .roundR:after,
  .roundL:after,
  .parallelR:after,
  .parallelL:after {
    content: "";
    display: block;
    clear: both; }

.roundR .fig,
.parallelR .fig,
.parallelL .sentence {
  float: right;
  margin-top: 0; }

.roundL .fig,
.parallelL .fig,
.parallelR .sentence {
  float: left;
  margin-top: 0; }

.roundR figure,
.roundL figure,
.parallelR figure,
.parallelL figure {
  margin-top: 0; }

.wid480 .fig {
  width: 49%;
  margin-top: 0;
  max-width: 480px; }
.wid480 .sentence {
  width: 49%; }

.wid340 .fig {
  width: 35%;
  margin-top: 0;
  max-width: 340px; }
.wid340 .sentence {
  width: 63%; }

.wid240 .fig {
  width: 25%;
  margin-top: 0;
  max-width: 240px; }
.wid240 .sentence {
  width: 73%; }

.sentence > *:first-child {
  margin-top: 0; }

.roundR .fig {
  margin: 0 0 0.1em 2%; }

.roundL .fig {
  margin: 0 2% 0.1em 0; }

.roundR .fig + *,
.roundL .fig + * {
  margin-top: 0; }

@media only screen and (max-width: 600px) {
  .roundR .fig,
  .parallelR .fig,
  .parallelL .sentence,
  .roundL .fig,
  .parallelL .fig,
  .parallelR .sentence {
    width: auto;
    float: none; }

  .roundR .fig,
  .parallelR .fig,
  .roundL .fig,
  .parallelL .fig {
    margin-top: 0;
    max-width: none; }

  .parallelL .sentence,
  .parallelR .sentence {
    margin-top: 1.5em; }

  .roundR .fig {
    margin-left: 0; }

  .roundL .fig {
    margin-right: 0; }

  .roundR .fig + *,
  .roundL .fig + * {
    margin-top: 1.5em; } }
/* column half ------------------------------- */
.clearfix {
  position: relative;
  margin: 0; }
  .clearfix .sideL,
  .clearfix .sideR {
    width: 49%;
    padding-left: 20px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .clearfix .sideR ul li{
    	list-style: disc;
    }
    .clearfix .sideL .parallelL,
    .clearfix .sideR .parallelL {
      margin-top: 10px; }
  .clearfix .sideL {
    float: left; }
  .clearfix .sideR {
    float: right; }

.clearfix .sideL h2,
.clearfix .sideL h3:first-child,
.clearfix .sideL h4:first-child,
.clearfix .sideL h5:first-child,
.clearfix .sideL h6:first-child,
.clearfix .sideL .wm-border,
.clearfix .sideL .wm-background,
.clearfix .sideL .wm-border-background,
.clearfix .sideR h2,
.clearfix .sideR h3:first-child,
.clearfix .sideR h4:first-child,
.clearfix .sideR h5:first-child,
.clearfix .sideR h6:first-child,
.clearfix .sideR .wm-border,
.clearfix .sideR .wm-background,
.sideR .wm-border-background {
  margin-left: -20px;
  margin-right: -20px; }

.clearfix .sideL .parallelL,
.clearfix .sideR .parallelL {
  margin-left: -20px;
  margin-right: -20px; }

.clearfix .parallelL .fig {
  width: 25%;
  max-width: 120px; }

.clearfix .parallelL figure * {
  display: block;
  margin: 0; }

.clearfix .parallelL .sentence {
  width: 70%; }

.clearfix .parallelL figure figcaption {
  margin-top: 0.2em; }

.clearfix h2,
.clearfix h3,
.clearfix h4,
.clearfix h5,
.clearfix h6 {
  margin: 1.5em 0 0; }

@media only screen and (max-width: 600px) {
  .clearfix .sideL,
  .clearfix .sideR,
  .clearfix .parallelL .sentence {
    width: auto;
    max-width: none;
    float: none; }

  .clearfix .sideL,
  .clearfix .sideR {
    max-width: none;
    float: none; }

  .clearfix .parallelL .fig {
    width: auto;
    margin: 0 15px; } }
/* table ------------------------------------- */
article table {
  margin-top: 1.5em;
  border: 1px solid #c8c8c8; }
  article table th {
    padding: 0.8em 0.5em;
    background-color: #e1e1e1;
    border: 1px solid #c8c8c8; }
  article table td {
    padding: 0.8em 0.5em;
    border: 1px solid #ccc; }
  article table thead th {
    text-align: center;
    background-color: #e1e1e1; }
  article table tbody th {
    text-align: center;
    background-color: #f0f0f0; }
  article table th > *:first-child,
  article table td > *:first-child {
    margin-top: 0; }
  article table caption {
    padding-bottom: 0.2em; }

/* list */
article ol, article ul {
  margin-top: 1.5em; }
article ol {
  padding-left: 2em; }
article ul {
  list-style-type: disc; }
  article ul > li {
    position: relative; }
    article ul > li > ul {
      list-style-type: circle; }
article li + li {
  margin-top: 0.5em; }
article li ol,
article li ul {
  margin-top: 0.5em; }

/* icons */
article .icon,
article .icon li {
  list-style: none; }

article li.icon,
article .icon li {
  margin-left: -1.5em; }

article .icon ul {
  margin-left: 20px; }

article li.icon:before {
  display: none; }

article .icon a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  min-height: 16px; }
  article .icon a:before {
    content: '';
    position: absolute;
    top: 0.7em;
    left: 7px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-style: solid;
    border-width: 3px 3px 3px 4px;
    border-color: transparent transparent transparent #009bd7; }

article .icon.nest a:before {
  border-width: 4px 3px 3px 3px;
  border-color: #009bd7 transparent transparent transparent; }

article .icon.nest li a:before {
  border-width: 3px 3px 3px 4px;
  border-color: transparent transparent transparent #009bd7; }

article .icon li a {
  position: relative; }

article .icon a[target='_blank']:before,
article .icon a[href*='.pdf']:before,
article .icon a[href*='.doc']:before,
article .icon a[href*='.xls']:before,
article .icon a[href*='.ppt']:before,
article .icon a[href*='.txt']:before,
article .icon a[href*='.lzh']:before,
article .icon a[href*='.zip']:before,
article .icon a[href*='.exe']:before,
article .icon a[href*='.wmv']:before,
article .icon a[href*='.mp']:before,
article .icon a[href*='youtube']:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  margin-top: -5px;
  border: none;
  background: url(../images/icon_common.png) 0 top no-repeat; }

article .icon a[target='_blank']:before {
  background-position: 0 top; }

article .icon a[href*='.pdf']:before {
  background-position: -20px top; }

article .icon a[href*='.doc']:before {
  background-position: -40px top; }

article .icon a[href*='.xls']:before {
  background-position: -60px top; }

article .icon a[href*='.ppt']:before {
  background-position: -80px top; }

article .icon a[href*='.txt']:before {
  background-position: -100px top; }

article .icon a[href*='.lzh']:before,
article .icon a[href*='.zip']:before,
article .icon a[href*='.exe']:before {
  background-position: -120px top; }

article .icon a[href*='.wmv']:before,
article .icon a[href*='.mp']:before,
article .icon a[href*='youtube']:before {
  background-position: -140px top; }

/* 2column・3column */
.list2col:after,
.list3col:after {
  content: "";
  display: block;
  clear: both; }

.list2col li,
.list3col li {
  float: left;
  margin-top: 0.5em;
  padding-left: 0; }
  .list2col li + li,
  .list3col li + li {
    margin-top: 0; }

.list2col li {
  width: 50%; }

.list3col li {
  width: 33.333%; }

.list2col li:nth-child(2n+1),
.list3col li:nth-child(3n+1) {
  clear: left; }

@media only screen and (max-width: 600px) {
  .list2col li,
  .list3col li {
    float: none;
    margin-top: 0.5em;
    width: auto; }
    .list2col li + li,
    .list3col li + li {
      margin-top: 0.5em; } }
/* button ------------------------------------ */
.linkBtn,
.linkBtn-em {
  text-align: center;
  font-size: 114%;
  padding-left: 0;
  list-style-type: none; }
  .linkBtn li.icon,
  .linkBtn-em li.icon {
    display: inline-block;
    margin-left: 0; }
    .linkBtn li.icon + li,
    .linkBtn-em li.icon + li {
      margin-top: 0; }
  .linkBtn a,
  .linkBtn input,
  .linkBtn-em a,
  .linkBtn-em input {
    color: #009bd7;
    display: inline-block;
    margin: 0.5em;
    padding: 0.5em 1em;
    border: 1px solid #009bd7;
    text-decoration: none; }
    .linkBtn a:before,
    .linkBtn input:before,
    .linkBtn-em a:before,
    .linkBtn-em input:before {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      margin-top: -2px;
      margin-right: 5px;
      vertical-align: middle;
      border-style: solid;
      border-width: 3.5px 0 3.5px 5px;
      border-color: transparent transparent transparent #009bd7; }
  .linkBtn input,
  .linkBtn-em input {
    border: none;
    cursor: pointer; }
  .linkBtn .icon a,
  .linkBtn-em .icon a {
    padding-left: 1.5em; }
    .linkBtn .icon a:before,
    .linkBtn-em .icon a:before {
      left: 1em;
      top: 1.2em; }

.linkBtn-em a,
.linkBtn-em input,
.linkBtn-em .icon a {
  color: #fff;
  background-color: #009bd7; }
  .linkBtn-em a:before,
  .linkBtn-em input:before,
  .linkBtn-em .icon a:before {
    border-color: transparent transparent transparent #fff; }

/*!* localNavi --------------------------------- *!*/
/*#lNav {*/
/*  float: right;*/
/*  width: 22%;*/
/*  max-width: 280px; }*/

/*#lNav nav {*/
/*  font-size: 114%;*/
/*  border: 1px solid #e1e1e1; }*/

/*#lNav nav ul ul {*/
/*  margin-top: 0; }*/

/*#lNav nav ul ul ul {*/
/*  font-size: 85%;*/
/*  padding-top: 1em;*/
/*  padding-bottom: 1em;*/
/*  list-style-type: disc; }*/

/*#lNav nav ul ul ul ul {*/
/*  font-size: 100%;*/
/*  margin-left: 0;*/
/*  padding-top: 0;*/
/*  padding-bottom: 0;*/
/*  list-style-type: none; }*/

/*#lNav nav a {*/
/*  color: #323232;*/
/*  display: block;*/
/*  font-weight: normal;*/
/*  padding: 0.9em 1.2em; }*/

/*#lNav nav a.current {*/
/*  color: #d2a000; }*/

/*#lNav nav ul ul ul a {*/
/*  padding: .5em 0; }*/

/*#lNav nav ul ul ul ul a {*/
/*  padding-left: 1.2em; }*/

/*#lNav nav li li a,*/
/*#lNav .textLink a {*/
/*  position: relative;*/
/*  padding-left: 25px; }*/

/*#lNav nav li li a:before,*/
/*#lNav .textLink a:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 10px;*/
/*  display: block;*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-style: solid;*/
/*  border-width: 4px 0 4px 6px;*/
/*  border-color: transparent transparent transparent #646464; }*/

/*#lNav nav li li a:before {*/
/*  top: 1.3em; }*/

/*#lNav .textLink a:before {*/
/*  top: 0.4em; }*/

/*#lNav nav > ul > li > a {*/
/*  color: #000;*/
/*  background-color: #e1e1e1; }*/

/*#lNav nav li li {*/
/*  border-top: 1px dashed #e1e1e1;*/
/*  margin-top: -1px; }*/

/*#lNav nav li li:first-child {*/
/*  background: none; }*/

/*#lNav nav li.root > ul {*/
/*  border-top: 1px dashed #e1e1e1;*/
/*  margin: 0 18px; }*/

/*#lNav nav li.root li {*/
/*  border: none;*/
/*  background: none;*/
/*  margin-left: 25px; }*/

/*#lNav nav li.root > a:before {*/
/*  top: 1.4em;*/
/*  border-width: 6px 4px;*/
/*  border-color: #646464 transparent transparent transparent; }*/

/*#lNav nav li.root li li {*/
/*  position: relative;*/
/*  border-left: 1px solid #999;*/
/*  margin-left: 5px; }*/

/*#lNav nav li.root li li:last-child {*/
/*  border-color: #fff; }*/

/*#lNav nav li.root li li:before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  margin-left: -1px;*/
/*  width: 9px;*/
/*  height: 1em;*/
/*  border-left: 1px solid #999;*/
/*  border-bottom: 1px solid #999; }*/

/*#lNav nav li.root li a:before,*/
/*#lNav nav li.root li li a:before {*/
/*  display: none; }*/

/*#lNav nav li.root li li li {*/
/*  margin-left: 25px; }*/

/*#lNav nav li li a[target='_blank']:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 1em;*/
/*  left: 8px;*/
/*  width: 15px;*/
/*  height: 30px;*/
/*  margin-top: -5px;*/
/*  border: none;*/
/*  background: url(../images/icon_common.png) 0 top no-repeat; }*/

/*#lNav nav li li a[target='_blank']:before {*/
/*  background-position: 0 top; }*/

/*#lNav aside {*/
/*  margin-top: 30px; }*/
/*  #lNav aside h2 {*/
/*    font-weight: normal;*/
/*    font-size: 114%; }*/
/*    #lNav aside h2 + p {*/
/*      font-size: 71%;*/
/*      margin-top: -2px; }*/
/*  #lNav aside li img {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    vertical-align: bottom; }*/
/*  #lNav aside li p {*/
/*    color: #fff;*/
/*    font-size: 85%;*/
/*    background-color: #646464;*/
/*    margin: 0;*/
/*    padding: 1em; }*/
/*  #lNav aside li + li {*/
/*    margin-top: 20px; }*/
/*  #lNav aside .text_link a {*/
/*    color: #009bd7;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding-left: 20px;*/
/*    min-height: 16px;*/
/*    text-decoration: underline; }*/
/*    #lNav aside .text_link a:before {*/
/*      content: '';*/
/*      position: absolute;*/
/*      top: 0.7em;*/
/*      left: 7px;*/
/*      display: block;*/
/*      width: 0;*/
/*      height: 0;*/
/*      margin-top: -2px;*/
/*      border-style: solid;*/
/*      border-width: 3px 3px 3px 4px;*/
/*      border-color: transparent transparent transparent #009bd7; }*/
/*  #lNav aside .text_link li + li {*/
/*    margin-top: 0.5em; }*/
/*#lNav:after {*/
/*  content: "";*/
/*  display: block;*/
/*  clear: both; }*/

/*@media only screen and (max-width: 800px) {*/
/*  #lNav {*/
/*    float: none;*/
/*    width: auto;*/
/*    max-width: none;*/
/*    margin-top: 30px; }*/
/*    #lNav aside li img {*/
/*      width: 100%; } }*/
/* contents */
.infoHead h2 {
  border: none;
  padding: 0; }
  .infoHead h2:before, .infoHead h2:after {
    display: none; }
  .infoHead h2 + p {
    font-size: 71%;
    margin: -2px 0 0; }

.infoDate {
  text-align: right; }

.infoList {
  margin-top: 1em;
  padding-left: 0;
  border-top: 1px solid #e1e1e1;
  list-style-type: none; }
  .infoList li {
    padding: .9em 1em .7em 6.5em;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1; }
    .infoList li:before {
      display: none; }
  .infoList > li:after {
    content: "";
    display: block;
    clear: both; }
  .infoList > li + li {
    margin-top: 0; }
  .infoList a {
    color: #333;
    position: relative;
    display: block;
    overflow: hidden; }
    .infoList a > * {
      float: left;
      width: 100%; }
  .infoList a[href*='.pdf'] {
    padding-left: 20px;
    min-height: 16px; }
    .infoList a[href*='.pdf']:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 30px;
      margin-top: -5px;
      border: none;
      background: url(../images/icon_common.png) 0 top no-repeat; }
  .infoList a[href*='.pdf']:before {
    background-position: -20px top; }
  .infoList time {
    font-size: 85%;
    float: left;
    width: 6.5em;
    margin-left: -6.7em;
    line-height: 1.8em; }

/* infoTag */
.infoTag {
  margin: 0;
  padding-left: 0;
  line-height: 1em;
  list-style: none;
  float: left; }
  .infoTag li {
    font-size: 78%;
    color: #fff;
    width: 4.5em;
    display: inline-block;
    margin: 0 1em 0 0;
    padding: .2em .5em;
    line-height: 1.4em;
    text-align: center;
    border: none;
    vertical-align: bottom;
    background-color: #4619a0; }
  .infoTag li.products {
    background-color: #4619a0; }
  .infoTag li.ir {
    background-color: #23af55; }
  .infoTag li.company {
    background-color: #e69614; }
  .infoTag li.recruit {
    background-color: #e65046; }
  .infoTag:after {
    content: "";
    display: block;
    clear: both; }

@media only screen and (max-width: 600px) {
  .infoList > li {
    padding: .9em 1em .7em .7em; }
  .infoList time {
    float: none;
    margin-left: 0; }

  .infoTag {
    float: none;
    margin-top: -1.5em;
    margin-left: 5.5em; } }
/* info log */
.infoLog {
  padding-left: 0;
  text-align: right; }
  .infoLog li {
    display: inline-block; }
    .infoLog li + li {
      margin: 0 0 0 0.5em;
      padding-left: 1em;
      border-left: 1px solid #666; }
  .infoLog .icon a {
    padding-left: 0;
    min-height: 0; }
    .infoLog .icon a:before {
      display: none; }
  .infoLog a.current {
    color: inherit; }

/* infoBtn */
.infoBtn {
  float: right;
  list-style-type: none;
  margin-top: -1px; }
  .infoBtn li {
    float: left;
    border: 1px solid #ddd;
    font-size: 85%; }
    .infoBtn li + li {
      margin-top: 0; }
    .infoBtn li:first-child {
      width: 45px;
      border: none;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
  .infoBtn a {
    color: #666;
    position: relative;
    display: block;
    text-decoration: none;
    padding: .4em .8em; }
  .infoBtn a[href*='.xml']:before {
    content: '';
    position: absolute;
    top: 0;
    right: 14px;
    width: 14px;
    height: 30px;
    background: url(../images/icon_common.png) -160px top no-repeat; }
  .infoBtn:after {
    content: "";
    display: block;
    clear: both; }
  .infoBtn + .full_em,
  .infoBtn + .half_em {
    margin-top: 60px; }

/* tab */
.ancorList {
  margin: 1em 0 1em -1em;
  padding-left: 0; }
  .ancorList .icon {
    display: inline-block;
    white-space: nowrap;
    margin-left: 0; }
    .ancorList .icon a {
      padding-left: 10px; }
      .ancorList .icon a:before {
        display: none; }

.tabList {
  margin: 1em 0;
  border-bottom: 2px solid #da251e; }
  .tabList > * {
    float: left;
    display: block;
    margin: 0; }
  .tabList a {
    position: relative;
    display: block;
    padding: 0 1.5em 0 1em;
    color: #666;
    text-align: center;
    text-decoration: none;
    line-height: 2em;
    background-color: #ccc; }
    .tabList a:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      width: 0;
      height: 0;
      margin-top: 0;
      border-style: solid;
      border-width: 2.1em 0 0 .8em;
      border-color: #fff transparent transparent transparent; }
  .tabList .cur a {
    color: #fff;
    background-color: #da251e; }
  .tabList:after {
    content: "";
    display: block;
    clear: both; }

.tabBox.hide {
  display: none; }

@media only screen and (max-width: 600px) {
  .tabList a {
    font-size: 85%; }

  .tabBox.hide {
    display: block; } }
/* category top */
article > div:first-child {
  margin-top: 0; }
  article > div:first-child h2 {
    margin-top: 0; }

body > header {
  margin: 0 -10px;
  position: relative;
  margin-bottom: 30px; }
  body > header img {
    display: block; }
  body > header .ctoptxt {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 20px;
    padding-left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    body > header .ctoptxt h1, body > header .ctoptxt p {
      max-width: 1280px;
      margin: 0 auto; }
    body > header .ctoptxt h1 {
      font-size: 200%; }
      body > header .ctoptxt h1 + p {
        font-size: 114%; }

@media only screen and (min-width: 1401px) {
  body > header img {
    width: 100%; } }
@media only screen and (max-width: 1300px) {
  body > header .ctoptxt {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media only screen and (max-width: 800px) {
  body > header {
    margin-bottom: 0; }
    body > header .ctoptxt {
      width: 100%;
      padding: 20px;
      position: static;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
/* em block ----------------------------------- */
/* em */
article .full_em,
article .half_em .sideL,
article .half_em .sideR {
  overflow: hidden; }
  article .full_em > *,
  article .half_em .sideL > *,
  article .half_em .sideR > * {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    z-index: 1; }
  article .full_em > .infoHead > h2,
  article .half_em .sideL > .infoHead > h2,
  article .half_em .sideR > .infoHead > h2 {
    border: 1px solid red;
    margin-top: 0; }
  article .full_em h2,
  article .full_em h3,
  article .half_em .sideL h2,
  article .half_em .sideL h3,
  article .half_em .sideR h2,
  article .half_em .sideR h3 {
    font-size: 128%;
    line-height: 1.2em;
    padding-left: 20px; }
    article .full_em h2 a,
    article .full_em h3 a,
    article .half_em .sideL h2 a,
    article .half_em .sideL h3 a,
    article .half_em .sideR h2 a,
    article .half_em .sideR h3 a {
      position: relative;
      padding-right: 28px;
      color: #000;
      text-decoration: none;
      /*&:before,*/
      /*				&:before {
      					right: 0;
      					margin-top: -9px;
      					background-color: #000;
      					height: 18px;
      					width: 18px;
      					border-radius:9px;
      					-moz-border-radius:9px;
      					-webkit-border-radius: 9px;
      				}*/ }
      article .full_em h2 a:after,
      article .full_em h3 a:after,
      article .half_em .sideL h2 a:after,
      article .half_em .sideL h3 a:after,
      article .half_em .sideR h2 a:after,
      article .half_em .sideR h3 a:after {
        content: '';
        /*					position: absolute;
        					top: 50%;*/
        display: inline-block;
        vertical-align: middle; }
      article .full_em h2 a:after,
      article .full_em h3 a:after,
      article .half_em .sideL h2 a:after,
      article .half_em .sideL h3 a:after,
      article .half_em .sideR h2 a:after,
      article .half_em .sideR h3 a:after {
        width: 18px;
        height: 18px;
        background: url(../images/icon_em-link.png) center no-repeat;
        margin: -3px 0 0 10px; }
  article .full_em ul, article .full_em ol,
  article .half_em .sideL ul,
  article .half_em .sideL ol,
  article .half_em .sideR ul,
  article .half_em .sideR ol {
    margin-top: 1em; }
article .full_em > .parallelL,
article .full_em > .parallelR,
article .half_em > .parallelL,
article .half_em > .parallelR {
  margin: 0; }
  article .full_em > .parallelL .fig,
  article .full_em > .parallelL .sentence,
  article .full_em > .parallelR .fig,
  article .full_em > .parallelR .sentence,
  article .half_em > .parallelL .fig,
  article .half_em > .parallelL .sentence,
  article .half_em > .parallelR .fig,
  article .half_em > .parallelR .sentence {
    margin-top: 20px; }
article .full_em h2,
article .full_em h3,
article .half_em h2,
article .half_em h3 {
  margin: 0;
  padding-top: 10px;
  border: none;
  background-color: #e1e1e1; }
  article .full_em h2 + .parallelL,
  article .full_em h2 + .parallelR,
  article .full_em h3 + .parallelL,
  article .full_em h3 + .parallelR,
  article .half_em h2 + .parallelL,
  article .half_em h2 + .parallelR,
  article .half_em h3 + .parallelL,
  article .half_em h3 + .parallelR {
    margin-top: 0;
    /*margin-bottom: -20px;
    overflow: hidden;*/ }
  article .full_em h2:before, article .full_em h2:after,
  article .full_em h3:before,
  article .full_em h3:after,
  article .half_em h2:before,
  article .half_em h2:after,
  article .half_em h3:before,
  article .half_em h3:after {
    display: none; }
article .full_em {
  margin-top: 30px;
  padding: 0 0 20px;
  border: 1px solid #e1e1e1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  article .full_em > .parallelL .fig,
  article .full_em > .parallelR .fig {
    padding-left: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  article .full_em > .parallelL .sentence,
  article .full_em > .parallelR .sentence {
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
article .full_em.hlink {
  padding: 0; }
article .half_em {
  margin-top: 30px; }
  article .half_em .sideL,
  article .half_em .sideR {
    padding: 0 0 20px; }
    article .half_em .sideL .sentence h2,
    article .half_em .sideL .sentence h3,
    article .half_em .sideL .sentence h4,
    article .half_em .sideL .sentence h5,
    article .half_em .sideL .sentence h6,
    article .half_em .sideR .sentence h2,
    article .half_em .sideR .sentence h3,
    article .half_em .sideR .sentence h4,
    article .half_em .sideR .sentence h5,
    article .half_em .sideR .sentence h6 {
      margin-left: 0;
      margin-right: 0; }
    article .half_em .sideL .parallelL,
    article .half_em .sideL .parallelR,
    article .half_em .sideR .parallelL,
    article .half_em .sideR .parallelR {
      margin-top: 0; }
    article .half_em .sideL .parallelL.wid240 .fig,
    article .half_em .sideR .parallelL.wid240 .fig {
      width: 50%;
      max-width: 240px;
      margin-top: 20px;
      padding-left: 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    article .half_em .sideL .parallelL.wid240 .sentence,
    article .half_em .sideR .parallelL.wid240 .sentence {
      width: 50%;
      padding: 20px 20px 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    article .half_em .sideL:before,
    article .half_em .sideR:before {
      content: '';
      position: absolute;
      top: 0;
      display: block;
      width: 49%;
      height: 100%;
      margin-left: 0;
      border: 1px solid #e1e1e1;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
article .half_em.hlink .sideL,
article .half_em.hlink .sideR {
  padding: 0; }

@media only screen and (max-width: 600px) {
  article .full_em .parallelL,
  article .full_em .parallelR {
    padding: 15px 15px 0; }
    article .full_em .parallelL .fig,
    article .full_em .parallelR .fig {
      padding-left: 0; }
  article .half_em {
    margin-top: 0; }
    article .half_em .sideL,
    article .half_em .sideR {
      border: 1px solid #e1e1e1;
      margin-top: 30px; }
      article .half_em .sideL:before,
      article .half_em .sideR:before {
        width: 100%;
        border: none; }
      article .half_em .sideL .parallelL.wid240 .fig,
      article .half_em .sideR .parallelL.wid240 .fig {
        padding-left: 0; }
      article .half_em .sideL .parallelL.wid240 .sentence,
      article .half_em .sideR .parallelL.wid240 .sentence {
        width: auto; }

  .clearfix.half_em .parallelL.wid240 .fig {
    width: auto;
    max-width: none;
    margin-top: 15px; }
  .clearfix.half_em .parallelL.wid240 .sentence {
    width: auto;
    margin-top: 0;
    padding: 1em; } }
/* product */
#product_data {
  width: 100%; }
  #product_data thead th {
    white-space: nowrap;
    width: 25%; }
  #product_data thead th + th {
    width: 40%; }
  #product_data thead th + th + th {
    width: 35%; }
  #product_data tbody tr {
    cursor: pointer; }
    #product_data tbody tr:hover {
      background-color: #ebf4f7; }
  #product_data tbody td img {
    display: block; }

@media only screen and (max-width: 1280px) {
  #product_data tbody td img {
    margin: 10px 0;
    width: 100%; } }
#case_selector1.tabList li {
  overflow: hidden; }
#case_selector1.tabList a {
  padding: .5em 1.5em .5em 1em;
  line-height: 1.5em; }
  #case_selector1.tabList a:after {
    border-width: 4.2em 0 0 .8em; }

#cat_selector2 {
  display: block;
  list-style-type: none;
  padding: 18px 0 0 2%;
  background-color: #c8c8c8; }
  #cat_selector2:after {
    content: "";
    display: block;
    clear: both; }
  #cat_selector2 li {
    position: relative;
    width: 23%;
    /*		max-width: 220px;*/
    text-align: center;
    float: left;
    margin: 0 0 16px 2%;
    padding: 18px .5em;
    z-index: 2;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #cat_selector2 li:nth-of-type(4n+1) {
      margin-left: 0;
      clear: left; }
    #cat_selector2 li:before {
      display: none; }
  #cat_selector2 li:hover,
  #cat_selector2 li.active {
    background-color: #ebf4f7; }
  #cat_selector2 li.cur {
    color: #fff;
    background-color: #da251e; }

@media only screen and (max-width: 480px) {
  #cat_selector2 {
    padding-top: 10px; }
    #cat_selector2 li {
      font-size: 85%;
      width: 48%;
      margin-bottom: 8px;
      padding: 10px 0; }
      #cat_selector2 li:nth-of-type(4n+1) {
        margin-left: 2%;
        clear: none; }
      #cat_selector2 li:nth-of-type(2n+1) {
        margin-left: 0;
        clear: left; }

  #product_data, #product_data tbody, #product_data tr, #product_data th, #product_data td,
  #ir-table,
  #ir-table tbody,
  #ir-table tr,
  #ir-table th,
  #ir-table td {
    display: block;
    float: left\9; }
  #product_data thead,
  #ir-table thead {
    display: none; }
  #product_data, #product_data td,
  #ir-table,
  #ir-table td {
    border-style: none; }
  #product_data tr,
  #ir-table tr {
    padding: 0 10px;
    border: 1px solid #c8c8c8; }
    #product_data tr + tr,
    #ir-table tr + tr {
      margin-top: 20px; }
  #product_data td,
  #ir-table td {
    width: 96% \9; }
  #product_data tbody td img,
  #ir-table tbody td img {
    width: auto;
    max-width: 100%; }

  #product_list td:before {
    display: block;
    margin: 0 -10px 10px;
    padding: .2em 10px;
    background-color: #e1e1e1; }
  #product_list td:first-child:before {
    content: '形名'; }
  #product_list tr[url*='/element/'] td:first-child + td:before {
    content: '概要'; }
  #product_list tr[url*='/element/'] td + td + td:before {
    content: '寸法'; }
  #product_list tr[url*='/sensor/'] td:first-child + td:before {
    content: '使用例'; }
  #product_list tr[url*='/sensor/'] td + td + td:before {
    content: '計測対象'; }

  #ir-table table {
    border: none;
    width: 100%; }
    #ir-table table th {
      border: none;
      background-color: #e1e1e1;
      margin-top: 10px;
      width: 96%;
      text-align: center !important; }
    #ir-table table td:before {
      display: block;
      margin: 0 -7px 10px;
      padding: .2em 10px;
      background-color: #f0f0f0; } }
/* home */
/* productImage */
#productImage {
  margin: 20px -35px 30px;
  padding: 0 35px; }
  #productImage img {
    display: block;
    margin: 0 auto; }

#fixedImage {
  display: none;
  margin: -20px -10px 0;
  overflow: hidden; }
  #fixedImage > img {
    max-width: 150%;
    margin: 0 -25%; }

/* productTn */
#productTn {
  margin: 0 -35px;
  padding: 0 35px;
  background-image: url(../images/bg_dot.png); }
  #productTn ul {
    max-width: 1280px;
    margin: 0 auto; }
    #productTn ul:after {
      content: "";
      display: block;
      clear: both; }
  #productTn li {
    float: left;
    width: 16.666%;
    cursor: pointer; }
  #productTn div {
    position: relative;
    margin: 10px;
    background-color: #fff;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s; }
  #productTn img, #productTn span {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
  #productTn span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    margin-top: -1em;
    color: #fff;
    text-align: center;
    line-height: 2em;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0; }

#productTn .current div,
#productTn li:hover div {
  background-color: #000; }

#productTn .current img,
#productTn li:hover img {
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  opacity: .3; }

#productTn .current span,
#productTn li:hover span {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

/* productList */
#productList {
  position: relative;
  max-width: 1260px;
  margin: 0 auto; }
  #productList > ul {
    position: relative;
    margin: 0 50px;
    height: 350px; }
    #productList > ul > li {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      overflow: hidden; }
      #productList > ul > li + li {
        display: none; }
      #productList > ul > li > img {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -580px;
        max-width: 1160px; }
  #productList li {
    display: block; }
  #productList h2 {
    font-size: 142%;
    line-height: 1.4em; }
    #productList h2 span {
      font-size: 64%;
      color: #64a0eb; }
    #productList h2 + p {
      font-size: 85%; }
  #productList .btnPrev,
  #productList .btnNext {
    position: absolute;
    top: 161px;
    width: 16px;
    height: 28px;
    background-image: url(../images/bg_prd_icons.png);
    background-repeat: no-repeat;
    cursor: pointer; }
  #productList .btnPrev {
    left: 20px;
    background-position: -20px -60px; }
  #productList .btnNext {
    right: 20px;
    background-position: -40px -60px; }

#productList header,
.hvList {
  position: absolute;
  left: 59%;
  right: 0; }

#productList header {
  top: 20px; }

#temperatureRegion {
  position: relative;
  height: 90px;
  margin: -20px 115px 0; }

#trText {
  position: absolute;
  bottom: 65px;
  display: none;
  width: 100%;
  text-align: center; }

#trBar {
  position: relative;
  line-height: 90px; }
  #trBar span {
    position: absolute;
    display: block; }
  #trBar .trMin,
  #trBar .trMax {
    height: 90px;
    min-width: 100px; }
  #trBar .trMin {
    right: 100%;
    padding-right: 10px;
    text-align: right; }
  #trBar .trMax {
    left: 100%;
    padding-left: 10px; }
  #trBar .trBar {
    top: 41px;
    left: 0;
    right: 0;
    width: 100%;
    height: 8px;
    background: url(../images/bg_bar.png) center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden; }

#trTarget {
  top: 32px;
  left: -100%;
  height: 26px;
  background: rgba(255, 255, 255, 0.7) url(../images/bg_prd_icons.png) center bottom no-repeat; }
  #trTarget:before, #trTarget:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 26px;
    background-image: url(../images/bg_prd_icons.png);
    background-repeat: no-repeat; }
  #trTarget:before {
    left: 0;
    background-position: left -60px; }
  #trTarget:after {
    right: 0;
    background-position: right -60px; }

.clipMap {
  position: relative;
  float: left;
  width: 57%;
  max-width: 650px; }

.hvAnc li {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1; }
  .hvAnc li a {
    display: block;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    text-indent: 60px;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/bg_point.png) center center no-repeat;
    -webkit-transition: width .2s, height .2s, margin .2s;
    -moz-transition: width .2s, height .2s, margin .2s;
    -ms-transition: width .2s, height .2s, margin .2s;
    -o-transition: width .2s, height .2s, margin .2s;
    transition: width .2s, height .2s, margin .2s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

.hvAnc .current,
.hvAnc li:hover {
  z-index: 2; }

.hvAnc .current a,
.hvAnc li:hover a {
  margin: -28px 0 0 -28px;
  width: 56px;
  height: 56px;
  background-image: url(../images/bg_target.png);
  zoom: 1; }

.hvList {
  bottom: 20px; }
  .hvList li {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    min-width: 320px;
    min-height: 75px;
    padding: 20px 20px 20px 135px;
    color: #fff;
    background-color: #323232; }
    .hvList li h3 {
      font-size: 114%; }
      .hvList li h3 + p {
        margin-top: 0.5em;
        font-size: 85%; }
  .hvList a {
    color: #fff;
    text-decoration: none; }
  .hvList figure {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 113px;
    height: 113px; }

/* ----- */
#btn_car01 {
  top: 51%;
  left: 16%; }

#btn_car02 {
  top: 51%;
  left: 26%; }

#btn_car03 {
  top: 51%;
  left: 44%; }

#btn_car04 {
  top: 36%;
  left: 44%; }

#btn_car05 {
  top: 38%;
  left: 32%; }

#btn_air01 {
  top: 28%;
  left: 86%; }

#btn_air02 {
  top: 41%;
  left: 87%; }

#btn_air03 {
  top: 43%;
  left: 27%; }

#btn_kitchen01 {
  top: 54%;
  left: 60%; }

#btn_kitchen02 {
  top: 77%;
  left: 40%; }

#btn_kitchen03 {
  top: 30%;
  left: 48%; }

#btn_kitchen04 {
  top: 12%;
  left: 66%; }

#btn_kitchen05 {
  top: 46%;
  left: 8%; }

#btn_kitchen06 {
  top: 60%;
  left: 84%; }

#btn_oa01 {
  top: 63%;
  left: 26%; }

#btn_oa02 {
  top: 40%;
  left: 80%; }

#btn_home01 {
  top: 67%;
  left: 19%; }

#btn_home02 {
  top: 77%;
  left: 23%; }

#btn_home03 {
  top: 59%;
  left: 30%; }

#btn_home04 {
  top: 66%;
  left: 33%; }

@media only screen and (max-width: 980px) {
  #productList > ul {
    margin: 0 30px; }
  #productList .btnPrev {
    left: 0; }
  #productList .btnNext {
    right: 0; } }
@media only screen and (max-width: 860px) {
  .hvList {
    left: 0; }
    .hvList li {
      left: 50px;
      right: 50px;
      margin: 0 auto; } }
@media only screen and (max-width: 760px) {
  #productImage > div {
    display: none; }
  #productImage #fixedImage {
    display: block; } }
#container-home {
  margin: 0 auto;
  padding: 0 25px; }
  #container-home article h2,
  #container-home aside h2 {
    font-weight: normal;
    font-size: 114%;
    border: none;
    margin: 0;
    padding: 0; }
    #container-home article h2 + p,
    #container-home aside h2 + p {
      font-size: 71%;
      margin-top: -2px; }
    #container-home article h2:before, #container-home article h2:after,
    #container-home aside h2:before,
    #container-home aside h2:after {
      display: none; }
  #container-home article {
    float: left;
    width: 65%;
    max-width: 833px; }
    #container-home article section + section {
      margin-top: 30px; }
  #container-home aside {
    float: right;
    width: 34%;
    max-width: 427px; }
    #container-home aside ul {
      padding: 20px;
      background-color: #e1e1e1; }
    #container-home aside li img {
      margin: 0;
      padding: 0;
      vertical-align: bottom; }
    #container-home aside li p {
      color: #fff;
      font-size: 85%;
      background-color: #646464;
      margin: 0;
      padding: 1em; }
    #container-home aside li a {
      text-decoration: none; }
    #container-home aside li + li {
      margin-top: 20px; }
  #container-home:after {
    content: "";
    display: block;
    clear: both; }

@media only screen and (max-width: 800px) {
  #container-home {
    padding: 0; }
    #container-home article,
    #container-home aside {
      margin-top: 30px;
      float: none;
      width: auto;
      max-width: none; }
    #container-home aside li img {
      width: 100%;
      margin: 0;
      padding: 0;
      vertical-align: bottom; }

  #productImage {
    margin: 20px 0 30px;
    padding: 0; } }
@media print {
  body {
    padding: 0; }

  #pageTop,
  .toHead,
  #lNav,
  footer {
    display: none !important; }

  #container,
  #container article {
    margin: 0 !important;
    padding: 0 !important; }

  article {
    float: none;
    width: auto; }

  article h1 {
    margin: 0 !important; }

  #gNav {
    width: 100% !important; }

  #gNav a {
    line-height: 2.5em; }

  header, footer, article, aside, section, nav, figure, figcaption, small, time,
  h1, h2, h3, h4, h5, h6, p, th, td, li, dt, dd,
  #pageTop #headNav,
  #gNav li,
  #lNav nav,
  .linkBtn a,
  .linkBtn input {
    font-size: 94% !important; } }
#pageTop header h1,
#pageTop header h2 {
  max-width: 70%; }
  #pageTop header h1 a,
  #pageTop header h2 a {
    max-width: 496px; }

/* infoTag */
.infoTag li {
  font-size: 79%; }

@media only screen and (min-width: 601px) and (max-width: 1080px) {
  #pageTop header h1,
  #pageTop header h2 {
    margin-top: 15px; } }
@media only screen and (min-width: 601px) and (max-width: 1080px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 601px) and (max-width: 1080px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 601px) and (max-width: 1080px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 601px) and (max-width: 1080px) and (min-device-pixel-ratio: 1.5) {
  #pageTop header h1 a,
  #pageTop header h2 a {
    background-image: url(../images/logo_en@2x.png);
    -webkit-background-size: 496px 29px;
    -moz-background-size: 496px 29px;
    background-size: 496px 29px;
    background-position: center;
    background-repeat: no-repeat; }

  #pageTop header h1 a img,
  #pageTop header h2 a img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0; } }
@media only screen and (max-width: 600px) {
  #pageTop header h1,
  #pageTop header h2 {
    max-width: 80%; }
    #pageTop header h1 img,
    #pageTop header h2 img {
      max-width: 100%; }

  .infoList > li {
    padding-left: .7em; }
  .infoList time {
    margin-left: 0; } }
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 600px) and (min-device-pixel-ratio: 1.5) {
  #pageTop header h1 a,
  #pageTop header h2 a {
    background-image: url(../images/logo_en@2x.png);
    background-position: left;
    background-repeat: no-repeat; }

  #pageTop header h1 a img,
  #pageTop header h2 a img {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0; } }
@media only screen and (max-width: 600px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: landscape) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: landscape) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 600px) and (orientation: landscape) and (min-device-pixel-ratio: 1.5) {
  #pageTop header h1 a,
  #pageTop header h2 a {
    -webkit-background-size: 400px 23px;
    -moz-background-size: 400px 23px;
    background-size: 400px 23px; } }
@media only screen and (max-width: 600px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: portrait) and (min--moz-device-pixel-ratio: 1.5), only screen and (max-width: 600px) and (orientation: portrait) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 600px) and (orientation: portrait) and (min-device-pixel-ratio: 1.5) {
  #pageTop header h1 a,
  #pageTop header h2 a {
    -webkit-background-size: 245px 14px;
    -moz-background-size: 245px 14px;
    background-size: 245px 14px; } }

/*.container .desc ul li{list-style: disc !important;}*/