
#wrapper {
  background-image: url(../img/ccbg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}


/* Style for PCs */
@media screen and (min-width: 1025px) {

  /* Header */
  #header {
    width: 100%;
    height: 176px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
  }

  #header #hrbody {
    width: 100%;
    max-width: 1400px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }

  /* Pagetitle */
  .pagetitlecc {
    width: 100%;
    height: 300px;
    display: block;
    margin: 146px auto 0;
  }

  .pagetitlecc#pt-privacy {
    background-image: url(../img/pagebg/privacy.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-contact {
    background-image: url(../img/pagebg/contact.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-access {
    background-image: url(../img/pagebg/access.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-company {
    background-image: url(../img/pagebg/company.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-stock {
    background-image: url(../img/pagebg/stock.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-warranty {
    background-image: url(../img/pagebg/warranty.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-factory, 
  .pagetitlecc#pt-alignment, 
  .pagetitlecc#pt-computer {
    background-image: url(../img/pagebg/factory.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-custom {
    background-image: url(../img/pagebg/custom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-blog {
    background-image: url(../img/pagebg/blog.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-import {
    background-image: url(../img/pagebg/import.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  
  .pagetitlecc#pt-common {
    background-image: url(../img/pagebg/common.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  #ptbody {
    width: 100%;
    max-width: 1340px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #ptm {
    width: 500px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 9997;
    bottom: 30px;
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  #ptm h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    margin-bottom: 5px;
  }

  #ptm p {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
  }

  /* Basic styles */
  .mmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    padding: 50px 5% 60px 5%;
    margin: 0 auto;
  }

  .br_cancel br {
    display: none;
  }

  /* border-box */
  .bbbox30 {
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
  }

  /* Column */
  .col2 {
    width: 49%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }

  .col3 {
    width: 29.3333333333%;
    height: auto;
    display: block;
    float: left;
    margin: 0 2%;
  }

  .col4 {
    width: 24%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }

  /* Box left */
  .box20mleft {
    width: 18%;
    height: auto;
    display: block;
    float: left;
  }

  .box30mleft {
    width: 28%;
    height: auto;
    display: block;
    float: left;
  }

  .box40mleft {
    width: 38%;
    height: auto;
    display: block;
    float: left;
  }

  .box50mleft {
    width: 48%;
    height: auto;
    display: block;
    float: left;
  }

  .box60mleft {
    width: 58%;
    height: auto;
    display: block;
    float: left;
  }

  .box60mleft2 {
    width: 58%;
    height: auto;
    display: block;
    float: left;
  }

  .box70mleft {
    width: 68%;
    height: auto;
    display: block;
    float: left;
  }

  .box80mleft {
    width: 78%;
    height: auto;
    display: block;
    float: left;
  }

  /* Box right */
  .box20mright {
    width: 18%;
    height: auto;
    display: block;
    float: right;
  }

  .box30mright {
    width: 28%;
    height: auto;
    display: block;
    float: right;
  }

  .box40mright {
    width: 38%;
    height: auto;
    display: block;
    float: right;
  }

  .box40mright2 {
    width: 38%;
    height: auto;
    display: block;
    float: right;
  }

  .box50mright {
    width: 48%;
    height: auto;
    display: block;
    float: right;
  }

  .box60mright {
    width: 58%;
    height: auto;
    display: block;
    float: right;
  }

  .box70mright {
    width: 68%;
    height: auto;
    display: block;
    float: right;
  }

  .box80mright {
    width: 78%;
    height: auto;
    display: block;
    float: right;
  }

  /* Center box */
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* text styles */
  #msp p {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 2.5em;
  }

  #msp p.pnom {
    margin-bottom: 0!important;
  }

  #msp p.pnom1 {
    margin-bottom: 1em!important;
  }

  #msp h2.h2toptxt {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #3B445C;
  }

  #msp h2.h2pt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #79A4D4;
    margin-bottom: 10px;
    color: #2F4C9C;
  }

  #msp h2.h2pt br {
    display: none;
  }

  #msp h2.h2logo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    padding-top: 65px;
    background-image: url(../img/header/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 60px;
    margin-bottom: 5px;
    color: #2F4C9C;
    text-align: center;
  }

  #msp h3.h3nom1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #2F4C9C;
  }

  #msp h3.h3nom2 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 5px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 15px;
    color: #2F4C9C;
  }

  #msp h3.h3nom4 {
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 3px;
    color: #2F4C9C;
  }

  h3.h3nom5b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
  }

  h4.h4nom4b {
    font-size: 0.8em;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h4.h4nom3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: center;
    color: #444;
  }

  #msp h4.h4nom2 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h4.h4nom1 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    padding: 8px;
    margin-bottom: 15px;
    background-color: #2F4C9C;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  #msp ul.ulnom {
    margin: 0 0 2.5em 1em;
  }

  #msp ul.ulnom li {
    margin: 0 0 1em 1em;
    font-size: 12px;
    line-height: 1.5em;
    list-style-image: url(../img/lidot.png);
  }

  /* table and form */
  table.ts01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  table.ts01 tr th {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    color: #222;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2F4C9C;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 25%;
  }

  table.ts01 tr td {
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 75%;
  }

  table.ts02 {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02 th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
    text-align: left;
  }

  table.ts02 td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
  }

  table.ts02c {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02c th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02c td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  table.ts02scn {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02scn th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02scn td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  /* Access */
  .ttac {
    text-align: center;
  }

  #map_canvas_01 {
    width: 98%;
    height: 450px;
    display: block;
    margin: 1% 1% 50px 1%;
    box-shadow: 0px 2px 10px #d5d5d5;
  }

  /* Gallery */
  .gallist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .gallist a {
    width: 23%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 0.8rem 1%;
    color: #fff;
    background-color: #2F4C9C;
    box-shadow: 0px 2px 10px #d5d5d5;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .gallist a:hover {
    background-color: #1D6CBF;
  }

  .gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #fff;
  }
  
  #blog-wrap.gallist a {
    width: 23%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 0.8rem 1%;
    color: #3f4c6b;
    background-color: #fff;
    box-shadow: 0px 2px 10px #999;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  #blog-wrap.gallist a:hover {
    background-color: #f3f3f3;
  }
  
  #blog-wrap.gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #454545;
  }

  /* Import */
  .imic {
    width: 50%;
    height: auto;
    max-width: 150px;
    display: block;
    margin: 15px auto 0;
  }

  .col3c {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 15px;
  }

  ol.olnom {
    margin: 0 0 0 1em;
  }

  ol.olnom li {
    list-style: decimal!important;
    font-size: 12px;
    line-height: 1.6em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e0e0e0;
    margin: 0 0 5px 1em;
  }

  ol.olnom li:last-child {
    border-bottom: none;
  }

  /* stnlist */
  .stnlist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .stnlist a {
    width: 23%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 0.8rem 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
    box-shadow: 0px 1px 3px #999;
    border-bottom: 5px solid #2F4C9C;
  }

  .stnlist a:hover {
    background-color: #D7EAF7;
  }

  .stnlist a img {
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .stnlist a .stncc {
    width: auto;
    height: auto;
    display: block;
    padding: 10px 10px;
  }

  .stnlist a .stncc h2 {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #777;
  }

  .stnlist a .stncc h3 {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 10px;
  }

  .stnlist a .stncc dl {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 1%;
    margin-bottom: 10px;
  }

  .stnlist a .stncc dl dt {
    width: 50px;
    height: auto;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px;
    text-align: left;
    color: #666;
  }

  .stnlist a .stncc dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px 5px 5px 60px;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    color: #444;
  }

  .stnlist a .stncc p.p_price {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    text-align: center;
    margin-bottom: 0!important;
  }

  .stnlist a .stncc p.p_price strong {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4em;
    color: #222;
  }

  /* Factory (top) */
  ul.ulbn li {
    width: 300px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
  }

  ul.ulbn li a {
    width: 300px;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn li a:hover {
    background-color: #4D6EC7;
  }

  ul.ulbn2 {
    width: 620px;
    height: 50px;
    display: block;
    margin: 0 auto;
  }

  ul.ulbn2 li {
    width: 300px;
    height: 50px;
    display: block;
    margin-right: 10px;
    float: left;
  }

  ul.ulbn2 li a {
    width: 300px;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn2 li a:hover {
    background-color: #4D6EC7;
  }

  .ft16 {
    font-size: 18px;
    color: #2F4C9C;
  }

  /* Company */
  #company01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/image.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  #comp01cc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    padding: 40px 5% 430px;
    margin: 0 auto;
  }

  #comp01cc h2 {
    text-align: center;
    font-size: 34px;
    line-height: 1.4em;
    font-weight: 900;
    color: #202533;
    margin-bottom: 15px;
  }

  #comp01cc p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0px;
    text-align: center;
  }

  .mmdiv_left {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    background-color: #07216B;
  }

  .mdl0 {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    float: right;
    padding: 50px 250px 50px 20px;
    background-image: url(../img/company/bg_import.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }

  .mmdiv_right {
    width: 50%;
    height: auto;
    display: block;
    float: right;
    background-color: #2F4C9C;
  }

  .mdr0 {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: block;
    float: left;
    padding: 50px 20px 50px 250px;
    background-image: url(../img/company/bg_factory.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
  }

  #msp h2.h2toptxt2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #fff;
  }

  .txtw {
    color: #fff!important;
  }

  .txty {
    color: #F6EA50!important;
  }
  
  .comp-ph-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 auto;
  }
  
  .comp-ph-wrap .comp-ph {
    width: 31.33%;
    height: auto;
    padding: 5px;
    margin: 5px 1%;
    background-color: #2F4C9C;
  }
  
  .comp-ph-wrap .comp-ph img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

}


