@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix,
section {
  zoom: 1; }

.clearfix:before,
.clearfix:after,
.section:before,
.section:after {
  content: "";
  display: table; }

.clearfix:after,
.section:after {
  clear: both; }

.effect {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.noscroll {
  overflow: hidden;
  height: 100%; }

.pc {
  display: inline; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 750px) {
    .sp {
      display: inline; } }

/* Scss Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", "serif";*/
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease,color 0.3s ease,background-color 0.3s ease;
  -moz-transition: opacity 0.3s ease,color 0.3s ease,background-color 0.3s ease;
  -ms-transition: opacity 0.3s ease,color 0.3s ease,background-color 0.3s ease;
  -o-transition: opacity 0.3s ease,color 0.3s ease,background-color 0.3s ease;
  transition: opacity 0.3s ease,color 0.3s ease,background-color 0.3s ease; }
  a:focus {
    outline: none; }

*:focus {
  outline: none; }

img {
  vertical-align: top;
  width: auto;
  height: auto; }

strong {
  font-weight: bold; }

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-bottom: 1px #000 solid;
  -webkit-appearance: none;
  	  /*
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
  	  */
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
    background: #eee; }

textarea {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border: 1px #000 solid;
  -webkit-appearance: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  	/*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  */ }
  textarea:focus {
    background: #eee; }

input[type=submit] {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #333;
  text-align: center;
  border: none;
  /*
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  
  box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 13px -3px rgba(0, 0, 0, 0.3);
  */
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media screen and (max-width: 750px) {
    input[type=submit] {
      width: 100%; } }
  input[type=submit]:hover {
    background: #ccc; }

hr {
  border: none;
  border-bottom: 1px solid #000;
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 9999; }

html {
  background: #dadada; }

body {
  background: #fff; }

.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 750px) {
    .inner {
      width: 100%; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 80px;
  min-width: 1100px;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  @media screen and (max-width: 750px) {
    header {
      height: 80px;
      text-align: center;
      min-width: 100%; } }
  header.hide {
    opacity: 0; }
  header a:hover {
    opacity: 0.5; }
  header h1 {
    width: 160px;
    position: absolute;
    top: 19px;
    left: 50px;
    z-index: 2; }
    @media screen and (max-width: 750px) {
      header h1 {
        width: 150px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%); } }
    header h1 img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  header nav {
    z-index: 1;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 750px) {
      header nav {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1;
        background: rgba(255, 255, 255, 0.9); } }
    header nav ul {
      display: inline-block;
      font-size: 0; }
      @media screen and (max-width: 750px) {
        header nav ul {
          display: block; } }
      header nav ul li {
        display: inline-block; }
        @media screen and (max-width: 750px) {
          header nav ul li {
            display: block; } }
        header nav ul li a {
          font-family: Helvetica,Arial, "sans-serif";
          font-size: 18px;
          font-weight: bold;
          display: block;
          padding: 35px 63px;
          line-height: 1;
          cursor: pointer; }
  header a.mail {
    width: 44px;
    display: block;
    position: absolute;
    top: 18px;
    right: 50px; }
    @media screen and (max-width: 750px) {
      header a.mail {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto; } }
    header a.mail img {
      width: 100%;
      height: auto; }
  header .burger-menu {
    display: none;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 998;
    top: 50%;
    right: 10px;
    background: rgba(0, 0, 0, 0);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%); }
    @media screen and (max-width: 750px) {
      header .burger-menu {
        display: block; } }
    header .burger-menu span {
      display: block;
      background: #333;
      width: 100%;
      height: 2px;
      position: absolute;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header .burger-menu span:first-child {
        top: 4px; }
      header .burger-menu span:nth-child(2) {
        margin-top: -1px;
        top: 50%; }
      header .burger-menu span:last-child {
        bottom: 4px; }
    header .burger-menu.active span:first-child {
      -webkit-transform: translateY(7.5px) rotate(135deg);
      -moz-transform: translateY(7.5px) rotate(135deg);
      -ms-transform: translateY(7.5px) rotate(135deg);
      -o-transform: translateY(7.5px) rotate(135deg);
      transform: translateY(7.5px) rotate(135deg); }
    header .burger-menu.active span:nth-child(2) {
      opacity: 0; }
    header .burger-menu.active span:last-child {
      -webkit-transform: translateY(-7.5px) rotate(-135deg);
      -moz-transform: translateY(-7.5px) rotate(-135deg);
      -ms-transform: translateY(-7.5px) rotate(-135deg);
      -o-transform: translateY(-7.5px) rotate(-135deg);
      transform: translateY(-7.5px) rotate(-135deg); }

footer {
  background: #dadada;
  padding: 22px 0 17px 0;
  text-align: center; }
  @media screen and (max-width: 750px) {
    footer {
      padding: 22px 10px 17px 10px; } }
  footer a.logo {
    width: 160px;
    display: inline-block;
    margin: 0 0 23px 0; }
    @media screen and (max-width: 750px) {
      footer a.logo {
        width: 150px; } }
    footer a.logo:hover {
      opacity: 0.5; }
    footer a.logo img {
      width: 100%; }
  footer nav {
    width: 600px;
    margin: 0 auto 20px auto; }
    @media screen and (max-width: 750px) {
      footer nav {
        width: 100%; } }
    footer nav ul {
      font-size: 0; }
      footer nav ul li {
        display: inline-block;
        font-size: 14px; }
        @media screen and (max-width: 750px) {
          footer nav ul li {
            display: block; } }
        footer nav ul li:after {
          content: "|";
          display: inline-block; }
          @media screen and (max-width: 750px) {
            footer nav ul li:after {
              content: ""; } }
        footer nav ul li:last-child:after {
          content: ""; }
        footer nav ul li a {
          padding: 10px 20px;
          display: inline-block; }
          @media screen and (max-width: 750px) {
            footer nav ul li a {
              padding: 5px 10px; } }
          footer nav ul li a:hover {
            opacity: 0.5; }
  footer .note {
    font-size: 10px;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 750px) {
      footer .note {
        text-align: left; } }
  footer .copyright {
    font-size: 10px; }
  footer .btn_pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: block;
    width: 44px;
    z-index: 9997;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 750px) {
      footer .btn_pagetop {
        right: 10px;
        bottom: 10px;
        width: 30px; } }
    footer .btn_pagetop img {
      width: 100%;
      height: auto; }

#bg img.hide {
  visibility: hidden; }
#bg img.back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 130% !important; }

#index #mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999; }
  #index #mask > img {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 1; }
    #index #mask > img.mask_l {
      right: -10%; }
      @media screen and (max-width: 750px) {
        #index #mask > img.mask_l {
          right: -60%; } }
    #index #mask > img.mask_r {
      left: -10%; }
      @media screen and (max-width: 750px) {
        #index #mask > img.mask_r {
          left: -60%; } }
    #index #mask > img.mask_line {
      height: 120vh;
      top: 50%;
      left: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%); }
  #index #mask .intro {
    position: absolute;
    text-align: center;
    z-index: 10;
    width: 620px;
    height: 250px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); }
    @media screen and (max-width: 750px) {
      #index #mask .intro {
        width: 90%; } }
    #index #mask .intro img {
      width: 340px;
      height: auto;
      margin-bottom: 30px;
      opacity: 0; }
      @media screen and (max-width: 750px) {
        #index #mask .intro img {
          width: 100%; } }
    #index #mask .intro p {
      font-size: 18px;
      line-height: 2.3;
      opacity: 0;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
      @media screen and (max-width: 750px) {
        #index #mask .intro p {
          font-size: 14px; } }
#index #logo_ole {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 528px;
  height: auto;
  z-index: 10;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  @media screen and (max-width: 750px) {
    #index #logo_ole {
      width: 90%; } }
