@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }

@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }

@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }

@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 * custom PMC 2016
 */
/* Toggle Styles */
.wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.wrapper.toggled,
.wrapper.tToggled {
  /*padding-left: 250px;*/ }

.sidebar-wrapper,
.tableMenu-wrapper {
  top: 0;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  /*overflow-y: auto;*/
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.wrapper.toggled .sidebar-wrapper {
  /* width: 250px; */
  width: 200px; }

.wrapper.tToggled .tableMenu-wrapper {
  width: 230px;
  overflow-y: scroll;
  z-index: 996; }

/*.page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}*/
.wrapper.toggled #page-content-wrapper,
.wrapper.tToggled #page-content-wrapper {
  position: absolute;
  /* margin-right: -250px; */
  margin-right: -200px; }

/* Sidebar Styles */
/* #acWrap {
	margin-left: -30px;
} */
.sidebar-nav {
  /*position: absolute;*/
  position: relative;
  top: 0;
  /* width: 250px; */
  width: 200px;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  padding-bottom: 40px; }

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px; }

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
  border-bottom: 1px solid #000000; }

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff; }

.sidebar-nav li.sideWBT a:hover {
  background: none; }

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px; }

.sidebar-nav > .sidebar-brand a {
  color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none; }

.sidePdfBT {
  margin: 0 auto;
  display: block;
  margin-top: 20px; }

.sidePdfBT div {
  padding: 0px 43px; }

.sidebar-wrapper .sidebar-nav li.sidePdfBT img {
  float: left;
  margin: 0 auto;
  padding: 0 5px; }

.sidebar-wrapper .sidebar-nav li.sidePdfBT.single img {
  float: none; }

.sidebar-wrapper .sidebar-nav li.sidePdfBT.single a + a {
  display: none; }

.mainContents .sidebar-wrapper .sidebar-nav li.sidePdfBT.single img {
  float: left; }

.mainContents .sidebar-wrapper .sidebar-nav li.sidePdfBT.single a + a {
  display: block; }

/* slideIn */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

/* ハンバーガーアイコン用 */
@keyframes type6-top {
  0% {
    transform: translateY(0px) rotate(-45deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(-17px) rotate(0deg); } }

@keyframes type6-bottom {
  0% {
    transform: translateY(-1px) rotate(45deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(15px) rotate(0deg); } }

@keyframes type6-top-close {
  0% {
    transform: translateY(-17px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(-5px) rotate(-45deg); } }

@keyframes type6-bottom-close {
  0% {
    transform: translateY(15px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(3px) rotate(45deg); } }

@-webkit-keyframes arrowUp {
  0% {
    transform: translate(0, 4px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, -8px);
    opacity: 0; } }

@keyframes arrowUp {
  0% {
    transform: translate(0, 4px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, -8px);
    opacity: 0; } }

@-webkit-keyframes arrowDown {
  0% {
    transform: translate(0, -4px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, -8px);
    opacity: 0; } }

@keyframes arrowDown {
  0% {
    transform: translate(0, -4px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 8px);
    opacity: 0; } }

/*COMMON*/
a {
  color: #FFFFFF; }

a:focus, a:hover {
  color: #FFFFFF;
  text-decoration: none; }

html[lang="jpn"] body {
  font-family: 'MazdaType-Regular', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: normal; }

body {
  overflow: hidden;
  height: 100%;
  z-index: 1020; }
  body .wrapper {
    overflow-y: hidden;
    height: 100%; }

/* フルードイメージ用スタイル for IE */
img {
  max-width: 100%;
  height: auto; }

button, input, select, textarea {
  line-height: normal; }

/* IE7,MacIE5 */
.clearfix {
  display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/*CONTENTS WRAPPER*/
#page-content-wrapper {
  padding-top: 50px; }

.wrapper.toggled {
  padding-left: 0px; }

/* modal */
.modal-dialog {
  margin-top: 15%;
  color: black; }

/* alert */
.alerts * {
  display: none;
  top: 0;
  left: 0; }

.alerts .message-deleted .deleted {
  display: block; }

/*COMMON*/
html {
  height: 100%; }

a {
  color: #FFFFFF;
  text-decoration: none;
  outline: none; }

a:focus, a:hover {
  color: #FFFFFF;
  text-decoration: none; }

/* IE7,MacIE5 */
.clearfix {
  display: inline-block; }

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/*CONTENTS WRAPPER*/
#page-content-wrapper {
  padding-top: 50px; }

/*HEADER*/
.headerBar {
  padding-left: 197px;
  background: #000000;
  z-index: 1011; }
  .headerBar .navbar-inner {
    /*max-width: 1200px;*/ }
    .headerBar .navbar-inner .leftBox {
      float: left; }
    .headerBar .navbar-inner .leftBoxPC {
      margin-top: 20px; }
      .headerBar .navbar-inner .leftBoxPC img {
        margin-left: 20px; }
    .headerBar .navbar-inner .rightBox {
      /*float: right;
			margin: 10px 8px;*/ }
      .headerBar .navbar-inner .rightBox #menu-toggle {
        /*width: 40px;
				height: 24px;
				display: block;
				padding-top: 15px;*/ }
    .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn {
      float: left;
      margin-right: 3px; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn img {
        width: 36px; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #searchForm {
        position: relative;
        margin-top: 1px; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #searchBtn, .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #delBtn {
        position: absolute;
        top: 3px;
        border: none; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #keywords {
        /*width: 174px;*/
        height: 28px;
        background: #FFFFFF;
        border: 2px solid #999999;
        padding: 4px;
        color: #000000; }
    .headerBar .navbar-inner .rightBox .carnameSP {
      float: left; }
    .headerBar .navbar-inner .rightBox .searchlink {
      transition: 0.5s;
      background: url("../img/search_wbtn.png") no-repeat;
      background-size: 36px 36px;
      display: block;
      float: right;
      position: relative;
      padding: 0 23px;
      margin-right: 10px;
      right: 0;
      cursor: pointer;
      height: 36px; }
    .headerBar .navbar-inner .rightBox .searchlink.active {
      /*background: url("../img/search_wbtnact.png") no-repeat;*/
      background-size: 36px 36px; }
    .headerBar .navbar-inner .rightBox .searchform {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: 0.4s;
      position: absolute;
      width: 100%;
      line-height: 40px;
      top: 57px;
      padding: 0 15px;
      cursor: default;
      background: #3a3a3a;
      right: 0;
      height: 0%;
      display: none; }
      .headerBar .navbar-inner .rightBox .searchform #search {
        transition: 0.5s;
        display: block;
        position: relative; }
        .headerBar .navbar-inner .rightBox .searchform #search #s {
          width: 90%;
          background: #FFFFFF;
          padding: 8px 11px;
          border: 0;
          color: #000000;
          margin: 0 auto;
          display: block;
          margin-top: 80px;
          border-bottom: 3px solid #696969; }
        .headerBar .navbar-inner .rightBox .searchform #search .sbtn {
          display: block;
          position: absolute;
          right: 5px;
          top: 13px;
          background: none;
          border: none;
          color: #bcbcbc;
          font-size: 0.6em;
          cursor: pointer; }
    .headerBar .navbar-inner .rightBox .icon-animation {
      display: block;
      background: rgba(255, 255, 255, 0.02);
      position: relative;
      float: right; }
    .headerBar .navbar-inner .rightBox .icon-animation.type-6 span.top {
      animation: type6-top 0.5s;
      animation-fill-mode: forwards; }
    .headerBar .navbar-inner .rightBox .icon-animation.type-6 span.middle {
      transition: .5s opacity;
      transform: translateY(-1px);
      opacity: 1; }
    .headerBar .navbar-inner .rightBox .icon-animation.type-6 span.bottom {
      animation: type6-bottom 0.5s;
      animation-fill-mode: forwards; }
    .headerBar .navbar-inner .rightBox .icon-animation.type-6.is-open span {
      position: relative;
      transition: 0.3s opacity;
      margin-bottom: -7px; }
    .headerBar .navbar-inner .rightBox .icon-animation.type-6.is-open span.top {
      animation: type6-top-close 0.5s;
      animation-fill-mode: forwards; }
    .headerBar .navbar-inner .rightBox .icon-animation.type-6.is-open span.middle {
      opacity: 0;
      transition: .5s opacity; }
    .headerBar .navbar-inner .rightBox .icon-animation.type-6.is-open span.bottom {
      animation: type6-bottom-close 0.5s;
      animation-fill-mode: forwards; }

/* ハンバーガーアイコン用 */
@keyframes type6-top {
  0% {
    transform: translateY(0px) rotate(-45deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(-17px) rotate(0deg); } }

@keyframes type6-bottom {
  0% {
    transform: translateY(-1px) rotate(45deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(15px) rotate(0deg); } }

@keyframes type6-top-close {
  0% {
    transform: translateY(-17px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(-5px) rotate(-45deg); } }

@keyframes type6-bottom-close {
  0% {
    transform: translateY(15px) rotate(0deg); }
  50% {
    transform: translateY(0px) rotate(0deg); }
  100% {
    transform: translateY(3px) rotate(45deg); } }

/* 本文 */
#container {
  width: 100%;
  height: 100%; }

.container {
  color: #FFFFFF;
  /*height: 100%;*/
  /*overflow-y: scroll;*/
  /*margin-top: 50px;*/
  padding: 0;
  /*padding-top: 35px;*/ }

.mainCont {
  /*margin-top: 35px;*/
  max-width: 1200px;
  /*height: 100%;*/ }
  .mainCont.scene {
    /*margin: 0 auto;*/ }
  .mainCont div.table {
    width: auto;
    overflow-y: hidden;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0.2em; }
  .mainCont ol div.table {
    margin-left: 0;
    margin-right: 0; }
  .mainCont ol.numAsterisk {
    padding-left: 40px; }
  .mainCont ol.numStep {
    padding-left: 30px; }
  .mainCont table.table table.table {
    width: 100%;
    border: 1px black solid;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto; }

/**/
html {
  font-size: 16px; }

body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  background: #1a1a1a;
  width: 100%;
  min-width: 323px;
  -webkit-text-size-adjust: 100%;
  /*iphone*/
  font-family: MazdaType-Regular, Arial, Helvetica, sans-serif;
  position: fixed;
  top: 0; }

body.ja {
  font-family: 'MazdaType-Regular', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif; }

/*リンク文字*/
a {
  text-decoration: none;
  outline: none; }

a img {
  border: none;
  border-style: none; }

#header a:link, #header a:visited, #header a:active {
  color: #999;
  cursor: pointer; }

a:focus {
  outline: none; }

.menu li a {
  padding-left: 0px;
  font-size: 12px;
  cursor: pointer; }

body#search {
  background: #000; }

/**************start screen 表紙***************/
body.top #header > div {
  text-align: center;
  font-size: 0;
  width: 100%;
  height: 100%; }

/*mazdaロゴ (プラットフォームと兼用)*/
#header {
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  position: fixed;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: 30px 20px;
  z-index: 999;
  min-width: 300px;
  font-size: 0; }

/*表紙ページの body*/
body.top {
  background: #060001;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2; }

/*車種名*/
.model_title {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 0; }
  .model_title span {
    padding-left: 0.5em; }
  .model_title img.carname {
    width: 60%;
    max-width: 420px; }

/*車種名と取扱説明書の間の改行*/
br.kai {
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 5px; }

/*取扱説明書*/
.manual {
  max-width: 400px;
  min-width: 240px;
  width: 50%;
  padding-top: 5px; }

/************************************************/
/*ENTERボタン*/
.start_bn {
  width: 100%; }

.start_bn p {
  display: inline-block;
  pointer-events: pointer;
  width: 100%;
  margin-top: 1.1em;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.8em; }

div.start_bn p img {
  width: 18%;
  max-width: 160px;
  min-width: 110px; }

div.start_bn p a {
  color: #000;
  background-color: #fff;
  padding: 12px 30px;
  font-size: 1.3rem;
  border-radius: 3px;
  display: inline-block;
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .2em;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  cursor: pointer; }
  div.start_bn p a:hover {
    background-color: #999;
    color: #fff; }

body.ja div.start_bn p a {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

/*車画像*/
body.top .view {
  display: block;
  margin: 1em auto 0;
  width: 100%;
  max-width: 1000px;
  z-index: -1; }

/******************タイトル*****************/
.line_title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 120%;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 15px 10px 10px 10px;
  font-size: 19.2px; }

/*******************i-searchページ******************/
body#search div#container {
  margin-top: 230px; }

#searchBg {
  top: 0;
  z-index: -1;
  width: 100%;
  /*height: 100%;*/ }

div#searchBg div#noresult {
  display: none;
  color: #F1F1F1;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 240px; }

.searchForm {
  background: none;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  z-index: 5; }

.searchForm ul.movie_search {
  padding: 0;
  margin: 0 auto; }

div.movie_search {
  text-align: center;
  padding: 0;
  margin-right: auto;
  margin-left: auto; }

div.searchText {
  display: inline-block;
  vertical-align: middle;
  width: 36%; }

input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0; }

ul.movie_search li div.onload {
  background: #595959;
  color: #B0B0B0; }

#load_container {
  display: none; }

/* visual search */
#visual .visual {
  width: 100%;
  height: 100%; }

#visual .box iframe {
  width: 100%;
  height: 100%;
  border: none; }

.movie_cap {
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.movie_cap img {
  margin: 0 15px;
  padding: 0;
  margin-bottom: 5px;
  width: 190px;
  height: 100px;
  bottom: 0; }

.scene_cap img {
  margin: 0 15px;
  padding: 5px 0;
  width: 190px;
  height: 100px;
  bottom: 0;
  position: absolute; }

.scene_movie_cap {
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.scene_movie_cap img {
  padding: 0 20px;
  width: 190px;
  height: 100px;
  margin-top: 53px; }

.movie_link {
  padding-left: 11px; }

/* card common style */
div.col3 {
  margin: 10px; }

/* ClearFix */
.clearfix {
  zoom: 1; }

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

/* global menu */
li a:link {
  color: #FFFFFF; }

#search div.box p.enable > a {
  color: #afb0b0;
  cursor: pointer; }

#search div.box p > a {
  cursor: text;
  color: #666666; }

#search div.box p.enable > a:after {
  content: url(../img/arrow.png);
  color: #696969; }

#search div.box p > a:after {
  content: none; }

#container.show {
  -webkit-transform: translate3d(240px, 0, 1px);
  min-width: 320px; }

/* read the first */
.ui-widget-overlay {
  z-index: 1000; }

.ui-dialog {
  z-index: 1001;
  max-width: 800px;
  margin: auto;
  border: none;
  background: #1a1a1a;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed; }

.ui-dialog .ui-widget-content {
  border: none;
  background-color: transparent; }

.ui-dialog .ui-dialog-content {
  max-width: 730px;
  margin: 0 35px;
  padding: 0;
  word-wrap: break-word; }

.ui-state-default .ui-icon, .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: none;
  background-color: transparent;
  background-image: url(../img/close_dialog.png); }

.ui-dialog .ui-dialog-buttonpane button {
  border-radius: 10px;
  border: none;
  background-color: #333333; }

.ui-dialog .ui-widget-header {
  background: none;
  border: none; }

.ui-dialog .ui-button:focus {
  outline: 0; }

.ui-dialog iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

/* Suggest */
.ui-autocomplete {
  z-index: 1000; }

/*Visual search tool chip*/
div.ext1, div.ext2 {
  display: inline-block;
  float: left;
  width: 90px;
  /*330_change*/
  height: 77.5px;
  z-index: 1000; }

#noVisual {
  display: none;
  height: 300px;
  width: 320px;
  color: #F1F1F1;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  background: #333333; }

#noVisual div {
  padding: 35% 15% 0% 15%; }

sup.sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: 0.4em; }

/*****************new line*******************/
wbr:after {
  content: "\00200B"; }

div.aco_content {
  position: relative;
  margin-top: 65px;
  margin-bottom: 5px; }

div.colm1 div p.video_link_aco {
  display: none;
  color: #afb0b0;
  font-size: 13px;
  margin: 0 10px; }

#container_v div.box div.boxcol a p.video_link img {
  position: absolute;
  width: 16px;
  height: 12px;
  margin-top: 3px; }

#container_v div.box div.boxcol a p.video_link.aco img {
  position: absolute;
  width: 16px;
  height: 12px;
  margin-top: 3px;
  margin-left: 4px; }

div.colm1.opened div p.video_link_aco {
  display: block; }

div.colm1 div.menu_btn_video {
  position: absolute;
  display: none;
  bottom: 0;
  width: 100%;
  height: 30px;
  cursor: pointer;
  background: url("../img/aco_opened.png") no-repeat center; }

div.colm1.opened div.menu_btn_video {
  display: block; }

#container_v div.box.opened div.boxcol a p.video_link {
  display: block;
  position: relative;
  color: #afb0b0;
  font-size: 15px;
  margin-left: 225px;
  top: 32px; }

/*contents*/
#tmp {
  display: none; }

.list_pages {
  max-width: 800px;
  margin: 0 auto;
  /* margin:65px auto 100px auto */ }

.page .body {
  margin: 10px 0; }

.page img {
  max-width: 100%;
  height: auto; }

.page h1 {
  font-size: 1.34em;
  text-align: left;
  padding: 5px;
  margin: 0 0 10px 0; }

