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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

body {
  margin: 0;
  padding: 0;
  font: 13px/1.231 arial, helvetica, clean, "sans-serif", "Microsoft JhengHei", "Microsoft JhengHei Regular", "微軟正黑體", "Adobe 繁黑體 Std", "AdobeFanHeitiStd-Bold", "Adobe Heiti Std", "AdobeHeitiStd-Regular", "新細明體", "PMingLiU";
  -webkit-font-smoothing: subpixel-antialiased;
  background-repeat: no-repeat;
  background-position: center top;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

area {
  outline: none;
}

img, iframe, div {
  vertical-align: top;
}

img, a {
  outline: none;
  text-decoration: none;
  color: #b4b4b4;
  border: 0px;
}

input, select {
  outline: none;
  border: none;
}

a:hover {
  color: #f6ac1d;
}

i[class^="ii-"], a[class^="ii-"], input[class^="ii-"], i[class^="form-"], a[class^="form-"], input[class^="form-"], i[class^="says-"], a[class^="says-"], input[class^="says-"] {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 154px;
  height: 26px;
  background-size: contain;
  position: absolute;
  left: 4%;
  top: 5%;
}
@media (max-width: 768px) {
  .logo {
    width: 26.12244898%;
    top: 2%;
  }
}

.ii-but_05 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/go_back.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 157px;
  height: 57px;
}
@media (max-width: 768px) {
  .ii-but_05 {
    background-image: url("../images/mobile/go_back.png");
    background-size: contain;
  }
}

.ii-more {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/more.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 68px;
  height: 25px;
}
@media (max-width: 768px) {
  .ii-more {
    width: 100%;
    height: 10vw;
    min-height: 2em;
    background-image: url("../images/mobile/more.png");
    background-size: contain;
  }
}

.ii-footer_logo, #wrap .footer #footer_logo {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 154px;
  height: 26px;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

#whiteOverlay {
  display: none;
  width: 100%;
  height: 100%;
  background: url("../images/op_black.png") repeat;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.boxFloat {
  display: none;
  position: fixed;
  left: 50%;
  top: 0;
  margin-left: -480px;
  margin-top: 0;
  z-index: 30;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .boxFloat {
    width: 100%;
    margin: 0;
    left: 0;
  }
}
.boxFloat .conboxgray {
  display: table;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 1px 2px 4px rgba(172, 172, 172, 0.5);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 768px) {
  .boxFloat .conboxgray {
    display: block;
    width: 100%;
  }
}
.boxFloat .conboxgray > div {
  display: none;
}
.boxFloat .conboxgray .box {
  display: block;
}

.btnclose {
  display: none;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 35px;
  cursor: pointer;
  background: url("../images/close.png") no-repeat 0 0;
  z-index: 32;
}
@media (max-width: 768px) {
  .btnclose {
    width: 1em;
    height: 1em;
    background-size: contain;
    top: 1em;
    right: 1em;
  }
}

.col-desktop {
  display: block !important;
}
@media (max-width: 768px) {
  .col-desktop {
    display: none !important;
  }
}

.col-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .col-mobile {
    display: block !important;
  }
}

a.col-desktop {
  display: inline-block;
}

@media (max-width: 768px) {
  a.col-mobile {
    display: inline-block;
  }
}