#index #main {
  padding-top: 80px; }
  #index #main > div:first-child {
    height: 25vw;
    position: relative;
    margin-bottom: 50px; }
    @media screen and (max-width: 750px) {
      #index #main > div:first-child {
        height: 55.5555555556vw; } }
    #index #main > div:first-child > div {
      width: 100%;
      height: 25vw;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }
      @media screen and (max-width: 750px) {
        #index #main > div:first-child > div {
          height: 55.5555555556vw; } }
      #index #main > div:first-child > div div.txt {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center; }
        #index #main > div:first-child > div div.txt p.title {
          font-family: Helvetica, Arial, "sans-serif";
          font-weight: bold;
          font-size: 3.6vw;
          color: #fff;
          margin: 0 0 40px;
          white-space: nowrap;
          line-height: 1; }
          @media screen and (max-width: 750px) {
            #index #main > div:first-child > div div.txt p.title {
              font-size: 8vw;
              margin: 0 0 20px; } }
        #index #main > div:first-child > div div.txt p.click a {
          cursor: pointer;
          display: inline-block;
          -webkit-transition: transform 0.5s ease;
          -moz-transition: transform 0.5s ease;
          -ms-transition: transform 0.5s ease;
          -o-transition: transform 0.5s ease;
          transition: transform 0.5s ease; }
          #index #main > div:first-child > div div.txt p.click a:hover {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1); }
          #index #main > div:first-child > div div.txt p.click a img {
            width: 9.1vw; }
            @media screen and (max-width: 750px) {
              #index #main > div:first-child > div div.txt p.click a img {
                width: 20.2222222222vw; } }
    #index #main > div:first-child #bg {
      overflow: hidden;
      visibility: hidden;
      background: #dcdcdc; }
      #index #main > div:first-child #bg p.title img {
        width: 24.15vw; }
        @media screen and (max-width: 750px) {
          #index #main > div:first-child #bg p.title img {
            width: 53.6666666667vw; } }
      #index #main > div:first-child #bg ul {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap; }
        #index #main > div:first-child #bg ul li {
          width: 12.5%;
          padding: 20px; }
          @media screen and (max-width: 750px) {
            #index #main > div:first-child #bg ul li {
              width: 25%;
              padding: 10px; } }
          #index #main > div:first-child #bg ul li.li0 {
            border: 1px solid #000; }
          #index #main > div:first-child #bg ul li img {
            width: 100%;
            height: auto; }
          #index #main > div:first-child #bg ul li a {
            display: block;
            position: relative;
            overflow: visible; }
            #index #main > div:first-child #bg ul li a:hover {
              opacity: 0.5; }
    #index #main > div:first-child #aluminum > div.bg,
    #index #main > div:first-child #color > div.bg {
      width: 100%;
      height: 25vw;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 750px) {
        #index #main > div:first-child #aluminum > div.bg,
        #index #main > div:first-child #color > div.bg {
          height: 55.5555555556vw; } }
      #index #main > div:first-child #aluminum > div.bg > img,
      #index #main > div:first-child #color > div.bg > img {
        height: 100%;
        position: absolute;
        top: 0; }
    #index #main > div:first-child #aluminum {
      background: #161616; }
      #index #main > div:first-child #aluminum > div.bg > img.l {
        left: 2.15vw; }
        @media screen and (max-width: 750px) {
          #index #main > div:first-child #aluminum > div.bg > img.l {
            left: -55.7777777778vw; } }
      #index #main > div:first-child #aluminum > div.bg > img.r {
        right: 3.9vw; }
        @media screen and (max-width: 750px) {
          #index #main > div:first-child #aluminum > div.bg > img.r {
            right: -50vw; } }
    #index #main > div:first-child #color {
      background: #c3c3c3; }
      #index #main > div:first-child #color > div.bg > img.l {
        left: 2.55vw; }
        @media screen and (max-width: 750px) {
          #index #main > div:first-child #color > div.bg > img.l {
            left: -57.5555555556vw; } }
      #index #main > div:first-child #color > div.bg > img.r {
        right: 5.4vw; }
        @media screen and (max-width: 750px) {
          #index #main > div:first-child #color > div.bg > img.r {
            right: -46.6666666667vw; } }
  #index #main nav {
    margin-bottom: 90px; }
    #index #main nav ul li {
      width: 33.3333%;
      float: left; }
      @media screen and (max-width: 750px) {
        #index #main nav ul li {
          width: 100%;
          margin-bottom: 30px; } }
      #index #main nav ul li:nth-child(1) {
        text-align: left; }
        #index #main nav ul li:nth-child(1) img {
          top: 50px;
          left: 70px; }
          @media screen and (max-width: 750px) {
            #index #main nav ul li:nth-child(1) img {
              top: auto;
              left: auto; } }
      #index #main nav ul li:nth-child(2) {
        text-align: center; }
        #index #main nav ul li:nth-child(2) img {
          top: 50px;
          left: 50px; }
          @media screen and (max-width: 750px) {
            #index #main nav ul li:nth-child(2) img {
              top: auto;
              left: auto; } }
      #index #main nav ul li:nth-child(3) {
        text-align: right; }
        #index #main nav ul li:nth-child(3) img {
          top: 20px;
          left: 50px; }
          @media screen and (max-width: 750px) {
            #index #main nav ul li:nth-child(3) img {
              top: auto;
              left: auto; } }
      #index #main nav ul li a {
        display: inline-block;
        width: 300px;
        height: 180px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 750px) {
          #index #main nav ul li a {
            width: 100%;
            height: auto;
            padding: 10px; } }
        #index #main nav ul li a:hover {
          opacity: 0.5; }
        #index #main nav ul li a span {
          display: inline-block;
          position: relative;
          z-index: 2;
          font-family: Helvetica,Arial, "sans-serif";
          font-size: 18px;
          font-weight: bold;
          background: url(../imgs/_shared/btn_arrow.svg) no-repeat right center;
          background-size: auto 16px;
          padding: 0 25px; }
          @media screen and (max-width: 750px) {
            #index #main nav ul li a span {
              margin-bottom: 10px; } }
        #index #main nav ul li a img {
          position: absolute;
          z-index: 1; }
          @media screen and (max-width: 750px) {
            #index #main nav ul li a img {
              display: block;
              position: relative;
              margin: 0 auto; } }

#cover {
  position: relative;
  margin: 0 0 57px 0; }
  @media screen and (max-width: 750px) {
    #cover {
      overflow: hidden;
      height: 200px; } }
  #cover h1 {
    font-size: 48px;
    font-family: Helvetica,Arial, "sans-serif";
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%); }
    @media screen and (max-width: 750px) {
      #cover h1 {
        font-size: 32px;
        z-index: 2; } }
  #cover img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 750px) {
      #cover img {
        width: auto;
        height: 200px;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0); } }

#smartphone_accessories.index #main {
  padding-top: 80px; }
  @media screen and (max-width: 750px) {
    #smartphone_accessories.index #main {
      padding-top: 80px; } }
  #smartphone_accessories.index #main nav ul {
    width: 1020px;
    margin: 0 auto 66px auto; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.index #main nav ul {
        width: 100%;
        padding: 0 10px; } }
    #smartphone_accessories.index #main nav ul li {
      float: left;
      padding: 0 30px 45px 30px; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.index #main nav ul li {
          float: none;
          width: 100%;
          padding: 0 0 30px 0; } }
      #smartphone_accessories.index #main nav ul li:nth-child(2) a > span, #smartphone_accessories.index #main nav ul li:nth-child(3) a > span, #smartphone_accessories.index #main nav ul li:nth-child(4) a > span {
        color: #fff;
        text-shadow: 0 0 10px #000, 0 0 10px #000, 0 0 5px #000;
        /*
        >span{
        	margin: 0 10px;
        	@include mq() {
        		display: block;
        		margin: 10px 0;
        	}
        	>span{
        		letter-spacing: 0.1em;
        	}
        }
        */ }
      #smartphone_accessories.index #main nav ul li a {
        position: relative;
        display: block; }
        #smartphone_accessories.index #main nav ul li a:hover {
          opacity: 0.5; }
        #smartphone_accessories.index #main nav ul li a img {
          height: auto; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.index #main nav ul li a img {
              width: 100%; } }
        #smartphone_accessories.index #main nav ul li a > span {
          display: block;
          font-size: 30px;
          font-family: Helvetica,Arial, "sans-serif";
          font-weight: bold;
          text-align: center;
          line-height: 1;
          text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff;
          position: absolute;
          top: 50%;
          width: 100%;
          -webkit-transform: translate(0,-50%);
          -moz-transform: translate(0,-50%);
          -ms-transform: translate(0,-50%);
          -o-transform: translate(0,-50%);
          transform: translate(0,-50%); }