/*Medium title*/
.page h1.title {
  line-height: 1.1em;
  margin: 0;
  padding: 8px;
  color: #ffffff;
  font-size: 1.34em;
  background: #333333;
  /* Old browsers */
  background: -moz-linear-gradient(left, #333333 0%, black 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #333333), color-stop(100%, black));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #333333 0%, black 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #333333 0%, black 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #333333 0%, black 100%);
  /* IE10+ */
  background: linear-gradient(to right, #333333 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */ }

/*Small title*/
.page h2.title {
  line-height: 1.1em;
  margin: 0;
  padding: 8px;
  color: #000000;
  font-size: 1.34em;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2f2f2 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2f2f2), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f2f2f2 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f2f2f2 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f2f2f2 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f2f2f2 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33333', endColorstr='#000000',GradientType=1 );
  /* IE6-9 */
  border-bottom: 1px #4d4d4d solid; }

.page .note,
.page .caution,
.page .warning {
  background-color: white;
  margin-bottom: 1em; }

.page .notetitle {
  background-color: #cccccc;
  position: relative; }

.page .cautiontitle {
  background-color: #f3e6b1;
  position: relative; }

.page .warningtitle {
  background-color: #eed9ce;
  position: relative; }

.page .warning .opened {
  background-color: #eed9ce;
  cursor: pointer; }

.page .caution .opened, .page .note .opened {
  cursor: pointer; }

.note hr,
.caution hr,
.warning hr {
  margin: 0 0 0 0;
  /*0407_change*/
  border: 0;
  height: 2px;
  background: black;
  border-top: none; }

.page .note hr {
  background: #999999; }

.page .warning hr {
  background: #d18274; }

.page .caution hr {
  background: #d7c887; }

.page .noteframe {
  margin: 0;
  padding: 0 10px 0 10px;
  /*for except Japanese*/
  overflow: hidden;
  height: auto;
  /*0404_change*/
  font-family: MazdaType-Italic, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal; }

body.ja .page .noteframe {
  font-family: 'MazdaType-Regular', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: normal; }

.page .cautionframe {
  margin: 0;
  padding: 0 10px 0 10px;
  /*0404_change*/
  overflow: hidden;
  height: auto;
  /*0404_vhange*/
  font-family: MazdaType-BoldItalic, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold; }

body.ja .page .cautionframe {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

.page .warningframe {
  margin: 0;
  padding: 0 10px 0 10px;
  /*0404_change*/
  overflow: hidden;
  height: auto;
  /*0404_change*/
  font-family: MazdaType-BoldItalic, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold; }

body.ja .page .warningframe {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

body.mazda3.ja .page .noteframe, body.mazda3.ja .page .cautionframe, body.mazda3.ja .page .warningframe, body.cx-30.ja .page .noteframe, body.cx-30.ja .page .cautionframe, body.cx-30.ja .page .warningframe, body.mx-30.ja .page .noteframe, body.mx-30.ja .page .cautionframe, body.mx-30.ja .page .warningframe {
  font-family: 'MazdaType-Regular', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: normal; }
  body.mazda3.ja .page .noteframe .p, body.mazda3.ja .page .cautionframe .p, body.mazda3.ja .page .warningframe .p, body.cx-30.ja .page .noteframe .p, body.cx-30.ja .page .cautionframe .p, body.cx-30.ja .page .warningframe .p, body.mx-30.ja .page .noteframe .p, body.mx-30.ja .page .cautionframe .p, body.mx-30.ja .page .warningframe .p {
    font-family: 'MazdaType-Regular', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
    font-style: normal;
    font-weight: normal; }
  body.mazda3.ja .page .noteframe .Subject, body.mazda3.ja .page .cautionframe .Subject, body.mazda3.ja .page .warningframe .Subject, body.cx-30.ja .page .noteframe .Subject, body.cx-30.ja .page .cautionframe .Subject, body.cx-30.ja .page .warningframe .Subject, body.mx-30.ja .page .noteframe .Subject, body.mx-30.ja .page .cautionframe .Subject, body.mx-30.ja .page .warningframe .Subject {
    font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
    font-style: normal;
    font-weight: bold; }
  body.mazda3.ja .page .noteframe th > .p, body.mazda3.ja .page .cautionframe th > .p, body.mazda3.ja .page .warningframe th > .p, body.cx-30.ja .page .noteframe th > .p, body.cx-30.ja .page .cautionframe th > .p, body.cx-30.ja .page .warningframe th > .p, body.mx-30.ja .page .noteframe th > .p, body.mx-30.ja .page .cautionframe th > .p, body.mx-30.ja .page .warningframe th > .p {
    font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
    font-style: normal;
    font-weight: bold; }

body.mazda3.ja .page .warningframe .Subject:nth-child(n+2), body.mazda3.ja .page .cautionframe .Subject:nth-child(n+2), body.cx-30.ja .page .warningframe .Subject:nth-child(n+2), body.cx-30.ja .page .cautionframe .Subject:nth-child(n+2), body.mx-30.ja .page .warningframe .Subject:nth-child(n+2), body.mx-30.ja .page .cautionframe .Subject:nth-child(n+2) {
  margin-top: 0.3em; }

body.mazda3.ja .page .warningframe .p .u, body.mazda3.ja .page .cautionframe .p .u, body.cx-30.ja .page .warningframe .p .u, body.cx-30.ja .page .cautionframe .p .u, body.mx-30.ja .page .warningframe .p .u, body.mx-30.ja .page .cautionframe .p .u {
  display: block;
  margin-top: 0.5em; }

.page .noteframe dl,
.page .cautionframe dl,
.page .warningframe dl {
  clear: both;
  margin-top: 1em;
  margin-bottom: 1em; }

.page .noteframe dl dt,
.page .cautionframe dl dt,
.page .warningframe dl dt {
  float: left; }

.page .noteframe dl dd,
.page .cautionframe dl dd,
.page .warningframe dl dd {
  margin-left: 3em;
  margin-bottom: 1em;
  overflow: hidden; }

html[lang="jpn"] .page .cautionframe dl dd {
  min-height: 45px; }

.page span.hl {
  background-color: #ffcb00;
  padding: 1px;
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

body.ja .page span.hl {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

/*Note that there is a special position*/
ol li .note, ul li .note, ol li .warning, ul li .warning, ol li .caution, ul li .caution {
  margin-left: -65px;
  margin-right: -2em; }

ol li ol li .note, ul li ul li .note, ol li ol li .warning, ul li ul li .warning, ol li ol li .caution, ul li ul li .caution {
  margin-left: -95px;
  margin-right: -2em; }

ol.bulCircle li .note, ul.bulCircle li .note, ol.bulCircle li .warning, ul.bulCircle li .warning, ol.bulCircle li .caution, ul.bulCircle li .caution {
  margin-left: -58px;
  margin-right: -0.2em; }

td li .note, td li .warning, td li .caution {
  margin-left: 0;
  margin-right: 0; }

.ui-accordion .ui-accordion-header {
  margin: 1px 0 0 0; }

/*contents CSS*/
.hidden {
  display: none; }

/*リストの先頭のスタイル*/
ul, ul ul, ol ul {
  list-style-type: disc; }

li {
  list-style-position: outside; }

/*アンダーラインの設定*/
html:not([lang='jpn']) u {
  border-bottom: 1px solid #000;
  text-decoration: none;
  padding-bottom: 0;
  line-height: 1; }

p.SStitle, p.SStitle1 {
  margin-top: 0.5em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-left: 0;
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.6em;
  background: url(../img/bar.png) no-repeat left center;
  background-position: top left; }

html[lang="jpn"] p.SStitle, html[lang="jpn"] p.SStitle1 {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

html[lang="jpn"] dd p.SStitle, html[lang="jpn"] dd p.SStitle1 {
  margin-left: -2em; }

table p.SStitle, table p.SStitle1 {
  background-size: auto 1.3em; }

.noteframe li .SStitle {
  padding-left: 0;
  background: none; }

p.SStitle2 {
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.5em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-left: 2em; }

li > p.SStitle2 {
  margin-top: 0.5em;
  margin-right: 1em;
  margin-bottom: 0.5em;
  margin-left: 0; }

html[lang="jpn"] p.SStitle2 {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

p.SStitle2 > span {
  border-bottom: 1px solid #696969; }

table .SStitle2 {
  margin-left: 0; }

html[lang="jpn"] p.SStitle2 > span {
  line-height: 1.7; }

table .p, ul .p, ol .p, dd .p, table .option, ul .option {
  /* 0402_change */
  margin: 0.2em; }

img.image {
  padding: 10px;
  margin: 0.5em 2em;
  max-width: 80%;
  /* 0402_change */
  background-color: white;
  border: 1.5px solid #666666;
  display: block;
  /* 0402_add */ }

img.icon {
  margin: 0;
  height: 1em;
  margin-bottom: -2px; }

.noteframe img.image {
  margin-left: 1.5em; }

.noteframe ol img.image, .noteframe ul img.image,
table img.image, ul img.image, ol img.image, dd img.image {
  margin: 0 0 1px 0;
  /*ウインドウ幅狭くした時の画像の下ボーダー消えるのを防ぐ*/ }

dd.dt img.image {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 2.5em; }

table td img.image {
  display: inline-block;
  border: none;
  width: auto;
  padding: 0;
  max-width: 100%; }

td.entry > img.icon, th.entry > img.icon {
  margin: 0;
  height: auto;
  background: rgba(255, 255, 255, 0); }

/*
img[src*="01l"] {
	vertical-align: middle;
	padding-bottom: 2px;
	display:inline;
}
*/
img.mark {
  vertical-align: bottom; }

.dt img.icon {
  margin: 0 0.5em 0.5em;
  float: left;
  height: auto; }

ol.numAsterisk > li {
  list-style-type: none;
  list-style-position: inside; }

ol.numAsterisk > li:before {
  content: "*" attr(value);
  float: left;
  width: 0;
  text-indent: -2em; }

.p {
  margin: 0.2em 2em; }

.p.number {
  text-indent: -1.3em;
  padding-left: 1.3em; }

p.p2 {
  text-indent: -1em;
  padding-left: 2em; }

ul.bulCircle li .p.number {
  text-indent: 0;
  padding-left: 0; }

.void {
  margin: 0; }

p.Subject, p.subject {
  margin: 0.2em 1em 0.1em 1em;
  line-height: 1.3;
  padding: 0; }

html:not([lang='jpn']) p.Subject span, html:not([lang='jpn']) p.subject span, html:not([lang='jpn']) p.subject span, html:not([lang='jpn']) p.subject span {
  border-bottom: 2px solid #000;
  padding-bottom: 0; }

.warningframe > p.p, .noteframe > p.p, .cautionframe > p.p {
  margin-left: 1em; }

.warningframe > p.Subject + p.p {
  margin-top: 0.5em; }

.noteframe > p.p {
  margin-left: 1.2em;
  /*for except Japanese*/ }

.noteframe > p.SStitle2 {
  margin-left: 1.2em;
  /*e8ey1_add*/ }

.noteframe > * > p.SStitle2 {
  margin-left: 1.2em; }

html:not([lang='jpn']) .cautionframe .b {
  border-bottom: 1px solid #000;
  padding-bottom: 0;
  font-family: MazdaType-BoldItalic, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold; }

table .p, ul .p, ol .p, dd .p {
  margin: 0.2em; }

table .p, table p[class^="hyphenate"], table p[class^="font-stretch"] {
  margin: 0; }

ul.single > li > p {
  margin-left: 0; }

table p.Subject, ul p.Subject, ol p.Subject, dd p.Subject {
  margin: 0.2em 0.2em 0.5em 0.2em; }

ol, dd {
  margin: 0 2em; }

ul {
  margin: 0 1em 0 1em; }

ul.SubTOC {
  list-style: none;
  padding-left: 20px; }

table ol, table ul {
  margin: 0;
  padding-left: 20px; }

li > ol, li > ul {
  margin: 0;
  padding-left: 33px; }

ul.bulAsterisk.single {
  padding-left: 1.5em;
  margin-left: 1em; }

ul.bulAsterisk > li > *:first-child {
  text-indent: -0.6em; }

ul.bulAsterisk > li > *:first-child:before {
  content: "*"; }

ul.bulAsterisk {
  list-style: none;
  margin-left: 0; }

ul.bulCircle.single {
  list-style: disc; }

ol.numBracket li {
  list-style: none; }

ol.numBracket > li > *:first-child {
  text-indent: -2.7em; }

ol.numBracket > li[value="1"] > *:first-child:before {
  content: "  (1) "; }

ol.numBracket > li[value="2"] > *:first-child:before {
  content: "  (2) "; }

ol.numBracket > li[value="3"] > *:first-child:before {
  content: "  (3) "; }

ol.numBracket > li[value="4"] > *:first-child:before {
  content: "  (4) "; }

ol.numBracket > li[value="5"] > *:first-child:before {
  content: "  (5) "; }

ol.numBracket > li[value="6"] > *:first-child:before {
  content: "  (6) "; }

ol.numBracket > li[value="7"] > *:first-child:before {
  content: "  (7) "; }

ol.numBracket > li[value="8"] > *:first-child:before {
  content: "  (8) "; }

ol.numBracket > li[value="9"] > *:first-child:before {
  content: "  (9) "; }

ol.numBracket > li[value="10"] > *:first-child:before {
  content: "(10) "; }

ol.numBracket > li[value="11"] > *:first-child:before {
  content: "(11) "; }

ol.numBracket > li[value="12"] > *:first-child:before {
  content: "(12) "; }

ol.numBracket > li[value="13"] > *:first-child:before {
  content: "(13) "; }

ol.numBracket > li[value="14"] > *:first-child:before {
  content: "(14) "; }

ol.numBracket > li[value="15"] > *:first-child:before {
  content: "(15) "; }

ol.numBracket > li[value="16"] > *:first-child:before {
  content: "(16) "; }

ol.numBracket > li[value="17"] > *:first-child:before {
  content: "(17) "; }

ol.numBracket > li[value="18"] > *:first-child:before {
  content: "(18) "; }

ol.numBracket > li[value="19"] > *:first-child:before {
  content: "(19) "; }

ol.numBracket > li[value="20"] > *:first-child:before {
  content: "(20) "; }

ol.numBracket > li[value="21"] > *:first-child:before {
  content: "(21) "; }

ol.numBracket > li[value="22"] > *:first-child:before {
  content: "(22) "; }

ol.numBracket > li[value="23"] > *:first-child:before {
  content: "(23) "; }

ol.numBracket > li[value="24"] > *:first-child:before {
  content: "(24) "; }

ol.numBracket > li[value="25"] > *:first-child:before {
  content: "(25) "; }

ol.numBracket > li[value="26"] > *:first-child:before {
  content: "(26) "; }

ol.numBracket > li[value="27"] > *:first-child:before {
  content: "(27) "; }

ol.numBracket > li[value="28"] > *:first-child:before {
  content: "(28) "; }

ol.numBracket > li[value="29"] > *:first-child:before {
  content: "(29) "; }

ol.numBracket > li[value="30"] > *:first-child:before {
  content: "(30) "; }

ol.charBracket li {
  list-style: none; }

ol.charBracket > li > *:first-child {
  text-indent: -1.2em; }

ol.charBracket > li[value="1"] > *:first-child:before {
  content: "a) "; }

ol.charBracket > li[value="2"] > *:first-child:before {
  content: "b) "; }

ol.charBracket > li[value="3"] > *:first-child:before {
  content: "c) "; }

ol.charBracket > li[value="4"] > *:first-child:before {
  content: "d) "; }

ol.charBracket > li[value="5"] > *:first-child:before {
  content: "e) "; }

ol.charBracket > li[value="6"] > *:first-child:before {
  content: "f) "; }

ol.charBracket > li[value="7"] > *:first-child:before {
  content: "g) "; }

ol.charBracket > li[value="8"] > *:first-child:before {
  content: "h) "; }

ol.charBracket > li[value="9"] > *:first-child:before {
  content: "i) "; }

ol.charBracket > li[value="10"] > *:first-child:before {
  content: "j) "; }

ol.charBracket > li[value="11"] > *:first-child:before {
  content: "k) "; }

ol.charBracket > li[value="12"] > *:first-child:before {
  content: "l) "; }

ol.charBracket > li[value="13"] > *:first-child:before {
  content: "m) "; }

ol.charBracket > li[value="14"] > *:first-child:before {
  content: "n) "; }

ol.charBracket > li[value="15"] > *:first-child:before {
  content: "o) "; }

ol.charBracket > li[value="16"] > *:first-child:before {
  content: "p) "; }

ol.charBracket > li[value="17"] > *:first-child:before {
  content: "q) "; }

ol.charBracket > li[value="18"] > *:first-child:before {
  content: "r) "; }

ol.charBracket > li[value="19"] > *:first-child:before {
  content: "s) "; }

ol.charBracket > li[value="20"] > *:first-child:before {
  content: "t) "; }

ol.charBracket > li[value="21"] > *:first-child:before {
  content: "u) "; }

ol.charBracket > li[value="22"] > *:first-child:before {
  content: "v) "; }

ol.charBracket > li[value="23"] > *:first-child:before {
  content: "w) "; }

ol.charBracket > li[value="24"] > *:first-child:before {
  content: "x) "; }

ol.charBracket > li[value="25"] > *:first-child:before {
  content: "y) "; }

ol.charBracket > li[value="26"] > *:first-child:before {
  content: "z) "; }

ol.charBracket ul li {
  list-style: disc;
  margin-left: 1.2em; }

ol.charBracket ul.bulCircle {
  padding-left: 0;
  margin-left: 0.2em; }

dd ol {
  margin: 0; }

dd ul {
  margin: 0;
  padding-left: 28px; }

.warningframe ol, .warningframe ul, .cautionframe ol, .cautionframe ul, .noteframe ol, .noteframe ul {
  padding-left: 20px;
  background-color: #ffffff; }

table .warningframe > ol, table .warningframe > ul, table .cautionframe > ol, table .cautionframe > ul, table .noteframe > ol, table .noteframe > ul {
  padding-left: 2em; }

.warningframe li ol, .warningframe li ul, .cautionframe li ol, .cautionframe li ul, .noteframe li ol, .noteframe li ul {
  padding-left: 27px; }

.warningframe dd ol, .warningframe dd ul, .cautionframe dd ol, .cautionframe dd ul, .noteframe dd ol, .noteframe dd ul {
  padding-left: 28px; }

/*e8ey1_add*/
.noteframe ul.bulCircle li ol.numAsterisk {
  margin-left: 0.5em; }

html[lang="jpn"] .noteframe ul.bulCircle li ol.numAsterisk {
  margin-left: 1.2em; }

thead.thead {
  background: #cccccc; }

html[lang="jpn"] .option:after {
  display: inline-block;
  content: url(../img/option_color.png);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  vertical-align: bottom;
  margin: -3px -8px -4px; }

html[lang="jpn"] .SStitle2.option:after {
  content: none; }

html[lang="jpn"] .SStitle2.option > span:after {
  display: inline-block;
  content: url(../img/option_color.png);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  vertical-align: bottom;
  margin: -3px -8px -4px; }

html[lang="jpn"] a.option:after {
  /*content: url(../img/option_color_small.png);*/
  content: url(../img/option_color.png); }

html[lang="jpn"] p.option:after {
  margin: 0 0 -7px -7px; }

.ullinks a, .ullinks a:link, .ullinks a:visited {
  color: #ffffff;
  text-decoration: none; }

li a, li a:link, li a:visited {
  color: #0000ff;
  text-decoration: none; }

p.notetitle:before {
  position: absolute;
  content: url(../img/note_mark_b.png);
  top: 50%;
  margin-top: -10px;
  height: 25px; }

html[lang="jpn"] p.notetitle:before {
  margin-top: -12px; }

p.notetitle, p.cautiontitle, p.warningtitle {
  margin: 20px 0 0;
  padding: 8px; }

p.warningtitle:before {
  position: absolute;
  content: url(../img/warning_mark_b.png);
  top: 50%;
  margin-top: -12px;
  height: 25px; }

p.cautiontitle:before {
  position: absolute;
  content: url(../img/caution_mark_b.png);
  top: 50%;
  margin-top: -12px;
  height: 25px; }

.page table .noteframe, .page table .cautionframe, .page table .warningframe {
  padding-left: 0; }

table p.Subject, ul p.Subject, ol p.Subject, dd p.Subject {
  margin-top: 0.2em;
  margin-right: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 1em; }

.noteframe ul p.Subject, .cautionframe ul p.Subject, .warningframe ul p.Subject {
  margin-left: 0; }

html[lang="jpn"] .warningframe dd p.Subject {
  margin-left: 0.2em;
  margin-top: 5px;
  margin-bottom: 0.2em; }

/*
html[lang="jpn"] .warningframe dd p:not(.Subject) {
	margin-left:0.2em;
	text-decoration:none;
}
html[lang="jpn"] .warningframe dd p:first-child {
	margin-left:0.2em;
	text-decoration:underline;
}
*/
li.link {
  margin: 10px 0; }

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 10px 0; }

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

li.link {
  margin: 10px 0; }

body.ja dd.dd > div.table {
  margin: 0 0; }

li div.table {
  margin: 0.2em 0; }

table.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto; }

table.table th, table.table td {
  border: 1px black solid;
  padding: 4px 4px 4px 4px;
  min-width: 25px; }

table.table_padding th, table.table_padding td {
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 2px; }

.bulCircle li div.table {
  margin-left: 0;
  margin-right: 1em; }

/*to be overridden by theme*/
.accordion {
  font-family: MazdaType-Regular, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal; }

body.ja .accordion {
  font-family: 'MazdaType-Regular', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: normal; }

.accordion .panel-heading a, h3.title {
  font-family: MazdaType-Medium, Arial, Helvetica, sans-serif Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500; }

body.ja .accordion .panel-heading a, body.ja h3.title {
  font-family: 'MazdaType-Medium', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: 500; }

.ui-accordion .ui-accordion-header {
  outline: 0; }

.panel-heading > div {
  font-size: 1.1em;
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  /*background: url(../img/closed.png) no-repeat right center;*/
  padding-right: 31px; }

html[lang="jpn"] .panel-heading > div {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

.accordion h2 {
  display: none; }

#container .accordion h3 {
  font-size: 1em;
  color: #F1F1F1;
  background-color: #666666;
  padding: 0.25em 1em 0.25em 1em;
  margin: 1em 0 0.5em 0; }

/*Correction*/
.page .ui-accordion .ui-accordion-content {
  padding: 0; }

.page .ui-widget-content {
  border: none; }

.page .ui-widget-content a {
  color: #696969; }

.page .ui-widget-content a:hover {
  color: #999; }

/* Special image setting */
img.icon[src="img/coolant02.png"] {
  height: 2em; }

html[lang="jpn"] img.icon[src="img/coolant02.png"] {
  float: left; }

img.icon[src="img/coolant03.png"] {
  height: 2em; }

html[lang="jpn"] img.icon[src="img/coolant03.png"] {
  float: left; }

img.icon[src="img/7g_coolant1.png"] {
  height: 2em; }

html[lang="jpn"] img.icon[src="img/7g_coolant1.png"] {
  float: left; }

img.icon[src="img/7g_coolant2.png"] {
  height: 2em; }

html[lang="jpn"] img.icon[src="img/7g_coolant2.png"] {
  float: left; }

img.icon[src*="img/coolant"]:not([src*="coolant10"]) {
  height: 2em; }

img.icon[src*="img/battery"]:not([src*="coolant10"]) {
  height: 2em; }

img.icon[src*="img/sombattery"]:not([src*="coolant10"]) {
  height: 2em; }

img.icon[src*="img/7g_coolant"]:not([src*="coolant10"]) {
  height: 2em; }

img.icon[src*="img/7g_battery"]:not([src*="coolant10"]) {
  height: 2em; }

html[lang="ar"] img.icon[src*="img/coolant"]:not([src*="coolant10"]) {
  height: 2em;
  margin-left: 0.5em; }

html[lang="ar"] bdo + bdo img.icon[src*="img/coolant"]:not([src*="coolant10"]) {
  height: 2em;
  margin-right: -0.5em;
  margin-left: 0.5em; }

html[lang="ar"] img.icon[src*="img/battery"]:not([src*="coolant10"]) {
  height: 2em;
  margin-left: 0.5em; }

html[lang="ar"] bdo + bdo img.icon[src*="img/battery"]:not([src*="coolant10"]) {
  height: 2em;
  margin-right: -0.5em;
  margin-left: 0.5em; }

html[lang="ar"] img.icon[src*="img/sombattery"]:not([src*="coolant10"]) {
  height: 2em;
  margin-left: 0.5em; }

html[lang="ar"] bdo + bdo img.icon[src*="img/sombattery"]:not([src*="coolant10"]) {
  height: 2em;
  margin-right: -0.5em;
  margin-left: 0.5em; }

html[lang="ar"] img.icon[src*="img/7g_coolant"]:not([src*="coolant10"]) {
  height: 2em;
  margin-left: 0.5em; }

html[lang="ar"] bdo + bdo img.icon[src*="img/7g_coolant"]:not([src*="coolant10"]) {
  height: 2em;
  margin-right: -0.5em;
  margin-left: 0.5em; }

html[lang="ar"] img.icon[src*="img/7g_battery"]:not([src*="coolant10"]) {
  height: 2em;
  margin-left: 0.5em; }

html[lang="ar"] bdo + bdo img.icon[src*="img/7g_battery"]:not([src*="coolant10"]) {
  height: 2em;
  margin-right: -0.5em;
  margin-left: 0.5em; }

/*****************eu******************/
img.icon[src="img/bl_total_trailer_weight.png"] {
  height: auto;
  margin: 0.2em 2em; }

img.icon[src="img/bl_gross_combination_weight.png"] {
  height: auto;
  margin: 0.2em 2em; }

img.icon[src="img/bl_trailer_tongue_load.png"] {
  height: auto;
  margin: 0.2em 2em; }

/****************************************/
.link_url_dialog {
  color: #ffffff;
  background-color: #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  color: #fff; }

.link_url_dialog + .ui-widget-overlay {
  background: transparent; }

.link_url_dialog button {
  opacity: 0.5; }

.link_url_dialog button:hover {
  opacity: 1; }

.ui-dialog .ui-dialog-buttonpane button {
  border-radius: 5px;
  border: none;
  background-color: #ffffff !important; }

.ui-widget-header {
  font-weight: normal !important; }

div#dialog-modal {
  display: none !important; }

a#url1, a#url2, a#url3, a#url4, a#url5, a#url6, a#url7, .link_url {
  cursor: pointer;
  word-break: break-all; }

/* 150402_add*/
dd p.SStitle2 {
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-top: 0.5em;
  margin-right: 1em;
  margin-bottom: 0;
  margin-left: 0; }

html[lang="jpn"] dd p.SStitle2 {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

p.void {
  line-height: 0.4em; }

.noteframe > p > u {
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

html[lang="jpn"] .noteframe > p > u {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

.bodydiv > dl.dl {
  margin-top: 0; }

p.kome {
  text-indent: -1em;
  margin-left: 1em; }

html[lang="jpn"] p.kome {
  text-indent: -1.2em;
  margin-left: 3.2em; }

html[lang="jpn"] ul p.kome {
  text-indent: -1em;
  margin-left: 1.2em; }

/*0630 add*/
div.open_close {
  text-align: center;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 15px; }

div.open_close.closed {
  display: none; }

div.note div.open_close {
  border-bottom: 1px solid #999999; }

div.warning div.open_close {
  border-bottom: 1px solid #d18274; }

div.caution div.open_close {
  border-bottom: 1px solid #d7c887; }

div.open_close img {
  margin-left: 10px;
  width: 15px; }

.open_close.for_nexus {
  margin-bottom: 20px; }

html:not([lang="jpn"]) .warningframe p:first-child,
html:not([lang="jpn"]) .cautionframe p:first-child,
html:not([lang="jpn"]) .noteframe p:first-child {
  margin-top: 5px; }

ol.numStep.olStart + img.image, ol.numStep.olContinue + img.image {
  margin-left: 4.5em; }

table img.image + img.image, ul img.image + img.image, ol img.image + img.image, dd img.image + img.image {
  margin-top: 1em; }

html:not([lang="jpn"]) .warnigframe ul.bulCircle.single,
html:not([lang="jpn"]) .cautionframe ul.bulCircle.single,
html:not([lang="jpn"]) .noteframe ul.bulCircle.single {
  list-style: none;
  padding-left: 0px; }

html:not([lang="jpn"]) .warningframe p + ul.bulCircle.single,
html:not([lang="jpn"]) .cautionframe p + ul.bulCircle.single,
html:not([lang="jpn"]) .noteframe p + ul.bulCircle.single {
  list-style: disc;
  padding-left: 1.5em; }

html:not([lang="jpn"]) .warningframe .Subject .u,
html:not([lang="jpn"]) .warningframe .subject .u {
  text-decoration: none; }

html:not([lang="jpn"]) table.table ol li p + .caution,
html:not([lang="jpn"]) table.table ol li p + .waring,
html:not([lang="jpn"]) table.table ol li p + .note {
  margin-left: -20px; }

html:not([lang="jpn"]) table.table ol.numStep li p + .caution,
html:not([lang="jpn"]) table.table ol.numStep li p + .waring,
html:not([lang="jpn"]) table.table ol.numStep li p + .note {
  margin-left: -30px; }

html:not([lang="jpn"]) .warningframe b.b {
  border-bottom: 2px solid #000;
  font-family: MazdaType-BoldItalic, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold; }

p.gif_title {
  margin-left: 2em;
  margin-bottom: 0;
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

body.ja p.gif_title {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

img.gif_anime.image {
  cursor: pointer; }

dd.dt img.gif_anime {
  margin-bottom: 0.5em; }

sup.sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  bottom: 0.4em; }

html:not([lang="jpn"]) .page .warningframe {
  padding-left: 1em;
  padding-right: 1em; }

html:not([lang="jpn"]) .page .warningframe p.Subject,
html:not([lang="jpn"]) .page .warningframe p.subject {
  margin-left: 0.4em; }

html:not([lang="jpn"]) .page table .warningframe {
  padding-left: 0.5em; }

html:not([lang="jpn"]) .cautionframe img.image {
  margin-left: 1em; }

strong, b {
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

body.ja strong, body.ja b {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

.noteframe b {
  font-family: MazdaType-BoldItalic, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: bold; }

body.ja .noteframe b {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

th {
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold; }

body.ja th {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

.starIco {
  margin: 100px;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 70px solid #f2c820;
  display: block;
  height: 0;
  width: 0;
  position: relative;
  animation: anim-star-fav-rotate 30s linear infinite, anim-star-fav-opacity 1s linear infinite; }

.starIco:before,
.starIco:after {
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 70px solid #f2c820;
  content: '';
  display: block;
  height: 0;
  left: -100px;
  position: absolute;
  top: 0;
  width: 0; }

.starIco:before {
  transform: rotate(71deg); }

.starIco:after {
  transform: rotate(-71deg); }

/*index_page*/
a:link, a:visited, a:hover, a:active {
  color: #fff; }

.index_box {
  position: relative;
  margin: 0 10px 50px 10px;
  height: 100%;
  text-align: center; }

.indexPage li a {
  color: #FFFFFF; }

.indexPage .list-group-submenu.collapse {
  display: block;
  height: inherit !important; }

.indexPage .list-group-submenu a {
  background: none; }

.indexPage .accordionbox .accordion_icon {
  margin-right: 15px; }
  .indexPage .accordionbox .accordion_icon span {
    width: 70%; }

.indexPage .accordionbox .accordion_iconW span {
  height: 2px; }

.indexHeader {
  /*margin-top: 30px;*/ }
  .indexHeader .line_title, .indexHeader .form, .indexHeader .index_title, .indexHeader .searchForm {
    display: none; }

.index_box_sub {
  max-width: 1200px;
  min-width: 769px;
  margin: 0 auto 0 auto;
  margin-bottom: 10px; }
  .index_box_sub > div {
    text-align: left; }

/*index of top*/
p.index_title {
  color: #fff;
  padding: 10px;
  font-size: 120%;
  text-align: center;
  margin-top: 20px;
  margin: 10px 0 0 0;
  background: #000;
  font-size: 19.2px; }

/*index text box*/
.index {
  display: inline-block;
  position: relative;
  height: 100%;
  min-height: 150px;
  width: 18%;
  margin: 5px;
  vertical-align: top; }

.index div {
  position: relative;
  width: 100%;
  margin: 10px 0 0 0; }

/*index text*/
.index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100%; }

.index li {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.4em; }

html[lang="jpn"] .index li {
  margin-bottom: 0.2em;
  text-indent: -6px; }

.index li.index_title_mid, .index {
  text-align: center;
  color: #696969;
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  padding-top: 5px; }

html[lang="jpn"] .index li.index_title_mid,
html[lang="jpn"] .index {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

.index li.index_text_1 {
  font-size: 0.7em;
  color: #aaa; }

.index li.index_text_2 {
  font-size: 0.7em;
  color: #aaa;
  margin-left: 2em; }

html[lang="jpn"] .index li.index_text_1:before,
html[lang="jpn"] .index li.index_text_2:before {
  position: relative;
  content: url("../img/index_a.png");
  color: #696969;
  margin: 0;
  font-size: 1.2em;
  margin-right: 3px;
  vertical-align: -1px; }

.index li.index_text_1:before,
.index li.index_text_2:before {
  position: absolute;
  display: inline-block;
  content: "\00BB";
  color: #696969;
  font-size: 1.2em;
  margin-top: -3px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -0.85em;
  vertical-align: 1px; }

.index_A1, .index_B1, .index_C1, .index_D1, .index_E1, .index_F1, .index_G1, .index_H1, .index_I1, .index_J1, .index_K1, .index_L1, .index_M1, .index_N1 {
  display: none; }

.index_menu > ul li {
  float: left;
  width: 50px;
  margin: 0 1px;
  padding: 0;
  text-align: center; }

.index_menu > ul a {
  text-align: center;
  display: block;
  padding: 3px 0;
  width: 100%;
  background-color: #333;
  color: white; }

.index_menu > ul a:link, .index_menu > ul a:visited, .index_menu > ul a:active {
  color: white; }

.index_menu > ul a:hover {
  background-color: #696969;
  color: white; }

.index_menu > ul a.select {
  background-color: #696969;
  color: white; }

.index_menu > ul a.noselect {
  background-color: #333;
  color: #999; }

.index_menu > ul li.notlink {
  color: #555; }

.clear {
  clear: both; }

.clear hr {
  display: none; }

.index_menu_close img {
  margin-left: 15px;
  width: 25px;
  cursor: pointer; }

div.notlink {
  display: none; }

.index_menu > ul li.notlink {
  color: #555;
  margin-top: 4px; }

.index li.index_title_mid.notlink {
  color: #555; }

.sp_title {
  display: none; }

.index.dummy {
  visibility: hidden;
  height: 0; }

@media screen and (max-width: 768px) {
  .index li.index_text_1:before, .index li.index_text_2:before {
    margin-top: -4px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -15px; }
  html[lang="jpn"] .index li.index_text_1:before,
  html[lang="jpn"] .index li.index_text_2:before {
    margin: -4px 4px 0 -15px;
    vertical-align: 3px; }
  .index_box {
    margin: 0 0 50px 0; }
  html[lang="jpn"] .indexPage .index {
    font-weight: normal; }
  .index_box_sub {
    width: 100%;
    min-width: 0; }
  .index div {
    display: none; }
  .index ul li {
    margin: 0; }
  .index ul li.index_title_mid {
    font-size: 1.5em; }
  .index ul li.index_text_1, .index ul li.index_text_2 {
    font-size: 1.3em;
    /*display:none;*/
    margin-left: 30px;
    margin-right: 5%; }
  html[lang="jpn"] .index ul li.index_text_1, html[lang="jpn"] .index ul li.index_text_2 {
    margin-left: 30px;
    margin-right: 5%;
    text-indent: 0; }
  #searchBg {
    background-position: 50% 201px; }
  .index ul li.index_text_2 {
    margin-left: 2.2em; }
  html[lang="jpn"] .index ul li.index_text_2 {
    margin-left: 48px;
    text-indent: 0; }
  .index ul li.opened {
    display: block; }
  .index ul {
    height: 100%;
    width: 100%; }
  .index {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 0; }
  .indexPage .list-group-submenu.collapse {
    display: none;
    height: inherit !important; }
    .indexPage .list-group-submenu.collapse.in {
      display: block; }
  .index_menu {
    display: none; }
  .index_menu.opened {
    display: block; }
  .index_title.opened {
    display: none; }
  div.notlink {
    display: block; }
  div.notlink div ul li.index_title_mid {
    color: #333;
    cursor: auto; }
  div.index_box.ja .sp_title {
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    background: #3a3a3a;
    /*padding:5px 0 5px 15px;*/
    margin-top: 5px;
    cursor: pointer; }
  div.index_box.ja .notlink .sp_title {
    color: #9a9a9a;
    cursor: default; }
  div.index_box.ja .notlink .sp_title:after {
    content: " "; }
  div.index_box.ja .sp_title.opened:after {
    content: url(../img/index_close.png); }
  div.index_box.en .index ul .index_title_mid, div.index_box.es .index ul .index_title_mid, div.index_box.fr .index ul .index_title_mid, div.index_box.de .index ul .index_title_mid, div.index_box.nl .index ul .index_title_mid, div.index_box.ar .index ul .index_title_mid {
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    background: #3a3a3a;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 5px;
    text-indent: 0;
    cursor: pointer; }
  div.index_box.en #index_A1 ul li:first-child, div.index_box.es #index_A1 ul li:first-child, div.index_box.fr #index_A1 ul li:first-child, div.index_box.de #index_A1 ul li:first-child, div.index_box.nl #index_A1 ul li:first-child, div.index_box.ar #index_A1 ul li:first-child {
    margin-top: 0; }
  div.index_box.en .notlink .index ul .index_title_mid,
  div.index_box.es .notlink .index ul .index_title_mid,
  div.index_box.fr .notlink .index ul .index_title_mid,
  div.index_box.de .notlink .index ul .index_title_mid,
  div.index_box.nl .notlink .index ul .index_title_mid,
  div.index_box.ar .notlink .index ul .index_title_mid {
    color: #9a9a9a;
    cursor: default; }
  div.index_box.en .index ul .index_title_mid.notlink,
  div.index_box.es .index ul .index_title_mid.notlink,
  div.index_box.fr .index ul .index_title_mid.notlink,
  div.index_box.de .index ul .index_title_mid.notlink,
  div.index_box.nl .index ul .index_title_mid.notlink,
  div.index_box.ar .index ul .index_title_mid.notlink {
    color: #9a9a9a;
    cursor: default; }
  div.index_box.en .index ul .index_title_mid:after,
  div.index_box.es .index ul .index_title_mid:after,
  div.index_box.fr .index ul .index_title_mid:after,
  div.index_box.de .index ul .index_title_mid:after,
  div.index_box.nl .index ul .index_title_mid:after,
  div.index_box.ar .index ul .index_title_mid:after {
    content: url(../img/index_opne.png);
    color: #fff;
    position: absolute;
    right: 10px;
    margin-top: 1px; }
  div.index_box.en .notlink .index ul .index_title_mid:after,
  div.index_box.es .notlink .index ul .index_title_mid:after,
  div.index_box.fr .notlink .index ul .index_title_mid:after,
  div.index_box.de .notlink .index ul .index_title_mid:after,
  div.index_box.nl .notlink .index ul .index_title_mid:after,
  div.index_box.ar .notlink .index ul .index_title_mid:after {
    content: " "; }
  div.index_box.en .index ul .index_title_mid.notlink:after,
  div.index_box.es .index ul .index_title_mid.notlink:after,
  div.index_box.fr .index ul .index_title_mid.notlink:after,
  div.index_box.de .index ul .index_title_mid.notlink:after,
  div.index_box.nl .index ul .index_title_mid.notlink:after,
  div.index_box.ar .index ul .index_title_mid.notlink:after {
    content: " "; }
  div.index_box.en .index ul .index_title_mid.opened:after,
  div.index_box.es .index ul .index_title_mid.opened:after,
  div.index_box.fr .index ul .index_title_mid.opened:after,
  div.index_box.de .index ul .index_title_mid.opened:after,
  div.index_box.nl .index ul .index_title_mid.opened:after,
  div.index_box.ar .index ul .index_title_mid.opened:after {
    content: url(../img/index_close.png); }
  .index.dummy {
    padding: 0; }
  .index ul li:first-child + li {
    margin-top: 10px; }
  .index {
    padding-top: 0; }
  .indexHeader .line_title, .indexHeader .form, .indexHeader .index_title, .indexHeader .searchForm {
    display: block; }
  ul.movie_search input.movie_search_bt {
    width: 10%; } }

/*タイトル*/
h1 {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  padding: 0.2em 0.5em;
  color: black;
  background-color: #F1F1F1;
  max-width: 800px;
  font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis; }

html[lang="jpn"] h1 {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

.h3, h3 {
  font-size: 1.17em;
  font-weight: bold; }

body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, dd, dt {
  line-height: 1.3; }

.panel-group {
  margin-bottom: 100px; }

.warningframe div > p.p, .noteframe div > p.p, .cautionframe div > p.p {
  margin-left: 1em;
  margin-right: 1em; }

.noteframe ol.numAsterisk {
  padding-left: 20px; }

html[lang="jpn"] .noteframe > div > p > u {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

img {
  vertical-align: inherit; }

.table {
  margin-bottom: 0; }

/* bootstrap HAC*/
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: none; }

.table > thead > tr > th {
  border: 1px solid #000000; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  line-height: normal;
  padding: 4px; }

.list-group-item {
  padding-top: 10px;
  padding-right: 32px;
  padding-bottom: 10px;
  padding-left: 15px; }

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel {
  border: none;
  border-radius: 0;
  background: #000000; }

a.list-group-item-success,
.list-group-item-success {
  color: #FFFFFF;
  background: #151515;
  border: solid #333333;
  border-width: 1px 0 1px 0;
  border-collapse: collapse;
  font-weight: bold; }

.panel-group .panel {
  border-radius: 0;
  border: none; }

#main-accordion > .panel > .panel-collapse {
  background-color: #F1F1F1;
  overflow-x: auto; }

/*# sourceMappingURL=app.css.map */
/*HEADER*/
#header-wrapper {
  background: #000000;
  position: fixed;
  width: 100%;
  z-index: 1011; }
  #header-wrapper .indexHeader {
    max-width: 1400px;
    width: 100%;
    padding-left: 200px;
    padding-top: 50px; }
    #header-wrapper .indexHeader .line_title {
      /*display: block;*/ }

.cont #header-wrapper {
  background: none; }
  .cont #header-wrapper p {
    width: 100%;
    height: 50px;
    background: #1a1a1a;
    padding-top: 73px; }

.headerBar {
  height: 51px;
  /*border-bottom: 35px solid rgb(26, 26, 26);*/
  overflow: hidden;
  background: #000000;
  margin-bottom: 0px;
  padding-left: 199px; }
  .headerBar .navbar-inner .leftBox {
    float: left;
    position: absolute; }
  .headerBar .navbar-inner .leftBoxPC {
    margin-top: 20px; }
    .headerBar .navbar-inner .leftBoxPC img.typeA {
      margin-left: 20px;
      width: 900px; }
    .headerBar .navbar-inner .leftBoxPC img.typeB {
      display: none; }
    .headerBar .navbar-inner .leftBoxPC .backLink {
      margin-top: 6px;
      margin-left: 5px;
      position: absolute;
      /*&:before {
                    background: url("../img/warrow.png") no-repeat 0% 19%;
                    content: '';
                    background-size: 15px 15px;
                    width: 15px;
                    height: 40px;
                    position: absolute;
                    padding-left: 30px;
                    top: -2px;
                    left: 0px;
                }*/ }
      .headerBar .navbar-inner .leftBoxPC .backLink img {
        width: auto; }
  .headerBar .navbar-inner .centerBox {
    display: none; }
  .headerBar .navbar-inner .rightBox {
    float: right;
    margin: 11px 4px; }
    .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn {
      float: left;
      margin-right: 3px; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn img {
        width: 36px; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #searchForm {
        position: relative;
        margin-top: 1px;
        margin-bottom: 0px;
        margin-right: 5px; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #searchBtn, .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #delBtn {
        position: absolute;
        top: 3px;
        right: 10px;
        border: none; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #delBtn {
        display: none; }
      .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #keywords {
        /*width: 174px;*/
        /*width: auto;*/
        /* margin: 0 auto;*/
        display: block;
        max-width: 325px;
        min-width: 325px;
        height: 28px;
        background: #FFFFFF;
        border: 2px solid #999999;
        padding-top: 4px;
        padding-right: 38px;
        padding-bottom: 4px;
        padding-left: 4px;
        color: #000000; }
    .headerBar .navbar-inner .rightBox.rightBoxSP {
      /*width: 61%;*/
      white-space: nowrap;
      float: right;
      right: 0;
      position: absolute; }
      .headerBar .navbar-inner .rightBox.rightBoxSP .searchlink {
        transition: none;
        background: url("../img/search_wbtn.png") no-repeat;
        background-size: 35px 35px;
        display: block;
        float: right;
        position: relative;
        padding: 0 23px;
        margin-right: 10px;
        right: 0;
        cursor: pointer;
        height: 36px; }
      .headerBar .navbar-inner .rightBox.rightBoxSP .searchlink.active {
        background: url("../img/search_wbtn_act.png") no-repeat;
        background-size: 35px 35px; }
      .headerBar .navbar-inner .rightBox.rightBoxSP .searchform {
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: 0.4s;
        position: absolute;
        width: 100%;
        line-height: 40px;
        top: 57px;
        padding: 0 15px;
        cursor: default;
        background: #3a3a3a;
        right: 0;
        height: 0%;
        display: none; }
        .headerBar .navbar-inner .rightBox.rightBoxSP .searchform.open {
          display: block;
          height: 100%;
          z-index: 9999; }
        .headerBar .navbar-inner .rightBox.rightBoxSP .searchform #search {
          transition: 0.5s;
          display: block;
          position: relative; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .searchform #search #s {
            width: 90%;
            background: #FFFFFF;
            padding: 8px 11px;
            border: 0;
            color: #000000;
            margin: 0 auto;
            display: block;
            margin-top: 80px;
            border-bottom: 3px solid #696969; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .searchform #search .sbtn {
            display: block;
            position: absolute;
            right: 5px;
            top: 13px;
            background: none;
            border: none;
            color: #bcbcbc;
            font-size: 0.6em;
            cursor: pointer; }
      .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation {
        display: block;
        background: rgba(255, 255, 255, 0.02);
        position: relative;
        float: right; }
        .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation span {
          width: 40px;
          height: 3px;
          display: block;
          background: #FFFFFF;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -25px;
          border-radius: 3px; }
        .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6 span {
          position: relative;
          transition: 0.3s opacity;
          margin-bottom: -7px; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6 span.top {
            animation: type6-top .5s;
            animation-fill-mode: forwards; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6 span.middle {
            transition: .5s opacity;
            transform: translateY(-1px);
            opacity: 1; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6 span.bottom {
            animation: type6-bottom .5s;
            animation-fill-mode: forwards; }
        .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6.is-open span {
          position: relative;
          transition: 0.3s opacity;
          margin-bottom: -7px; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6.is-open span.top {
            animation: type6-top-close .5s;
            animation-fill-mode: forwards; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6.is-open span.middle {
            opacity: 0;
            transition: .5s opacity; }
          .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6.is-open span.bottom {
            animation: type6-bottom-close .5s;
            animation-fill-mode: forwards; }
    .headerBar .navbar-inner .rightBox #menu-toggle {
      width: 40px;
      height: 24px;
      display: block;
      padding-top: 15px; }

.ui-autocomplete {
  z-index: 1012; }

@media (max-width: 1460px) {
  .headerBar .navbar-inner .leftBoxPC {
    margin-top: 0px; }
    .headerBar .navbar-inner .leftBoxPC img.typeA {
      display: none; }
    .headerBar .navbar-inner .leftBoxPC img.typeB {
      display: inherit;
      margin-left: 20px;
      width: 350px;
      height: 50px; }
    .headerBar .navbar-inner .leftBoxPC .backLink {
      margin-top: 26px; } }

@media (max-width: 1000px) {
  .headerBar .navbar-inner .rightBox.rightBoxPC .searchBtn #keywords {
    max-width: 100%;
    min-width: 100%;
    width: 174px; } }

@media (max-width: 768px) {
  .headerBar.navbar .centerBox .carnameSP img.typeBsp {
    display: none; } }

@media (max-width: 480px) {
  .headerBar.navbar .centerBox .carnameSP img.typeAsp {
    display: none; }
  .headerBar.navbar .centerBox .carnameSP img.typeBsp {
    display: inline;
    height: 32px; }
  .headerBar .navbar-inner .leftBox .logo img {
    width: 33px;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 15px; }
  .headerBar .navbar-inner .rightBox {
    margin: 7px 4px; }
    .headerBar .navbar-inner .rightBox.rightBoxSP .searchlink {
      background-size: 30px 29px;
      height: 30px;
      margin-right: 5px;
      padding: 0 18px; }
      .headerBar .navbar-inner .rightBox.rightBoxSP .searchlink.active {
        background-size: 30px 29px; }
    .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6 span {
      margin-bottom: -10px;
      width: 30px;
      height: 2px; }
    .headerBar .navbar-inner .rightBox.rightBoxSP .icon-animation.type-6.is-open span {
      margin-bottom: -6px; } }

/*GLOBAL MENU*/
.wrapper.toggled .sidebar-wrapper {
  width: 200px; }

html[data-ua="PC"] .mainContents .sidebar-wrapper .sidebar-nav li.sidePdfBT div.print {
  display: none; }

.mainContents li.line6.hide1 {
  display: none; }

.mainContents li.line6.hide2 {
  display: none; }

li.line6.hide1 {
  display: none; }

li.line6.hide2 {
  display: none; }

.sidebar-wrapper {
  top: 0;
  z-index: 1020;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  overflow-y: auto;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidebar-wrapper .tableMenu {
    margin-top: 64px; }
  .sidebar-wrapper.overflowH {
    overflow-x: hidden;
    overflow-y: auto; }
  .sidebar-wrapper .sidebar-nav .spBttomBg {
    background: #1A1A1A; }
  .sidebar-wrapper .sidebar-nav li.sideWBTBottom ~ .hide ~ .hide ~ .hide ~ .hide ~ .hide ~ .line.line1 {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.line1 ~ .hide ~ li.line2 {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.line2 ~ .hide ~ li.line4 {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.line4 ~ .hide ~ .hide ~ .hide ~ li.line5 {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.line5 ~ .hide ~ li.line6 {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.hide ~ .hide ~ .hide ~ .hide ~ .hide ~ li.line1 ~ .hide ~ li.line2 ~ .hide ~ li.line4 ~ .hide ~ .hide ~ .hide ~ li.line5 ~ .hide ~ li.line6 {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.line {
    border-bottom: 1px solid #AAAAAA;
    height: 5px;
    margin: 0px 9px 5px 9px; }
    .sidebar-wrapper .sidebar-nav li.line.line6 {
      display: none; }
  .sidebar-wrapper .sidebar-nav li a.active {
    background: #003A94; }
  .sidebar-wrapper .sidebar-nav li.sideWBT {
    /*background: #323232;*/
    width: 160px;
    margin: 8px auto; }
    .sidebar-wrapper .sidebar-nav li.sideWBT div img {
      padding: 0px; }
    .sidebar-wrapper .sidebar-nav li.sideWBT div a:hover {
      background: #696969; }
    .sidebar-wrapper .sidebar-nav li.sideWBT.tooltips:hover div div {
      margin-left: -10px; }
    .sidebar-wrapper .sidebar-nav li.sideWBT.menu-howto {
      background: #1A1A1A; }
    .sidebar-wrapper .sidebar-nav li.sideWBT a {
      border-bottom: none; }
      .sidebar-wrapper .sidebar-nav li.sideWBT a img {
        width: auto;
        height: auto;
        margin: 0 auto;
        display: block; }
        .sidebar-wrapper .sidebar-nav li.sideWBT a img.on {
          margin: 0 auto;
          display: none;
          margin-bottom: 8px;
          transition: 0.5s; }
    .sidebar-wrapper .sidebar-nav li.sideWBT .sp {
      display: none; }
    .sidebar-wrapper .sidebar-nav li.sideWBT.sideWBTBottom {
      margin-bottom: 20px; }
      .sidebar-wrapper .sidebar-nav li.sideWBT.sideWBTBottom.current div a {
        background: #696969; }
  .sidebar-wrapper .sidebar-nav li.sidebar-brand {
    height: 101px;
    margin-bottom: 26px; }
    .sidebar-wrapper .sidebar-nav li.sidebar-brand a img {
      margin: 0 auto;
      display: block;
      padding: 15px 0; }
  .sidebar-wrapper .sidebar-nav li div img {
    display: block;
    margin: 0px;
    padding: 10px 0px 10px 0px; }
    .sidebar-wrapper .sidebar-nav li div img.sp {
      display: none; }
  .sidebar-wrapper .sidebar-nav li.sideGL {
    /*background: #323232;*/
    background: #000000; }
    .sidebar-wrapper .sidebar-nav li.sideGL.menu-print {
      display: none; }
    .sidebar-wrapper .sidebar-nav li.sideGL.current {
      background: #696969;
      color: #FFFFFF; }
      .sidebar-wrapper .sidebar-nav li.sideGL.current img.on {
        display: block;
        width: 200px; }
      .sidebar-wrapper .sidebar-nav li.sideGL.current img.off {
        display: none;
        width: 200px; }
    .sidebar-wrapper .sidebar-nav li.sideGL a img.on {
      display: none; }
    .sidebar-wrapper .sidebar-nav li.sideGL a:hover {
      background: #696969; }
      .sidebar-wrapper .sidebar-nav li.sideGL a:hover img.on {
        display: block;
        width: 200px; }
      .sidebar-wrapper .sidebar-nav li.sideGL a:hover img.off {
        display: none;
        width: 200px; }
  .sidebar-wrapper .sidebar-nav li.sidePdfBT {
    padding-bottom: 125px;
    display: block; }
    .sidebar-wrapper .sidebar-nav li.sidePdfBT a {
      border: 0px; }
      .sidebar-wrapper .sidebar-nav li.sidePdfBT a img.on {
        display: none;
        padding: 0px 5px;
        margin: 0 auto; }
      .sidebar-wrapper .sidebar-nav li.sidePdfBT a:hover {
        background: none;
        border: none; }
        .sidebar-wrapper .sidebar-nav li.sidePdfBT a:hover img.on {
          display: block; }
        .sidebar-wrapper .sidebar-nav li.sidePdfBT a:hover img.off {
          display: none; }
  .sidebar-wrapper .sidebar-nav li.tooltips div:before {
    content: ""; }
  .sidebar-wrapper .sidebar-nav li.tooltips div div {
    position: absolute;
    opacity: 0;
    margin-top: -10px;
    /*margin-left: 120px;*/
    font-size: 12px;
    width: 205px;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: 0.4s; }
    .sidebar-wrapper .sidebar-nav li.tooltips div div:before {
      /*opacity: 0.8;*/
      content: '';
      display: block;
      height: 0;
      width: 0;
      top: -12px;
      left: 83px;
      border: 6px transparent solid;
      border-top-color: #D1D1D1;
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      z-index: 9999;
      position: absolute; }
  .sidebar-wrapper .sidebar-nav li.tooltips:hover {
    position: relative;
    color: #333333; }
    .sidebar-wrapper .sidebar-nav li.tooltips:hover div div {
      /* min-height: 52px;*/
      box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
      transform: scale(1);
      opacity: 0.9;
      margin-top: 0px;
      margin-right: 0px;
      display: block;
      position: absolute;
      overflow: visible;
      color: #333333;
      background: #D1D1D1;
      width: 180px;
      padding: 6px 20px;
      border-radius: 3px;
      z-index: 100;
      line-height: 13px;
      font-size: 10px;
      text-indent: 0px;
      text-align: center;
      margin: -1px 10px 0px 10px; }
      .sidebar-wrapper .sidebar-nav li.tooltips:hover div div:hover {
        display: none; }
        .sidebar-wrapper .sidebar-nav li.tooltips:hover div div:hover:before {
          display: block !important; }
  .sidebar-wrapper .sidebar-nav li.tooltips.sidePdfBT.tooltips:hover div div {
    display: none; }

.sidebar-wrapper #sidebar-container {
  overflow: hidden;
  /*float: right;*/
  position: absolute;
  top: 0;
  height: 100%;
  width: 200px; }
  .sidebar-wrapper #sidebar-container .mCSB_inside > .mCSB_container {
    margin: 0px; }

@-moz-document url-prefix() {
  @media (min-width: 769px) {
    .sidebar-wrapper #sidebar-container {
      overflow-y: scroll !important;
      width: 217px; } }
  @media (max-width: 768px) {
    .sidebar-wrapper #sidebar-container {
      overflow-y: scroll !important;
      width: 103% !important; } }
  @media (max-width: 480px) {
    .sidebar-wrapper #sidebar-container {
      width: 106% !important; } }
  .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu #toc-container {
    overflow-y: scroll !important;
    width: 257px; } }

.mainContents .sidebar-wrapper .sidebar-nav li.sideGL.menu-print {
  display: block; }

.mainContents .sidebar-wrapper .sidebar-nav li.line.line6 {
  display: block; }

/* IE10-specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mCS-autoHide .mCustomScrollBox > .mCSB_scrollTools,
  .mCS-autoHide .mCustomScrollBox ~ .mCSB_scrollTools,
  .mCustomScrollBox > .mCSB_scrollTools,
  .mCustomScrollBox .mCSB_scrollTools,
  .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
  .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px; } }

/*IE edge*/
@supports (-ms-accelerator: true) {
  .mCS-autoHide .mCustomScrollBox > .mCSB_scrollTools,
  .mCS-autoHide .mCustomScrollBox ~ .mCSB_scrollTools,
  .mCustomScrollBox > .mCSB_scrollTools,
  .mCustomScrollBox .mCSB_scrollTools,
  .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
  .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px; } }

@supports (-ms-ime-align: auto) {
  .mCS-autoHide .mCustomScrollBox > .mCSB_scrollTools,
  .mCS-autoHide .mCustomScrollBox ~ .mCSB_scrollTools,
  .mCustomScrollBox > .mCSB_scrollTools,
  .mCustomScrollBox .mCSB_scrollTools,
  .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
  .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px; } }

@media (max-width: 768px) {
  .wrapper .sidebar-wrapper {
    z-index: 1010;
    background-color: #444444;
    overflow-x: hidden;
    overflow-y: hidden; }
    .wrapper .sidebar-wrapper #sidebar-container {
      width: 100%; }
    .wrapper .sidebar-wrapper .sidebar-nav {
      margin-top: 0px;
      padding-top: 20px;
      width: 100%;
      height: 100%; }
      .wrapper .sidebar-wrapper .sidebar-nav li.line {
        border: none;
        height: 12px;
        display: block; }
      .wrapper .sidebar-wrapper .sidebar-nav li a {
        border-bottom: none; }
      .wrapper .sidebar-wrapper .sidebar-nav li.line6 {
        display: none; }
      .wrapper .sidebar-wrapper .sidebar-nav li.sideWBT {
        margin: 10px 20px;
        background: none; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideWBT.sideWBTBottom.current div a {
          background: #333333; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideWBT img.sp {
          padding-left: 10px;
          padding-right: 10px; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideWBT.menu-howto {
          background: none; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideWBT div a:hover {
          background: none; }
      .wrapper .sidebar-wrapper .sidebar-nav li.sideGL {
        background: none;
        margin: 10px 20px; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideGL.menu-print {
          display: none; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideGL.menu-mcsite {
          display: block;
          margin: 10px 20px;
          padding-bottom: 40px; }
          .wrapper .sidebar-wrapper .sidebar-nav li.sideGL.menu-mcsite.tooltips div a img {
            text-align: left;
            margin: 0px; }
          .wrapper .sidebar-wrapper .sidebar-nav li.sideGL.menu-mcsite.tooltips div div {
            display: none; }
          .wrapper .sidebar-wrapper .sidebar-nav li.sideGL.menu-mcsite a:hover {
            background: #666666; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideGL.current img.on {
          display: none; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideGL a {
          background: #666666;
          border-radius: 5px; }
          .wrapper .sidebar-wrapper .sidebar-nav li.sideGL a:hover img.on {
            display: none; }
      .wrapper .sidebar-wrapper .sidebar-nav li.sideBorder {
        background-color: #444444;
        margin: 10px 20px; }
        .wrapper .sidebar-wrapper .sidebar-nav li.sideBorder a {
          background: #666666;
          border-radius: 5px; }
      .wrapper .sidebar-wrapper .sidebar-nav li div img.sp {
        display: block;
        padding-left: 10px;
        padding-right: 10px; }
      .wrapper .sidebar-wrapper .sidebar-nav li div img.on, .wrapper .sidebar-wrapper .sidebar-nav li div img.off {
        display: none; }
      .wrapper .sidebar-wrapper .sidebar-nav .spBttomBg {
        border-radius: 5px;
        background-color: #525252;
        margin: 0px 20px; }
      .wrapper .sidebar-wrapper .sidebar-nav .sidePdfBT a {
        display: none; }
  #wrapper .sidebar-wrapper {
    z-index: 1013;
    /*margin-top: 57px;*/ }
    #wrapper .sidebar-wrapper .menu-howto {
      display: none; }
  #wrapper.toggled .sidebar-wrapper {
    /*margin-top: -51px;*/
    width: 100%;
    /*height: 107%;*/
    /*overflow-x: hidden;
                overflow-y: scroll;*/
    overflow: hidden;
    position: relative; }
    #wrapper.toggled .sidebar-wrapper .menu-howto {
      display: block; }
  #wrapper.toggled.mainContents .sidebar-wrapper {
    padding-bottom: 40px;
    overflow: hidden; }
  .ind #wrapper.toggled .sidebar-wrapper {
    /*margin-top: -71px;
                height: 110%;*/ } }

@media screen and (max-width: 768px) and (-ms-high-contrast: active), (max-width: 768px) and (-ms-high-contrast: none) {
  #wrapper .sidebar-wrapper.overflowH:hover {
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    overflow-y: hidden; } }

@media (max-width: 480px) {
  #wrapper.toggled .sidebar-wrapper {
    /*margin-top: -60px;*/ }
  .ind #wrapper.toggled .sidebar-wrapper {
    /*margin-top: -80px;
                height: 111%;*/ }
  .navbar .navbar-inner .rightBoxSP .carnameSP img {
    width: 120px; } }

.wrapper #sidebar-wrapper.tableMenu-wrapper,
.wrapper #toc-wrapper {
  z-index: 1010; }
  .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper,
  .wrapper #toc-wrapper.tableMenu-wrapper {
    overflow-y: hidden;
    /*1011*/
    /*padding-top: 49px;*/
    /*1011*/
    position: relative;
    float: left; }
    .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper .mCSB_container,
    .wrapper #toc-wrapper.tableMenu-wrapper .mCSB_container {
      overflow: visible; }
    .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper #tableMenu .dropdown,
    .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu .dropdown {
      margin-top: 20px; }
    .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper #tableMenu .mCSB_inside > .mCSB_container,
    .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu .mCSB_inside > .mCSB_container {
      margin: 0px; }
    .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper #tableMenu #toc-container,
    .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu #toc-container {
      overflow: hidden;
      float: right;
      /*margin-top: 15px;*/
      padding-top: 68px;
      position: absolute;
      top: 0;
      height: 100%; }
      .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container,
      .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container {
        overflow: hidden; }
        .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container #accordion,
        .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container #accordion {
          /*margin-right: 16px;*/
          height: 100%;
          overflow-wrap: break-word;
          word-break: break-all;
          /*for IE*/
          word-break: break-word; }

.wrapper .tableMenu-wrapper {
  left: 0;
  margin-left: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-delay: 0.4s; }
  .wrapper .tableMenu-wrapper.tableMenu {
    width: 228px; }

.wrapper .toggler {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*width: 25px;*/
  width: 35px;
  /*height: 48px;*/
  /*height: 75px;*/
  position: absolute;
  cursor: pointer;
  bottom: 0%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.175);
  background: #454545;
  z-index: 1009; }
  .wrapper .toggler span {
    margin: 0px; }
  .wrapper .toggler.on {
    /*width: 265px;*/
    width: 275px;
    padding-left: 240px;
    visibility: hidden;
    transition-duration: 0.2s;
    transition-delay: 0.04s;
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -ms-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 0.04s;
    -moz-animation-delay: 0.04s;
    -ms-animation-delay: 0.04s;
    -o-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .wrapper .toggler.off {
    visibility: visible;
    transition-duration: 1s;
    transition-delay: 0.6s;
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .wrapper .toggler img {
    width: auto;
    height: auto;
    vertical-align: middle; }

.wrapper.tToggled .tableMenu-wrapper {
  /*1011*/
  /*padding-left: 200px;
            width: 440px;*/
  width: 240px; }

.wrapper.tToggled .toggler.off {
  visibility: hidden;
  transition-duration: 0.2s;
  transition-delay: 0.04s;
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0.04s;
  -moz-animation-delay: 0.04s;
  -ms-animation-delay: 0.04s;
  -o-animation-delay: 0.04s;
  animation-delay: 0.04s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.wrapper.tToggled .toggler.on {
  visibility: visible;
  transition-duration: 1.2s;
  transition-delay: 1s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.wrapper .glyphicon-chevron-left:before, .wrapper .glyphicon-chevron-right:before {
  color: #FFFFFF; }

body.nl .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container #accordion,
body.nl .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container #accordion, body.de .wrapper #sidebar-wrapper.tableMenu-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container #accordion,
body.de .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu #toc-container .mCSB_container #accordion {
  word-break: break-all; }

@media screen and (max-width: 768px) {
  .wrapper #toc-wrapper.tableMenu-wrapper {
    /*top: 35px;*/
    z-index: 1010;
    position: absolute; }
    .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu {
      padding-top: 51px; }
      .wrapper #toc-wrapper.tableMenu-wrapper #tableMenu #toc-container {
        padding-top: 120px; }
  .wrapper .toggler.on {
    left: 0; }
  .wrapper.toggled .toggler.off {
    padding-left: 200px;
    width: 225px; }
  .wrapper.tToggled .tableMenu-wrapper {
    left: 0;
    padding-left: 0;
    width: 240px; }
  .wrapper.tToggled #container {
    position: absolute;
    width: 100%; }
    .wrapper.tToggled #container > div {
      /*position: fixed;*/
      width: 100%; } }

@media (min-width: 992px) {
  .sidebar {
    width: 230px; }
  .sidebar.sidebar-left {
    left: 0px;
    right: auto; }
  .sidebar.sidebar-right {
    right: 0px;
    left: auto; } }

@media (min-width: 1200px) {
  .sidebar {
    width: 230px; }
  .sidebar.sidebar-left {
    left: 0px;
    right: auto; }
  .sidebar.sidebar-right {
    right: 0px;
    left: auto; } }

.sidebar-left > .toggler {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  /* border-left: 1px solid #fff; */
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.175);
  right: -20px;
  background: #454545; }

.sidebar-right > .toggler {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #fff;
  -webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.175);
  box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.175);
  left: -20px; }

.sidebar .submenu {
  display: none;
  position: fixed; }

/*Native BootStrap Hack*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  width: 100%; }

.list-group-item {
  border: solid #3C3C3C;
  border-width: 1px 0px 1px 0px; }

a.list-group-item:hover {
  background: #151515; }

a.list-group-item:focus, button.list-group-item:focus, button.list-group-item:hover {
  background: none; }

.list-group-item {
  background: none;
  padding-top: 7px;
  padding-right: 32px;
  padding-bottom: 7px;
  padding-left: 20px; }

.list-group-submenu .list-group-item {
  padding-right: 20px; }

.switch .list-group-item {
  padding: 7px 20px 7px 20px; }

.sidebar .list-group-item:last-child, .sidebar .list-group-item:first-child {
  border-radius: 0px;
  border: none;
  /* border: solid #131313;
	border-width: 1px 0px 1px 0px;
	border-collapse: collapse; */
  margin: 0px;
  color: #FFFFFF; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  border-color: #131313; }

a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover,
a.list-group-item, button.list-group-item {
  color: #FFFFFF; }

a.list-group-item:focus, button.list-group-item:focus, button.list-group-item:hover {
  background: #4D4C4C; }

.list-group > a.list-group-item:hover {
  background: #232323; }

.sidebar .list-group {
  margin-bottom: 0px; }

#tableMenu #parent {
  margin-top: 20px; }

#tableMenu {
  /*width: 228px;*/
  font-size: 12px;
  letter-spacing: 1px; }

.dropdown {
  color: #FFFFFF;
  /*position: relative;*/
  position: absolute;
  height: 27px;
  background: #3d3d3d;
  border: 1px solid;
  border-color: #2d2d2d #303030 #2d2d2d;
  border-radius: 3px;
  vertical-align: baseline;
  z-index: 1012;
  margin-left: 7px !important;
  zoom: 1;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
  /*user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;*/
  *display: inline;
  *vertical-align: auto;
  background-image: -webkit-linear-gradient(top, #4d4d4d, #3d3d3d);
  background-image: -moz-linear-gradient(top, #4d4d4d, #3d3d3d);
  background-image: -o-linear-gradient(top, #4d4d4d, #3d3d3d);
  background-image: linear-gradient(to bottom, #4d4d4d, #3d3d3d);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15); }
  .dropdown:hover {
    cursor: pointer;
    -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 rgba(255, 255, 255, 0.04), inset 26px 26px rgba(0, 0, 0, 0.1); }
  .dropdown div.clicked ul {
    display: block;
    z-index: 98; }
  .dropdown a {
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0 1px black; }
  .dropdowna {
    float: left;
    position: relative;
    height: 27px;
    line-height: 26px;
    padding: 0 12px;
    color: #ecf0f1;
    border-radius: 2px 0 0 2px; }
    .dropdowna:before {
      content: '';
      display: inline-block;
      vertical-align: -2px;
      width: 10px;
      height: 11px;
      margin-right: 10px;
      background: url("../img/settings.png") 0 0 no-repeat; }
    .dropdowna:hover {
      background: #3f4753;
      background: rgba(255, 255, 255, 0.04); }
    .dropdowna:active {
      background: #343b44; }
  .dropdown div {
    float: right;
    height: 27px;
    width: 26px;
    background: url("../img/vr_drop_up.png") 1px 9px no-repeat;
    border-left: 1px solid #292e36;
    border-color: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
    box-shadow: inset 1px 0 rgba(255, 255, 255, 0.08);
    cursor: pointer;
    display: block; }
  .dropdown option {
    color: #000000; }
  .dropdown ul {
    padding: 8px 10px 11px 10px;
    display: none;
    position: absolute;
    top: 27px;
    left: -1px;
    right: -1px;
    background: #272c33;
    border: 1px solid #20242a; }
    .dropdown ul a {
      display: block;
      line-height: 28px;
      padding: 0 10px 1px;
      color: #b2b8c4;
      border-top: 1px solid transparent; }
      .dropdown ul a:hover {
        color: white;
        text-shadow: 0 1px rgba(0, 0, 0, 0.7);
        background: #426ebf;
        border-color: #78aad5;
        background-image: -webkit-linear-gradient(top, #5e9ace, #416cb8);
        background-image: -moz-linear-gradient(top, #5e9ace, #416cb8);
        background-image: -o-linear-gradient(top, #5e9ace, #416cb8);
        background-image: linear-gradient(to bottom, #5e9ace, #416cb8); }
    .dropdown ul li {
      display: block;
      border-bottom: 1px solid #4E4E4E;
      text-align: left;
      line-height: 1.5em;
      padding-top: 4px;
      padding-bottom: 4px; }
      .dropdown ul li:hover {
        color: #696969; }
      .dropdown ul li:last-child {
        border-bottom: none; }
  .dropdown #menu {
    background: #000000;
    -webkit-box-shadow: 0px 2px 8px 3px #777;
    /* Safari, Chrome用 */
    -moz-box-shadow: 0px 2px 8px 3px #777;
    /* Firefox用 */
    box-shadow: 0px 2px 8px 3px #777;
    /* CSS3 */
    margin: 0px;
    /*width: 100%;*/
    margin-top: -2px;
    z-index: 1011;
    /*@include SlideInDown(0.1, 0.5);*/
    /*@include fadeInDown(0.2, 0.2, 0.2, 0.2, 0.2);*/
    /*@include fadeIn(0.2, 0.2);*/ }
  .dropdown .toc-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 171px;
    display: inline-block;
    overflow: hidden; }

/*accordion*/
.accordionlist dt {
  display: block;
  padding-top: 20px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 5px;
  border-top: 1px solid #DFDFDF; }

.accordionlist dt:first-child {
  border-top: none !important; }

.accordionlist dt .title {
  padding-left: 10px;
  float: left; }

.accordionlist dd {
  display: none; }

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.accordion_icon {
  position: absolute;
  right: 0%;
  width: 30px;
  height: 15px;
  margin-right: 5px;
  top: 50%;
  margin-top: -6px; }

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #999999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px; }

.accordion_iconW span {
  background: #FFFFFF;
  height: 1px; }

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg); }

.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg); }

/*＋、－切り替え*/
a[aria-expanded="true"] .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg); }

#toc-wrapper .accordionbox > div[aria-expanded="true"] .list-group-item[aria-expanded="true"] {
  background: #3C3C3C; }
  #toc-wrapper .accordionbox > div[aria-expanded="true"] .list-group-item[aria-expanded="true"]:after {
    position: absolute;
    top: .4em;
    left: .5em;
    content: '';
    width: 4px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 0.7em);
    background-color: #999999; }

/*.panel-heading a[aria-expanded="true"] .accordion_icon span:nth-of-type(1) {
    display: none;
}
.panel-heading a[aria-expanded="true"] .accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}*/
a.list-group-item-success:hover {
  color: #FFFFFF;
  background: none; }

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  background-color: none;
  border-color: #333333; }

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  background: #151515;
  /*     border: solid #333333;
    border-width: 1px 0px 1px 0px; */
  border-collapse: collapse; }

.accordionbox > .list-group-item {
  width: 240px;
  background: #151515;
  border: none;
  color: #FFFFFF;
  font-weight: normal;
  border: solid #333333;
  border-width: 1px 0px 1px 0px;
  border-radius: 0px; }

.accordionbox > .collapse > .list-group-item {
  border: solid #151515;
  border-width: 1px 0px 1px 0px; }

.accordionbox > .collapse .list-group-submenu {
  background: #4D4D4D; }

.accordionbox > .collapse .collapse div a.list-group-item {
  border: solid #3C3C3C;
  border-width: 1px 0px 1px 0px;
  background: #4D4D4D;
  color: #CCCCCC; }
  .accordionbox > .collapse .collapse div a.list-group-item.active {
    background: #999999;
    color: #FFFFFF; }

#sidebar-wrapper .accordionbox > div > .list-group-item {
  background: #333333;
  font-weight: normal;
  border: solid #151515;
  border-width: 1px 0px 1px 0px;
  padding-left: 30px; }
  #sidebar-wrapper .accordionbox > div > .list-group-item:after {
    position: absolute;
    top: .4em;
    left: .5em;
    content: '';
    width: 4px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 0.7em);
    background-color: #3498db; }

.list-group-submenu a {
  background: #4D4D4D; }

.list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.list-group-item:last-child {
  margin-bottom: -1px; }

.accordionlist .list-group-submenu .list-group-item {
  background: #4D4D4D;
  border: solid #3C3C3C;
  border-width: 1px 0px 1px 0px;
  border-radius: 0px; }

#accordion .accordionbox {
  display: none;
  margin: 0px;
  position: relative; }
  #accordion .accordionbox.fadein {
    display: block; }
    #accordion .accordionbox.fadein a:nth-child(1) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.04s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.04s;
      -moz-animation-delay: 0.04s;
      -ms-animation-delay: 0.04s;
      -o-animation-delay: 0.04s;
      animation-delay: 0.04s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(2) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.08s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.08s;
      -moz-animation-delay: 0.08s;
      -ms-animation-delay: 0.08s;
      -o-animation-delay: 0.08s;
      animation-delay: 0.08s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(3) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.12s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.12s;
      -moz-animation-delay: 0.12s;
      -ms-animation-delay: 0.12s;
      -o-animation-delay: 0.12s;
      animation-delay: 0.12s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(4) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.16s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.16s;
      -moz-animation-delay: 0.16s;
      -ms-animation-delay: 0.16s;
      -o-animation-delay: 0.16s;
      animation-delay: 0.16s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(5) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.2s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.2s;
      -moz-animation-delay: 0.2s;
      -ms-animation-delay: 0.2s;
      -o-animation-delay: 0.2s;
      animation-delay: 0.2s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(6) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.24s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.24s;
      -moz-animation-delay: 0.24s;
      -ms-animation-delay: 0.24s;
      -o-animation-delay: 0.24s;
      animation-delay: 0.24s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(7) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.28s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.28s;
      -moz-animation-delay: 0.28s;
      -ms-animation-delay: 0.28s;
      -o-animation-delay: 0.28s;
      animation-delay: 0.28s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(8) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.32s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.32s;
      -moz-animation-delay: 0.32s;
      -ms-animation-delay: 0.32s;
      -o-animation-delay: 0.32s;
      animation-delay: 0.32s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(9) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.36s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.36s;
      -moz-animation-delay: 0.36s;
      -ms-animation-delay: 0.36s;
      -o-animation-delay: 0.36s;
      animation-delay: 0.36s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(10) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.4s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -ms-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
      animation-delay: 0.4s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(11) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.44s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.44s;
      -moz-animation-delay: 0.44s;
      -ms-animation-delay: 0.44s;
      -o-animation-delay: 0.44s;
      animation-delay: 0.44s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(12) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.48s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.48s;
      -moz-animation-delay: 0.48s;
      -ms-animation-delay: 0.48s;
      -o-animation-delay: 0.48s;
      animation-delay: 0.48s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(13) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.52s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.52s;
      -moz-animation-delay: 0.52s;
      -ms-animation-delay: 0.52s;
      -o-animation-delay: 0.52s;
      animation-delay: 0.52s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(14) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.56s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.56s;
      -moz-animation-delay: 0.56s;
      -ms-animation-delay: 0.56s;
      -o-animation-delay: 0.56s;
      animation-delay: 0.56s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(15) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.6s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.6s;
      -moz-animation-delay: 0.6s;
      -ms-animation-delay: 0.6s;
      -o-animation-delay: 0.6s;
      animation-delay: 0.6s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(16) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.64s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.64s;
      -moz-animation-delay: 0.64s;
      -ms-animation-delay: 0.64s;
      -o-animation-delay: 0.64s;
      animation-delay: 0.64s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(17) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.68s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.68s;
      -moz-animation-delay: 0.68s;
      -ms-animation-delay: 0.68s;
      -o-animation-delay: 0.68s;
      animation-delay: 0.68s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(18) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.72s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.72s;
      -moz-animation-delay: 0.72s;
      -ms-animation-delay: 0.72s;
      -o-animation-delay: 0.72s;
      animation-delay: 0.72s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(19) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.76s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.76s;
      -moz-animation-delay: 0.76s;
      -ms-animation-delay: 0.76s;
      -o-animation-delay: 0.76s;
      animation-delay: 0.76s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(20) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.8s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.8s;
      -moz-animation-delay: 0.8s;
      -ms-animation-delay: 0.8s;
      -o-animation-delay: 0.8s;
      animation-delay: 0.8s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(21) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.84s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.84s;
      -moz-animation-delay: 0.84s;
      -ms-animation-delay: 0.84s;
      -o-animation-delay: 0.84s;
      animation-delay: 0.84s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(22) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.88s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.88s;
      -moz-animation-delay: 0.88s;
      -ms-animation-delay: 0.88s;
      -o-animation-delay: 0.88s;
      animation-delay: 0.88s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(23) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.92s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.92s;
      -moz-animation-delay: 0.92s;
      -ms-animation-delay: 0.92s;
      -o-animation-delay: 0.92s;
      animation-delay: 0.92s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(24) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 0.96s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0.96s;
      -moz-animation-delay: 0.96s;
      -ms-animation-delay: 0.96s;
      -o-animation-delay: 0.96s;
      animation-delay: 0.96s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(25) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1s;
      -moz-animation-delay: 1s;
      -ms-animation-delay: 1s;
      -o-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(26) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.04s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.04s;
      -moz-animation-delay: 1.04s;
      -ms-animation-delay: 1.04s;
      -o-animation-delay: 1.04s;
      animation-delay: 1.04s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(27) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.08s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.08s;
      -moz-animation-delay: 1.08s;
      -ms-animation-delay: 1.08s;
      -o-animation-delay: 1.08s;
      animation-delay: 1.08s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(28) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.12s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.12s;
      -moz-animation-delay: 1.12s;
      -ms-animation-delay: 1.12s;
      -o-animation-delay: 1.12s;
      animation-delay: 1.12s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(29) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.16s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.16s;
      -moz-animation-delay: 1.16s;
      -ms-animation-delay: 1.16s;
      -o-animation-delay: 1.16s;
      animation-delay: 1.16s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(30) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.2s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.2s;
      -moz-animation-delay: 1.2s;
      -ms-animation-delay: 1.2s;
      -o-animation-delay: 1.2s;
      animation-delay: 1.2s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(31) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.24s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.24s;
      -moz-animation-delay: 1.24s;
      -ms-animation-delay: 1.24s;
      -o-animation-delay: 1.24s;
      animation-delay: 1.24s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(32) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.28s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.28s;
      -moz-animation-delay: 1.28s;
      -ms-animation-delay: 1.28s;
      -o-animation-delay: 1.28s;
      animation-delay: 1.28s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(33) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.32s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.32s;
      -moz-animation-delay: 1.32s;
      -ms-animation-delay: 1.32s;
      -o-animation-delay: 1.32s;
      animation-delay: 1.32s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(34) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.36s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.36s;
      -moz-animation-delay: 1.36s;
      -ms-animation-delay: 1.36s;
      -o-animation-delay: 1.36s;
      animation-delay: 1.36s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(35) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.4s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.4s;
      -moz-animation-delay: 1.4s;
      -ms-animation-delay: 1.4s;
      -o-animation-delay: 1.4s;
      animation-delay: 1.4s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(36) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.44s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.44s;
      -moz-animation-delay: 1.44s;
      -ms-animation-delay: 1.44s;
      -o-animation-delay: 1.44s;
      animation-delay: 1.44s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(37) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.48s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.48s;
      -moz-animation-delay: 1.48s;
      -ms-animation-delay: 1.48s;
      -o-animation-delay: 1.48s;
      animation-delay: 1.48s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(38) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.52s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.52s;
      -moz-animation-delay: 1.52s;
      -ms-animation-delay: 1.52s;
      -o-animation-delay: 1.52s;
      animation-delay: 1.52s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(39) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.56s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.56s;
      -moz-animation-delay: 1.56s;
      -ms-animation-delay: 1.56s;
      -o-animation-delay: 1.56s;
      animation-delay: 1.56s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(40) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.6s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.6s;
      -moz-animation-delay: 1.6s;
      -ms-animation-delay: 1.6s;
      -o-animation-delay: 1.6s;
      animation-delay: 1.6s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(41) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.64s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.64s;
      -moz-animation-delay: 1.64s;
      -ms-animation-delay: 1.64s;
      -o-animation-delay: 1.64s;
      animation-delay: 1.64s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(42) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.68s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.68s;
      -moz-animation-delay: 1.68s;
      -ms-animation-delay: 1.68s;
      -o-animation-delay: 1.68s;
      animation-delay: 1.68s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(43) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.72s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.72s;
      -moz-animation-delay: 1.72s;
      -ms-animation-delay: 1.72s;
      -o-animation-delay: 1.72s;
      animation-delay: 1.72s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(44) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.76s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.76s;
      -moz-animation-delay: 1.76s;
      -ms-animation-delay: 1.76s;
      -o-animation-delay: 1.76s;
      animation-delay: 1.76s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(45) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.8s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.8s;
      -moz-animation-delay: 1.8s;
      -ms-animation-delay: 1.8s;
      -o-animation-delay: 1.8s;
      animation-delay: 1.8s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(46) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.84s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.84s;
      -moz-animation-delay: 1.84s;
      -ms-animation-delay: 1.84s;
      -o-animation-delay: 1.84s;
      animation-delay: 1.84s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(47) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.88s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.88s;
      -moz-animation-delay: 1.88s;
      -ms-animation-delay: 1.88s;
      -o-animation-delay: 1.88s;
      animation-delay: 1.88s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(48) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.92s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.92s;
      -moz-animation-delay: 1.92s;
      -ms-animation-delay: 1.92s;
      -o-animation-delay: 1.92s;
      animation-delay: 1.92s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(49) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 1.96s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 1.96s;
      -moz-animation-delay: 1.96s;
      -ms-animation-delay: 1.96s;
      -o-animation-delay: 1.96s;
      animation-delay: 1.96s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(50) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2s;
      -moz-animation-delay: 2s;
      -ms-animation-delay: 2s;
      -o-animation-delay: 2s;
      animation-delay: 2s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(51) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.04s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.04s;
      -moz-animation-delay: 2.04s;
      -ms-animation-delay: 2.04s;
      -o-animation-delay: 2.04s;
      animation-delay: 2.04s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(52) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.08s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.08s;
      -moz-animation-delay: 2.08s;
      -ms-animation-delay: 2.08s;
      -o-animation-delay: 2.08s;
      animation-delay: 2.08s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(53) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.12s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.12s;
      -moz-animation-delay: 2.12s;
      -ms-animation-delay: 2.12s;
      -o-animation-delay: 2.12s;
      animation-delay: 2.12s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(54) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.16s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.16s;
      -moz-animation-delay: 2.16s;
      -ms-animation-delay: 2.16s;
      -o-animation-delay: 2.16s;
      animation-delay: 2.16s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(55) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.2s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.2s;
      -moz-animation-delay: 2.2s;
      -ms-animation-delay: 2.2s;
      -o-animation-delay: 2.2s;
      animation-delay: 2.2s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(56) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.24s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.24s;
      -moz-animation-delay: 2.24s;
      -ms-animation-delay: 2.24s;
      -o-animation-delay: 2.24s;
      animation-delay: 2.24s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(57) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.28s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.28s;
      -moz-animation-delay: 2.28s;
      -ms-animation-delay: 2.28s;
      -o-animation-delay: 2.28s;
      animation-delay: 2.28s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(58) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.32s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.32s;
      -moz-animation-delay: 2.32s;
      -ms-animation-delay: 2.32s;
      -o-animation-delay: 2.32s;
      animation-delay: 2.32s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(59) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.36s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.36s;
      -moz-animation-delay: 2.36s;
      -ms-animation-delay: 2.36s;
      -o-animation-delay: 2.36s;
      animation-delay: 2.36s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a:nth-child(60) {
      /*width: auto;*/
      visibility: visible;
      transition-duration: 1s;
      transition-delay: 2.4s;
      -webkit-animation-name: fadeInLeft;
      -moz-animation-name: fadeInLeft;
      -ms-animation-name: fadeInLeft;
      -o-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-duration: 1s;
      -moz-animation-duration: 1s;
      -ms-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 2.4s;
      -moz-animation-delay: 2.4s;
      -ms-animation-delay: 2.4s;
      -o-animation-delay: 2.4s;
      animation-delay: 2.4s;
      -webkit-animation-timing-function: ease;
      -moz-animation-timing-function: ease;
      -ms-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    #accordion .accordionbox.fadein a.list-group-item.active {
      color: #FFFFFF;
      background: #999999; }
  #accordion .accordionbox.fadeout {
    display: none; }
  #accordion .accordionbox .accordionlist > .list-group {
    width: 100%;
    position: absolute; }
  #accordion .accordionbox > div {
    background-color: #333333; }

.list-group div .list-group-item {
  padding-left: 30px; }

.list-group-item.active, .list-group-item.active:focus,
.list-group-item.active:hover {
  background: #333333; }

.list-group-item.active:hover {
  background: #3C3C3C; }

.list-group-submenu .list-group-item:hover {
  background: #696969; }

.switch a.list-group-item:focus,
.switch button.list-group-item:focus,
.switch .list-group-item.active {
  background: #151515; }

.list-group.panel {
  border: none; }

.tableBox {
  display: none; }

#switch {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden; }

.btn:hover {
  opacity: .8;
  cursor: pointer; }

.inactive {
  opacity: .5; }

.inactive:hover {
  opacity: .5;
  cursor: default; }

.boxDisplay {
  display: block; }

.boxNone {
  display: none; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(51, 51, 51, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(51, 51, 51, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(77, 77, 77, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(51, 51, 51, 0.4); }

/*bootStrap HAC*/
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  content: none; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  z-index: 999; }

#container .mainCont.word .boxArea .box {
  display: none; }
  #container .mainCont.word .boxArea .box.enable {
    display: block; }
  #container .mainCont.word .boxArea .box.row2 {
    height: 600px; }
  #container .mainCont.word .boxArea .box.row3 {
    height: 905px; }
  #container .mainCont.word .boxArea .box.row4 {
    height: 1210px; }
  #container .mainCont.word .boxArea .box.row5 {
    height: 1515px; }
  #container .mainCont.word .boxArea .box p > a {
    cursor: text;
    color: #666666; }
    #container .mainCont.word .boxArea .box p > a:after {
      content: none; }
  #container .mainCont.word .boxArea .box p.enable a {
    cursor: pointer;
    color: #afb0b0; }
    #container .mainCont.word .boxArea .box p.enable a:after {
      content: url(../img/arrow.png);
      color: #696969; }

#container .searchBg {
  width: 100%;
  height: 100%;
  position: absolute; }
  #container .searchBg > div {
    display: none;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    height: 20%; }
  #container .searchBg .ajaxLoader {
    background-image: url("../img/load.gif");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 7%;
    height: 100%; }
  #container .searchBg .noresult {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 30%; }

.iSearch #container .searchBg .ajaxLoader {
  display: block;
  background-image: url(../img/load.gif);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 7%;
  height: 100%; }

.no-result #container .searchBg .noresult {
  display: block; }

/*movie*/
#container .movie .row2.open .video_link a:after, #container .movie .row3.open .video_link a:after, #container .movie .row4.open .video_link a:after, #container .movie .row5.open .video_link a:after {
  content: none; }

#container .movie .row2 .video_link a:after, #container .movie .row3 .video_link a:after, #container .movie .row4 .video_link a:after, #container .movie .row5 .video_link a:after {
  padding-left: 0.5em;
  content: url(../img/aco_closed.png); }

#container .movie .menu_btn {
  display: none; }

#container .movie .open .menu_btn {
  display: block;
  clear: both; }

#container .movie div.colm1 {
  display: block;
  margin: 5px 5px;
  width: 316px;
  height: 295px;
  overflow: hidden; }
  #container .movie div.colm1 div .video_link {
    font-size: 15px; }

#container .movie div.colm1.opened {
  height: 610px; }

#container .movie div.colm2 {
  display: block;
  margin: 5px 5px;
  padding-bottom: 10px;
  width: 642px;
  height: 295px;
  overflow: hidden;
  background: #292929; }
  #container .movie div.colm2 img.colm2 {
    width: 652px;
    height: 360px; }
  #container .movie div.colm2 img.colm1 {
    display: none; }
  #container .movie div.colm2 div {
    columns: 316px auto;
    -moz-columns: 316px auto;
    -webkit-columns: 316px auto;
    -o-columns: 316px auto;
    -ms-columns: 316px auto; }
    #container .movie div.colm2 div p {
      margin: 0 10px; }
  #container .movie div.colm2 div.boxcol1 {
    float: left;
    width: 50%;
    height: 40%; }
  #container .movie div.colm2 div.boxcol2 {
    float: right;
    width: 50%;
    height: 40%; }

#container .movie div.colm3 {
  display: block;
  margin: 5px 5px;
  padding-bottom: 10px;
  width: 642px;
  height: 610px;
  overflow: hidden;
  background: #292929; }
  #container .movie div.colm3 img.colm2 {
    width: 652px;
    height: 360px; }
  #container .movie div.colm3 img.colm1 {
    display: none; }
  #container .movie div.colm3 div {
    columns: 316px auto;
    -moz-columns: 316px auto;
    -webkit-columns: 316px auto;
    -o-columns: 316px auto;
    -ms-columns: 316px auto; }
    #container .movie div.colm3 div p {
      margin: 0 10px; }
  #container .movie div.colm3 div.boxcol1 {
    float: left;
    width: 50%;
    height: 40%; }
  #container .movie div.colm3 div.boxcol2 {
    float: right;
    width: 50%;
    height: 40%; }

#container .movie .l1 {
  margin: 5px 10px;
  color: #fff;
  font-size: 15px;
  height: 55px;
  line-height: 19px; }

#container .movie .video_link {
  display: block;
  position: relative;
  color: #afb0b0;
  font-size: 15px;
  top: 48px;
  text-align: right; }

.colm1 img.video_cap {
  float: left; }

.colm1 img.video_cap + img {
  margin-top: 53px;
  margin-bottom: 0;
  width: 54px;
  height: 54px;
  right: 131.5px;
  position: absolute; }

.colm3 img.video_cap {
  float: left; }

.colm3 img.video_cap + img {
  margin-top: 8em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -24em; }

p.video_link {
  clear: both; }

div.video-container {
  max-width: 100%;
  height: auto; }

div.video {
  position: relative;
  margin: 0 0 0 0;
  padding-bottom: 57.25%;
  height: 0;
  overflow: hidden; }
  div.video iframe {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  div.video object {
    position: absolute;
    top: 1em;
    left: 2em;
    width: 90%;
    height: 90%; }
  div.video embed {
    position: absolute;
    top: 1em;
    left: 2em;
    width: 90%;
    height: 90%; }

img.youtube_cap, img.youtube_cap2, img.bcove {
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  width: 90%;
  /*heigt: 90%;*/
  display: block; }

img.yt_play {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

/*@-ms-viewport
{
    width: device-width;
    initial-scale: 1;
}
@viewport
{
    width: device-width;
    initial-scale: 1;
}*/
html, body {
  scrollbar-base-color: #333; }

#wrapper {
  /*padding-top: 108px;*/
  padding-top: 70px; }

#wrapper.scene-large .indexHeader .line_title {
  display: block; }

#wrapper .indexHeader p.line_note {
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 22px;
  margin-right: 22px; }

#wrapper.cont {
  padding-top: 51px; }

/*quick faq titleColor*/
/*END quick faq titleColor*/
#container {
  font-size: 1em;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: auto;
  -webkit-overflow-scrolling: touch;
  /*quick*/
  /*quick END*/
  /* masonry */
  /*keikoku*/
  /*QSG*/ }
  #container #quick .boxArea .box.row2 {
    height: 600px; }
  #container #quick .boxArea .box.row3 {
    height: 905px; }
  #container #quick .boxArea .box.row4 {
    height: 1210px; }
  #container #quick .boxArea .box.row5 {
    height: 1515px; }
  #container #quick .boxArea .box .box-wrapper p {
    color: #ffffff; }
  #container div.open_close {
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 5px;
    height: inherit; }
  #container .title {
    margin: 0; }
  #container tr.empty td {
    background-color: transparent;
    border-left: transparent solid 1px;
    border-right: transparent solid 1px;
    border-bottom: transparent solid 1px;
    padding: 0;
    height: 0; }
  #container .mainCont {
    color: #333333; }
    #container .mainCont#theme {
      max-width: 100%; }
    #container .mainCont #main-accordion {
      font-size: 1.1em; }
    #container .mainCont .load-contents {
      height: 100%; }
      #container .mainCont .load-contents:last-child {
        padding-bottom: 1px; }
      #container .mainCont .load-contents h3.title.opened + div.body {
        height: 100%; }
    #container .mainCont .title {
      margin: 0 auto; }
    #container .mainCont .panel-group {
      max-width: 800px;
      /*overflow: auto;*/
      margin: 0 auto;
      /*background: #FFFFFF;*/
      background: #F1F1F1;
      margin-bottom: 130px; }
      #container .mainCont .panel-group .panel-heading {
        margin: 0px;
        outline: 0;
        /*border: 1px solid #333;*/
        background: #333;
        font-weight: bold;
        color: #F1F1F1;
        padding: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px; }
        #container .mainCont .panel-group .panel-heading a {
          display: block;
          font-size: 1.1em;
          padding-top: .5em;
          padding-right: 3.7em;
          padding-bottom: .5em;
          padding-left: .7em;
          position: relative;
          word-break: break-word; }
          #container .mainCont .panel-group .panel-heading a:hover {
            cursor: pointer; }
          #container .mainCont .panel-group .panel-heading a .accordion_icon {
            /*margin-top: 6px;*/
            /*top: 12px;*/
            top: 50%;
            margin-top: -5px; }
      #container .mainCont .panel-group .panel-collapse .panel-body {
        border: none;
        padding: 0px; }
        #container .mainCont .panel-group .panel-collapse .panel-body p > a, #container .mainCont .panel-group .panel-collapse .panel-body li > a, #container .mainCont .panel-group .panel-collapse .panel-body td > a, #container .mainCont .panel-group .panel-collapse .panel-body p > b > a {
          color: #5d5d5d;
          border-bottom: solid 2px #6d6d6d; }
          #container .mainCont .panel-group .panel-collapse .panel-body p > a:hover, #container .mainCont .panel-group .panel-collapse .panel-body li > a:hover, #container .mainCont .panel-group .panel-collapse .panel-body td > a:hover, #container .mainCont .panel-group .panel-collapse .panel-body p > b > a:hover {
            color: #999; }
        #container .mainCont .panel-group .panel-collapse .panel-body a {
          color: #696969; }
          #container .mainCont .panel-group .panel-collapse .panel-body a:hover {
            color: #999; }
            #container .mainCont .panel-group .panel-collapse .panel-body a:hover div.open_close {
              color: #000000; }
          #container .mainCont .panel-group .panel-collapse .panel-body a div.open_close {
            color: #000000; }
        #container .mainCont .panel-group .panel-collapse .panel-body .contents {
          margin: 10px 0px;
          color: #000000;
          overflow: auto; }
        #container .mainCont .panel-group .panel-collapse .panel-body > div {
          background: #f1f1f1;
          color: #333; }
      #container .mainCont .panel-group .panel + .panel {
        margin-top: 1px; }
    #container .mainCont .note .panel, #container .mainCont .warning .panel, #container .mainCont .caution .panel {
      background-color: white; }
    #container .mainCont .note .panel-heading a, #container .mainCont .warning .panel-heading a, #container .mainCont .caution .panel-heading a {
      background-color: white;
      /*height: 35px;*/
      padding: 0 !important;
      cursor: pointer;
      font-weight: normal; }
      #container .mainCont .note .panel-heading a:link, #container .mainCont .warning .panel-heading a:link, #container .mainCont .caution .panel-heading a:link {
        color: black; }
      #container .mainCont .note .panel-heading a:visited, #container .mainCont .warning .panel-heading a:visited, #container .mainCont .caution .panel-heading a:visited {
        color: black; }
      #container .mainCont .note .panel-heading a:hover, #container .mainCont .warning .panel-heading a:hover, #container .mainCont .caution .panel-heading a:hover {
        color: black; }
      #container .mainCont .note .panel-heading a:active, #container .mainCont .warning .panel-heading a:active, #container .mainCont .caution .panel-heading a:active {
        color: black; }
      #container .mainCont .note .panel-heading a div, #container .mainCont .warning .panel-heading a div, #container .mainCont .caution .panel-heading a div {
        cursor: pointer;
        border: none; }
      #container .mainCont .note .panel-heading a .opend, #container .mainCont .warning .panel-heading a .opend, #container .mainCont .caution .panel-heading a .opend {
        display: none; }
      #container .mainCont .note .panel-heading a .closed, #container .mainCont .warning .panel-heading a .closed, #container .mainCont .caution .panel-heading a .closed {
        display: block; }
      #container .mainCont .note .panel-heading a[aria-expanded="true"] .opend, #container .mainCont .warning .panel-heading a[aria-expanded="true"] .opend, #container .mainCont .caution .panel-heading a[aria-expanded="true"] .opend {
        display: block; }
      #container .mainCont .note .panel-heading a[aria-expanded="true"] .closed, #container .mainCont .warning .panel-heading a[aria-expanded="true"] .closed, #container .mainCont .caution .panel-heading a[aria-expanded="true"] .closed {
        display: none; }
    #container .mainCont .caution .panel-heading a {
      border-bottom: 1px solid #f3e6b1; }
    #container .mainCont .warning .panel-heading a {
      border-bottom: 1px solid #eed9ce; }
    #container .mainCont .note .panel-heading a {
      border-bottom: 1px solid #999999; }
    #container .mainCont table div.warningframe ol,
    #container .mainCont table div.warningframe ul,
    #container .mainCont table div.cautionframe ol,
    #container .mainCont table div.cautionframe ul,
    #container .mainCont table div.noteframe ol,
    #container .mainCont table div.noteframe ul {
      padding-left: 2em; }
  #container .boxArea {
    margin: 0 auto 130px auto; }
    #container .boxArea .box {
      display: block;
      margin: 5px 5px;
      width: 316px;
      height: 295px;
      overflow: hidden; }
      #container .boxArea .box:nth-child(1) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.08s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.08s;
        -moz-animation-delay: 0.08s;
        -ms-animation-delay: 0.08s;
        -o-animation-delay: 0.08s;
        animation-delay: 0.08s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(2) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.16s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.16s;
        -moz-animation-delay: 0.16s;
        -ms-animation-delay: 0.16s;
        -o-animation-delay: 0.16s;
        animation-delay: 0.16s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(3) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.24s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.24s;
        -moz-animation-delay: 0.24s;
        -ms-animation-delay: 0.24s;
        -o-animation-delay: 0.24s;
        animation-delay: 0.24s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(4) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.32s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.32s;
        -moz-animation-delay: 0.32s;
        -ms-animation-delay: 0.32s;
        -o-animation-delay: 0.32s;
        animation-delay: 0.32s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(5) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.4s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(6) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.48s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.48s;
        -moz-animation-delay: 0.48s;
        -ms-animation-delay: 0.48s;
        -o-animation-delay: 0.48s;
        animation-delay: 0.48s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(7) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.56s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.56s;
        -moz-animation-delay: 0.56s;
        -ms-animation-delay: 0.56s;
        -o-animation-delay: 0.56s;
        animation-delay: 0.56s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(8) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.64s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.64s;
        -moz-animation-delay: 0.64s;
        -ms-animation-delay: 0.64s;
        -o-animation-delay: 0.64s;
        animation-delay: 0.64s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(9) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.72s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.72s;
        -moz-animation-delay: 0.72s;
        -ms-animation-delay: 0.72s;
        -o-animation-delay: 0.72s;
        animation-delay: 0.72s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(10) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.8s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        -ms-animation-delay: 0.8s;
        -o-animation-delay: 0.8s;
        animation-delay: 0.8s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(11) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.88s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.88s;
        -moz-animation-delay: 0.88s;
        -ms-animation-delay: 0.88s;
        -o-animation-delay: 0.88s;
        animation-delay: 0.88s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(12) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 0.96s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.96s;
        -moz-animation-delay: 0.96s;
        -ms-animation-delay: 0.96s;
        -o-animation-delay: 0.96s;
        animation-delay: 0.96s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(13) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.04s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        animation-delay: 1.04s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(14) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.12s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.12s;
        -moz-animation-delay: 1.12s;
        -ms-animation-delay: 1.12s;
        -o-animation-delay: 1.12s;
        animation-delay: 1.12s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(15) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.2s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        -ms-animation-delay: 1.2s;
        -o-animation-delay: 1.2s;
        animation-delay: 1.2s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(16) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.28s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.28s;
        -moz-animation-delay: 1.28s;
        -ms-animation-delay: 1.28s;
        -o-animation-delay: 1.28s;
        animation-delay: 1.28s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(17) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.36s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.36s;
        -moz-animation-delay: 1.36s;
        -ms-animation-delay: 1.36s;
        -o-animation-delay: 1.36s;
        animation-delay: 1.36s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(18) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.44s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.44s;
        -moz-animation-delay: 1.44s;
        -ms-animation-delay: 1.44s;
        -o-animation-delay: 1.44s;
        animation-delay: 1.44s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(19) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.52s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.52s;
        -moz-animation-delay: 1.52s;
        -ms-animation-delay: 1.52s;
        -o-animation-delay: 1.52s;
        animation-delay: 1.52s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(20) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.6s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.6s;
        -moz-animation-delay: 1.6s;
        -ms-animation-delay: 1.6s;
        -o-animation-delay: 1.6s;
        animation-delay: 1.6s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(21) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.68s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.68s;
        -moz-animation-delay: 1.68s;
        -ms-animation-delay: 1.68s;
        -o-animation-delay: 1.68s;
        animation-delay: 1.68s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(22) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.76s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.76s;
        -moz-animation-delay: 1.76s;
        -ms-animation-delay: 1.76s;
        -o-animation-delay: 1.76s;
        animation-delay: 1.76s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(23) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.84s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.84s;
        -moz-animation-delay: 1.84s;
        -ms-animation-delay: 1.84s;
        -o-animation-delay: 1.84s;
        animation-delay: 1.84s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(24) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 1.92s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1.92s;
        -moz-animation-delay: 1.92s;
        -ms-animation-delay: 1.92s;
        -o-animation-delay: 1.92s;
        animation-delay: 1.92s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(25) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 2s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -ms-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(26) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 2.08s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.08s;
        -moz-animation-delay: 2.08s;
        -ms-animation-delay: 2.08s;
        -o-animation-delay: 2.08s;
        animation-delay: 2.08s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(27) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 2.16s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.16s;
        -moz-animation-delay: 2.16s;
        -ms-animation-delay: 2.16s;
        -o-animation-delay: 2.16s;
        animation-delay: 2.16s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(28) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 2.24s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.24s;
        -moz-animation-delay: 2.24s;
        -ms-animation-delay: 2.24s;
        -o-animation-delay: 2.24s;
        animation-delay: 2.24s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(29) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 2.32s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.32s;
        -moz-animation-delay: 2.32s;
        -ms-animation-delay: 2.32s;
        -o-animation-delay: 2.32s;
        animation-delay: 2.32s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box:nth-child(30) .box-wrapper {
        visibility: visible;
        transition-duration: 1s;
        transition-delay: 2.4s;
        -webkit-animation-name: fadeInLeft;
        -moz-animation-name: fadeInLeft;
        -ms-animation-name: fadeInLeft;
        -o-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 2.4s;
        -moz-animation-delay: 2.4s;
        -ms-animation-delay: 2.4s;
        -o-animation-delay: 2.4s;
        animation-delay: 2.4s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
        position: relative; }
      #container .boxArea .box .box-wrapper {
        width: 100%;
        height: 100%;
        background: #292929;
        overflow-wrap: break-word;
        word-break: break-all;
        word-break: break-word; }
        #container .boxArea .box .box-wrapper .boxcol {
          margin-bottom: 20px;
          overflow: hidden; }
        #container .boxArea .box .box-wrapper > p {
          font-size: 1em; }
      #container .boxArea .box .menu_btn span {
        pointer-events: none;
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -8px;
        /*border: 8px solid transparent;
                    border-top: 8px solid #337ab7;*/ }
      #container .boxArea .box.open {
        height: auto; }
        #container .boxArea .box.open .menu_btn span {
          border: 8px solid transparent;
          border-top: 8px solid transparent;
          border-bottom: 8px solid #696969;
          height: 20px; }
        #container .boxArea .box.open.row2 {
          /*height: 600px !important;*/
          height: 600px; }
        #container .boxArea .box.open.row3 {
          /*height: 905px !important;*/
          height: 905px; }
        #container .boxArea .box.open.row4 {
          /*height: 1210px !important;*/
          height: 1210px; }
        #container .boxArea .box.open.row5 {
          /*height: 1515px !important;*/
          height: 1515px; }
  #container .caption {
    width: auto;
    height: auto;
    /*top: 85%;*/
    position: absolute;
    margin: 10px 20px 0px 20px;
    float: right;
    right: 0;
    color: #ffffff; }
  #container .keikoku {
    margin-bottom: 130px;
    /*margin: 0 auto;*/ }
    #container .keikoku .icoBox {
      margin: 0;
      margin-top: 35px;
      padding-bottom: 10px; }
      #container .keikoku .icoBox:first-child {
        margin-top: 0px; }
      #container .keikoku .icoBox div.box {
        width: 66px;
        height: 46px; }
        #container .keikoku .icoBox div.box a {
          display: block;
          width: 100%;
          height: 100%;
          text-align: center; }
      #container .keikoku .icoBox div img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        /*margin: 0px 5px 5px 5px;*/ }
  #container .qGuide {
    height: 100%;
    background: #444444; }

