@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  font-size: 14px;
  line-height: 180%;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",sans-serif;
  color: #333;
  background: #111; }

@media only screen and (max-width: 768px) {
  body {
    min-width: 100%;
    overflow-x: hidden; } }
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
  	                 /*/
    height: auto;
    overflow: hidden;
    /**/ }

#banners a.top-banner {
    background: none;
    border: 4px solid #999;
    text-decoration: none !important;
    padding: 20px !important;
    display: block;
    text-align: center;
    min-height: 200px;
}
#banners a.top-banner:hover { background: #e5e5e5; }
#banners a.top-banner figure { margin-bottom: 15px; }
#banners a.top-banner figure img { width: 40px; }
#banners a.top-banner span { display: block; }
#banners a.top-banner span.ttl { letter-spacing: -0.025em; font-size: 26px; }
#banners a.top-banner span.txt { font-size: 14px; color: #666; line-height: 1.4; margin-top: 10px;}

a.blank { position: relative; }
a.blank:before,
a.blank:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px; right: 10px;
    width: 15px; height: 12px;
    background: #FFF;
    border: 2px solid #666;
}
a.blank:after {
    top: 7px; right: 7px;
}


.font {
  font-family: 'Josefin Sans',Arial,sans-serif;
  font-weight: 400; }

.font_b {
  font-family: 'Josefin Sans',Arial,sans-serif;
  font-weight: 700; }

/*.font {
    font-family: 'Lato',Arial,sans-serif;
    font-weight: 400;
}
.font_b {
    font-family: 'Lato',Arial,sans-serif;
    font-weight: 700;
}*/
a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    text-decoration: none; }

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

h1 {
  font-size: 26px;
  text-align: center;
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  background: #333;
  color: #FFF;
  padding: 20px;
  z-index: 9998;
  -ms-transform-origin: center top 0px;
  transform-origin: center top 0px;
  -webkit-transform-origin: center top 0px; }

h1.h1Open {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s; }
h1.h1Close {
  transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.001, 0, -1, 0, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.001, 0, -1, 0, 0, 0, 0, 0, 1);
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }

header.h1Open {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }
header.h1Close {
  transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.001, 0, -1, 0, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.001, 0, -1, 0, 0, 0, 0, 0, 1);
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s; }

h2 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 160%; }

h3 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 160%; }