#smartphone_accessories.ole #main {
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  -moz-transition: opacity 1s ease, visibility 1s ease;
  -ms-transition: opacity 1s ease, visibility 1s ease;
  -o-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
  opacity: 0;
  visibility: hidden; }
  #smartphone_accessories.ole #main.fadein {
    visibility: visible;
    opacity: 1; }
  #smartphone_accessories.ole #main #bg {
    margin-bottom: 60px;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    height: 100vh; }
    #smartphone_accessories.ole #main #bg #logo_ole {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 528px;
      height: auto;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      z-index: 10; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main #bg #logo_ole {
          width: 90%; } }
    #smartphone_accessories.ole #main #bg ul {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0,-50%);
      -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
      transform: translate(0,-50%);
      margin: 0 -50px; }
      #smartphone_accessories.ole #main #bg ul li {
        float: left;
        width: 12.5%;
        padding: 2.0833333333vw; }
        @media screen and (max-width: 1200px) {
          #smartphone_accessories.ole #main #bg ul li {
            width: 16.66666667%;
            padding: 3.3333333333vw; } }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #main #bg ul li {
            width: 20%;
            padding: 2.5vw; } }
        #smartphone_accessories.ole #main #bg ul li img {
          width: 100%;
          height: auto; }
        #smartphone_accessories.ole #main #bg ul li:nth-child(n + 25) {
          display: none; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main #bg ul li:nth-child(n + 25) {
              display: block; } }
        @media screen and (max-width: 1200px) {
          #smartphone_accessories.ole #main #bg ul li:nth-child(n + 31) {
            display: none; } }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #main #bg ul li:nth-child(n + 26) {
            display: none; } }
        #smartphone_accessories.ole #main #bg ul li a {
          display: block;
          position: relative; }
          #smartphone_accessories.ole #main #bg ul li a:hover {
            opacity: 0.5; }
  #smartphone_accessories.ole #main img.btn_scroll {
    position: fixed;
    width: 35px;
    height: auto;
    bottom: 20px;
    left: 50%;
    z-index: 999;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.ole #main img.btn_scroll {
        width: 30px;
        bottom: 10px; } }
  #smartphone_accessories.ole #main section.p {
    text-align: center;
    margin-bottom: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0; }
    #smartphone_accessories.ole #main section.p p.cover {
      overflow: hidden;
      width: 100%;
      min-width: 960px;
      position: relative;
      display: block;
      margin: 0 0 20px 0; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.p p.cover {
          min-width: 100%; } }
      #smartphone_accessories.ole #main section.p p.cover .bg {
        position: relative;
        left: 50%;
        width: 120%;
        height: auto;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      #smartphone_accessories.ole #main section.p p.cover .mask_l {
        top: 0;
        right: 20%;
        width: auto;
        height: 100%;
        position: absolute;
        z-index: 2; }
      #smartphone_accessories.ole #main section.p p.cover .mask_r {
        top: 0;
        left: 20%;
        width: auto;
        height: 100%;
        position: absolute;
        z-index: 2; }
      #smartphone_accessories.ole #main section.p p.cover .mask_line {
        position: absolute;
        width: auto;
        height: 120%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 3; }
    #smartphone_accessories.ole #main section.p h1 {
      font-size: 24px;
      font-weight: bold;
      margin: 0 0 20px 0; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.p h1 {
          font-size: 20px; } }
    #smartphone_accessories.ole #main section.p p {
      line-height: 2; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.p p {
          font-size: 14px;
          text-align: left;
          padding: 0 10px; }
          #smartphone_accessories.ole #main section.p p br {
            display: none; } }
  #smartphone_accessories.ole #main section#p5 {
    margin-bottom: 140px; }
  #smartphone_accessories.ole #main section#p6 {
    width: 960px;
    margin-bottom: 120px; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.ole #main section#p6 {
        width: 100%; } }
    #smartphone_accessories.ole #main section#p6 ul li {
      width: 50%;
      float: left;
      text-align: center;
      margin: 0 0 90px 0; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section#p6 ul li {
          float: none;
          width: 100%; } }
      #smartphone_accessories.ole #main section#p6 ul li img {
        margin-bottom: 40px; }
      #smartphone_accessories.ole #main section#p6 ul li p {
        font-size: 18px; }
  #smartphone_accessories.ole #main section.lineup {
    text-align: center; }
    #smartphone_accessories.ole #main section.lineup h1 {
      margin-bottom: 60px; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.lineup h1 {
          margin-bottom: 30px; } }
    #smartphone_accessories.ole #main section.lineup #tab {
      width: 960px;
      margin: 0 auto 92px;
      display: flex;
      justify-content: center;
      border-bottom: 1px #000 solid; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.lineup #tab {
          width: 100vw; } }
      #smartphone_accessories.ole #main section.lineup #tab > div {
        text-align: center;
        width: 380px;
        padding: 15px 0 10px;
        border-top: 1px #000 solid;
        border-left: 1px #000 solid;
        border-right: 1px #000 solid;
        border-bottom: 1px #000 solid;
        position: relative;
        cursor: pointer;
        background: #9a9a9a;
        margin-bottom: -1px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        /*
        &:before,
        &:after{
        	border-bottom: 1px #000 solid;
        	content: "";
        	display: block;
        	position: absolute;
        }
        &:nth-child(1){
        	margin: 0 40px 0 0;
        	&:before{
        		left: -80px; bottom: 0;
        		width: 80px;
        	}
        	&:after{
        		right: -42px; bottom: 0;
        		width: 42px;
        	}
        }
        &:nth-child(2){
        	&:after{
        		right: -80px; bottom: 0;
        		width: 80px;
        	}
        }
        */ }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #main section.lineup #tab > div {
            width: 50vw;
            padding: 12px 0 8px; } }
        #smartphone_accessories.ole #main section.lineup #tab > div:hover {
          background: #eee; }
        #smartphone_accessories.ole #main section.lineup #tab > div.active {
          background: #fff;
          border-bottom: 1px #fff solid;
          cursor: default;
          pointer-events: none; }
        #smartphone_accessories.ole #main section.lineup #tab > div:nth-child(1) {
          margin-right: 40px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main section.lineup #tab > div:nth-child(1) {
              margin-right: 0;
              border-right: none; } }
        #smartphone_accessories.ole #main section.lineup #tab > div p {
          display: inline-block;
          text-align: left;
          line-height: 1.2;
          font-size: 28px;
          font-family: Helvetica,Arial, "sans-serif";
          font-weight: bold; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main section.lineup #tab > div p {
              font-size: 16px; } }
          #smartphone_accessories.ole #main section.lineup #tab > div p span {
            font-size: 75%; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.ole #main section.lineup #tab > div p span {
                font-size: 65%; } }
    #smartphone_accessories.ole #main section.lineup #tab_contents {
      overflow: hidden;
      width: 960px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.lineup #tab_contents {
          width: 100vw; } }
      #smartphone_accessories.ole #main section.lineup #tab_contents > div {
        width: 1920px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: left 0.5s ease;
        -moz-transition: left 0.5s ease;
        -ms-transition: left 0.5s ease;
        -o-transition: left 0.5s ease;
        transition: left 0.5s ease; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #main section.lineup #tab_contents > div {
            width: 200vw; } }
        #smartphone_accessories.ole #main section.lineup #tab_contents > div.tab2 {
          left: -960px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main section.lineup #tab_contents > div.tab2 {
              left: -100vw; } }
          #smartphone_accessories.ole #main section.lineup #tab_contents > div.tab2 > div:nth-child(1) {
            opacity: 0; }
          #smartphone_accessories.ole #main section.lineup #tab_contents > div.tab2 > div:nth-child(2) {
            opacity: 1; }
        #smartphone_accessories.ole #main section.lineup #tab_contents > div > div {
          width: 960px;
          float: left;
          -webkit-transition: opacity 0.5s ease;
          -moz-transition: opacity 0.5s ease;
          -ms-transition: opacity 0.5s ease;
          -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main section.lineup #tab_contents > div > div {
              width: 100vw; } }
          #smartphone_accessories.ole #main section.lineup #tab_contents > div > div:nth-child(1) {
            opacity: 1; }
          #smartphone_accessories.ole #main section.lineup #tab_contents > div > div:nth-child(2) {
            opacity: 0; }
          #smartphone_accessories.ole #main section.lineup #tab_contents > div > div section.comingsoon nav a {
            opacity: 0.2;
            pointer-events: none; }
    #smartphone_accessories.ole #main section.lineup#lineup {
      margin-bottom: 100px; }
    #smartphone_accessories.ole #main section.lineup#comingsoon {
      font-size: 0;
      margin-bottom: 40px;
      width: 960px; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.lineup#comingsoon {
          width: 100%; } }
      #smartphone_accessories.ole #main section.lineup#comingsoon > div {
        display: inline-block;
        width: 50%;
        margin-bottom: 80px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #main section.lineup#comingsoon > div {
            display: block;
            width: 100%; } }
      #smartphone_accessories.ole #main section.lineup#comingsoon p.product img {
        opacity: 0.5; }
      #smartphone_accessories.ole #main section.lineup#comingsoon p.product.camouflage img {
        opacity: 0.7; }
    #smartphone_accessories.ole #main section.lineup ul.product {
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.lineup ul.product {
          padding: 0 10px; } }
      #smartphone_accessories.ole #main section.lineup ul.product li {
        display: block;
        padding: 30px;
        width: 30%;
        position: relative;
        text-align: center; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #main section.lineup ul.product li {
            width: 50%;
            padding: 20px 5px; } }
        #smartphone_accessories.ole #main section.lineup ul.product li p {
          margin: 0 0 10px; }
          #smartphone_accessories.ole #main section.lineup ul.product li p img {
            width: 110px; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.ole #main section.lineup ul.product li p img {
                width: 80px; } }
        #smartphone_accessories.ole #main section.lineup ul.product li h5 {
          font-size: 14px;
          white-space: nowrap;
          margin: 0 0 10px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main section.lineup ul.product li h5 {
              font-size: 11px; } }
        #smartphone_accessories.ole #main section.lineup ul.product li dl {
          font-size: 13px;
          width: 180px;
          margin: 0 auto;
          display: block;
          font-family: Helvetica, Arial, "sans-serif";
          line-height: 1; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main section.lineup ul.product li dl {
              width: 150px;
              font-size: 11px; } }
          #smartphone_accessories.ole #main section.lineup ul.product li dl dt, #smartphone_accessories.ole #main section.lineup ul.product li dl dd {
            display: inline-block;
            white-space: nowrap;
            margin-bottom: 5px; }
          #smartphone_accessories.ole #main section.lineup ul.product li dl dt {
            border: 1px solid #000;
            width: 40px;
            text-align: center;
            margin: 0 3px 0 0; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.ole #main section.lineup ul.product li dl dt {
                width: 35px; } }
        #smartphone_accessories.ole #main section.lineup ul.product li:after {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          display: block;
          font-size: 12px;
          white-space: pre;
          color: #fff; }
        #smartphone_accessories.ole #main section.lineup ul.product li.comingsoon {
          filter: saturate(0%); }
      #smartphone_accessories.ole #main section.lineup ul.product img {
        width: 100%;
        height: auto; }
    #smartphone_accessories.ole #main section.lineup h1 span {
      font-size: 30px;
      font-family: Helvetica,Arial, "sans-serif";
      font-weight: bold;
      display: inline-block;
      border-bottom: 1px solid #000;
      line-height: 1.2;
      margin-bottom: 50px; }
    #smartphone_accessories.ole #main section.lineup h2 {
      font-size: 24px;
      font-family: Helvetica,Arial, "sans-serif";
      font-weight: bold;
      margin-bottom: 25px;
      background: #e5e5e5;
      padding: 5px;
      line-height: 1; }
    #smartphone_accessories.ole #main section.lineup nav {
      margin-bottom: 80px; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #main section.lineup nav {
          padding: 0 10px; } }
      #smartphone_accessories.ole #main section.lineup nav ul {
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #main section.lineup nav ul {
            flex-wrap: wrap; } }
        #smartphone_accessories.ole #main section.lineup nav ul li {
          margin: 0 10px;
          width: 32%; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #main section.lineup nav ul li {
              margin: 0 0 5px;
              display: block;
              width: 100%; } }
          #smartphone_accessories.ole #main section.lineup nav ul li a {
            font-size: 18px;
            font-weight: bold;
            display: block;
            padding: 10px 0;
            border: 6px #ccc solid;
            line-height: 1.4;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.ole #main section.lineup nav ul li a {
                border: 5px #ccc solid;
                font-size: 15px;
                padding: 8px 0 6px; } }
            #smartphone_accessories.ole #main section.lineup nav ul li a:hover {
              background: #f1f1f1; }
            #smartphone_accessories.ole #main section.lineup nav ul li a span {
              font-family: Helvetica,Arial, "sans-serif"; }
              #smartphone_accessories.ole #main section.lineup nav ul li a span span {
                font-size: 70%; }