/*sakuin*/
#wrapper.wrapperSakuin {
  padding-top: 140px; }

.ind .indexHeader {
  /*max-width: 1200px;*/
  clear: both;
  display: block;
  top: 0px;
  z-index: 1012;
  width: 100%;
  right: 0;
  left: 0;
  /*margin: 0 auto;*/ }

.ind .index_menuBox {
  width: 100%;
  background: #000000; }
  .ind .index_menuBox .index_menu {
    /*max-width: 1200px;*/
    padding: 0;
    width: 100%;
    height: 62px;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 60px; }
    .ind .index_menuBox .index_menu ul {
      display: block;
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
      height: 100%;
      max-width: 572px; }

.ind #wrapper {
  padding-top: 51px; }

#container.sakuin {
  padding-top: 0px; }
  #container.sakuin .indexPage {
    /*margin: 0 auto;*/ }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  font-size: 77%;
  width: 112px;
  height: 100px;
  display: none;
  cursor: pointer;
  z-index: 1008;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
  #page-top p {
    color: #a7a7a7;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 16px; }
  #page-top.fadein {
    display: block;
    visibility: visible;
    transition-duration: 1s;
    transition-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  #page-top.fadeout {
    display: block;
    visibility: hidden;
    visibility: hidden;
    transition-duration: 1s;
    transition-delay: 0.2s;
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -ms-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  #page-top.footMarge {
    bottom: 80px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

