
#wrapper {
  background-image: url(../img/index/bodybg.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;
  }

  /* Slide image */
  #topccbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 146px auto 0;
  }

  #topcccar {
    width: 100%;
    height: auto;
    display: block;
  }

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

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

  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;
  }

  /* Title */
  .mtitle {
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

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

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

  /* Banners */
  #banners {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  #bannermm {
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #banbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  #banbody ul {
    width: 75%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
  }
  
  #banbody ul.banwrap {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
  }

  #banbody ul li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 1% 1rem 1%;
  }
  
  #banbody ul li.bn-stock {
    -webkit-order: 1;
    order: 1;
  }
  
  #banbody ul li.bn-custom {
    -webkit-order: 2;
    order: 2;
  }
  
  #banbody ul li.bn-factory {
    -webkit-order: 3;
    order: 3;
  }
  
  #banbody ul li.bn-import {
    -webkit-order: 4;
    order: 4;
  }
  
  #banbody ul li.bn-blog {
    -webkit-order: 6;
    order: 6;
  }
  
  #banbody ul li.bn-line {
    -webkit-order: 5;
    order: 5;
  }

  #fbmm {
    width: 23%;
    height: auto;
    display: block;
    float: right;
  }
  
  /* Blog */
  #blogmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  
  #blogmm.blogmm-insta {
    margin-top: 60px;
  }

  #blogmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  /* Info */
  #infomm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f3f3f3;
    background-image: url(../img/index/lin101.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #infobody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  #stockmm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Custom */
  #cusmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #2F4C9C;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #cusmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  #custommm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Factory */
  #factorymm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #facmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  /* 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%;
    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;
  }

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

  .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;
  }

  /* 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;
  }

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

  #map_canvas_01 {
    width: 100%;
    height: 450px;
    display: block;
    margin-bottom: 35px
  }

}


/* Style for TabletPCs Large models */
@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;
  }

  /* Slide image */
  #topccbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 146px auto 0;
  }

  #topcccar {
    width: 100%;
    height: auto;
    display: block;
  }

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

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

  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;
  }

  /* Title */
  .mtitle {
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

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

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

  /* Banners */
  #banners {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  #bannermm {
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  #banbody ul {
    width: 50%;
    height: auto;
    display: block;
    float: left;
  }

  #banbody ul li {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 10px 0;
  }
  
  #banbody ul.banwrap {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
  }

  #banbody ul.banwrap li {
    width: 50%;
    height: auto;
    display: block;
    padding: 0 1% 1rem 1%;
  }
  
  #banbody ul li.bn-stock {
    -webkit-order: 1;
    order: 1;
  }
  
  #banbody ul li.bn-custom {
    -webkit-order: 2;
    order: 2;
  }
  
  #banbody ul li.bn-factory {
    -webkit-order: 3;
    order: 3;
  }
  
  #banbody ul li.bn-import {
    -webkit-order: 4;
    order: 4;
  }
  
  #banbody ul li.bn-blog {
    -webkit-order: 6;
    order: 6;
  }
  
  #banbody ul li.bn-line {
    -webkit-order: 5;
    order: 5;
  }

  #fbmm {
    width: 45%;
    height: auto;
    display: block;
    float: right;
  }
  
  /* Blog */
  #blogmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  
  #blogmm.blogmm-insta {
    margin-top: 60px;
  }

  #blogmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  /* Info */
  #infomm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f3f3f3;
    background-image: url(../img/index/lin101.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #infobody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  #stockmm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Custom */
  #cusmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #2F4C9C;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #cusmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  #custommm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Factory */
  #factorymm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

  #facmbody {
    width: 100%;
    max-width: 1400px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
  }

  /* 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%;
    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;
  }

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

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

  /* 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.6rem 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;
  }

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

  #map_canvas_01 {
    width: 100%;
    height: 450px;
    display: block;
    margin-bottom: 35px
  }

}


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

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

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

  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;
  }

  /* Title */
  .mtitle {
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

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

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

  /* Banners */
  #banners {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  #bannermm {
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  #banbody ul {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  #banbody ul li {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 10px 0;
  }

  #fbmm {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Blog */
  #blogmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  
  #blogmm.blogmm-insta {
    margin-top: 60px;
  }

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

  /* Info */
  #infomm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f3f3f3;
    background-image: url(../img/index/lin101.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  #stockmm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Custom */
  #cusmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #2F4C9C;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  #custommm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Factory */
  #factorymm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  /* 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%;
    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;
  }

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

  .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;
  }

  /* 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;
  }

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

  #map_canvas_01 {
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 35px
  }

}


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

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

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

  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;
  }

  /* Title */
  .mtitle {
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }

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

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

  /* Banners */
  #banners {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  #bannermm {
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  #banbody ul {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
  }

  #banbody ul li {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 0 10px 0;
  }

  #fbmm {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Blog */
  #blogmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }
  
  #blogmm.blogmm-insta {
    margin-top: 60px;
  }

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

  /* Info */
  #infomm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #f3f3f3;
    background-image: url(../img/index/lin101.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  #stockmm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Custom */
  #cusmm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #2F4C9C;
    background-image: url(../img/index/lin102.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  #custommm {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Factory */
  #factorymm {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #DAEFF4;
    background-image: url(../img/index/lin103.png);
    background-repeat: no-repeat;
    background-position: center top;
  }

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

  /* 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%;
    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;
  }

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

  .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: #45454;
  }

  /* 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 li 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;
  }

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

  #map_canvas_01 {
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 35px
  }

}