#smartphone_accessories.ole #detail {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 9998;
  display: none; }
  #smartphone_accessories.ole #detail section {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%); }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.ole #detail section {
        height: 300px; } }
    #smartphone_accessories.ole #detail section div.txt {
      width: 100%;
      height: 80px;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #detail section div.txt {
          bottom: -100px; } }
      #smartphone_accessories.ole #detail section div.txt.comingsoon {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%); }
      #smartphone_accessories.ole #detail section div.txt h1 {
        position: absolute;
        left: 50%;
        bottom: 50px;
        font-family: Helvetica,Arial, "sans-serif";
        font-weight: bold;
        font-size: 24px;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
        text-align: center; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #detail section div.txt h1 {
            bottom: 30px; } }
      #smartphone_accessories.ole #detail section div.txt a.btn_viewall {
        position: absolute;
        font-size: 18px;
        font-family: Helvetica,Arial, "sans-serif";
        left: 50%;
        bottom: 0;
        display: inline-block;
        text-decoration: underline;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0); }
    #smartphone_accessories.ole #detail section div.item {
      overflow: hidden;
      height: 400px;
      position: relative; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.ole #detail section div.item {
          height: 300px; } }
      #smartphone_accessories.ole #detail section div.item img.btn_prev,
      #smartphone_accessories.ole #detail section div.item img.btn_next {
        cursor: pointer;
        position: absolute;
        z-index: 2;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #smartphone_accessories.ole #detail section div.item img.btn_prev:hover,
        #smartphone_accessories.ole #detail section div.item img.btn_next:hover {
          opacity: 0.5; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #detail section div.item img.btn_prev,
          #smartphone_accessories.ole #detail section div.item img.btn_next {
            width: 30px;
            height: auto; } }
      #smartphone_accessories.ole #detail section div.item img.btn_prev {
        left: 35px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #detail section div.item img.btn_prev {
            left: 10px; } }
      #smartphone_accessories.ole #detail section div.item img.btn_next {
        right: 35px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.ole #detail section div.item img.btn_next {
            right: 10px; } }
      #smartphone_accessories.ole #detail section div.item ul {
        position: absolute;
        top: 0;
        z-index: 1; }
        #smartphone_accessories.ole #detail section div.item ul li {
          float: left;
          padding: 0 19px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.ole #detail section div.item ul li {
              padding: 0 0px; } }
          #smartphone_accessories.ole #detail section div.item ul li img {
            width: auto;
            height: 400px; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.ole #detail section div.item ul li img {
                height: 300px; } }

#smartphone_accessories.cable #main {
  padding-top: 80px; }
  @media screen and (max-width: 750px) {
    #smartphone_accessories.cable #main {
      padding-top: 80px; } }
  #smartphone_accessories.cable #main #cover h1 {
    font-size: 48px; }
    #smartphone_accessories.cable #main #cover h1 span {
      display: block;
      font-size: 24px;
      margin: 0 0 15px 0; }
  #smartphone_accessories.cable #main > .inner {
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.cable #main > .inner {
        width: 100%;
        padding: 0 10px; } }
    #smartphone_accessories.cable #main > .inner #title {
      margin: 0 0 50px 0;
      position: relative; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.cable #main > .inner #title > div {
          position: relative; } }
      #smartphone_accessories.cable #main > .inner #title > div h2 {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.5;
        position: absolute;
        top: 60px;
        left: 415px; }
        #smartphone_accessories.cable #main > .inner #title > div h2 span {
          font-family: Helvetica, Arial, "sans-serif";
          font-weight: 500; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.cable #main > .inner #title > div h2 {
            padding: 0;
            top: auto;
            left: 0;
            bottom: 30px;
            font-size: 20px;
            text-align: center;
            width: 100%;
            text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff; } }
      #smartphone_accessories.cable #main > .inner #title > div img {
        width: 100%; }
      #smartphone_accessories.cable #main > .inner #title p {
        position: absolute;
        top: 190px;
        left: 415px;
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.cable #main > .inner #title p {
            font-size: 16px;
            position: relative;
            top: auto;
            left: auto;
            text-align: center;
            padding: 20px 0; } }
    #smartphone_accessories.cable #main > .inner #title + ul li {
      float: left;
      width: 50%;
      height: 500px; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.cable #main > .inner #title + ul li {
          float: none;
          width: 100%;
          height: auto; } }
      #smartphone_accessories.cable #main > .inner #title + ul li p.img img {
        width: 100%; }
      #smartphone_accessories.cable #main > .inner #title + ul li .txt {
        padding: 20px;
        text-align: center; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.cable #main > .inner #title + ul li .txt {
            padding: 10px 0; } }
        #smartphone_accessories.cable #main > .inner #title + ul li .txt h3 {
          font-size: 20px;
          margin: 0 0 10px 0;
          font-weight: bold;
          line-height: 1.8; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.cable #main > .inner #title + ul li .txt h3 {
              font-size: 18px; } }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.cable #main > .inner #title + ul li .txt p {
            font-size: 14px; } }
    #smartphone_accessories.cable #main > .inner #buy {
      border-top: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      margin: 0 0 50px 0; }
      #smartphone_accessories.cable #main > .inner #buy > div {
        float: left;
        width: 50%; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.cable #main > .inner #buy > div {
            float: none;
            width: 100%; } }
        #smartphone_accessories.cable #main > .inner #buy > div:first-child img {
          width: 100%; }
        #smartphone_accessories.cable #main > .inner #buy > div:last-child {
          position: relative;
          height: 368px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.cable #main > .inner #buy > div:last-child {
              height: auto; } }
          #smartphone_accessories.cable #main > .inner #buy > div:last-child > div {
            position: absolute;
            top: 50%;
            left: 20px;
            -webkit-transform: translate(0,-50%);
            -moz-transform: translate(0,-50%);
            -ms-transform: translate(0,-50%);
            -o-transform: translate(0,-50%);
            transform: translate(0,-50%); }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.cable #main > .inner #buy > div:last-child > div {
                position: relative;
                top: auto;
                left: auto;
                -webkit-transform: translate(0,0);
                -moz-transform: translate(0,0);
                -ms-transform: translate(0,0);
                -o-transform: translate(0,0);
                transform: translate(0,0); } }
            #smartphone_accessories.cable #main > .inner #buy > div:last-child > div p {
              font-size: 18px;
              font-weight: bold;
              margin: 0 0 20px 0; }
              @media screen and (max-width: 750px) {
                #smartphone_accessories.cable #main > .inner #buy > div:last-child > div p {
                  text-align: center; } }
            #smartphone_accessories.cable #main > .inner #buy > div:last-child > div a {
              font-size: 18px;
              font-weight: bold;
              width: 255px;
              display: block;
              padding: 20px 0;
              border: 6px #ccc solid;
              text-align: center;
              -webkit-border-radius: 15px;
              -moz-border-radius: 15px;
              -ms-border-radius: 15px;
              -o-border-radius: 15px;
              border-radius: 15px; }
              @media screen and (max-width: 750px) {
                #smartphone_accessories.cable #main > .inner #buy > div:last-child > div a {
                  width: 100%; } }
              #smartphone_accessories.cable #main > .inner #buy > div:last-child > div a:hover {
                background: #f1f1f1; }
    #smartphone_accessories.cable #main > .inner #manual {
      margin: 0 0 60px 0; }
      #smartphone_accessories.cable #main > .inner #manual > div {
        float: left;
        width: 50%; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.cable #main > .inner #manual > div {
            float: none;
            width: 100%; } }
        #smartphone_accessories.cable #main > .inner #manual > div:first-child {
          padding-right: 20px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.cable #main > .inner #manual > div:first-child {
              padding: 0; } }
          #smartphone_accessories.cable #main > .inner #manual > div:first-child img {
            width: 100%; }
        #smartphone_accessories.cable #main > .inner #manual > div:last-child {
          padding-left: 20px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.cable #main > .inner #manual > div:last-child {
              padding: 0; } }
          #smartphone_accessories.cable #main > .inner #manual > div:last-child table {
            margin: 0 0 20px 0;
            border-top: 1px solid #000;
            width: 100%; }
            #smartphone_accessories.cable #main > .inner #manual > div:last-child table td {
              font-size: 14px;
              padding: 5px;
              border-bottom: 1px solid #000; }
              #smartphone_accessories.cable #main > .inner #manual > div:last-child table td:first-child {
                background: #eeeeee;
                width: 26.0869565217%; }
        #smartphone_accessories.cable #main > .inner #manual > div h3 {
          background: #a0a0a0;
          color: #fff;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.1em;
          padding: 10px 0;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          margin: 0 0 20px 0; }