/*先頭へ　のレイアウト調整*/
html[lang="es"] #page-top p, html[lang="de"] #page-top p {
  transform: scale(0.8, 1);
  /*長体*/
  -webkit-transform: scale(0.8, 1);
  -moz-transform: scale(0.8, 1);
  -ms-transform: scale(0.8, 1);
  -o-transform: scale(0.8, 1); }

/* movie */
#container #movie .boxArea {
  margin-bottom: 210px; }

/*スクロールバー*/
.mCSB_inside > .mCSB_container {
  margin-right: 20px; }

/*******************カード******************/
.mainCont {
  margin: 0 auto;
  /*margin: 0 auto;*/ }
  .mainCont #main-accordion .panel {
    background-color: #f1f1f1;
    /*overflow: auto;*/ }
  .mainCont .box.open .menu_btn {
    height: 20px; }
  .mainCont .box .menu_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    cursor: pointer;
    background: url("../img/aco_closed2.png") no-repeat center;
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#000000');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = 'transparent', endColorstr = '#000000')";
            background-image: -moz-linear-gradient(top, transparent, #000000);
            background-image: -ms-linear-gradient(top, transparent, #000000);
            background-image: -o-linear-gradient(top, transparent, #000000);
            background-image: -webkit-gradient(linear, center top, center bottom, from(transparent), to(#000000));
            background-image: -webkit-linear-gradient(top, transparent, #000000);
            background-image: linear-gradient(top, transparent, #000000);*/ }
  .mainCont .box img {
    right: 0;
    width: 100%;
    height: 160px;
    vertical-align: bottom; }
  .mainCont .box a p {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
    color: #afb0b0;
    font-size: 80%; }
    .mainCont .box a p.sectitle {
      display: table;
      padding: 15px 0 0px;
      font-size: 100%;
      width: 286px;
      margin-bottom: 7px;
      padding-bottom: 5px; }
  .mainCont .box p {
    margin: 0 10px;
    color: #666666;
    font-size: 80%;
    /*line-height:140%;*/
    /*padding:1px 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .mainCont .box p a {
      color: #afb0b0; }
      .mainCont .box p a:after {
        content: url(../img/arrow.png);
        color: #696969; }
  .mainCont .box .boxcol p {
    padding: 1px 0; }
  .mainCont .box .l01 {
    color: #ffffff; }
  .mainCont .box .l02 {
    color: #ffffff; }
  .mainCont .box .l03 {
    color: #ffffff; }
  .mainCont .box .l04 {
    color: #ffffff; }
  .mainCont .box .l05 {
    color: #ffffff; }
  .mainCont .box .l06 {
    color: #ffffff; }
  .mainCont .box .l07 {
    color: #ffffff; }
  .mainCont .box .l08 {
    color: #ffffff; }
  .mainCont .box .l09 {
    color: #ffffff; }
  .mainCont .box .l10 {
    color: #ffffff; }
  .mainCont .box .l01, .mainCont .box .l02, .mainCont .box .l03, .mainCont .box .l04, .mainCont .box .l05, .mainCont .box .l06, .mainCont .box .l07, .mainCont .box .l08, .mainCont .box .l09, .mainCont .box .l10 {
    /*font-size: 100%;*/
    margin: 12px 10px 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .mainCont .box:nth-child(1) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(2) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(3) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(4) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(5) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(6) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(7) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(8) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(9) .sectitle {
    border-bottom: solid 1px #ffffff; }
  .mainCont .box:nth-child(10) .sectitle {
    border-bottom: solid 1px #ffffff; }

/*qGuide*/
.qTopBt {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

/*@TODO*/
.vBoxLeft {
  visibility: visible;
  transition-duration: 1s;
  transition-delay: 0.2s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.vBoxRight {
  visibility: visible;
  transition-duration: 1s;
  transition-delay: 0.2s;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

/* modal */
.modal .modal-dialog .modal-content {
  background-color: #666666; }
  .modal .modal-dialog .modal-content .modal-header {
    border: none; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      color: white; }
    .modal .modal-dialog .modal-content .modal-header .close {
      color: white; }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0 35px;
    font-size: 1.1em; }
    .modal .modal-dialog .modal-content .modal-body .modal-link {
      color: white;
      white-space: normal;
      word-break: normal;
      word-wrap: break-word; }
    .modal .modal-dialog .modal-content .modal-body h5 {
      font-size: 1.1em;
      font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight: bold;
      color: #333;
      margin-left: -0.5em; }
  .modal .modal-dialog .modal-content .modal-footer {
    border: none; }
    .modal .modal-dialog .modal-content .modal-footer .btn {
      opacity: 0.5;
      font-size: 1.1em;
      color: white;
      font-weight: bold;
      border: none;
      background-color: black; }
      .modal .modal-dialog .modal-content .modal-footer .btn:hover {
        opacity: 1; }
      .modal .modal-dialog .modal-content .modal-footer .btn a {
        font-weight: bold; }

body.ja .modal .modal-dialog .modal-content .modal-body h5 {
  font-family: 'MazdaType-Bold', 'Noto Sans CJK JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  font-style: normal;
  font-weight: bold; }

html[data-ua='iPhone'] #container .movie .boxArea .box {
  height: 270px; }
  html[data-ua='iPhone'] #container .movie .boxArea .box.open.row2 {
    height: 600px; }
  html[data-ua='iPhone'] #container .movie .boxArea .box.open.row3 {
    height: 905px; }
  html[data-ua='iPhone'] #container .movie .boxArea .box.open.row4 {
    height: 1210px; }
  html[data-ua='iPhone'] #container .movie .boxArea .box.open.row5 {
    height: 1515px; }

html[data-ua='iPhone'] #container .movie .test-popup-link img {
  display: none; }

html[data-ua='iPhone'] #container .movie .video_link {
  top: 25px; }

/*bookMark*/
@media (max-width: 940px) {
  /*topPage*/
  .topWrapper .container .mainCont.top .topBox {
    background-size: 60px;
    background-position: 3% 20px; }
  #page-top {
    width: 80px;
    height: 72px; }
    #page-top img {
      width: 80px;
      height: 42px; }
    #page-top p {
      font-size: 1.1em;
      line-height: 1em; }
  /*ENTERボタン*/
  div.start_bn p a {
    padding: 12px 30px;
    font-size: 1.3rem; } }

/*bookMark*/
@media (min-width: 769px) {
  /*BODY*/
  body {
    white-space: normal; }
  /*HEADER*/
  .navbar .rightBoxPC, .navbar .letfBoxPC {
    display: block; }
  #menu-toggle, .navbar .rightBoxSP, .navbar div.leftBoxSP {
    display: none; }
  /*GLOBAL MENU*/
  #wrapper, #wrapper.toggled {
    margin-left: 200px; }
  .sidebar-wrapper, #wrapper .sidebar-wrapper {
    width: 200px; }
  .tableMenu-wrapper {
    width: 0; }
  #page-content-wrapper {
    position: relative; }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; }
  .wrapper.tToggled #container {
    margin-left: 240px; } }