sup {
  font-size: 10px;
  color: #666; }

table {
  width: 100%;
  margin-bottom: 40px; }
  table th, table td {
    border-bottom: 1px solid #DDD;
    padding: 10px;
    text-align: center;
    line-height: 120%; }
    table th span, table td span {
      font-size: 10px;
      color: #444; }
    table th #colorNum, table th #colorNum2, table th #colorNum3, table td #colorNum, table td #colorNum2, table td #colorNum3 {
      font-size: 12px;
      font-weight: bold;
      border: none;
      text-align: left;
      padding: 0;
      width: 180px;
      background: none; }

input {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",sans-serif; }

button {
  padding: 5px 20px;
  cursor: pointer; }

pre {
  padding: 20px;
  margin-top: 20px;
  line-height: 140%;
  font-size: 13px; }

.left {
  float: left; }

.right {
  float: right; }

section, form {
  background: #FFF; }

ol li {
  list-style: decimal !important; }

.book {
  margin-bottom: 10px; }
  .book a {
    display: inline-block;
    margin: 0 5px; }

.banner .book {
  margin: 0; }

.download {
  background: #FFF;
  padding: 0  0 60px;
  text-align: center; }
  .download a.btn {
    color: #FFF;
    text-align: center;
    width: 400px;
    padding: 20px 0;
    margin: 0 auto;
    display: block;
    font-size: 20px;
    border-radius: 4px;
    background: -webkit-linear-gradient(top, #f49c29 0%, #f48a00 100%);
    /* Chrome10+,Safari5.1+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#f49c29), to(#f48a00));
    background: -o-linear-gradient(top, #f49c29 0%, #f48a00 100%);
    background: linear-gradient(to bottom, #f49c29 0%, #f48a00 100%);
    /* W3C */ }
    .download a.btn:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8; }

.green {
  color: #82b000; }

.blue {
  color: #00a0e6; }

.orange {
  color: #ff8400; }

.bg_gray {
  background-color: #e5e5e5; }

.bg_gray2 {
  background-color: #F7F7F7; }

header {
  background: #000;
  color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 45px;
  -ms-transform-origin: center top 0px;
  transform-origin: center top 0px;
  -webkit-transform-origin: center top 0px; }
  header a {
    color: #FFF; }
    header a:hover {
      color: #FFF;
      opacity: 0.7; }
  header .inner {
    position: relative;
    width: inherit; }
    header .inner .social-btn {
      float: right;
      padding: 10px 15px 0 0px; }
      header .inner .social-btn a {
        margin-left: 15px;
        display: inline-block;
        width: 24px; }
        header .inner .social-btn a:first-child {
          margin-left: 5px; }
    header .inner p {
      float: left;
      width: 15%;
      padding: 10px 0 0 20px; }
    header .inner .wrap {
      float: right;
      width: 85%;
      position: relative;
      z-index: 9999; }
    header .inner nav {
      float: right;
      font-size: 16px;
      text-align: right;
      padding-right: 20px; }
      header .inner nav > ul > li {
        display: inline-block;
        position: relative; }
        header .inner nav > ul > li > a {
          cursor: pointer;
          padding: 10px 3px 10px 20px;
          display: block;
          text-decoration: none; }
          header .inner nav > ul > li > a.banners span {
              background: #428bca;
              display: block;
              padding: 5px 10px;
              border-radius: 4px;
              line-height: 1;
          }

        header .inner nav > ul > li > ul {
          display: none;
          position: absolute;
          top: 45px;
          right: 0;
          z-index: 9999;
          width: 100px; }
          header .inner nav > ul > li > ul > li a {
            background: #000;
            width: 100%;
            padding: 3px;
            display: block;
            border-bottom: 1px solid #333; }
            header .inner nav > ul > li > ul > li a:hover {
              opacity: 1;
              background: #222; }
          header .inner nav > ul > li > ul > li:last-child a {
            border-bottom: none; }

footer {
  padding: 20px 0;
  text-align: center;
  background: #000; }
  footer .address {
    font-size: 12px;
    color: #FFF;
    margin-bottom: 0 !important; }

#top .bg_gray .index a {
  background: #FFF; }
#top .index {
  margin-bottom: 20px;
  cursor: pointer; }
  #top .index a {
    display: block;
    padding: 30px 0;
    text-align: center;
    font-size: 26px;
    border-radius: 3px;
    background: #F7F7F7; }
  #top .index.text-shadow:hover a {
    text-shadow: 0px 0px 10px #428bca;
    -webkit-text-shadow: 0px 0px 10px #428bca; }
  #top .index.box-shadow:hover a {
    box-shadow: 0px 0px 20px 0px rgba(66, 139, 202, 0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(66, 139, 202, 0.5); }
  #top .index.translate:hover a {
    background: #666;
    color: #FFF;
    animation: ani_translate 4s ease 0.3s infinite alternate;
    -webkit-animation: ani_translate 4s ease 0.3s infinite alternate; }
  #top .index.scale:hover a {
    background: #666;
    color: #FFF;
    animation: ani_scale 4s ease 0.3s infinite alternate;
    -webkit-animation: ani_scale 4s ease 0.3s infinite alternate; }
  #top .index.rotate:hover a {
    background: #666;
    color: #FFF;
    animation: ani_rotate 4s ease 0.3s infinite normal;
    -webkit-animation: ani_rotate 4s ease 0.3s infinite normal; }
  #top .index.rotate3d:hover a {
    background: #666;
    color: #FFF;
    animation: ani_rotate3d 4s ease 0.3s infinite normal;
    -webkit-animation: ani_rotate3d 4s ease 0.3s infinite normal; }
  #top .index.skew:hover a {
    background: #666;
    color: #FFF;
    animation: ani_skew 4s ease 0.3s infinite normal;
    -webkit-animation: ani_skew 4s ease 0.3s infinite normal; }
  #top .index.matrix:hover a {
    background: #666;
    color: #FFF;
    animation: ani_matrix 4s ease 0.3s infinite normal;
    -webkit-animation: ani_matrix 4s ease 0.3s infinite normal; }
  #top .index.matrix3d:hover a {
    background: #666;
    color: #FFF;
    animation: ani_matrix3d 4s ease 0.3s infinite normal;
    -webkit-animation: ani_matrix3d 4s ease 0.3s infinite normal; }

@keyframes ani_translate {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
    transform: translateX(0px) translateY(0px) translateZ(0px); }
  20% {
    -webkit-transform: translateX(-15px) translateY(-15px) translateZ(0px);
    transform: translateX(-15px) translateY(-15px) translateZ(0px); }
  40% {
    -webkit-transform: translateX(15px) translateY(15px) translateZ(0px);
    transform: translateX(15px) translateY(15px) translateZ(0px); }
  60% {
    -webkit-transform: translateX(15px) translateY(-15px) translateZ(0px);
    transform: translateX(15px) translateY(-15px) translateZ(0px); }
  80% {
    -webkit-transform: translateX(-15px) translateY(15px) translateZ(0px);
    transform: translateX(-15px) translateY(15px) translateZ(0px); }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
    transform: translateX(0px) translateY(0px) translateZ(0px); } }
@-webkit-keyframes ani_translate {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px); }
  20% {
    -webkit-transform: translateX(-15px) translateY(-15px) translateZ(0px); }
  40% {
    -webkit-transform: translateX(15px) translateY(15px) translateZ(0px); }
  60% {
    -webkit-transform: translateX(15px) translateY(-15px) translateZ(0px); }
  80% {
    -webkit-transform: translateX(-15px) translateY(15px) translateZ(0px); }
  100% {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px); } }
