@charset "utf-8";
/* ------------------------------
Roboto Font
------------------------------ */
@import url("http://fonts.googleapis.com/css?family=Roboto:400,300,700");
/* ------------------------------
RESET
------------------------------ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
/* ------------------------------
YUI 3.18.1 (build f7e7bcb)
------------------------------ */
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
/* for IE */
  *font: x-small;
/* for IE in quirks mode */
}
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
#yui3-css-stamp.cssfonts {
  display: none;
}
html,
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "Helvetica Neue", helvetica, sans-serif;
}
/* ------------------------------
 HEADER
 ------------------------------ */
.headerWrapper {
  width: 100%;
  height: 70px;
  background-color: #fff;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 49;
}
@media screen and (max-width: 900px) {
  .headerWrapper {
    padding-left: 0;
  }
}
.headerWrapper .header {
  min-width: 900px;
  margin: 0 auto;
}
.headerWrapper .header ul.ci {
  padding: 19px 0;
  zoom: 1;
}
.headerWrapper .header ul.ci:before,
.headerWrapper .header ul.ci:after {
  content: "";
  display: table;
}
.headerWrapper .header ul.ci:after {
  clear: both;
}
.headerWrapper .header ul.ci li {
  float: left;
}
.headerWrapper .header ul.ci li:first-child {
  padding-right: 17px;
  border-right: #999 1px solid;
  margin-right: 17px;
}
.headerWrapper .header ul.lang {
  position: absolute;
  top: 28px;
  right: 30px;
}
.headerWrapper .header ul.lang li {
  display: inline-block;
  padding: 0 10px;
}
.headerWrapper .header ul.lang li:first-child {
  border-right: #999 1px solid;
  padding-right: 17px;
}
.headerWrapper .header ul.lang li a,
.headerWrapper .header ul.lang li span {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 100%;
/* for setting 13px */
}
.headerWrapper .header ul.lang li a:link,
.headerWrapper .header ul.lang li a:visited {
  color: #000;
  text-decoration: none;
}
.headerWrapper .header ul.lang li a:hover,
.headerWrapper .header ul.lang li a:active {
  color: #222;
  text-decoration: underline;
}
.headerWrapper .header ul.lang li span {
  color: #999;
}
.headerMenuWrapper {
  width: 100%;
  height: 61px;
  background-repeat: repeat-x;
  background-position: left top;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  z-index: 50;
}
.headerMenuWrapper .headerMenu {
  width: 900px;
  margin: 0 auto;
  padding: 16px 0;
  border-bottom: 2px solid #fff;
  position: relative;
}
.headerMenuWrapper .headerMenu .txt {
  position: absolute;
  top: 12px;
  right: 0;
  width: 174px;
  display: block;
  height: 27px;
  overflow: hidden;
}
.headerMenuWrapper .headerMenu ul {
  display: table;
}
.headerMenuWrapper .headerMenu ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: auto;
  padding: 0 12px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 100%;