@media screen and (max-height: 769px) and (orientation: landscape) {
  .model_title {
    /*margin-top: 5px;*/ }
  img.carname {
    /*width: 35%;*/ }
  .manual {
    /*width: 35%;*/ } }

/*SP TAB*/
@media (max-width: 768px) {
  /*ENTERボタン*/
  div.start_bn p a {
    padding: 8px 20px;
    font-size: 1.1rem; }
  #page-content-wrapper {
    position: inherit; }
  /*HEADER*/
  #header-wrapper {
    z-index: 1012; }
    #header-wrapper .indexHeader {
      padding-left: 0;
      padding-top: 70px;
      background: #1a1a1a; }
      #header-wrapper .indexHeader .line_title {
        margin: 0;
        padding-top: 15px; }
    #header-wrapper .index_menuBox {
      display: none; }
    #header-wrapper .headerBar.navbar .centerBox {
      display: block;
      margin: 0 auto;
      padding: 7px 0;
      width: 100%; }
      #header-wrapper .headerBar.navbar .centerBox .carnameSP {
        text-align: center;
        margin: 0 auto; }
    #header-wrapper .headerBar.navbar .rightBoxPC {
      display: none; }
    #header-wrapper .headerBar.navbar .leftBoxPC {
      display: none; }
    #header-wrapper .headerBar .indexHeader {
      height: auto; }
    #header-wrapper .headerBar .rightBox.rightBoxPC {
      /*@include fadeOut(0.8, 0.5);*/
      /*@include fadeOutDown($duration , $delay, $function, $fill, $visibility);*/ }
      #header-wrapper .headerBar .rightBox.rightBoxPC.open {
        display: block;
        z-index: 1030;
        background: #000000;
        width: 100%;
        height: 1500px;
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -ms-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -ms-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        -ms-animation-timing-function: ease;
        -o-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden; }
        #header-wrapper .headerBar .rightBox.rightBoxPC.open .searchBtn {
          margin: 0 auto;
          display: table;
          margin-top: 60px;
          width: 100%;
          text-align: center; }
          #header-wrapper .headerBar .rightBox.rightBoxPC.open .searchBtn #searchForm {
            margin: 0 auto; }
            #header-wrapper .headerBar .rightBox.rightBoxPC.open .searchBtn #searchForm #keywords {
              width: 80%;
              height: 50px;
              margin: 0 auto;
              max-width: 80%;
              min-width: 80%;
              border: none;
              border-bottom: 3px solid #696969;
              padding-top: 15px;
              padding-right: 50px;
              padding-bottom: 15px;
              padding-left: 10px; }
            #header-wrapper .headerBar .rightBox.rightBoxPC.open .searchBtn #searchForm #searchBtn, #header-wrapper .headerBar .navbar-inner .rightBox.rightBoxPC.open .searchBtn #searchForm #delBtn {
              display: none; }
            #header-wrapper .headerBar .rightBox.rightBoxPC.open .searchBtn #searchForm #delBtn {
              display: block !important;
              position: absolute;
              left: 83%;
              top: 25%; }
  .cont #header-wrapper p {
    padding-top: 83px; }
  .headerBar {
    z-index: 1011; }
  .headerBar .navbar-inner .backLink {
    margin-left: 5px;
    font-size: 14px; }
    .headerBar .navbar-inner .backLink img {
      vertical-align: middle;
      top: -15px;
      position: relative; }
  #menu-toggle, .navbar .rightBoxSP, .navbar div.letfBoxSP {
    display: block; }
  .headerBar {
    padding-left: 0;
    border-bottom: none;
    height: auto; }
  .headerBar .navbar-inner .leftBoxSP .backLink:before {
    left: 60px; }
  .logo img {
    width: 40px;
    margin-top: 11px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 15px; }
  .cont #wrapper {
    padding-top: 63px; }
  #wrapper {
    padding-top: 58px; }
    #wrapper.cont {
      padding-top: 58px; }
      #wrapper.cont.mainContents {
        padding-top: 58px; }
        #wrapper.cont.mainContents #container {
          /*padding-bottom: 85px;*/
          /*position: fixed;*/
          left: 0;
          width: 100%; }
    #wrapper.vrContents {
      padding-top: 58px; }
  #container .mCustomScrollBox {
    left: 0;
    position: fixed;
    width: 100%; }
  #container .mainCont .panel-group {
    margin-bottom: 160px; }
    #container .mainCont .panel-group .panel-heading a {
      padding-top: 0.5em;
      padding-right: 4.7em;
      padding-bottom: 0.5em;
      padding-left: 0.7em; }
  #container .table-responsive {
    -ms-overflow-style: scrollbar; }
  /*topPage*/
  .topWrapper #container {
    margin-top: 0; }
  /*visual*/
  .visual {
    width: 100%;
    margin-left: 0; }
  /*golobal Menu*/
  .sidebar-wrapper .sidebar-nav {
    margin-top: 81px; }
    .sidebar-wrapper .sidebar-nav li.tooltips:hover div div {
      display: none; }
      .sidebar-wrapper .sidebar-nav li.tooltips:hover div div:before {
        display: block; }
  .sidebar-brand {
    display: none; }
  /*table Menu*/
  .sidebar {
    margin-left: 0;
    width: 230px; }
    .sidebar.sidebar-left.spToggled.spMarginToggled {
      margin-left: 0; }
  .wrapper .sidebar-wrapper .sidebar-nav li.sideWBT a {
    display: block;
    background: #333333;
    border-radius: 5px;
    margin-right: 40px; }
  .wrapper .sidebar-wrapper .sidebar-nav li.sideWBT div a:hover {
    background: #333333; }
  .sidebar-wrapper .sidebar-nav li.sideWBT {
    width: 100%; }
    .sidebar-wrapper .sidebar-nav li.sideWBT.sideWBTBottom.menu-howto.tooltips {
      margin-bottom: 28px; }
    .sidebar-wrapper .sidebar-nav li.sideWBT .pc {
      display: none; }
    .sidebar-wrapper .sidebar-nav li.sideWBT .sp {
      display: block;
      background: #333333;
      border-radius: 5px; }
    .sidebar-wrapper .sidebar-nav li.sideWBT a img {
      margin: 0;
      padding: 10px 0 10px 0; }
  .sidebar-wrapper .sidebar-nav li.sideGL a img.on {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.sideGL a img.off {
    display: none; }
  .sidebar-wrapper .sidebar-nav li.sideWBT .sidebar-wrapper .sidebar-nav li.sideGL a .spToggled {
    margin-left: 199px; }
  .visual .vBox .vBoxRight, .visual .vBox .vBoxLeft {
    clear: both;
    width: 100%; }
  .tToggled {
    display: none; }
    .tToggled .tableMenu-wrapper {
      width: 230px;
      left: 250px; }
    .tToggled.tToggledSP {
      display: block; }
  #wrapper.cont.tToggled.tToggledSP {
    /*padding-top: 16px;*/ }
  /*seach*/
  #keywords1 {
    font-size: 12px;
    height: 36px; }
  /*bookmark*/
  #container .bmAllCont .boxArea .colm1 label:after {
    content: none; }
  /*sakuin*/
  .mCSB_inside > .mCSB_container {
    margin: 0;
    margin-right: 20px; }
  /*CONTENTS*/
  div.colm1 p {
    font-size: 1.2em; }
  div.colm1 div p {
    font-size: 1.1em;
    /*padding: 0.2em 0;*/ }
  .mainCont .box p a:after {
    vertical-align: text-bottom; }
  #wrapper.wrapper.toggled .toggler.off {
    display: none; } }