@keyframes ani_scale {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1); }
  20% {
    -webkit-transform: scaleX(1.2) scaleY(1) scaleZ(1);
    transform: scaleX(1.2) scaleY(1) scaleZ(1); }
  40% {
    -webkit-transform: scaleX(1) scaleY(1.2) scaleZ(1);
    transform: scaleX(1) scaleY(1.2) scaleZ(1); }
  60% {
    -webkit-transform: scaleX(0.8) scaleY(0.8) scaleZ(1);
    transform: scaleX(0.8) scaleY(0.8) scaleZ(1); }
  80% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) scaleZ(1);
    transform: scaleX(1.2) scaleY(1.2) scaleZ(1); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1); } }
@-webkit-keyframes ani_scale {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1); }
  20% {
    -webkit-transform: scaleX(1.2) scaleY(1) scaleZ(1); }
  40% {
    -webkit-transform: scaleX(1) scaleY(1.2) scaleZ(1); }
  60% {
    -webkit-transform: scaleX(0.8) scaleY(0.8) scaleZ(1); }
  80% {
    -webkit-transform: scaleX(1.2) scaleY(1.2) scaleZ(1); }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1); } }
@keyframes ani_rotate {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  14% {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg); }
  28% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  42% {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); }
  64% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  78% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); } }
@-webkit-keyframes ani_rotate {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  14% {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg); }
  28% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  42% {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); }
  64% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  78% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg); }
  100% {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); } }
@keyframes ani_rotate3d {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }
  20% {
    -webkit-transform: rotate3d(-1, 1, 0, 60deg);
    transform: rotate3d(-1, 1, 0, 60deg); }
  40% {
    -webkit-transform: rotate3d(-1, -1, 0, 60deg);
    transform: rotate3d(-1, -1, 0, 60deg); }
  60% {
    -webkit-transform: rotate3d(-1, -1, 1, 60deg);
    transform: rotate3d(-1, -1, 1, 60deg); }
  80% {
    -webkit-transform: rotate3d(-1, -1, -1, 60deg);
    transform: rotate3d(-1, -1, -1, 60deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); } }
@-webkit-keyframes ani_rotate3d {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg); }
  20% {
    -webkit-transform: rotate3d(-1, 1, 0, 60deg); }
  40% {
    -webkit-transform: rotate3d(-1, -1, 0, 60deg); }
  60% {
    -webkit-transform: rotate3d(-1, -1, 1, 60deg); }
  80% {
    -webkit-transform: rotate3d(-1, -1, -1, 60deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0deg); } }
@keyframes ani_skew {
  0% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg); }
  20% {
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg); }
  40% {
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg); }
  60% {
    -webkit-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg); }
  80% {
    -webkit-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg); }
  100% {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg); } }
@-webkit-keyframes ani_skew {
  0% {
    -webkit-transform: skew(0deg, 0deg); }
  20% {
    -webkit-transform: skew(30deg, 0deg); }
  40% {
    -webkit-transform: skew(-30deg, 0deg); }
  60% {
    -webkit-transform: skew(0deg, 30deg); }
  80% {
    -webkit-transform: skew(0deg, -30deg); }
  100% {
    -webkit-transform: skew(0deg, 0deg); } }