#smartphone_accessories.film #main {
  padding-top: 80px; }
  @media screen and (max-width: 750px) {
    #smartphone_accessories.film #main {
      padding-top: 80px; } }
  #smartphone_accessories.film #main #cover h1 {
    font-size: 48px; }
    #smartphone_accessories.film #main #cover h1 span {
      display: block;
      font-size: 24px;
      margin: 0 0 15px 0; }
  #smartphone_accessories.film #main > .inner {
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.film #main > .inner {
        width: 100%;
        padding: 0 10px; } }
    #smartphone_accessories.film #main > .inner #title {
      margin: 0 0 50px 0;
      position: relative; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.film #main > .inner #title > div {
          position: relative; } }
      #smartphone_accessories.film #main > .inner #title > div h2 {
        font-size: 36px;
        font-weight: bold;
        line-height: 1.5;
        position: absolute;
        top: 60px;
        left: 415px; }
        #smartphone_accessories.film #main > .inner #title > div h2 span {
          font-family: Helvetica, Arial, "sans-serif";
          font-weight: 500; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #title > div h2 {
            padding: 0;
            top: auto;
            left: 0;
            bottom: 10px;
            font-size: 20px;
            text-align: center;
            width: 100%;
            text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff; } }
      #smartphone_accessories.film #main > .inner #title > div img {
        width: 100%; }
      #smartphone_accessories.film #main > .inner #title p {
        position: absolute;
        top: 136px;
        left: 415px;
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #title p {
            font-size: 16px;
            position: relative;
            top: auto;
            left: auto;
            text-align: center;
            padding: 20px 0; } }
    #smartphone_accessories.film #main > .inner #feature ul {
      width: 830px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.film #main > .inner #feature ul {
          width: 100%; } }
      #smartphone_accessories.film #main > .inner #feature ul li {
        float: left;
        width: 365px;
        height: 525px;
        margin: 0 100px 0 0; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #feature ul li {
            float: none;
            width: 100%;
            margin: 0;
            height: auto; } }
        #smartphone_accessories.film #main > .inner #feature ul li:nth-child(even) {
          margin: 0; }
        #smartphone_accessories.film #main > .inner #feature ul li > div:nth-child(1) img {
          width: 100%; }
        #smartphone_accessories.film #main > .inner #feature ul li > div:nth-child(2) {
          padding: 30px 0 0 0;
          text-align: center; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.film #main > .inner #feature ul li > div:nth-child(2) {
              padding-bottom: 30px; } }
          #smartphone_accessories.film #main > .inner #feature ul li > div:nth-child(2) h3 {
            font-weight: bold;
            font-size: 20px;
            margin: 0 0 20px 0; }
          #smartphone_accessories.film #main > .inner #feature ul li > div:nth-child(2) p {
            font-size: 15px;
            margin: 0 -10px; }
    #smartphone_accessories.film #main > .inner #buy {
      border-top: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      margin: 0 0 50px 0;
      position: relative; }
      #smartphone_accessories.film #main > .inner #buy > div {
        float: left; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #buy > div {
            float: none;
            width: 100%; } }
        #smartphone_accessories.film #main > .inner #buy > div:first-child {
          width: 305px;
          text-align: right; }
          #smartphone_accessories.film #main > .inner #buy > div:first-child img {
            width: 236px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.film #main > .inner #buy > div:first-child {
              width: 100%;
              text-align: center; } }
        #smartphone_accessories.film #main > .inner #buy > div:last-child {
          position: relative;
          width: 655px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.film #main > .inner #buy > div:last-child {
              height: auto;
              width: 100%; } }
          #smartphone_accessories.film #main > .inner #buy > div:last-child > ul {
            margin: 41px 0 0 34px; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.film #main > .inner #buy > div:last-child > ul {
                margin: 0 0 30px 0; } }
            #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li {
              float: left;
              margin: 0 0 15px 0;
              width: 295px; }
              @media screen and (max-width: 750px) {
                #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li {
                  width: 100%;
                  margin: 0 0 5px 0;
                  float: none; } }
              #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li:nth-child(odd) {
                margin-right: 15px; }
              #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li:last-child {
                margin-right: 0;
                width: 605px; }
                @media screen and (max-width: 750px) {
                  #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li:last-child {
                    margin: 0;
                    width: 100%; } }
              #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li a {
                font-size: 17px;
                font-weight: bold;
                display: block;
                padding: 5px 0;
                border: 6px #ccc solid;
                text-align: center;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                -ms-border-radius: 15px;
                -o-border-radius: 15px;
                border-radius: 15px; }
                @media screen and (max-width: 750px) {
                  #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li a {
                    width: 100%;
                    font-size: 14px; } }
                #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li a:hover {
                  background: #f1f1f1; }
                #smartphone_accessories.film #main > .inner #buy > div:last-child > ul li a span {
                  font-family: Helvetica,Arial, "sans-serif";
                  display: block; }
    #smartphone_accessories.film #main > .inner #campaign h2 {
      font-size: 34px;
      font-style: italic;
      font-weight: bold;
      text-align: center;
      margin: 0 0 25px 0; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.film #main > .inner #campaign h2 {
          font-size: 28px;
          line-height: 1.5; } }
      #smartphone_accessories.film #main > .inner #campaign h2 img {
        width: 180px;
        margin: 0 10px 0 0; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #campaign h2 img {
            display: block;
            margin: 0 auto 10px auto;
            width: 150px; } }
    #smartphone_accessories.film #main > .inner #campaign h2 + p {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
      margin: 0 0 38px 0; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.film #main > .inner #campaign h2 + p {
          font-size: 16px; } }
    #smartphone_accessories.film #main > .inner #campaign h2 + p + p {
      text-align: center; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.film #main > .inner #campaign h2 + p + p img {
          width: 100%; } }
    #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p {
      text-align: center;
      margin: 0 0 20px 0; }
      #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p a {
        display: inline-block;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px;
        background: #4b4b4b;
        font-weight: bold;
        font-size: 18px;
        padding: 18px 22px;
        line-height: 1;
        color: #fff; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p a {
            width: 100%;
            display: block; } }
        #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p a:hover {
          background: #ccc; }
        #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p a span {
          font-family: Helvetica,Arial, "sans-serif"; }
    #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p + ul {
      text-align: center;
      margin: 0 0 15px 0; }
      #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p + ul li {
        display: inline-block;
        width: 235px;
        margin: 0 10px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p + ul li {
            width: 100%;
            display: block;
            margin: 0 0 5px 0; } }
        #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p + ul li a {
          font-size: 18px;
          font-weight: bold;
          display: block;
          padding: 5px 0;
          border: 6px #ccc solid;
          text-align: center;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p + ul li a {
              width: 100%;
              font-size: 14px; } }
          #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p + ul li a:hover {
            background: #f1f1f1; }
          #smartphone_accessories.film #main > .inner #campaign h2 + p + p + p + ul li a span {
            font-family: Helvetica,Arial, "sans-serif";
            display: block; }
    #smartphone_accessories.film #main > .inner #campaign .outline {
      margin: 0 0 36px 0; }
      #smartphone_accessories.film #main > .inner #campaign .outline h3 {
        background: #eeeeee;
        font-size: 16px;
        line-height: 1;
        padding: 8px 0 5px 10px;
        font-weight: bold; }
      #smartphone_accessories.film #main > .inner #campaign .outline h3 + p {
        padding: 10px 10px 35px 28px;
        font-size: 16px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #campaign .outline h3 + p {
            padding: 10px 10px 35px 10px;
            font-size: 14px; } }
        #smartphone_accessories.film #main > .inner #campaign .outline h3 + p a {
          color: #9a9a9a;
          text-decoration: underline; }
          #smartphone_accessories.film #main > .inner #campaign .outline h3 + p a:hover {
            text-decoration: none; }
      #smartphone_accessories.film #main > .inner #campaign .outline h4 {
        padding: 10px 10px 10px 28px;
        font-size: 16px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #campaign .outline h4 {
            padding: 10px 10px 10px 10px;
            text-indent: -25px;
            margin-left: 25px; } }
      #smartphone_accessories.film #main > .inner #campaign .outline h4 + p {
        padding: 0px 10px 35px 57px;
        font-size: 12px;
        text-indent: -8px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #campaign .outline h4 + p {
            padding: 0px 10px 35px 38px;
            font-size: 11px; } }
        #smartphone_accessories.film #main > .inner #campaign .outline h4 + p span:first-child {
          font-size: 16px; }
        #smartphone_accessories.film #main > .inner #campaign .outline h4 + p span.note {
          color: #f00;
          display: inline-block;
          margin: 3px 0 0 8px; }
      #smartphone_accessories.film #main > .inner #campaign .outline h3 + ul {
        padding: 10px 10px 30px 40px; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #campaign .outline h3 + ul {
            padding: 10px 10px 30px 10px;
            font-size: 14px; } }
        #smartphone_accessories.film #main > .inner #campaign .outline h3 + ul li {
          line-height: 1.5;
          margin: 0 0 5px 14px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.film #main > .inner #campaign .outline h3 + ul li {
              text-indent: -14px; } }
    #smartphone_accessories.film #main > .inner #manual {
      margin: 0 0 60px 0; }
      #smartphone_accessories.film #main > .inner #manual > div {
        float: left;
        width: 50%; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.film #main > .inner #manual > div {
            float: none;
            width: 100%; } }
        #smartphone_accessories.film #main > .inner #manual > div:first-child {
          padding-right: 20px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.film #main > .inner #manual > div:first-child {
              padding: 0; } }
          #smartphone_accessories.film #main > .inner #manual > div:first-child img {
            width: 435px;
            margin: 0 0 0 22px; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.film #main > .inner #manual > div:first-child img {
                width: 100%;
                margin: 0 0 30px 0; } }
        #smartphone_accessories.film #main > .inner #manual > div:last-child {
          padding-left: 20px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.film #main > .inner #manual > div:last-child {
              padding: 0; } }
          #smartphone_accessories.film #main > .inner #manual > div:last-child h3 + ul {
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            padding: 10px;
            margin: 0 0 40px 0; }
            #smartphone_accessories.film #main > .inner #manual > div:last-child h3 + ul li {
              font-size: 14px; }
              #smartphone_accessories.film #main > .inner #manual > div:last-child h3 + ul li:before {
                content: "・"; }
          #smartphone_accessories.film #main > .inner #manual > div:last-child table {
            margin: 0 0 20px 0;
            border-top: 1px solid #000;
            width: 100%; }
            #smartphone_accessories.film #main > .inner #manual > div:last-child table td {
              font-size: 14px;
              padding: 5px;
              border-bottom: 1px solid #000; }
              @media screen and (max-width: 750px) {
                #smartphone_accessories.film #main > .inner #manual > div:last-child table td {
                  font-size: 12px; } }
              #smartphone_accessories.film #main > .inner #manual > div:last-child table td:first-child {
                background: #eeeeee;
                width: 26.0869565217%;
                white-space: nowrap; }
          #smartphone_accessories.film #main > .inner #manual > div:last-child h4 {
            font-weight: bold;
            font-size: 16px; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.film #main > .inner #manual > div:last-child h4 {
                font-size: 14px; } }
        #smartphone_accessories.film #main > .inner #manual > div h3 {
          background: #a0a0a0;
          color: #fff;
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.1em;
          padding: 10px 0;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          border-radius: 10px;
          margin: 0 0 23px 0; }