/* Style for TabletPCs */
@media screen and (min-width:769px) and (max-width: 1024px) {

  /* Header */
  #header {
    width: 100%;
    height: 176px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
  }

  #header #hrbody {
    width: 100%;
    max-width: 1400px;
    height: 100px;
    display: block;
    margin: 0 auto;
  }

  /* Pagetitle */
  .pagetitlecc {
    width: 100%;
    height: 300px;
    display: block;
    margin: 146px auto 0;
  }

  .pagetitlecc#pt-privacy {
    background-image: url(../img/pagebg/privacy.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-contact {
    background-image: url(../img/pagebg/contact.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-access {
    background-image: url(../img/pagebg/access.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-company {
    background-image: url(../img/pagebg/company.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-stock {
    background-image: url(../img/pagebg/stock.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-warranty {
    background-image: url(../img/pagebg/warranty.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-factory, 
  .pagetitlecc#pt-alignment, 
  .pagetitlecc#pt-computer {
    background-image: url(../img/pagebg/factory.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-custom {
    background-image: url(../img/pagebg/custom.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-blog {
    background-image: url(../img/pagebg/blog.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .pagetitlecc#pt-import {
    background-image: url(../img/pagebg/import.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  
  .pagetitlecc#pt-common {
    background-image: url(../img/pagebg/common.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  #ptbody {
    width: 98%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #ptm {
    width: 400px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 9997;
    bottom: 30px;
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }

  #ptm h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    margin-bottom: 5px;
  }

  #ptm p {
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
  }

  /* Basic styles */
  .mmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    padding: 50px 5% 60px 5%;
    margin: 0 auto;
  }

  .br_cancel br {
    display: none;
  }

  /* border-box */
  .bbbox30 {
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
  }

  /* Column */
  .col2 {
    width: 49%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }

  .col3 {
    width: 29.3333333333%;
    height: auto;
    display: block;
    float: left;
    margin: 0 2%;
  }

  .col4 {
    width: 24%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }

  /* Box left */
  .box20mleft {
    width: 18%;
    height: auto;
    display: block;
    float: left;
  }

  .box30mleft {
    width: 28%;
    height: auto;
    display: block;
    float: left;
  }

  .box40mleft {
    width: 38%;
    height: auto;
    display: block;
    float: left;
  }

  .box50mleft {
    width: 48%;
    height: auto;
    display: block;
    float: left;
  }

  .box60mleft {
    width: 48%;
    height: auto;
    display: block;
    float: left;
  }

  .box60mleft2 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box70mleft {
    width: 68%;
    height: auto;
    display: block;
    float: left;
  }

  .box80mleft {
    width: 78%;
    height: auto;
    display: block;
    float: left;
  }

  /* Box right */
  .box20mright {
    width: 18%;
    height: auto;
    display: block;
    float: right;
  }

  .box30mright {
    width: 28%;
    height: auto;
    display: block;
    float: right;
  }

  .box40mright {
    width: 48%;
    height: auto;
    display: block;
    float: right;
  }

  .box40mright2 {
    width: 100%;
    height: auto;
    display: block;
  }

  .box50mright {
    width: 48%;
    height: auto;
    display: block;
    float: right;
  }

  .box60mright {
    width: 58%;
    height: auto;
    display: block;
    float: right;
  }

  .box70mright {
    width: 68%;
    height: auto;
    display: block;
    float: right;
  }

  .box80mright {
    width: 78%;
    height: auto;
    display: block;
    float: right;
  }

  /* Center box */
  .wd20 {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* text styles */
  #msp p {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 2.5em;
  }

  #msp p.pnom {
    margin-bottom: 0!important;
  }

  #msp p.pnom1 {
    margin-bottom: 1em!important;
  }

  #msp h2.h2toptxt {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #3B445C;
  }

  #msp h2.h2pt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #2F4C9C;
    margin-bottom: 10px;
    color: #2F4C9C;
  }

  #msp h2.h2pt br {
    display: none;
  }

  #msp h2.h2logo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    padding-top: 65px;
    background-image: url(../img/header/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 60px;
    margin-bottom: 5px;
    color: #2F4C9C;
    text-align: center;
  }

  #msp h3.h3nom1 {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #2F4C9C;
  }

  #msp h3.h3nom2 {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 5px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 15px;
    color: #2F4C9C;
  }

  #msp h3.h3nom4 {
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 3px;
    color: #2F4C9C;
  }

  h3.h3nom5b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
  }

  h4.h4nom4b {
    font-size: 0.8em;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    color: #A5C3D0;
  }

  #msp h4.h4nom3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: center;
    color: #444;
  }

  #msp h4.h4nom2 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h4.h4nom1 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    padding: 8px;
    margin-bottom: 15px;
    background-color: #2F4C9C;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  #msp ul.ulnom {
    margin: 0 0 2.5em 1em;
  }

  #msp ul.ulnom li {
    margin: 0 0 1em 1em;
    font-size: 12px;
    line-height: 1.5em;
    list-style-image: url(../img/lidot.png);
  }

  /* table and form */
  table.ts01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  table.ts01 tr th {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
    color: #222;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2F4C9C;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 30%;
  }

  table.ts01 tr td {
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    vertical-align: top;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    width: 70%;
  }

  table.ts02 {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02 th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
    text-align: left;
  }

  table.ts02 td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
  }

  table.ts02c {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02c th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02c td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    text-align: center;
  }

  table.ts02scn {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02scn th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02scn td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    text-align: center;
  }

  /* Access */
  .ttac {
    text-align: center;
  }

  #map_canvas_01 {
    width: 98%;
    height: 450px;
    display: block;
    margin: 1% 1% 50px 1%;
    box-shadow: 0px 2px 10px #d5d5d5;
  }

  /* Gallery */
  .gallist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .gallist a {
    width: 23%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 0.6rem 1%;
    color: #fff;
    background-color: #2F4C9C;
    box-shadow: 0px 2px 10px #d5d5d5;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .gallist a:hover {
    background-color: #1D6CBF;
  }

  .gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #fff;
  }
  
  #blog-wrap.gallist a {
    width: 23%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 0.6rem 1%;
    color: #3f4c6b;
    background-color: #fff;
    box-shadow: 0px 2px 10px #999;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #blog-wrap.gallist a:hover {
    background-color: #f3f3f3;
  }

  #blog-wrap.gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #454545;
  }

  /* Import */
  .imic {
    width: 50%;
    height: auto;
    max-width: 150px;
    display: block;
    margin: 15px auto 0;
  }

  .col3c {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 15px;
  }

  ol.olnom {
    margin: 0 0 0 1em;
  }

  ol.olnom li {
    list-style: decimal!important;
    font-size: 12px;
    line-height: 1.6em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e0e0e0;
    margin: 0 0 5px 1em;
  }

  ol.olnom li:last-child {
    border-bottom: none;
  }

  /* stnlist */
  .stnlist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .stnlist a {
    width: 31.33%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 0.6rem 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    border-radius: 3px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
    box-shadow: 0px 1px 3px #999;
    border-bottom: 5px solid #2F4C9C;
  }

  .stnlist a:hover {
    background-color: #D7EAF7;
  }

  .stnlist a img {
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .stnlist a .stncc {
    width: auto;
    height: auto;
    display: block;
    padding: 10px 10px;
  }

  .stnlist a .stncc h2 {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #777;
  }

  .stnlist a .stncc h3 {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 5px;
  }

  .stnlist a .stncc dl {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }

  .stnlist a .stncc dl dt {
    width: 50px;
    height: auto;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px;
    text-align: left;
    color: #666;
  }

  .stnlist a .stncc dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px 5px 5px 60px;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    color: #444;
  }

  .stnlist a .stncc p.p_price {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0!important;
  }

  .stnlist a .stncc p.p_price strong {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4em;
    color: #222;
  }

  /* Factory (top) */
  ul.ulbn li {
    width: 300px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
  }

  ul.ulbn li a {
    width: 300px;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn li a:hover {
    background-color: #4D6EC7;
  }

  ul.ulbn2 {
    width: 620px;
    height: 50px;
    display: block;
    margin: 0 auto;
  }

  ul.ulbn2 li {
    width: 300px;
    height: 50px;
    display: block;
    margin-right: 10px;
    float: left;
  }

  ul.ulbn2 li a {
    width: 300px;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn2 li a:hover {
    background-color: #4D6EC7;
  }

  .ft16 {
    font-size: 18px;
    color: #2F4C9C;
  }

  /* Company */
  #company01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/image.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 170% auto;
  }

  #comp01cc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    padding: 40px 5% 40%;
    margin: 0 auto;
  }

  #comp01cc h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 900;
    color: #202533;
    margin-bottom: 15px;
  }

  #comp01cc p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0px;
  }

  .mmdiv_left {
    width: 100%;
    height: auto;
    display: block;
    background-color: #07216B;
  }

  .mdl0 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 250px 50px 20px;
    background-image: url(../img/company/bg_import.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }

  .mmdiv_right {
    width: 100%;
    height: auto;
    display: block;
    background-color: #2F4C9C;
  }

  .mdr0 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 20px 50px 250px;
    background-image: url(../img/company/bg_factory.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
  }

  #msp h2.h2toptxt2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #fff;
  }

  .txtw {
    color: #fff!important;
  }

  .txty {
    color: #F6EA50!important;
  }
  
  .comp-ph-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 auto;
  }
  
  .comp-ph-wrap .comp-ph {
    width: 31.33%;
    height: auto;
    padding: 5px;
    margin: 5px 1%;
    background-color: #2F4C9C;
  }
  
  .comp-ph-wrap .comp-ph img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

}