#wrap {
  display: block;
  position: relative;
  width: 1024px;
  min-width: 320px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #wrap {
    width: 100%;
  }
  #wrap img {
    width: 100%;
  }
}
#wrap > div {
  display: block;
  position: relative;
}
#wrap .landing .banner_00 {
  position: absolute;
  left: 9%;
  top: 11.5%;
}
@media (max-width: 768px) {
  #wrap .landing .banner_00 {
    width: 88.265306122%;
    top: 14%;
  }
}
#wrap .menu {
  height: 88px;
  line-height: 88px;
  padding: 0 25px;
  background-image: url(../images/menu_bg.png);
  background-repeat: repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #wrap .menu {
    height: 13vw;
    background-size: contain;
  }
}
#wrap .menu > a + a {
  margin-left: 13px;
}
#wrap .menu > a.ii-but_05 {
  float: right;
  margin-top: 16px;
}
@media (max-width: 768px) {
  #wrap .menu > a.ii-but_05 {
    float: right;
    width: 33.367346939%;
    height: 9vw;
    margin-top: 2vw;
  }
}
#wrap .main_content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#wrap .main_content section {
  display: table;
  width: 961px;
  margin: 20px auto 40px;
}
@media (max-width: 768px) {
  #wrap .main_content section {
    display: block;
    width: 100%;
    margin: 1% auto 1%;
  }
}
#wrap .main_content section i[class^='ii-tit_'] {
  margin-top: 40px;
}
#wrap .main_content section.line_01:before {
  display: block;
  content: '';
}
#wrap .main_content section div[class^='ii-tit_'] {
  display: block;
  margin: 40px 0;
  position: relative;
}
#wrap .main_content section div[class^='ii-tit_']:after {
  display: block;
  content: '';
  width: 960px;
  border-bottom: solid 2px #999;
  position: absolute;
  bottom: 0;
}
#wrap .main_content section ul.tit {
  display: block;
  color: #000;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #wrap .main_content section ul.tit {
    padding: 3%;
  }
}
#wrap .main_content section ul.tit > li {
  display: inline-block;
  width: 33%;
  padding: 20px 23px 0;
  margin: 0 0 4em 0;
  vertical-align: top;
}
@media (max-width: 768px) {
  #wrap .main_content section ul.tit > li {
    width: 50%;
    margin: 0 auto;
    padding: 3%;
  }
}
#wrap .main_content section ul.tit > li ul.item li {
  display: block;
  font-size: 15px;
  line-height: 1.3;
}
#wrap .main_content section ul.tit > li ul.item li:before {
  content: '';
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
#wrap .main_content section ul.tit > li ul.item li:nth-child(1) {
  position: relative;
  font-size: 290%;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  text-align: center;
  background-image: url(../images/bg_03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  #wrap .main_content section ul.tit > li ul.item li:nth-child(1) {
    font-size: 151%;
  }
}
#wrap .main_content section ul.tit > li ul.item li:nth-child(2) {
  height: 429px;
  margin: -20px 0 -30px 0;
  background-image: url(../images/bg_04.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  #wrap .main_content section ul.tit > li ul.item li:nth-child(2) {
    height: 61vw;
    min-height: 15em;
    margin: -9% auto 0 0;
  }
}
#wrap .main_content section ul.tit > li ul.item li:nth-child(2):before {
  display: none;
}
#wrap .main_content section ul.tit > li ul.item li .ii-more {
  float: right;
  position: relative;
  top: -5px;
}
@media (max-width: 768px) {
  #wrap .main_content section ul.tit > li ul.item li .ii-more {
    top: 0;
  }
}
#wrap .main_content section ul.tit > li .box {
  display: none;
}
#wrap .footer {
  height: 100px;
  line-height: 100px;
  background-color: #e60012;
  background-repeat: repeat-y;
  background-position: center top;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 768px) {
  #wrap .footer {
    text-align: left;
    padding: 2% 4%;
    height: 3em;
    line-height: 1.5;
  }
}
#wrap .footer #footer_logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #wrap .footer #footer_logo {
    width: 20%;
    margin-right: 0.7em;
    background-size: contain;
  }
}
#wrap .footer > p {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
}
@media (max-width: 768px) {
  #wrap .footer > p {
    width: 74%;
    font-size: 70%;
  }
}