#smartphone_accessories.anti-shock_slim #main,
#smartphone_accessories.ole_stand2 #main,
#smartphone_accessories.alumi_glass #main,
#smartphone_accessories.color_glass #main {
  padding-top: 80px; }
  @media screen and (max-width: 750px) {
    
    #smartphone_accessories.anti-shock_slim #main,
    #smartphone_accessories.ole_stand2 #main,
    #smartphone_accessories.alumi_glass #main,
    #smartphone_accessories.color_glass #main {
      padding-top: 80px; } }
  
#smartphone_accessories.anti-shock_slim #main #cover h1,
#smartphone_accessories.ole_stand2 #main #cover h1,
#smartphone_accessories.alumi_glass #main #cover h1,
  #smartphone_accessories.color_glass #main #cover h1 {
    font-size: 48px;
    color: #fff;
    text-shadow: none; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.anti-shock_slim #main #cover h1,
      #smartphone_accessories.ole_stand2 #main #cover h1,
        #smartphone_accessories.alumi_glass #main #cover h1,
      #smartphone_accessories.color_glass #main #cover h1 {
        font-size: 42px; } }
    #smartphone_accessories.anti-shock_slim #main #cover h1 span,
#smartphone_accessories.ole_stand2 #main #cover h1 span,
    #smartphone_accessories.alumi_glass #main #cover h1 span,
#smartphone_accessories.color_glass #main #cover h1 span {
      display: block;
      font-size: 24px;
      margin: 0 0 15px 0; }
  #smartphone_accessories.anti-shock_slim #main > .inner,
  #smartphone_accessories.ole_stand2 #main > .inner,
#smartphone_accessories.alumi_glass #main > .inner,
  #smartphone_accessories.color_glass #main > .inner {
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.anti-shock_slim #main > .inner,
      #smartphone_accessories.ole_stand2 #main > .inner,
        #smartphone_accessories.alumi_glass #main > .inner,
      #smartphone_accessories.color_glass #main > .inner {
        width: 100%;
        padding: 0 10px; } }
    #smartphone_accessories.anti-shock_slim #main > .inner #feature ul,
    #smartphone_accessories.ole_stand2 #main > .inner #feature ul,
    #smartphone_accessories.alumi_glass #main > .inner #feature ul,
    #smartphone_accessories.color_glass #main > .inner #feature ul {
      width: 830px;
      margin: 0 auto; }
      @media screen and (max-width: 750px) {
        #smartphone_accessories.anti-shock_slim #main > .inner #feature ul,
        #smartphone_accessories.ole_stand2 #main > .inner #feature ul,
        #smartphone_accessories.alumi_glass #main > .inner #feature ul,
        #smartphone_accessories.color_glass #main > .inner #feature ul {
          width: 100%; } }
      #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li,
      #smartphone_accessories.ole_stand2 #main > .inner #feature ul li,
      #smartphone_accessories.alumi_glass #main > .inner #feature ul li,
      #smartphone_accessories.color_glass #main > .inner #feature ul li {
        float: left;
        width: 365px;
        height: 525px;
        margin: 0 100px 0 0; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li,
          #smartphone_accessories.ole_stand2 #main > .inner #feature ul li,
          #smartphone_accessories.alumi_glass #main > .inner #feature ul li,
          #smartphone_accessories.color_glass #main > .inner #feature ul li {
            float: none;
            width: 100%;
            margin: 0;
            height: auto; } }
        #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li:nth-child(even),
        #smartphone_accessories.ole_stand2 #main > .inner #feature ul li:nth-child(even),
        #smartphone_accessories.alumi_glass #main > .inner #feature ul li:nth-child(even),
        #smartphone_accessories.color_glass #main > .inner #feature ul li:nth-child(even) {
          margin: 0; }
        #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li > div:nth-child(1) img,
        #smartphone_accessories.ole_stand2 #main > .inner #feature ul li > div:nth-child(1) img,
        #smartphone_accessories.alumi_glass #main > .inner #feature ul li > div:nth-child(1) img,
        #smartphone_accessories.color_glass #main > .inner #feature ul li > div:nth-child(1) img {
          width: 100%; }
        #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li > div:nth-child(2),
        #smartphone_accessories.ole_stand2 #main > .inner #feature ul li > div:nth-child(2),
        #smartphone_accessories.alumi_glass #main > .inner #feature ul li > div:nth-child(2),
        #smartphone_accessories.color_glass #main > .inner #feature ul li > div:nth-child(2) {
          padding: 30px 0 0 0;
          text-align: center; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li > div:nth-child(2),
            #smartphone_accessories.ole_stand2 #main > .inner #feature ul li > div:nth-child(2),
            #smartphone_accessories.alumi_glass #main > .inner #feature ul li > div:nth-child(2),
            #smartphone_accessories.color_glass #main > .inner #feature ul li > div:nth-child(2) {
              padding-bottom: 30px; } }
          #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li > div:nth-child(2) h3,
          #smartphone_accessories.ole_stand2 #main > .inner #feature ul li > div:nth-child(2) h3,
          #smartphone_accessories.alumi_glass #main > .inner #feature ul li > div:nth-child(2) h3,
          #smartphone_accessories.color_glass #main > .inner #feature ul li > div:nth-child(2) h3 {
            font-weight: bold;
            font-size: 20px;
            margin: 0 0 20px 0;
            white-space: nowrap; }
          #smartphone_accessories.anti-shock_slim #main > .inner #feature ul li > div:nth-child(2) p,
          #smartphone_accessories.ole_stand2 #main > .inner #feature ul li > div:nth-child(2) p,
          #smartphone_accessories.alumi_glass #main > .inner #feature ul li > div:nth-child(2) p,
          #smartphone_accessories.color_glass #main > .inner #feature ul li > div:nth-child(2) p {
            font-size: 15px;
            margin: 0 -10px; }
    #smartphone_accessories.anti-shock_slim #main > .inner #buy,
    #smartphone_accessories.ole_stand2 #main > .inner #buy,
    #smartphone_accessories.alumi_glass #main > .inner #buy,
    #smartphone_accessories.color_glass #main > .inner #buy {
      border-top: 1px solid #b5b5b5;
      border-bottom: 1px solid #b5b5b5;
      padding: 30px 0;
      position: relative; }
      #smartphone_accessories.anti-shock_slim #main > .inner #buy p,
      #smartphone_accessories.ole_stand2 #main > .inner #buy p,
      #smartphone_accessories.alumi_glass #main > .inner #buy p,
      #smartphone_accessories.color_glass #main > .inner #buy p {
        text-align: center; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.anti-shock_slim #main > .inner #buy p img,
          #smartphone_accessories.ole_stand2 #main > .inner #buy p img,
          #smartphone_accessories.alumi_glass #main > .inner #buy p img,
          #smartphone_accessories.color_glass #main > .inner #buy p img {
            width: 40%;
            margin: 0 10px 20px; } }
      #smartphone_accessories.anti-shock_slim #main > .inner #buy ul,
      #smartphone_accessories.ole_stand2 #main > .inner #buy ul,
      #smartphone_accessories.alumi_glass #main > .inner #buy ul,
      #smartphone_accessories.color_glass #main > .inner #buy ul {
        margin: 41px 0 0;
        text-align: center; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.anti-shock_slim #main > .inner #buy ul,
          #smartphone_accessories.ole_stand2 #main > .inner #buy ul,
          #smartphone_accessories.alumi_glass #main > .inner #buy ul,
          #smartphone_accessories.color_glass #main > .inner #buy ul {
            margin: 0 0 30px 0; } }
        #smartphone_accessories.anti-shock_slim #main > .inner #buy ul li,
        #smartphone_accessories.ole_stand2 #main > .inner #buy ul li,
        #smartphone_accessories.alumi_glass #main > .inner #buy ul li,
        #smartphone_accessories.color_glass #main > .inner #buy ul li {
          margin: 0 15px 15px 0;
          width: 235px;
          display: inline-block; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.anti-shock_slim #main > .inner #buy ul li,
            #smartphone_accessories.ole_stand2 #main > .inner #buy ul li,
            #smartphone_accessories.alumi_glass #main > .inner #buy ul li,
            #smartphone_accessories.color_glass #main > .inner #buy ul li {
              width: 100%;
              margin: 0 0 5px 0;
              float: none; } }