/* Style for TabletPCs */
@media screen and (min-width:600px) and (max-width: 768px) {

  /* Header */
  #header {
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  #header #hrbody {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* Pagetitle */
  .pagetitlecc {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
  }

  .pagetitlecc#pt-privacy {
    background-image: url(../img/pagebg/privacy.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-contact {
    background-image: url(../img/pagebg/contact.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-access {
    background-image: url(../img/pagebg/access.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-company {
    background-image: url(../img/pagebg/company.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-stock {
    background-image: url(../img/pagebg/stock.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-warranty {
    background-image: url(../img/pagebg/warranty.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-factory, 
  .pagetitlecc#pt-alignment, 
  .pagetitlecc#pt-computer {
    background-image: url(../img/pagebg/factory.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-custom {
    background-image: url(../img/pagebg/custom.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-blog {
    background-image: url(../img/pagebg/blog.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-import {
    background-image: url(../img/pagebg/import.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }
  
  .pagetitlecc#pt-common {
    background-image: url(../img/pagebg/common.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  #ptbody {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #ptm {
    width: 350px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 9997;
    bottom: 15px;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  #ptm h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    margin-bottom: 5px;
  }

  #ptm p {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
  }

  /* Basic styles */
  .mmbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 5% 60px 5%;
    margin: 0 auto;
  }

  /* Basic styles */
  .br_cancel br {
    display: none;
  }

  /* border-box */
  .bbbox30 {
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
  }

  /* Column */
  .col2 {
    width: 49%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }

  .col3 {
    width: 46%;
    height: auto;
    display: block;
    float: left;
    margin: 0 2%;
  }

  .col4 {
    width: 32.3333333333%;
    height: auto;
    display: block;
    float: left;
    margin: 0.5%;
  }

  /* Box left */
  .box20mleft {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
  }

  .box30mleft {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
  }

  .box40mleft {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
  }

  .box50mleft {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
  }

  .box60mleft {
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }

  .box60mleft2 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box70mleft {
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }

  .box80mleft {
    width: 100%;
    height: auto;
    display: block;
    float: left;
  }

  /* Box right */
  .box20mright {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
  }

  .box30mright {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
  }

  .box40mright {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 25px auto;
  }

  .box40mright2 {
    width: 100%;
    height: auto;
    display: block;
  }

  .box50mright {
    width: 100%;
    height: auto;
    display: block;
  }

  .box60mright {
    width: 100%;
    height: auto;
    display: block;
  }

  .box70mright {
    width: 100%;
    height: auto;
    display: block;
  }

  .box80mright {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Center box */
  .wd20 {
    width: 30%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 40%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Padding */
  .pdd1 {
    padding: 1%;
  }

  .pdd2 {
    padding: 2%;
  }

  .pdd3 {
    padding: 3%;
  }

  .pdd4 {
    padding: 4%;
  }

  .pdd5 {
    padding: 5%;
  }

  /* text styles */
  #msp p {
    font-size: 12px;
    line-height: 2em;
    margin-bottom: 2.5em;
  }

  #msp p.pnom {
    margin-bottom: 0!important;
  }

  #msp p.pnom1 {
    margin-bottom: 1em!important;
  }

  #msp h2.h2toptxt {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #3B445C;
  }

  #msp h2.h2pt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #2F4C9C;
    margin-bottom: 10px;
    color: #2F4C9C;
  }

  #msp h2.h2pt br {
    display: none;
  }

  #msp h2.h2logo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    padding-top: 55px;
    background-image: url(../img/header/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    margin-bottom: 5px;
    color: #2F4C9C;
    text-align: center;
  }

  #msp h3.h3nom1 {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #2F4C9C;
  }

  #msp h3.h3nom2 {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 5px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 15px;
    color: #2F4C9C;
  }

  #msp h3.h3nom4 {
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 3px;
    color: #2F4C9C;
  }

  h3.h3nom5b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
  }

  h4.h4nom4b {
    font-size: 0.8em;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    color: #A5C3D0;
  }

  #msp h4.h4nom3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: center;
    color: #444;
  }

  #msp h4.h4nom2 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h4.h4nom1 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    padding: 8px;
    margin-bottom: 15px;
    background-color: #2F4C9C;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  #msp ul.ulnom {
    margin: 0 0 2.5em 1em;
  }

  #msp ul.ulnom li {
    margin: 0 0 1em 1em;
    font-size: 12px;
    line-height: 1.5em;
    list-style-image: url(../img/lidot.png);
  }

  /* table and form */
  table.ts01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  table.ts01 tr th {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 5px 5px 5px;
    border-bottom: 1px solid #2F4C9C;
    font-size: 12px;
    line-height: 1.4em;
    color: #666;
    font-weight: 200;
    text-align: left;
  }

  table.ts01 tr td {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 5px 20px 5px;
    font-size: 12px;
    line-height: 1.4em;
    color: #666;
  }

  table.ts02 {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02 th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
    text-align: left;
  }

  table.ts02 td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
  }

  table.ts02c {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02c th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02c td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  table.ts02scn {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02scn th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02scn td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  /* Access */
  .ttac {
    text-align: center;
  }

  #map_canvas_01 {
    width: 98%;
    height: 450px;
    display: block;
    margin: 1% 1% 50px 1%;
    box-shadow: 0px 2px 10px #d5d5d5;
  }

  /* Gallery */
  .gallist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .gallist a {
    width: 48%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 0.4rem 1%;
    color: #fff;
    background-color: #2F4C9C;
    box-shadow: 0px 2px 10px #d5d5d5;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .gallist a:hover {
    background-color: #1D6CBF;
  }

  .gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #fff;
  }
  
  #blog-wrap.gallist a {
    width: 48%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 0.4rem 1%;
    color: #3f4c6b;
    background-color: #fff;
    box-shadow: 0px 2px 10px #999;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #blog-wrap.gallist a:hover {
    background-color: #f3f3f3;
  }

  #blog-wrap.gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #454545;
  }

  /* Import */
  .imic {
    width: 50%;
    height: auto;
    max-width: 150px;
    display: block;
    margin: 15px auto 0;
  }

  .col3c {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 15px;
  }

  ol.olnom {
    margin: 0 0 0 1em;
  }

  ol.olnom li {
    list-style: decimal!important;
    font-size: 12px;
    line-height: 1.6em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e0e0e0;
    margin: 0 0 5px 1em;
  }

  ol.olnom li:last-child {
    border-bottom: none;
  }

  /* stnlist */
  .stnlist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .stnlist a {
    width: 48%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 0.4rem 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
    box-shadow: 0px 1px 3px #999;
    border-bottom: 5px solid #2F4C9C;
  }

  .stnlist a:hover {
    background-color: #D7EAF7;
  }

  .stnlist a img {
    width: auto;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .stnlist a .stncc {
    width: auto;
    height: auto;
    display: block;
    padding: 10px 10px;
  }

  .stnlist a .stncc h2 {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #777;
  }

  .stnlist a .stncc h3 {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 5px;
  }

  .stnlist a .stncc dl {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }

  .stnlist a .stncc dl dt {
    width: 50px;
    height: auto;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px;
    text-align: left;
    color: #666;
  }

  .stnlist a .stncc dl dd {
    width: 100%;
    height: auto;
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    padding: 5px 5px 5px 60px;
    border-bottom: 1px dotted #ccc;
    text-align: right;
    color: #444;
  }

  .stnlist a .stncc p.p_price {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0!important;
  }

  .stnlist a .stncc p.p_price strong {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4em;
    color: #222;
  }

  /* Factory (top) */
  ul.ulbn li {
    width: 300px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
  }

  ul.ulbn li a {
    width: 300px;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn li a:hover {
    background-color: #4D6EC7;
  }

  ul.ulbn2 {
    width: 100%;
    height: 50px;
    display: block;
    margin: 0 auto;
  }

  ul.ulbn2 li {
    width: 50%;
    height: 50px;
    display: block;
    padding-right: 10px;
    float: left;
  }

  ul.ulbn2 li a {
    width: 100%;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn2 li a:hover {
    background-color: #4D6EC7;
  }

  .ft16 {
    font-size: 18px;
    color: #2F4C9C;
  }

  /* Company */
  #company01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/image.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 170% auto;
  }

  #comp01cc {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    padding: 40px 5% 40%;
    margin: 0 auto;
  }

  #comp01cc h2 {
    text-align: center;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 900;
    color: #202533;
    margin-bottom: 15px;
  }

  #comp01cc p {
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 0px;
  }

  .mmdiv_left {
    width: 100%;
    height: auto;
    display: block;
    background-color: #07216B;
  }

  .mdl0 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 250px 50px 20px;
    background-image: url(../img/company/bg_import.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
  }

  .mmdiv_right {
    width: 100%;
    height: auto;
    display: block;
    background-color: #2F4C9C;
  }

  .mdr0 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 20px 50px 250px;
    background-image: url(../img/company/bg_factory.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
  }

  #msp h2.h2toptxt2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #fff;
  }

  .txtw {
    color: #fff!important;
  }

  .txty {
    color: #F6EA50!important;
  }
  
  .comp-ph-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
  
  .comp-ph-wrap .comp-ph {
    width: 31.33%;
    height: auto;
    padding: 5px;
    margin: 5px 1%;
    background-color: #2F4C9C;
  }
  
  .comp-ph-wrap .comp-ph img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

}