.box {
  width: 959px;
}
@media (max-width: 768px) {
  .box {
    width: 100%;
  }
}
.box:before {
  display: block;
  width: 100%;
  height: 86px;
  content: '';
  padding-bottom: 10px;
  background-image: url(../images/box_tp.png);
  background-repeat: no-repeat;
  background-position: left top;
  clear: both;
}
@media (max-width: 768px) {
  .box:before {
    height: 3.6em;
    padding: 0;
    background-size: 100% auto;
    background-image: url(../images/mobile/box_tp.png);
  }
}
.box:after {
  display: block;
  width: 100%;
  height: 71px;
  content: '';
  padding-top: 20px;
  background-image: url(../images/box_bt.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  clear: both;
}
@media (max-width: 768px) {
  .box:after {
    height: 3.6em;
    background-size: contain;
    background-image: url(../images/mobile/box_bt.png);
  }
}
.box > img {
  width: 100%;
}
.box .inside_L {
  float: left;
  width: 407px;
}
@media (max-width: 768px) {
  .box .inside_L {
    float: none;
    width: 65%;
    margin: 0 auto;
  }
}
.box .inside_L img {
  width: 100%;
}
.box .inside_L ul li:nth-child(1) {
  text-align: center;
}
.box .inside_L ul li:nth-child(2) {
  display: none;
  width: 353px;
  height: 74px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: -0.5px;
}
.box .inside_L ul li:nth-child(2):before {
  display: block;
  content: '';
  width: 16px;
  height: 14px;
  background-image: url(../images/product/icon_01.png);
  background-repeat: no-repeat;
  position: relative;
  left: -20px;
}
.box .inside_R {
  float: left;
  width: 515px;
  line-height: 1.9;
  margin-top: 30px;
  text-shadow: 0.5px 0px 0.1px #CECECE;
}
@media (max-width: 768px) {
  .box .inside_R {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: -2em auto 2em;
    padding: 0 5%;
  }
}
.box .inside_R .item_id {
  font-size: 34px;
  font-weight: bold;
  color: #e62413;
  margin: 0 0 0.7em 0;
  border-bottom: solid 2px #999;
}
@media (max-width: 768px) {
  .box .inside_R .item_id {
    width: 100%;
    margin: 0 0 0.5em 0;
    line-height: 1.5;
  }
}
.box .inside_R .inside_R_list {
  float: left;
}
@media (max-width: 768px) {
  .box .inside_R .inside_R_list {
    width: 100%;
    order: 2;
  }
}
.box .inside_R .structure {
  float: right;
  width: 60%;
}
@media (max-width: 768px) {
  .box .inside_R .structure {
    width: 100%;
    margin: 0 0 3em;
    order: 1;
  }
}
.box .inside_R .structure > img {
  width: 100%;
}
.box .inside_R .info_table {
  float: left;
  margin: 3em 0 0 0;
  clear: both;
}
@media (max-width: 768px) {
  .box .inside_R .info_table {
    width: 100%;
    order: 3;
  }
}
.box .inside_R .info_table > img {
  display: block;
  width: auto;
  height: 5em;
  margin: 0 0 1em 0;
}
@media (max-width: 768px) {
  .box .inside_R .info_table > img {
    float: left;
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0 2%;
  }
}
.box .inside_R .detail {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 0.5em 78px;
  text-indent: -78px;
}
@media (max-width: 768px) {
  .box .inside_R .detail {
    font-size: 4vw;
    color: #727171;
    line-height: 1.4;
    margin: 0 0 1em 0;
    text-indent: 0;
  }
}
.box .inside_R .detail li:before {
  content: '';
  color: #000;
  margin-right: 4px;
}
@media (max-width: 768px) {
  .box .inside_R .detail li:before {
    color: #727171;
  }
}
.box .inside_R .detail li:first-child {
  font-size: 120%;
  color: #e50011;
}
.box .inside_R .detail li:first-child:before {
  display: none;
}
.box .inside_R .detail li:first-child + li:before {
  content: '輪胎規格：';
}
.box .inside_R .detail li:first-child + li + li:before {
  content: '荷重/速度：';
}
.box .inside_R .icon_02 {
  display: block;
  width: 91px;
  height: 30px;
  margin: 20px 0 12px;
  background-image: url(../images/product/icon_02.png);
  background-repeat: no-repeat;
}

.por {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.orge {
  color: #ff8400;
}

.yelo {
  color: #ffc000;
}

.blue {
  color: #0eaabd;
}

.gren {
  color: #6cb700;
}

.red {
  color: #ff0000;
}

.tit {
  color: #dcbd81;
}

ul.dec {
  list-style-type: decimal;
}

ul.cjk {
  list-style-type: cjk-ideographic;
  list-style-type: square\9;
}

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