@media (max-width: 480px) {
  /*ENTERボタン*/
  div.start_bn p a {
    padding: 4px 10px;
    font-size: 0.8rem; }
  html #container .mainCont #main-accordion {
    font-size: 80%; }
  div.searchText {
    width: 67%; }
  ul.movie_search input.movie_search_bt {
    font-size: 11px;
    padding: 0 12px;
    width: 13%; }
  /*topPage*/
  .topWrapper .container .mainCont.top .topBox {
    background-size: 38px;
    background-position: 3% 10px; }
  .ind #wrapper {
    padding-top: 51px; }
  #wrapper {
    padding-top: 51px; }
    #wrapper.cont {
      padding-top: 51px; }
      #wrapper.cont.mainContents {
        padding-top: 51px; }
    #wrapper.vrContents {
      padding-top: 50px; }
  p.cautiontitle:after,
  p.cautiontitle.opened:after,
  p.warningtitle:after,
  p.warningtitle.opened:after,
  p.notetitle:after,
  p.notetitle.opened:after {
    margin-top: -5px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9); }
  div.small_table {
    font-size: 25%; }
  div.open_close {
    font-size: 12px; }
  div.open_close img {
    width: 12px; }
  p.warningtitle {
    position: relative; }
  p.notetitle,
  p.cautiontitle,
  p.warningtitle {
    margin-left: 0px;
    padding-left: 0; }
  p.cautiontitle:before,
  p.warningtitle:before,
  p.notetitle:before {
    margin-left: 0.8em;
    margin-top: -8px; }
  p.warningtitle:before {
    content: url(../img/warning_mark_b_sp.png); }
  p.cautiontitle:before {
    content: url(../img/caution_mark_b_sp.png); }
  p.notetitle:before {
    content: url(../img/note_mark_b_sp.png); }
  html[lang="jpn"] p.notetitle:before {
    margin-top: -10px; }
  ol li p.notetitle:before,
  ul li p.notetitle:before,
  ol li p.warningtitle:before,
  ul li p.warningtitle:before,
  ol li p.cautiontitle:before,
  ul li p.cautiontitle:before {
    margin-left: 1.5em; }
  .table > tbody > tr th, .table > tbody > tr td {
    padding: 0.2em 0.2em 0.2em 0.2em; }
  div.table {
    margin-top: 0.2em;
    margin-right: 0em;
    margin-bottom: 0.2em;
    margin-left: 2em; }
  ol.numStep.olStart div.table {
    margin-right: -2.2em; }
  /*table ol,
    table ul {
        padding-left:16px;
    }*/
  sup.sup {
    bottom: 0.2em; }
  .visual .vBox .vLabel {
    /*line-height: 25px;*/ }
  #container .scene00 .boxArea .box {
    height: 295px; }
  #container #quick .boxArea .box.row2 {
    height: auto; }
  #container #quick .boxArea .box.row3 {
    height: auto; }
  #container #quick .boxArea .box.row4 {
    height: auto; }
  #container #quick .boxArea .box.row5 {
    height: auto; }
  #container .boxArea .colm1 .boxcol p {
    font-size: 1.1em;
    padding: 0.2em 0; }
  #container .boxArea .box {
    height: auto;
    overflow: hidden; }
    #container .boxArea .box.open.row2 {
      height: auto; }
    #container .boxArea .box.open.row3 {
      height: auto; }
    #container .boxArea .box.open.row4 {
      height: auto; }
    #container .boxArea .box.open.row5 {
      height: auto; }
    #container .boxArea .box .box-wrapper > p {
      font-size: 1.2em; }
  #container .boxArea .menu_btn {
    display: none;
    position: inherit; }
  #container .mainCont.word .box .boxArea.row1, #container .mainCont.word .box .boxArea.row2, #container .mainCont.word .box .boxArea.row3, #container .mainCont.word .box .boxArea.row4, #container .mainCont.word .box .boxArea.row5 {
    height: auto !important; }
  #container .mainCont.word .boxArea .box, #container .mainCont.word .boxArea .box.row2, #container .mainCont.word .boxArea .box.row3, #container .mainCont.word .boxArea .box.row4, #container .mainCont.word .boxArea .box.row5, #container .mainCont.word .boxArea .box.row1 {
    height: auto;
    overflow: hidden; }
  html:not([lang='jpn']) table.table ol li p + .caution, html:not([lang='jpn']) table.table ol li p + .waring, html:not([lang='jpn']) table.table ol li p + .note {
    margin-left: -16px; }
  /************es*********************/
  body.es .page .warning {
    min-width: 180px; }
  /************fr*********************/
  body.fr .page .warning {
    min-width: 135px; }
  body.fr .page .note {
    min-width: 150px; }
  /************de*********************/
  body.de .page .warning {
    min-width: 135px; }
  body.de .page .note {
    min-width: 150px; }
  /************nl*********************/
  body.nl .page .warning {
    min-width: 135px; }
  body.nl .page .note {
    min-width: 150px; }
  /************jpn********************/
  html[lang="jpn"] .page .cautionframe dl dd {
    min-height: 25px; }
  img.carname {
    max-width: 1000px;
    width: 70%; }
  html[data-ua='iPhone'] #container .movie .boxArea .box {
    height: 270px; }
    html[data-ua='iPhone'] #container .movie .boxArea .box.open.row2 {
      height: auto; }
    html[data-ua='iPhone'] #container .movie .boxArea .box.open.row3 {
      height: auto; }
    html[data-ua='iPhone'] #container .movie .boxArea .box.open.row4 {
      height: auto; }
    html[data-ua='iPhone'] #container .movie .boxArea .box.open.row5 {
      height: auto; } }