/* Style for Smartphonea */
@media screen and (max-width: 599px) {

  /* Header */
  #header {
    width: 100%;
    height: auto;
    display: block;
    top: 0;
  }

  #header #hrbody {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* Pagetitle */
  .pagetitlecc {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
  }

  .pagetitlecc#pt-privacy {
    background-image: url(../img/pagebg/privacy.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-contact {
    background-image: url(../img/pagebg/contact.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-access {
    background-image: url(../img/pagebg/access.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-company {
    background-image: url(../img/pagebg/company.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-stock {
    background-image: url(../img/pagebg/stock.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-warranty {
    background-image: url(../img/pagebg/warranty.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-factory, 
  .pagetitlecc#pt-alignment, 
  .pagetitlecc#pt-computer {
    background-image: url(../img/pagebg/factory.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-custom {
    background-image: url(../img/pagebg/custom.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-blog {
    background-image: url(../img/pagebg/blog.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  .pagetitlecc#pt-import {
    background-image: url(../img/pagebg/import.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }
  
  .pagetitlecc#pt-common {
    background-image: url(../img/pagebg/common.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 200px;
  }

  #ptbody {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #ptm {
    width: 250px;
    height: auto;
    display: block;
    position: absolute;
    z-index: 9997;
    bottom: 15px;
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  #ptm h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
    margin-bottom: 5px;
  }

  #ptm p {
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    padding: 0 20px;
    color: #fff;
    background-color: #000;
  }

  /* Basic styles */
  .mmbody {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px 5% 60px 5%;
    margin: 0 auto;
  }

  .br_cancel br {
    display: none;
  }

  /* border-box */
  .bbbox30 {
    padding-bottom: 30px;
    border-bottom: 1px dotted #999;
  }

  /* Column */
  .col2 {
    width: 99%;
    height: auto;
    display: block;
    margin: 0.5%;
  }

  .col3 {
    width: 99%;
    height: auto;
    display: block;
    margin: 0 2%;
  }

  .col4 {
    width: 99%;
    height: auto;
    display: block;
    margin: 0.5%;
  }

  /* Box left */
  .box20mleft {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box30mleft {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box40mleft {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box50mleft {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
  }

  .box60mleft {
    width: 100%;
    height: auto;
    display: block;
  }

  .box60mleft2 {
    width: 100%;
    height: auto;
    display: block;
  }

  .box70mleft {
    width: 100%;
    height: auto;
    display: block;
  }

  .box80mleft {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Box right */
  .box20mright {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box30mright {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box40mright {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  .box40mright2 {
    width: 100%;
    height: auto;
    display: block;
  }

  .box50mright {
    width: 100%;
    height: auto;
    display: block;
  }

  .box60mright {
    width: 100%;
    height: auto;
    display: block;
  }

  .box70mright {
    width: 100%;
    height: auto;
    display: block;
  }

  .box80mright {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Center box */
  .wd20 {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd30 {
    width: 60%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd40 {
    width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd50 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd60 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd70 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd80 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd90 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wd100 {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* text styles */
  #msp p {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 2.5em;
  }

  #msp p.pnom {
    margin-bottom: 0!important;
  }

  #msp p.pnom1 {
    margin-bottom: 1em!important;
  }

  #msp h2.h2toptxt {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #3B445C;
  }

  #msp h2.h2pt {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #2F4C9C;
    text-align: center;
  }

  #msp h2.h2logo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    padding-top: 60px;
    background-image: url(../img/header/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 50px;
    margin-bottom: 5px;
    color: #2F4C9C;
    text-align: center;
  }

  #msp h3.h3nom1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #2F4C9C;
  }

  #msp h3.h3nom2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 5px;
    color: #2F4C9C;
  }

  #msp h3.h3nom3b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #899CC1;
    margin-bottom: 15px;
    color: #2F4C9C;
  }

  #msp h3.h3nom4 {
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 0px;
    color: #2F4C9C;
  }

  h3.h3nom5b {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
  }

  h4.h4nom4b {
    font-size: 0.8em;
    font-family: 'Fjalla One', sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 20px;
    color: #A5C3D0;
  }

  #msp h4.h4nom3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: center;
    color: #444;
  }

  #msp h4.h4nom2 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #2F4C9C;
  }

  #msp h4.h4nom1 {
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4em;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #2F4C9C;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  #msp ul.ulnom {
    margin: 0 0 2.5em 1em;
  }

  #msp ul.ulnom li {
    margin: 0 0 1em 1em;
    font-size: 14px;
    line-height: 1.5em;
    list-style-image: url(../img/lidot.png);
  }

  /* table and form */
  table.ts01 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  table.ts01 tr th {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 5px 5px 5px;
    border-bottom: 1px solid #2F4C9C;
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
    font-weight: 200;
    text-align: left;
  }

  table.ts01 tr td {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 5px 20px 5px;
    font-size: 14px;
    line-height: 1.4em;
    color: #666;
  }

  table.ts02 {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02 th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
    text-align: left;
  }

  table.ts02 td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
  }

  table.ts02c {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02c th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02c td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    text-align: center;
  }

  table.ts02scn {
    width: 100%;
    border-collapse: collapse;
  }

  table.ts02scn th {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: bold;
    color: #2F4C9C;
    background-color: #D7EAF7;
  }

  table.ts02scn td {
    width: auto;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
  }

  /* Access */
  .ttac {
    text-align: center;
  }

  #map_canvas_01 {
    width: 98%;
    height: 300px;
    display: block;
    margin: 1% 1% 50px 1%;
    box-shadow: 0px 2px 10px #d5d5d5;
  }

  /* Gallery */
  .gallist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .gallist a {
    width: 98%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 10px 1%;
    color: #fff;
    background-color: #2F4C9C;
    box-shadow: 0px 2px 10px #d5d5d5;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .gallist a:hover {
    background-color: #1D6CBF;
  }

  .gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #fff;
  }
  
  #blog-wrap.gallist a {
    width: 98%;
    height: auto;
    display: block;
    padding: 5px;
    margin: 10px 1%;
    color: #3f4c6b;
    background-color: #fff;
    box-shadow: 0px 2px 10px #999;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #blog-wrap.gallist a:hover {
    background-color: #f3f3f3;
  }

  #blog-wrap.gallist a .galtxt {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 10px;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 0!important;
    color: #454545;
  }

  /* Import */
  .imic {
    width: 50%;
    height: auto;
    max-width: 150px;
    display: block;
    margin: 15px auto 0;
  }

  .col3c {
    width: 100%;
    height: auto;
    display: block;
    padding: 15px 10px 15px;
  }

  ol.olnom {
    margin: 0 0 0 1em;
  }

  ol.olnom li {
    list-style: decimal!important;
    font-size: 12px;
    line-height: 1.6em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #e0e0e0;
    margin: 0 0 5px 1em;
  }

  ol.olnom li:last-child {
    border-bottom: none;
  }

  /* stnlist */
  .stnlist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .stnlist a {
    width: 98%;
    height: auto;
    display: block;
    text-decoration: none;
    padding: 10px;
    margin: 0.3rem 1%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #f8f8f8;
    box-shadow: 0px 1px 3px #999;
  }

  .stnlist a:hover {
    background-color: #D7EAF7;
  }

  .stnlist a img {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 30%;
    height: auto;
    display: block;
    float: left;
  }

  .stnlist a .stncc {
    width: 70%;
    height: auto;
    display: block;
    padding: 0 0 0 10px;
    float: right;
  }

  .stnlist a .stncc h2 {
    font-size: 0.8em;
    font-weight: 200;
    line-height: 1.4em;
    color: #777;
    margin-bottom: 0px!important;
  }

  .stnlist a .stncc h3 {
    font-size: 15px;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    margin-bottom: 0px!important;
  }

  .stnlist a .stncc dl {
    display: none;
  }

  .stnlist a .stncc dl dt {
    display: none;
  }

  .stnlist a .stncc dl dd {
    display: none;
  }

  .stnlist a .stncc p.p_price {
    font-size: 0.8em;
    font-weight: 200;
    line-height: 1.4em;
    color: #333;
    text-align: right;
    margin-bottom: 0!important;
  }

  .stnlist a .stncc p.p_price strong {
    font-size: 12px;
    font-weight: 200;
    line-height: 1.4em;
    color: #222;
  }

  /* Factory (top) */
  ul.ulbn li {
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 10px;
  }

  ul.ulbn li a {
    width: 100%;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn li a:hover {
    background-color: #4D6EC7;
  }

  ul.ulbn2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  ul.ulbn2 li {
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 10px;
  }

  ul.ulbn2 li a {
    width: 100%;
    height: 50px;
    display: block;
    background-color: #2F4C9C;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-image: url(../img/factory/bnar.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
  }

  ul.ulbn2 li a:hover {
    background-color: #4D6EC7;
  }

  .ft16 {
    font-size: 16px;
    color: #2F4C9C;
  }

  /* Company */
  #company01 {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../img/company/image.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 170% auto;
  }

  #comp01cc {
    width: 100%;
    height: auto;
    display: block;
    padding: 40px 5% 40%;
    margin: 0 auto;
  }

  #comp01cc h2 {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 900;
    color: #202533;
    margin-bottom: 15px;
  }

  #comp01cc h2 br {
    display: none;
  }

  #comp01cc p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 0px;
  }

  .mmdiv_left {
    width: 100%;
    height: auto;
    display: block;
    background-color: #07216B;
  }

  .mdl0 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 8% 50px 8%;
  }

  .mmdiv_right {
    width: 100%;
    height: auto;
    display: block;
    background-color: #2F4C9C;
  }

  .mdr0 {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 8% 50px 8%;
  }

  #msp h2.h2toptxt2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #fff;
  }

  .txtw {
    color: #fff!important;
  }

  .txty {
    color: #F6EA50!important;
  }
  
  .comp-ph-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 480px;
    padding: 30px 0 0 0;
    margin: 0 auto;
  }
  
  .comp-ph-wrap .comp-ph {
    width: 100%;
    height: auto;
    padding: 5px;
    margin: 5px 0;
    background-color: #2F4C9C;
  }
  
  .comp-ph-wrap .comp-ph img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

}