@keyframes ani_matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); }
  20% {
    -webkit-transform: matrix(1.2, 0, 0.34, 1.2, 0, 0);
    transform: matrix(1.2, 0, 0.34, 1.2, 0, 0); }
  40% {
    -webkit-transform: matrix(0.8, 0, -0.34, 0.8, 0, 0);
    transform: matrix(0.8, 0, -0.34, 0.8, 0, 0); }
  60% {
    -webkit-transform: matrix(1.2, 0.34, 0, 1.2, 0, 0);
    transform: matrix(1.2, 0.34, 0, 1.2, 0, 0); }
  80% {
    -webkit-transform: matrix(1.2, -0.34, 0, 1.2, 0, 0);
    transform: matrix(1.2, -0.34, 0, 1.2, 0, 0); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0); } }
@-webkit-keyframes ani_matrix {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }
  20% {
    -webkit-transform: matrix(1.2, 0, 0.34, 1.2, 0, 0); }
  40% {
    -webkit-transform: matrix(0.8, 0, -0.34, 0.8, 0, 0); }
  60% {
    -webkit-transform: matrix(1.2, 0.34, 0, 1.2, 0, 0); }
  80% {
    -webkit-transform: matrix(1.2, -0.34, 0, 1.2, 0, 0); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0); } }
@keyframes ani_matrix3d {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.5, 0.87, 0.005, 0, -0.87, 0.5, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.5, 0.87, 0.005, 0, -0.87, 0.5, 0, 0, 0, 0, 1); }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.5, -0.87, -0.005, 0, 0.87, 0.5, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.5, -0.87, -0.005, 0, 0.87, 0.5, 0, 0, 0, 0, 1); }
  60% {
    -webkit-transform: matrix3d(0.5, 0, 0.87, 0.003, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0.87, 0.003, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1); }
  80% {
    -webkit-transform: matrix3d(0.5, 0, -0.87, -0.003, 0, 1, 0, 0, 0.87, 0, 0.5, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, -0.87, -0.003, 0, 1, 0, 0, 0.87, 0, 0.5, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
@-webkit-keyframes ani_matrix3d {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  20% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.5, 0.87, 0.005, 0, -0.87, 0.5, 0, 0, 0, 0, 1); }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.5, -0.87, -0.005, 0, 0.87, 0.5, 0, 0, 0, 0, 1); }
  60% {
    -webkit-transform: matrix3d(0.5, 0, 0.87, 0.003, 0, 1, 0, 0, -0.87, 0, 0.5, 0, 0, 0, 0, 1); }
  80% {
    -webkit-transform: matrix3d(0.5, 0, -0.87, -0.003, 0, 1, 0, 0, 0.87, 0, 0.5, 0, 0, 0, 0, 1); }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }
#contents {
  background: #111;
  position: relative;
  margin-top: 110px; }
  #contents h2 {
    color: #FFF;
    position: absolute;
    top: 40px;
    left: 20px; }
  #contents .line {
    position: absolute;
    opacity: 0.5; }
    #contents .line.lineX {
      left: 0;
      top: 50%;
      border-bottom: 1px dashed #FFF;
      width: 100%;
      height: 1px; }
    #contents .line.lineY {
      left: 50%;
      top: 0;
      border-left: 1px dashed #FFF;
      width: 1px;
      height: 100%; }
    #contents .line.lineZ {
      left: 50%;
      top: 0;
      border-left: 2px dashed #aaff27;
      width: 1px;
      height: 100%;
      transform: rotateX(90deg);
      -webkit-transform: rotateX(90deg); }
  #contents .inner {
    padding: 60px 0;
    width: 100%;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s; }
    #contents .inner.area3d {
      transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      perspective: 1500px;
      -webkit-perspective: 1500px;
      transform: rotate3d(-1, 1, 0, 30deg);
      -webkit-transform: rotate3d(-1, 1, 0, 30deg); }
      #contents .inner.area3d figure {
        opacity: 0.6; }
    #contents .inner figure {
      display: block;
      width: 440px;
      height: 293px;
      margin: 0 auto;
      transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s; }
    #contents .inner .preview {
      text-align: center;
      padding: 40px;
      background: #FFF;
      font-size: 30px;
      line-height: 200%;
      margin: 40px auto 0;
      width: 1000px; }
      #contents .inner .preview .box {
        width: 250px;
        height: 250px;
        margin: 40px auto;
        border-radius: 5px;
        background-color: #EEE; }