@media screen and (max-width: 370px) {
  body.en .menu li,
  body.es .menu li,
  body.fr .menu li,
  body.de .menu li,
  body.nl .menu li {
    width: 55px; }
  /******************ES,FR*********************/
  body.es div.gmenu ul li div.gmenu_visual_chi img {
    margin-left: 11px; }
  body.es div.gmenu ul li div.gmenu_movie_chi img {
    margin-left: 11px; }
  /********************************************/
  #ajaxLoader {
    width: 17%;
    height: 78%; }
  div.small_table {
    font-size: 60%; }
  p.Subject, p.subject {
    margin-bottom: 0.4em;
    line-height: 1.5; } }

@media (max-width: 320px) {
  img.carname {
    max-width: 1000px;
    width: 65%; }
  #container .boxArea {
    margin: 0 0 130px 0; }
  #container .boxArea .box {
    margin: 5px 2px; } }

@media screen and (max-height: 500px) {
  #container .caption {
    height: 60px;
    float: right;
    right: 0;
    margin-top: 30px;
    display: block;
    top: inherit;
    position: relative; } }

@media screen and (max-height: 375px) and (orientation: landscape) {
  img.carname {
    width: 35%; }
  #manual {
    width: 25%; }
  .start_bn p {
    margin-top: 0.1em; }
  body.top .view {
    width: 50%;
    margin-top: 1.5em; } }