#smartphone_accessories.ole_stand2 #main > .inner #buy ul li{
font-size: 12px;    
}
#smartphone_accessories.ole_stand2 #main > .inner #buy ul li span{
font-size: 16px;    
 }

#smartphone_accessories.anti-shock_slim #main > .inner #buy ul li a,
          #smartphone_accessories.ole_stand2 #main > .inner #buy ul li a,
          #smartphone_accessories.alumi_glass #main > .inner #buy ul li a,
          #smartphone_accessories.color_glass #main > .inner #buy ul li a {
            font-size: 17px;
            font-weight: bold;
            display: block;
            padding: 5px 0;
            border: 6px #ccc solid;
            text-align: center;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
            border-radius: 15px; }
            @media screen and (max-width: 750px) {
              #smartphone_accessories.anti-shock_slim #main > .inner #buy ul li a,
              #smartphone_accessories.ole_stand2 #main > .inner #buy ul li a,
              #smartphone_accessories.alumi_glass #main > .inner #buy ul li a,
              #smartphone_accessories.color_glass #main > .inner #buy ul li a {
                width: 100%;
                font-size: 14px; } }
            #smartphone_accessories.anti-shock_slim #main > .inner #buy ul li a:hover,
            #smartphone_accessories.ole_stand2 #main > .inner #buy ul li a:hover,
            #smartphone_accessories.alumi_glass #main > .inner #buy ul li a:hover,
            #smartphone_accessories.color_glass #main > .inner #buy ul li a:hover {
              background: #f1f1f1; }
            #smartphone_accessories.anti-shock_slim #main > .inner #buy ul li a span,
            #smartphone_accessories.ole_stand2 #main > .inner #buy ul li a span,
            #smartphone_accessories.alumi_glass #main > .inner #buy ul li a span,
            #smartphone_accessories.color_glass #main > .inner #buy ul li a span {
              font-family: Helvetica,Arial, "sans-serif";
              display: block; }
    #smartphone_accessories.anti-shock_slim #main > .inner #manual,
    #smartphone_accessories.ole_stand2 #main > .inner #manual,
    #smartphone_accessories.alumi_glass #main > .inner #manual,
    #smartphone_accessories.color_glass #main > .inner #manual {
      padding: 50px 0; }
      #smartphone_accessories.anti-shock_slim #main > .inner #manual h3,
      #smartphone_accessories.ole_stand2 #main > .inner #manual h3,
      #smartphone_accessories.alumi_glass #main > .inner #manual h3,
      #smartphone_accessories.color_glass #main > .inner #manual h3 {
        background: #a0a0a0;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.1em;
        padding: 10px 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
      #smartphone_accessories.anti-shock_slim #main > .inner #manual h3 + p,
      #smartphone_accessories.ole_stand2 #main > .inner #manual h3 + p,
      #smartphone_accessories.alumi_glass #main > .inner #manual h3 + p,
      #smartphone_accessories.color_glass #main > .inner #manual h3 + p {
        padding: 25px 0;
        text-align: center; }
      #smartphone_accessories.anti-shock_slim #main > .inner #manual h4,
      #smartphone_accessories.ole_stand2 #main > .inner #manual h4,
      #smartphone_accessories.alumi_glass #main > .inner #manual h4,
      #smartphone_accessories.color_glass #main > .inner #manual h4 {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 5px;
        text-align: center; }
      #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div,
      #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div,
      #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div,
      #smartphone_accessories.color_glass #main > .inner #manual h4 + div {
        display: flex; }
        @media screen and (max-width: 750px) {
          #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div,
          #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div,
          #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div,
          #smartphone_accessories.color_glass #main > .inner #manual h4 + div {
            display: block; } }
        #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div,
        #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div > div,
        #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div,
        #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div {
          width: 50%;
          padding: 30px 85px; }
          @media screen and (max-width: 750px) {
            #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div,
            #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div > div,
            #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div,
            #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div {
              width: 100%;
              padding: 20px; } }
          #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div h5,
          #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div h5,
          #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div h5 {
            text-indent: -16px;
            margin-left: 16px; }
          #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div:nth-child(1) h5 + p,
          #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div > div:nth-child(1) h5 + p,
          #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div:nth-child(1) h5 + p,
          #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div:nth-child(1) h5 + p {
            text-indent: -16px;
            margin-left: 16px; }
          #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div:nth-child(1) h5 + p + p,
          #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div > div:nth-child(1) h5 + p + p,
          #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div:nth-child(1) h5 + p + p,
          #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div:nth-child(1) h5 + p + p {
            text-align: center;
            padding: 20px 0; }
          #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div:nth-child(2) h5 + p,
          #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div > div:nth-child(2) h5 + p,
          #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div:nth-child(2) h5 + p,
          #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div:nth-child(2) h5 + p {
            text-align: center;
            padding: 20px 0; }
          #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div,
          #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div,
          #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div,
          #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div {
            display: flex;
            justify-content: space-around; }
            #smartphone_accessories.anti-shock_slim #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div p,
            #smartphone_accessories.ole_stand2 #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div p,
            #smartphone_accessories.alumi_glass #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div p,
            #smartphone_accessories.color_glass #main > .inner #manual h4 + div > div:nth-child(2) h5 + p + div p {
              font-size: 12px; }

#smartphone_accessories.color_glass #main > .inner #buy p {
  padding: 0 50px; }
  @media screen and (max-width: 750px) {
    #smartphone_accessories.color_glass #main > .inner #buy p {
      padding: 0; } }
  #smartphone_accessories.color_glass #main > .inner #buy p img {
    margin: 0 30px; }
    @media screen and (max-width: 750px) {
      #smartphone_accessories.color_glass #main > .inner #buy p img {
        width: 40%;
        margin: 0 10px 0; } }