/* for setting 13px */
  line-height: 1;
}
.headerMenuWrapper .headerMenu ul li.home {
  width: 21px;
  text-align: left;
  padding-left: 0;
}
.headerMenuWrapper .headerMenu ul li.home a,
.headerMenuWrapper .headerMenu ul li.home span {
  display: block;
  height: 20px;
  overflow: hidden;
}
.headerMenuWrapper .headerMenu ul li a:link,
.headerMenuWrapper .headerMenu ul li a:visited {
  text-decoration: none;
}
.headerMenuWrapper .headerMenu ul li a:hover,
.headerMenuWrapper .headerMenu ul li a:active {
  text-decoration: underline;
}
.headerMenuWrapper.light {
  background-image: url("../images/header_dark_bg.png");
}
.headerMenuWrapper.light.future {
  background-image: none;
}
.headerMenuWrapper.light .headerMenu {
  border-bottom: 2px solid #fff;
}
.headerMenuWrapper.light .headerMenu li a {
  display: block;
}
.headerMenuWrapper.light .headerMenu li a:link,
.headerMenuWrapper.light .headerMenu li a:visited {
  color: #fff;
}
.headerMenuWrapper.light .headerMenu li a:hover,
.headerMenuWrapper.light .headerMenu li a:active {
  color: #fff;
}
.headerMenuWrapper.light .headerMenu li span {
  color: #fff;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  display: block;
}
.headerMenuWrapper.light .headerMenu li.home a,
.headerMenuWrapper.light .headerMenu li.home span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.light .headerMenu li.home a img,
.headerMenuWrapper.light .headerMenu li.home span img {
  margin-top: 0;
}
.headerMenuWrapper.light .headerMenu .txt a,
.headerMenuWrapper.light .headerMenu .txt span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.light .headerMenu .txt a img,
.headerMenuWrapper.light .headerMenu .txt span img {
  margin-top: 0;
}
.headerMenuWrapper.dark {
  background-image: url("../images/header_light_bg.png");
}
.headerMenuWrapper.dark .headerMenu {
  border-bottom: 2px solid #222;
}
.headerMenuWrapper.dark .headerMenu li a {
  display: block;
}
.headerMenuWrapper.dark .headerMenu li a:link,
.headerMenuWrapper.dark .headerMenu li a:visited {
  color: #222;
}
.headerMenuWrapper.dark .headerMenu li a:hover,
.headerMenuWrapper.dark .headerMenu li a:active {
  color: #222;
}
.headerMenuWrapper.dark .headerMenu li span {
  display: block;
  color: #222;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.headerMenuWrapper.dark .headerMenu li.home a,
.headerMenuWrapper.dark .headerMenu li.home span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.dark .headerMenu li.home a img,
.headerMenuWrapper.dark .headerMenu li.home span img {
  margin-top: -20px;
}
.headerMenuWrapper.dark .headerMenu .txt a,
.headerMenuWrapper.dark .headerMenu .txt span {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.headerMenuWrapper.dark .headerMenu .txt a img,
.headerMenuWrapper.dark .headerMenu .txt span img {
  margin-top: -27px;
}
.root .headerWrapper {
  position: fixed;
  top: 0;
  left: 0;
}
.root .headerMenuWrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 118px;
  display: none;
}
/* ------------------------------
 FOOTER
 ------------------------------ */
.footerWrapper {
  border-top: 1px solid #e4e4e4;
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
  z-index: 110;
  position: relative;
}
.footer .nav {
  text-align: center;
  margin: 0 auto;
}
.footer .nav li {
  display: inline-block;
  font-size: 123.1%;
/* for setting 16px */
  padding: 2px 10px;
}
.footer .nav li a {
  color: #222;
}
.footer .nav li a:link,
.footer .nav li a:visited {
  text-decoration: none;
}
.footer .nav li a:hover,
.footer .nav li a:active {
  text-decoration: underline;
}
.footer .nav li:first-child {
  border: none;
  padding-left: 0;
  margin-left: 0;
}
.footer .copytight {
  margin-top: 30px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 85%;
/* for setting 11px */
  letter-spacing: 0.05em;
  text-align: center;
}
.goHome {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
}
.goHome a {
  display: block;
  width: 34px;
  height: 47px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-image: url("../images/btn_home.png");
  -webkit-background-size: 68px 94px;
  -moz-background-size: 68px 94px;
  background-size: 68px 94px;
  text-indent: 100%;
  overflow: hidden;
}
.goHome a:link,
.goHome a:visited {
  color: #222;
  text-decoration: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.goHome a:hover,
.goHome a:active {
  color: #222;
  text-decoration: none;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.goHome.hidden {
  display: none;
}
.goHome.light a {
  color: #fff;
}
.goHome.dark a {
  color: #222;
}
.goHome.light.up a {
  background-position: 0px 0px;
}
.goHome.light.down a {
  background-position: -34px 0px;
}
.goHome.dark.up a {
  background-position: 0px -47px;
}
.goHome.dark.down a {
  background-position: -34px -47px;
}
.goHome.goTop a {
  background-image: url("../images/btn_top.png");
}
/* ------------------------------
 TOP
 ------------------------------
@import "views/top_history"
@import "views/top_home"
@import "views/top_scale"
 */
.root .headerWrapper {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #ddd;
}
.root .headerMenuWrapper {
  position: absolute;
  top: 70px;
  left: 0;
  display: block;
  height: auto;
}
.root .main {
  margin-top: 180px;
}
.root .main .contentTop {
  width: 900px;
  margin: 0 auto 75px;
  position: relative;
}
.root .main .contentTop .pageTitle {
  padding-top: 50px;
  text-align: center;
}
.root .main .contentTop p {
  font-size: 123.1%;
/* for setting 16px */
  line-height: 1.8;
  margin-top: 45px;
  text-align: center;
}
.root .main .contentTop .sns {
  position: absolute;
  top: -10px;
  right: 0;
}
.root .main .contentTop .sns li {
  display: inline-block;
}
.root .main .productCopy {
  width: 100%;
  min-width: 980px;
  border-top: 1px solid #ddd;
  padding: 50px 0;
  text-align: center;
}
.root .main .productCopy h2 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 153.9%;
/* for setting 20px */
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.root .main .productCopy.white {
  background-color: #fff;
  color: #000;
}
.root .main .productCopy.black {
  background-color: #212121;
  color: #fff;
}
.root .main .product {
  width: 100%;
  background-repeat: repeat-y;
  background-position: center top;
}
.root .main .product .contentInner {
  max-width: 1400px;
  min-width: 1000px;
  display: table;
}
.root .main .product .textWrapper {
  display: table-cell;
  vertical-align: top;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.root .main .product .textWrapper .title {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 323.2%;
/* for setting 21px */
  letter-spacing: 0.05em;
}
.root .main .product .textWrapper .year {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 123.1%;
/* for setting 16px */
  margin-top: 10px;
}
.root .main .product .textWrapper .year:after {
  content: '';
  display: block;
  width: 78px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.root .main .product .textWrapper .copy {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 123.1%;
/* for setting 16px */
  margin-top: 15px;
  letter-spacing: 0.05em;
}
.root .main .product .textWrapper .contentText {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 108%;
/* for setting 14px */
  line-height: 1.8;
  margin-top: 10px;
}
.root .main .product .imageWrapper {
  display: table-cell;
  vertical-align: top;
  width: 580px;
}
@media screen and (max-width: 1160px) {
  .root .main .product .imageWrapper {
    width: 50%;
  }
}
.root .main .product .imageWrapper .image {
  width: 100%;
  max-width: 580px;
}
.root .main .product .imageWrapper .image img {
  width: 100%;
  height: auto;
}
.root .main .product:nth-child(even) {
  background-image: url("../innovation/images/bg1.gif");
}
.root .main .product:nth-child(even) .contentInner {
  margin: 0 auto;
}
.root .main .product:nth-child(even) .imageWrapper {
  background-color: #f8f8f8;
}
.root .main .product:nth-child(even) .textWrapper {
  background-color: #f2f2f2;
}
.root .main .product:nth-child(odd) {
  background-image: url("../innovation/images/bg2.gif");
}
.root .main .product:nth-child(odd) .contentInner {
  margin: 0 auto;
}
.root .main .product:nth-child(odd) .textWrapper {
  background-color: #fff;
}
.root .main .product:nth-child(odd) .imageWrapper {
  background-color: #f6f6f6;
}
.root .main .solutions {
  background-color: #f2f2f2;
  width: 100%;
}
.root .main .solutions .solutionsHeader {
  width: 100%;
  min-width: 980px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-bottom: 45px;
}
.root .main .solutions .solutionsHeader h2 {
  padding: 40px 0;
  line-height: 1.2;
}
.root .main .solutions .solutionsHeader h2 .en {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 153.9%;
/* for setting 20px */
}
.root .main .solutions .solutionsHeader h2 .jp {
  font-weight: bold;
  font-size: 153.9%;
/* for setting 20px */
}
.root .main .solutions ul {
  width: 980px;
  padding-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.root .main .solutions ul:before,
.root .main .solutions ul:after {
  content: "";
  display: table;
}
.root .main .solutions ul:after {
  clear: both;
}
.root .main .solutions ul li {
  float: left;
  width: 224px;
  background-color: #fff;
  margin-bottom: 28px;
  margin-right: 28px;
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.root .main .solutions ul li:nth-child(4n) {
  margin-right: 0;
}
.root .main .solutions ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 25px 20px 75px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.root .main .solutions ul li a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.root .main .solutions ul li a .text {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700;
  font-size: 108%;
/* for setting 14px */
  line-height: 1.7;
  margin-bottom: 10px;
}
.root .main .solutions ul li a .meta {
  position: absolute;
  bottom: 25px;
  left: 20px;
  width: 184px;
}
.root .main .solutions ul li a .year {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 93%;
/* for setting 12px */
  line-height: 1;
  margin-bottom: 5px;
}
.root .main .solutions ul li a .year:before {
  content: '―';
  display: block;
  margin-bottom: 8px;
}
.root .main .solutions ul li a .category {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 93%;
/* for setting 12px */
  line-height: 1;
}
.root .main .others {
  background-color: #212121;
}
.root .main .others .navigation ul {
  width: 980px;
  margin: 0 auto;
  zoom: 1;
}
.root .main .others .navigation ul:before,
.root .main .others .navigation ul:after {
  content: "";
  display: table;
}
.root .main .others .navigation ul:after {
  clear: both;
}
.root .main .others .navigation ul li {
  position: relative;
  width: 140px;
  height: 72px;
  float: left;
  position: relative;
  margin: 0 28px 28px 0;
  text-align: center;
  border-bottom: 1px solid #444;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
}
.root .main .others .navigation ul li span {
  display: block;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 100%;
/* for setting 13px */
  color: #fff;
  text-decoration: none;
  z-index: 50;
  position: relative;
  padding-top: 16px;
  cursor: pointer;
}
.root .main .others .navigation ul li img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -5px;
  background-color: #666;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
  z-index: 10;
}
.root .main .others .navigation ul li:before {
  content: '';
  width: 140px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -ms-transition: 0.1s;
  transition: 0.1s;
}
.root .main .others .navigation ul li:hover {
  background-color: #222;
}
.root .main .others .navigation ul li:hover img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.root .main .others .navigation ul li.cat_A:before {
  background-color: #2ed861;
}
.root .main .others .navigation ul li.cat_A.active {
  border-bottom: 1px solid #2ed861;
}
.root .main .others .navigation ul li.cat_A.active span {
  color: #2ed861;
}
.root .main .others .navigation ul li.cat_A.active img {
  background-color: #2ed861;
}
.root .main .others .navigation ul li.cat_B:before {
  background-color: #0f9df4;
}
.root .main .others .navigation ul li.cat_B.active {
  border-bottom: 1px solid #0f9df4;
}
.root .main .others .navigation ul li.cat_B.active span {
  color: #0f9df4;
}
.root .main .others .navigation ul li.cat_B.active img {
  background-color: #0f9df4;
}
.root .main .others .navigation ul li.cat_C:before {
  background-color: #ef3cef;
}
.root .main .others .navigation ul li.cat_C.active {
  border-bottom: 1px solid #ef3cef;
}
.root .main .others .navigation ul li.cat_C.active span {
  color: #ef3cef;
}
.root .main .others .navigation ul li.cat_C.active img {
  background-color: #ef3cef;
}
.root .main .others .navigation ul li.cat_D:before {
  background-color: #ff8b2c;
}
.root .main .others .navigation ul li.cat_D.active {
  border-bottom: 1px solid #ff8b2c;
}
.root .main .others .navigation ul li.cat_D.active span {
  color: #ff8b2c;
}
.root .main .others .navigation ul li.cat_D.active img {
  background-color: #ff8b2c;
}
.root .main .others .navigation ul li.cat_A:hover span,
.root .main .others .navigation ul li.cat_B:hover span,
.root .main .others .navigation ul li.cat_C:hover span,
.root .main .others .navigation ul li.cat_D:hover span {
  color: #fff;
}
.root .main .others .navigation ul li.cat_A:hover:before,
.root .main .others .navigation ul li.cat_B:hover:before,
.root .main .others .navigation ul li.cat_C:hover:before,
.root .main .others .navigation ul li.cat_D:hover:before {
  height: 73px;
}
.root .main .others .productList {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 50px;
  zoom: 1;
}
.root .main .others .productList:before,
.root .main .others .productList:after {
  content: "";
  display: table;
}
.root .main .others .productList:after {
  clear: both;
}
.root .main .others .productList li {
  width: 140px;
  float: left;
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 25px;
  margin: 0 28px 28px 0;
}
.root .main .others .productList li:nth-child(6n),
.root .main .others .productList li.col6 {
  margin-right: 0;
}
.root .main .others .productList li .image {
  background-color: #e3e3e3;
  padding-top: 10px;
}
.root .main .others .productList li .image:after {
  content: '';
  width: 140px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.root .main .others .productList li .title {
  padding: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 100%;
/* for setting 13px */
  line-height: 1.4;
}
.root .main .others .productList li .year {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 85%;
/* for setting 11px */
}
.root .main .others .productList li.cat_A {
  background-color: #e3e3e3;
}
.root .main .others .productList li.cat_A .image:after {
  background-color: #2ed861;
}
.root .main .others .productList li.cat_B {
  background-color: #e3e3e3;
}
.root .main .others .productList li.cat_B .image:after {
  background-color: #0f9df4;
}
.root .main .others .productList li.cat_C {
  background-color: #e3e3e3;
}
.root .main .others .productList li.cat_C .image:after {
  background-color: #ef3cef;
}
.root .main .others .productList li.cat_D {
  background-color: #e3e3e3;
}
.root .main .others .productList li.cat_D .image:after {
  background-color: #ff8b2c;
}
.root .main .others .productList.cat_A li.cat_A {
  background-color: #2ed861;
}
.root .main .others .productList.cat_A li.cat_A .image:after {
  background-color: transparent;
}
.root .main .others .productList.cat_B li.cat_B {
  background-color: #0f9df4;
}
.root .main .others .productList.cat_B li.cat_B .image:after {
  background-color: transparent;
}
.root .main .others .productList.cat_C li.cat_C {
  background-color: #ef3cef;
}
.root .main .others .productList.cat_C li.cat_C .image:after {
  background-color: transparent;
}
.root .main .others .productList.cat_D li.cat_D {
  background-color: #ff8b2c;
}
.root .main .others .productList.cat_D li.cat_D .image:after {
  background-color: transparent;
}
area {
  outline: 0;
  border: 0;
}