/*IE 10以上*/
@media screen and (max-height: 768px) and (orientation: landscape) {
  img.carname {
    width: 35%; } }

/*******************ビジュアル検索ページ******************/
#visual iframe {
  border: none !important;
  width: 100%; }

#container, #container_v {
  background: none; }

.visual {
  /*margin:0 auto;*/
  width: 100%;
  height: 100%; }
  .visual div {
    width: 100%;
    height: 100%; }
    .visual div div {
      width: 100%;
      height: 100%;
      position: relative; }
      .visual div div div.tc img {
        width: 100%;
        /*top: 25%;*/
        position: absolute; }
  .visual canvas {
    width: 100%;
    height: 100%; }
  .visual .vBox {
    width: 100%; }
    .visual .vBox > div.vBoxLeft a + a div {
      margin-top: 70px; }
    .visual .vBox > div.vBoxRight a + a div {
      margin-top: 70px; }
    .visual .vBox > div > a {
      display: block; }
      .visual .vBox > div > a:last-of-type > div {
        /*margin-top: 70px;*/ }
    .visual .vBox .vBoxLeft {
      width: 50%;
      float: left;
      background-size: 100%; }
    .visual .vBox .vBoxRight {
      width: 50%;
      float: left;
      background-size: 100%; }
    .visual .vBox .vLabel {
      position: absolute;
      cursor: pointer;
      border: none;
      color: #000000;
      font-weight: normal;
      border-radius: 4px;
      background: #ADADAD;
      padding-top: 10px;
      padding-right: 35px;
      padding-bottom: 10px;
      padding-left: 12px;
      width: auto;
      height: 42px;
      margin: 20px;
      background: url("../img/arrow_wide.png") no-repeat 95% 50%;
      background-color: #FFFFFF;
      min-width: 210px;
      z-index: 1009; }
      .visual .vBox .vLabel:hover {
        color: #FFFFFF;
        background: url("../img/arrow_wide2.png") no-repeat 95% 50%;
        background-color: #5e5e5e; }
    .visual .vBox .dropmenu {
      position: absolute;
      display: inline-block;
      cursor: pointer;
      border: none;
      font-weight: normal;
      width: auto;
      margin: 18px;
      z-index: 1009;
      *zoom: 1;
      list-style-type: none;
      padding: 0; }
      .visual .vBox .dropmenu:after {
        clear: both; }
      .visual .vBox .dropmenu:hover {
        background: rgba(255, 255, 255, 0); }
      .visual .vBox .dropmenu li {
        margin: 2px;
        padding: 0; }
        .visual .vBox .dropmenu li a {
          padding-top: 10px;
          padding-right: 35px;
          padding-bottom: 10px;
          padding-left: 12px;
          min-width: 210px;
          height: 42px;
          white-space: nowrap;
          background: url("../img/vr_drop_up2.png") no-repeat 95% 50%;
          background-color: #ffffff;
          border-radius: 4px;
          display: block;
          margin: 0 0 -2px;
          color: #000000;
          text-decoration: none; }
        .visual .vBox .dropmenu li ul {
          z-index: 1009;
          border-radius: 4px;
          width: auto;
          min-width: 210px;
          list-style: none;
          position: absolute;
          top: 100%;
          left: 0;
          margin: 0;
          padding: 0; }
          .visual .vBox .dropmenu li ul:befor {
            content: "";
            display: table; }
          .visual .vBox .dropmenu li ul:after {
            content: "";
            display: table; }
          .visual .vBox .dropmenu li ul li {
            border: none;
            border-radius: 4px;
            overflow: hidden;
            height: 0;
            transition: .2s;
            width: auto;
            background-color: #5e5e5e; }
            .visual .vBox .dropmenu li ul li a {
              background: url("../img/arrow_wide2.png") no-repeat 95% 50%;
              color: #ffffff; }
              .visual .vBox .dropmenu li ul li a:hover {
                color: #ffffff;
                background-color: rgba(53, 53, 53, 0.5);
                background-image: url("../img/arrow_wide2.png") no-repeat 95% 50%; }
            .visual .vBox .dropmenu li ul li:first-child {
              margin-top: 2px;
              border-top-right-radius: 4px;
              border-top-left-radius: 4px; }
            .visual .vBox .dropmenu li ul li:last-child {
              border-bottom-right-radius: 4px;
              border-bottom-left-radius: 4px; }
        .visual .vBox .dropmenu li:hover ul li {
          overflow: visible;
          height: 35px;
          border: none;
          border-color: #000000;
          border-top: none;
          font-size: 12px; }
    .visual .vBox img.sp {
      display: none; }
  .visual #vr1, .visual #vr2 {
    width: 100%; }

.vrContents #container {
  padding: 0 1em; }

img.select {
  height: 1.5em;
  vertical-align: -0.3em;
  margin: 0 3px 0 0; }

#visual .caption ul {
  margin: 0; }

#visual.mainCont.visual {
  margin: 0 auto;
  max-width: 100%;
  min-height: 350px;
  z-index: 9999; }
  #visual.mainCont.visual .ggskin.ggskin_container {
    /*height: 175px;
                overflow-y: scroll;
                -webkit-overflow-scrolling: touch;*/ }
    #visual.mainCont.visual .ggskin.ggskin_container .ggskin.ggskin_rectangle {
      background-image: none !important;
      background-position-x: 0% !important;
      background-position-y: 0% !important;
      background-size: initial !important;
      background-repeat-x: initial !important;
      background-repeat-y: initial !important;
      background-attachment: scroll !important;
      background-origin: padding-box !important;
      background-clip: border-box !important; }

#visual .vr-container {
  font-family: MazdaType-Regular, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
  color: #000000;
  height: 80%; }
  #visual .vr-container b {
    font-family: MazdaType-Bold, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold; }
  #visual .vr-container table,
  #visual .vr-container tr,
  #visual .vr-container td {
    border-color: #777777;
    background: #dddddd;
    color: #000000;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
    border-collapse: collapse; }
  #visual .vr-container h1 {
    font-size: 18pt; }
  #visual .vr-container h2 {
    font-size: 14pt; }
  #visual .vr-container .warning {
    font-weight: bold; }

@media (max-width: 768px) {
  #visual.mainCont.visual {
    height: 80%;
    min-height: 350px; }
    #visual.mainCont.visual iframe {
      width: 100%;
      height: 100%; }
  #container .visual {
    height: 100%; }
    #container .visual .vBox {
      height: auto; }
      #container .visual .vBox .vBoxLeft {
        width: 100%;
        background-size: 100%; }
      #container .visual .vBox .vBoxRight {
        width: 100%;
        background-size: 100%; }
    #container .visual .vr-container {
      height: 80%;
      min-height: 350px; }
      #container .visual .vr-container div > div {
        /*overflow: hidden;*/ }
    #container .visual div div div.tc .pc {
      display: none; }
    #container .visual div div div.tc .sp {
      display: block; }
    #container .visual div div div.tc img {
      top: 0%;
      position: relative; }
  #container .caption {
    /*top: 80%;*/ } }

/* special page */
/* index.html*/
body .topWrapper {
  background: #000000;
  height: 100%;
  overflow-y: scroll; }
  body .topWrapper.indexWrapper {
    visibility: visible;
    transition-duration: 4s;
    transition-delay: 0s;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: inherit;
    transition-delay: inherit; }
    body .topWrapper.indexWrapper .container {
      margin-top: 0px;
      overflow-y: hidden;
      background-image: url(../img/logo.png);
      background-repeat: no-repeat;
      background-position: 30px 20px;
      width: 100%; }
      body .topWrapper.indexWrapper .container .mainCont {
        margin-top: 0px;
        max-width: 100%; }
        body .topWrapper.indexWrapper .container .mainCont.top {
          width: 100%;
          margin: 0 auto; }
          body .topWrapper.indexWrapper .container .mainCont.top .topBox {
            display: block;
            top: 0px;
            left: 0px;
            width: 100%;
            margin: 0 auto;
            padding: 0px;
            position: relative;
            z-index: 999;
            min-width: 300px;
            font-size: 0;
            text-align: center; }
            body .topWrapper.indexWrapper .container .mainCont.top .topBox .start_bn {
              width: 100%;
              display: block;
              margin: 0 auto;
              text-align: center; }
            body .topWrapper.indexWrapper .container .mainCont.top .topBox img.view {
              width: 100%;
              max-width: 950px;
              margin-top: 20px; }
            body .topWrapper.indexWrapper .container .mainCont.top .topBox img.fadein {
              transition-duration: inherit;
              transition-delay: inherit; }
            body .topWrapper.indexWrapper .container .mainCont.top .topBox .model_title {
              /*@include FadeIn(1,3);*/
              text-align: center;
              margin: 0 auto;
              margin-bottom: 50px;
              /*margin-top: 5px;*/
              margin-top: 35px; }

@media screen and (max-width: 940px) {
  body .topWrapper.indexWrapper .container {
    background-size: 60px; } }

@media screen and (max-width: 940px) {
  body .topWrapper.indexWrapper .container .mainCont.top .topBox .model_title {
    margin-top: 30px; } }

@media screen and (max-width: 480px) {
  body .topWrapper.indexWrapper .container {
    background-size: 38px;
    background-position: 3% 10px; } }

@media screen and (max-height: 375px) and (orientation: landscape) {
  body .topWrapper.indexWrapper .container .mainCont.top .topBox .model_title {
    margin-top: 5px; }
  body .topWrapper.indexWrapper .container {
    background-size: 38px;
    background-position: 3% 4px; }
    body .topWrapper.indexWrapper .container .mainCont.top .topBox .model_title {
      margin-top: 5px; }
    body .topWrapper.indexWrapper .container .mainCont.top .topBox img.view {
      /*width: 50%;*/
      width: 40%; } }

/* ind.html*/
body .mainCont .index_box {
  margin-bottom: 130px; }

html:not([lang="jpn"]) .ind .index_menuBox .index_menu ul {
  max-width: 320px; }

html[lang="ar"] .ind .index_menuBox .index_menu ul {
  max-width: 440px; }

@media screen and (max-width: 980px) {
  .indexHeader .index_menuBox {
    display: none; }
  #container .indexPage .index_box .index_box_sub {
    width: 100%;
    min-width: 0px; }
    #container .indexPage .index_box .index_box_sub .index {
      padding-top: 0px;
      width: 100%;
      height: auto;
      min-height: 0px;
      margin: 0px 0; }
      #container .indexPage .index_box .index_box_sub .index ul {
        height: 100%;
        width: 100%; }
        #container .indexPage .index_box .index_box_sub .index ul li:first-child + li {
          margin-top: 10px; }
        #container .indexPage .index_box .index_box_sub .index ul li.index_text_1, #container .indexPage .index_box .index_box_sub .index ul li.index_text_2 {
          font-size: 1.3em; }
        #container .indexPage .index_box .index_box_sub .index ul li.index_title_mid {
          font-size: 1.5em; }
  .index ul li.index_text_1 {
    margin-left: 30px;
    margin-right: 5%;
    text-indent: 0px; }
  html:not([lang="jpn"]) .index, html:not([lang="jpn"]) .index li.index_title_mid {
    font-family: MazdaType-Regular, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal; }
  html:not([lang="jpn"]) .index ul li {
    margin-bottom: 0; }
    html:not([lang="jpn"]) .index ul li.index_text_1 {
      margin-left: 2em;
      margin-right: 5%;
      text-indent: 0px; }
    html:not([lang="jpn"]) .index ul li.index_text_2 {
      margin-left: 3em;
      margin-right: 5%;
      text-indent: 0px; }
  html[lang="jpn"] .indexPage .index {
    font-weight: normal; }
  html[lang="jpn"] .index li.index_text_1:before, html[lang="jpn"] html[lang="jpn"] .index li.index_text_2:before {
    margin: -4px 4px 0 -15px;
    vertical-align: 3px; } }

dt {
  font-weight: normal; }

.line_title.quick_title {
  color: #ffffff; }

#container .table-responsive .table {
  background-color: transparent;
  width: 100%;
  max-width: 100%; }
  #container .table-responsive .table thead + thead {
    /* @TODO */
    display: none; }
  #container .table-responsive .table th, #container .table-responsive .table td {
    word-break: normal;
    border-top: 1px solid #000000; }

@media screen and (max-width: 767px) {
  #container .table-responsive .table th, #container .table-responsive .table td {
    white-space: normal;
    word-break: break-all; }
  html:not([lang='jpn']) #container .table-responsive .table th, html:not([lang='jpn']) #container .table-responsive .table td {
    word-break: normal; } }

@media screen and (max-width: 680px) {
  #container .table-responsive .table {
    width: 600px;
    max-width: 600px; } }

@media screen and (max-width: 480px) {
  #container .table-responsive .table {
    width: 409px;
    max-width: 409px; }
  html:not([lang='jpn']) #container .table-responsive .table {
    width: 500px;
    max-width: 500px; } }

@media screen and (max-width: 370px) {
  #container .table-responsive .table {
    /*width: 290px * $ratio;
			max-width: 290px * $ratio;*/
    width: 300px;
    max-width: 300px; }
  html:not([lang='jpn']) #container .table-responsive .table {
    width: 500px;
    max-width: 500px; } }

@media screen and (max-width: 320px) {
  #container .table-responsive .table {
    width: 269px;
    max-width: 269px; }
  html:not([lang='jpn']) #container .table-responsive .table {
    width: 500px;
    max-width: 500px; } }

/*for IE only*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  ::-ms-clear {
    display: none; }
  #container .table-responsive .table {
    /*margin-bottom: 20px;*/
    margin-bottom: 0px; } }

/* scene */
.line_title.scene01 {
  color: #ffffff; }

.line_title.scene02 {
  color: #ffffff; }

.line_title.scene03 {
  color: #ffffff; }

.line_title.scene04 {
  color: #ffffff; }

.line_title.scene05 {
  color: #ffffff; }

.line_title.scene06 {
  color: #ffffff; }

.line_title.scene07 {
  color: #ffffff; }

.line_title.scene08 {
  color: #ffffff; }

.line_title.scene09 {
  color: #ffffff; }

.line_title.scene10 {
  color: #ffffff; }

#theme .box.row1 .menu_btn {
  display: none; }

/* さくいん */
#ind .index_title_mid .accordion_icon {
  display: none; }

.indexHeader_wrapper {
  /*position:fixed;*/
  position: fixed;
  left: 0;
  right: 0; }

.ind .indexHeader_wrapper {
  padding-left: 200px; }

#wrapper.scene-large .indexHeader_wrapper {
  padding-left: 200px; }

.indexHeader_wrapper.video_header_wrapper {
  padding-left: 200px; }

.indexHeader_wrapper.search_header_wrapper {
  padding-left: 200px; }

.scene-large .container_wrapper {
  padding-top: 49px; }

.container_wrapper_video {
  padding-top: 49px; }

.container_wrapper_video2 {
  padding-top: 69px; }

.container_wrapper {
  height: 100%; }

/*アコーディオンipad対応*/
#main-accordion .panel-heading a.title {
  cursor: pointer; }

@media (max-width: 980px) {
  /* ind */
  #ind .opened .accordion_icon span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  /* 日本語 */
  html[lang="jpn"] #ind .opened .index {
    display: block; }
  html[lang="jpn"] #ind .sp_title {
    line-height: normal;
    position: relative;
    display: block;
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    background: #3a3a3a;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 5px;
    cursor: pointer; }
  html[lang="jpn"] #ind .index {
    display: none; }
    html[lang="jpn"] #ind .index .index_title_mid {
      font-weight: normal; }
  html[lang="jpn"] #ind .notlink {
    display: none; }
  /* 英語など */
  html:not([lang="jpn"]) #ind .index:not([id]) {
    display: none; }
  html:not([lang="jpn"]) #ind .no_sp_visual {
    display: none; }
  html:not([lang="jpn"]) #ind .index_text_1, html:not([lang="jpn"]) #ind .index_text_2 {
    display: none; }
  html:not([lang="jpn"]) #ind .index_title_mid {
    color: #fff;
    font-size: 1.5em;
    text-align: left;
    background: #3a3a3a;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 5px;
    text-indent: 0px;
    cursor: pointer; }
    html:not([lang="jpn"]) #ind .index_title_mid.notlink {
      display: none; }
    html:not([lang="jpn"]) #ind .index_title_mid .accordion_icon {
      display: inline;
      margin-top: 9px;
      top: auto; }
  html:not([lang="jpn"]) #ind .opened li {
    display: block; } }

@media (max-width: 769px) {
  /*.wrapper_with_sidebar{  padding-left:200px; }*/ }

@media (max-width: 768px) {
  .container_wrapper {
    padding-top: 49px; }
  body.ind .indexHeader_wrapper {
    padding-left: 0px; }
  #wrapper.scene-large .indexHeader_wrapper {
    padding-left: 0px; }
  .indexHeader_wrapper.video_header_wrapper {
    padding-left: 0px; }
  .indexHeader_wrapper.search_header_wrapper {
    padding-left: 0px; }
  .container_wrapper_video {
    padding-top: 120px; }
  html[lang="en"] .container_wrapper_video {
    padding-top: 130px; }
  html[lang="es"] .container_wrapper_video {
    padding-top: 130px; }
  html[lang="fr"] .container_wrapper_video {
    padding-top: 130px; }
  html[lang="de"] .container_wrapper_video {
    padding-top: 130px; }
  html[lang="nl"] .container_wrapper_video {
    padding-top: 130px; }
  .container_wrapper_video2 {
    padding-top: 170px; } }

@media (max-width: 480px) {
  /* ind */
  #ind .index_title_mid .accordion_icon {
    margin-top: 5px; }
  html:not([lang="jpn"]) #ind .index_title_mid .accordion_icon {
    margin-top: 7px; } }

@media (max-width: 320px) {
  #container .boxArea {
    margin: 0 0 130px 0; }
  #container .boxArea .box {
    margin: 5px 2px; } }

/* ---- index画面用 ---- */
@media screen and (max-width: 768px) {
  .ind .container_wrapper {
    padding-top: 49px; } }

@media screen and (min-width: 769px) and (max-width: 980px) {
  .ind .container_wrapper {
    padding-top: 0px; } }

@media screen and (min-width: 981px) {
  .ind .container_wrapper {
    padding-top: 80px; } }

/*# sourceMappingURL=app.css.map */