#other_items.index #main {
  padding-top: 80px; }
  @media screen and (max-width: 750px) {
    #other_items.index #main {
      padding-top: 80px; } }
  #other_items.index #main .inner > div {
    width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      #other_items.index #main .inner > div {
        width: 100%;
        padding: 0 10px; } }
  #other_items.index #main .inner section:nth-child(1) {
    margin: 0 0 100px; }
    #other_items.index #main .inner section:nth-child(1) .cover {
      position: relative;
      margin: 0 0 24px 0; }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(1) .cover {
          margin: 0 -10px 10px -10px; } }
      #other_items.index #main .inner section:nth-child(1) .cover .txt {
        position: absolute;
        right: 0;
        bottom: 0;
        white-space: nowrap;
        padding: 20px; }
        @media screen and (max-width: 750px) {
          #other_items.index #main .inner section:nth-child(1) .cover .txt {
            left: 0;
            width: 100%; } }
        #other_items.index #main .inner section:nth-child(1) .cover .txt h1 {
          font-size: 36px;
          margin: 0 0 15px 0;
          line-height: 1;
          color: #fff; }
          @media screen and (max-width: 750px) {
            #other_items.index #main .inner section:nth-child(1) .cover .txt h1 {
              font-size: 24px;
              margin: 0 0 15px 0;
              text-align: center;
              width: 100%; } }
        #other_items.index #main .inner section:nth-child(1) .cover .txt p {
          font-size: 18px;
          line-height: 1.5; }
          @media screen and (max-width: 750px) {
            #other_items.index #main .inner section:nth-child(1) .cover .txt p {
              font-size: 16px;
              line-height: 1.5;
              text-align: center;
              display: none; } }
      #other_items.index #main .inner section:nth-child(1) .cover img {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 750px) {
          #other_items.index #main .inner section:nth-child(1) .cover img {
            margin: 0 0 10px; } }
    #other_items.index #main .inner section:nth-child(1) h2 {
      text-align: center;
      font-size: 20px;
      font-weight: bold; }
    #other_items.index #main .inner section:nth-child(1) h2 + p {
      text-align: center;
      font-size: 12px;
      margin: 0 0 20px; }
    #other_items.index #main .inner section:nth-child(1) ul.items {
      display: flex;
      justify-content: space-between;
      margin: 0 0 60px; }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(1) ul.items {
          display: block; } }
      #other_items.index #main .inner section:nth-child(1) ul.items li {
        width: 255px;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 750px) {
          #other_items.index #main .inner section:nth-child(1) ul.items li {
            width: 100%;
            margin-bottom: 50px; } }
        #other_items.index #main .inner section:nth-child(1) ul.items li img {
          width: 100%; }
          @media screen and (max-width: 750px) {
            #other_items.index #main .inner section:nth-child(1) ul.items li img {
              width: 80%; } }
        #other_items.index #main .inner section:nth-child(1) ul.items li img + p {
          padding: 10px 0;
          font-size: 18px; }
        #other_items.index #main .inner section:nth-child(1) ul.items li img.ura {
          width: 129px;
          height: auto;
          position: absolute;
          right: -28px; }
          @media screen and (max-width: 750px) {
            #other_items.index #main .inner section:nth-child(1) ul.items li img.ura {
              right: 10px; } }
          #other_items.index #main .inner section:nth-child(1) ul.items li img.ura.ura1 {
            top: -28px; }
            @media screen and (max-width: 750px) {
              #other_items.index #main .inner section:nth-child(1) ul.items li img.ura.ura1 {
                top: 0; } }
          #other_items.index #main .inner section:nth-child(1) ul.items li img.ura.ura2 {
            top: 123px; }
        #other_items.index #main .inner section:nth-child(1) ul.items li a {
          font-size: 24px;
          font-family: Helvetica,Arial, "sans-serif";
          font-weight: bold;
          width: 250px;
          display: block;
          padding: 10px;
          border: 6px #ccc solid;
          margin: 0 auto;
          text-align: center;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          border-radius: 15px; }
          @media screen and (max-width: 750px) {
            #other_items.index #main .inner section:nth-child(1) ul.items li a {
              width: 100%; } }
          #other_items.index #main .inner section:nth-child(1) ul.items li a:hover {
            background: #f1f1f1; }
  #other_items.index #main .inner section:nth-child(2) .cover, #other_items.index #main .inner section:nth-child(3) .cover {
    position: relative;
    margin: 0 0 24px 0; }
    @media screen and (max-width: 750px) {
      #other_items.index #main .inner section:nth-child(2) .cover, #other_items.index #main .inner section:nth-child(3) .cover {
        margin: 0 -10px 10px -10px; } }
    #other_items.index #main .inner section:nth-child(2) .cover .txt, #other_items.index #main .inner section:nth-child(3) .cover .txt {
      position: absolute;
      left: 525px;
      top: 50%;
      -webkit-transform: translate(0,-50%);
      -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
      transform: translate(0,-50%);
      text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 10px #fff; }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(2) .cover .txt, #other_items.index #main .inner section:nth-child(3) .cover .txt {
          left: 0;
          width: 100%; } }
      #other_items.index #main .inner section:nth-child(2) .cover .txt h1, #other_items.index #main .inner section:nth-child(3) .cover .txt h1 {
        font-size: 36px;
        margin: 0 0 25px 0;
        line-height: 1; }
        @media screen and (max-width: 750px) {
          #other_items.index #main .inner section:nth-child(2) .cover .txt h1, #other_items.index #main .inner section:nth-child(3) .cover .txt h1 {
            font-size: 24px;
            margin: 0 0 15px 0;
            text-align: center;
            width: 100%; } }
      #other_items.index #main .inner section:nth-child(2) .cover .txt p, #other_items.index #main .inner section:nth-child(3) .cover .txt p {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.8; }
        @media screen and (max-width: 750px) {
          #other_items.index #main .inner section:nth-child(2) .cover .txt p, #other_items.index #main .inner section:nth-child(3) .cover .txt p {
            font-size: 16px;
            line-height: 1.5;
            text-align: center;
            display: none; } }
    #other_items.index #main .inner section:nth-child(2) .cover img, #other_items.index #main .inner section:nth-child(3) .cover img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(2) .cover img, #other_items.index #main .inner section:nth-child(3) .cover img {
          margin: 0 0 10px; } }
  #other_items.index #main .inner section:nth-child(2) .cover + p, #other_items.index #main .inner section:nth-child(3) .cover + p {
    display: none; }
    @media screen and (max-width: 750px) {
      #other_items.index #main .inner section:nth-child(2) .cover + p, #other_items.index #main .inner section:nth-child(3) .cover + p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        display: block;
        margin: 0 0 40px 0; } }
  #other_items.index #main .inner section:nth-child(2) .cover + p + p, #other_items.index #main .inner section:nth-child(3) .cover + p + p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8; }
    @media screen and (max-width: 750px) {
      #other_items.index #main .inner section:nth-child(2) .cover + p + p, #other_items.index #main .inner section:nth-child(3) .cover + p + p {
        font-size: 16px;
        line-height: 1.5; } }
  #other_items.index #main .inner section:nth-child(2) .cover + p + p + p.material, #other_items.index #main .inner section:nth-child(3) .cover + p + p + p.material {
    text-align: center;
    font-size: 14px;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 750px) {
      #other_items.index #main .inner section:nth-child(2) .cover + p + p + p.material, #other_items.index #main .inner section:nth-child(3) .cover + p + p + p.material {
        font-size: 12px; } }
  #other_items.index #main .inner section:nth-child(2) ul.photo, #other_items.index #main .inner section:nth-child(3) ul.photo {
    margin: 0 0 55px 0; }
    #other_items.index #main .inner section:nth-child(2) ul.photo li, #other_items.index #main .inner section:nth-child(3) ul.photo li {
      float: left;
      margin: 0 15px 0 0; }
      #other_items.index #main .inner section:nth-child(2) ul.photo li:last-child, #other_items.index #main .inner section:nth-child(3) ul.photo li:last-child {
        margin: 0; }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(2) ul.photo li, #other_items.index #main .inner section:nth-child(3) ul.photo li {
          float: none;
          margin: 0 0 10px 0;
          padding: 0 30px; } }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(2) ul.photo li img, #other_items.index #main .inner section:nth-child(3) ul.photo li img {
          width: 100%;
          height: auto; } }
  #other_items.index #main .inner section:nth-child(2) ul.items, #other_items.index #main .inner section:nth-child(3) ul.items {
    margin: 0 0 90px 0; }
    #other_items.index #main .inner section:nth-child(2) ul.items li, #other_items.index #main .inner section:nth-child(3) ul.items li {
      float: left;
      width: 50%;
      text-align: center; }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(2) ul.items li, #other_items.index #main .inner section:nth-child(3) ul.items li {
          float: none;
          width: 100%;
          margin: 0 0 50px 0; } }
      @media screen and (max-width: 750px) {
        #other_items.index #main .inner section:nth-child(2) ul.items li img, #other_items.index #main .inner section:nth-child(3) ul.items li img {
          width: 100%;
          height: auto; } }
      #other_items.index #main .inner section:nth-child(2) ul.items li p, #other_items.index #main .inner section:nth-child(3) ul.items li p {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 30px 0; }
        @media screen and (max-width: 750px) {
          #other_items.index #main .inner section:nth-child(2) ul.items li p, #other_items.index #main .inner section:nth-child(3) ul.items li p {
            font-size: 14px;
            margin: 0 0 10px 0; } }
      #other_items.index #main .inner section:nth-child(2) ul.items li a, #other_items.index #main .inner section:nth-child(3) ul.items li a {
        font-size: 24px;
        font-family: Helvetica,Arial, "sans-serif";
        font-weight: bold;
        width: 250px;
        display: block;
        padding: 10px;
        border: 6px #ccc solid;
        margin: 0 auto;
        text-align: center;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        border-radius: 15px; }
        @media screen and (max-width: 750px) {
          #other_items.index #main .inner section:nth-child(2) ul.items li a, #other_items.index #main .inner section:nth-child(3) ul.items li a {
            width: 100%; } }
        #other_items.index #main .inner section:nth-child(2) ul.items li a:hover, #other_items.index #main .inner section:nth-child(3) ul.items li a:hover {
          background: #f1f1f1; }