.inner {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .inner {
      width: 100%;
      padding: 0 10px; } }

.section {
  padding: 40px 0; }
  .section .cssText, .section .cssOption {
    width: 100%;
    border: 1px solid #DDD;
    padding: 10px;
    font-size: 14px;
    line-height: 120%; }
  .section .cssText {
    height: 140px;
    margin-bottom: 20px; }
  .section .cssOption {
    height: 180px; }
  .section button {
    margin-left: 10px;
    position: relative;
    z-index: 100; }
    .section button.active {
      background: #999;
      color: #FFF;
      border: 2px solid #999;
      border-radius: 1px; }
  .section .area3dWrap {
    position: relative; }
    .section .area3dWrap .area3dSummary {
      display: none;
      position: absolute;
      font-size: 11px;
      line-height: 140%;
      background: #F7F7F7;
      border: 1px solid #DDD;
      border-radius: 4px;
      padding: 10px;
      width: 260px;
      top: 44px;
      left: -60px; }

table.input th {
  background-color: #F7F7F7; }
  table.input th.bgnone {
    background: none; }
table.input input[type=text] {
  width: 70px;
  text-align: right;
  padding: 5px;
  height: 34px;
  line-height: 1; }
  table.input input[type=text].option {
    width: 80%;
    text-align: left; }
table.input select {
  padding: 5px;
  height: 34px; }

table.option th, table.option td, table.input2 th, table.input2 td {
  border-top: 1px solid #DDD;
  vertical-align: middle; }
table.option th, table.input2 th {
  background-color: #F7F7F7; }
table.option td, table.input2 td {
  text-align: left; }
table.option input, table.input2 input {
  width: 70px;
  padding: 5px;
  text-align: right; }
table.option select, table.input2 select {
  padding: 5px;
  height: 34px; }

.banner {
  text-align: center;
  background: #F7F7F7;
  padding: 20px 0; }
  .banner#footerBn {
    padding: 10px 0 5px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    background: rgba(0, 0, 0, 0.4); }
    .banner#footerBn.fixed {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.sample {
  /*padding: 20px;
  border: 1px solid #DDD;*/
  margin-bottom: 60px; }
  .sample .code {
    margin-top: 20px;
    padding: 20px; }

#matrix3d .sample a {
  display: block;
  transform-origin: left top 0px;
  transition: all 0.2s ease 0s;
  -moz-transform-origin: left top 0px;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transform-origin: left top 0px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transform-origin: left top 0px;
  -o-transition: all 0.2s ease 0s;
  -ms-transform-origin: left top 0px;
  -ms-transition: all 0.2s ease 0s; }
#matrix3d .sample a:hover {
  transform: matrix3d(0.87, -0.5, 0, 0, 0.5, 0.87, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(0.87, -0.5, 0, 0, 0.5, 0.87, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(0.87, -0.5, 0, 0, 0.5, 0.87, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(0.87, -0.5, 0, 0, 0.5, 0.87, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(0.87, -0.5, 0, 0, 0.5, 0.87, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
#matrix3d .sample02 ul li {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center; }
  #matrix3d .sample02 ul li a {
    display: table-cell;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    background-color: #333;
    color: #FFF;
    transform-origin: center top 0px;
    transition: all 0.5s ease 0s;
    -moz-transform-origin: center top 0px;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transform-origin: center top 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transform-origin: center top 0px;
    -o-transition: all 0.5s ease 0s;
    -ms-transform-origin: center top 0px;
    -ms-transition: all 0.5s ease 0s; }
  #matrix3d .sample02 ul li:hover a {
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); }
#matrix3d .sample03 ul li {
  width: 90px;
  height: 90px;
  text-align: center;
  margin-bottom: 2px; }
  #matrix3d .sample03 ul li a {
    display: table-cell;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    background-color: #333;
    color: #FFF;
    -webkit-transform-origin: left 50% 0px;
    -ms-transform-origin: left 50% 0px;
    transform-origin: left 50% 0px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    /*&:hover {
    	transform: matrix3d(0,0,1.00,0.008,0.00,1,0.00,0,-1,0,0,0,0,0,0,1);
    }*/ }
  #matrix3d .sample03 ul li:hover a {
    -webkit-transform: matrix3d(0, 0, 1, 0.008, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 1, 0.008, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 1); }
