/***** Default Settings *****/
 
#rot, html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
#rot, html {
  height: 100%;
}
*/

#rot .msg_404 {
  padding: 2.5em;
  text-align: center;
} 

html {
  color: #606060;
  font: 13px arial, verdana, sans-serif;
}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
 
h1 {
  font-size: 2em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h2 {
  font-size: 1.5em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h3 {
  font-size: 1.3em;
}
 
p, ul {
  margin: 0;
  padding: 0;
}
 
ul {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}
 
blockquote {
  margin: 1em 2em;
  padding: 0;
}
 
small, .small {
  font-size: .9em;
}
 
img {
  border: 0;
}
 
sup {
  bottom: 0.3em;
  position: relative;
  vertical-align: baseline;
}
 
sub {
  bottom: -0.2em;
  position: relative;
  vertical-align: baseline;
}
 
acronym, abbr {
  border-bottom: 1px dashed;
  cursor: help;
  letter-spacing: 1px;
}
 
/***** Links *****/
 
a, a:visited {
  color: #4787c7;
  text-decoration: underline;
}

/***** Forms *****/
 
form {
  border: 0;
  margin: 0;
  padding: 0;
}

input, textarea {
  border: 1px solid #CCC;
  margin: 0;
  padding: .2em .3em; 
}

input[type=submit] {
  font-size: 1em;
  height: 1.8em;
  left: 0em;
}

input[type=reset] {
  font-size: 1em;
  height: 1.8em;
}

input[type=text], input[type=password] {
  font-size: 1em; 
  width: 13em;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
}

input[type=radio] {
  margin-top: .5em;
}


select { 
  font-size: 1em;
}

textarea {
  line-height: 1.25;
  height: 6em;
  width: 100%;
}

/**** The char_* class help to set the width of form fields ****/
input.char_8 {
  width: 5em;
}

input.char_5 {
  width: 3.3em;
}

input.char_4 {
  width: 2.7em;
}

input.char_3 {
  width: 2em;
}

input.char_2 {
  width: 1.4em;
}

input.char_1 {
  width: 1em;
}

.button {
  background: #FFFFEA;
  border: 1px solid #F0B034;
  cursor: pointer;
  float: left;
  line-height: 1.7em;
  margin: 0 .3em;
  padding: 0em .4em;
}

  .button.mousedown {
    border-color: #BE8B29;
  }

  .button.disabled {
    background-color: #DDD;
    border-color: #999;
    color: #777;
    cursor: auto;
  }

/***** Global Classes *****/
.clear         { clear: both; }
.clear_l       { clear: left; }
.clear_r       { clear: right; }
 
.float_l       { float: left; }
.float_follow  { position: relative; top: 3px; }
.float_r       { float: right; }
 
.text_left     { text-align: left; }
.text_right    { text-align: right; }
.text_center   { text-align: center; }
.text_justify  { text-align: justify; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }

.hidden        { display: none; }

.vert_divider  { padding: 0 .2em; font-size: .9em; vertical-align: top; } 

body {
  font-size: 18px;
}
body {
  background-attachment: scroll;
  background-color: #ffffff;
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  font-family: Tahoma;
}
#rot h2 {
  color: rgba(255,165,2,1);
  font-size: 3em;
  letter-spacing: -1px;
  padding-bottom: 39px;
  padding-top: 39px;
}
#rot a {
  color: rgba(255,165,2,1);
  text-decoration: none;
}
#rot a:hover {
  text-decoration: underline;
}
#rot #rot_ctr1_bod {
  position: relative;
}
#rot h1 {
  color: rgba(144,211,0,1);
  font-family: Tahoma;
  font-size: 76px;
}
#rot #rot_ctr1_bod_ctr1_bod ul {
  background-color: transparent;
  color: #b6b6b6;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a {
  color: rgba(116,116,116,1);
  display: inline-block;
  font-size: 1.2em;
  line-height: 1;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a:hover {
  background-color: transparent;
  color: rgba(182,182,182,1);
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul li {
  display: block;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  width: auto;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul li a {
  color: rgba(116,116,116,1);
  display: block;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-align: left;
  width: 100px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul {
  background-color: rgba(255,255,255,1);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul li a:hover {
  color: rgba(182,182,182,1);
  font-weight: normal;
}
#rot #rot_ctr1_bod_ctr2 {
  border-bottom-color: rgba(144,211,0,1);
  border-bottom-style: solid;
  border-bottom-width: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#rot #rot_ctr1_bod_ctr2_bod {
  color: #ffffff;
  font-size: 23.4px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr2_bod h1 {
  font-size: 3em;
  padding-bottom: .9em;
  padding-top: .9em;
}
#rot #rot_ctr1_bod_ctr3 h1 {
  margin-left: 50%;
  margin-right: 50%;
}
#rot #rot_ctr1_bod_ctr3 {
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod {
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  margin-left: auto;
  margin-right: auto;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 h3 {
  border-bottom-color: #bababa;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4f4742;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 h2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: rgba(71,71,71,1);
  display: inline-block;
  font-size: 49px;
  margin-bottom: 45px;
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 75px;
  text-align: center;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 h6 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: rgba(29,29,29,1);
  font-size: 1.4em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 p {
  font-size: 1.6em;
  padding-bottom: 15px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 a {
  color: rgba(144,211,0,1);
}
#rot #rot_ctr1_bod_ctr3_ftr {
  clear: both;
  height: 50px;
}
#rot #rot_ctr1_bod_ctr4 {
  background-color: rgba(44,44,44,1);
  clear: both;
  color: #FFFFFF;
  font-size: 1em;
  margin-top: auto;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: left;
}
#rot #rot_ctr1_bod_ctr4 a {
  color: #ffba00;
  text-decoration: none;
}
#rot #rot_ctr1_bod_ctr4 p {
  padding-top: 40px;
}
#rot #rot_ctr1_bod_ctr4_blk1 {
  text-align: center;
}
#rot #rot_ctr1_bod_ctr4_blk1_blk1 {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#rot #rot_ctr1_bod_ctr4_blk1_blk2 {
  display: inline-block;
  min-height: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}
#rot #rot_ctr1_bod_ctr4_blk1_blk3 {
  display: inline-block;
  min-height: 0px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
}
#rot #rot_ctr1_bod_ctr4_hdr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  width: auto;
}
#rot #rot_ctr1_bod_ctr4_hdr p {
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk1 {
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: auto;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk2 {
  clear: both;
  display: inline-block;
  margin-left: 40px;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk2 a {
  color: rgba(255,255,255,1);
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#rot #rot_ctr1_bod_ctr4_hdr_blk2 ul li a {
  color: rgba(255,255,255,1);
}
#rot #rot_ctr1_bod_ctr4_hdr_blk2 a:hover {
  color: rgba(122,188,34,1);
}
input[type=submit], input[type=reset] {
  font-family: Arial, Verdana, sans-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.jqui_force_inline_block .ui-effects-wrapper {
  display: inline-block !important;
}

/*-----------------------------------------------------------------------------
* Force "width: auto" for certain Widgets
-----------------------------------------------------------------------------*/
.b_customform img,
.fullcalendar img,
.minimonthcalendar img,
.weather img,
.twitterfeed img,
.pinit_container img,
.instagram_container img,
.socialnetwork7 img,
.socialnetwork6 img,
.socialnetwork4 img,
.socialnetwork3 img,
.socialnetwork2 img,
.socialnetwork img {
  width: auto !important;
}
/*-----------------------------------------------------------------------------
* end "width: auto" force
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
* Menu/Menuwidget Submenu Support
-----------------------------------------------------------------------------*/
.default_menu ul.sub_menu,
.b_menuwidget ul.sub_menu {
  visibility: hidden;
}

.default_menu ul li:hover > ul.sub_menu,
.b_menuwidget ul li:hover > ul.sub_menu {
  visibility: visible;
}
/*-----------------------------------------------------------------------------
* end Menu/Menuwidget Submenu Support
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
* Responsive
-----------------------------------------------------------------------------*/
#__res_main_nav_button {
  position: absolute;
  visibility: hidden;
}

#__res_main_nav_label {
  display: none;
  cursor: pointer;
  user-select: none;
}

.res_main_nav_button_child {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}

@media screen and (max-width:499px) {
  .b_menu {
    z-index: 940000;
  }
}


/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 980000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 980000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 980001;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 980002;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 980003;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 980004;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}




body {
  background-color: rgba(255,255,255,1);
}
#rot #rot_ctr1_bod_ctr1 {
  background-color: rgba(255,255,255,1);
  width: auto;
}
#rot #rot_ctr1_bod_ctr1 ul {
  width: %;
}
#rot #rot_ctr1_bod_ctr1 ul li {
  margin-bottom: -3px;
  width: auto;
}
#rot #rot_ctr1_bod_ctr1 ul li a:hover {
  width: auto;
}
#rot #rot_ctr1_bod_ctr2 {
  width: auto;
  background-color: transparent;
  border-bottom-style: none;
  border-bottom-width: 0px;
}
#rot #rot_ctr1_bod_ctr2 {
}
#rot #rot_ctr1_bod_ctr4 {
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../../../首頁/bottom_bg.gif');
  padding-bottom: 10px;
  padding-top: 10px;
}
#rot #rot_ctr1_bod_ctr3_hdr {
  max-width: none;
}
#rot #rot_ctr1_bod_ctr3_bod {
  padding-left: 0px;
  max-width: none;
  padding-right: 0px;
  width: auto;
}
#rot #rot_ctr1_bod_ctr3_ftr {
  height: auto;
}
#rot #rot_ctr1_bod_ctr1_bod {
  background-color: rgba(255,255,255,1);
  display: block;
  float: none;
  width: auto;
  font-family: 微軟正黑體;
  max-width: none;
  margin-left: auto;
}
#rot #rot_ctr1_bod_ctr1_bod {
}
#rot #rot_ctr1_bod_ctr1_bod ul {
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: auto;
}
#rot #rot_ctr1_bod_ctr1_bod ul {
}
#rot #rot_ctr1_bod_ctr1_bod ul li {
  display: inline-block;
  background-color: rgba(255,255,255,1);
  border-right-color: rgba(251,150,128,1);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: transparent;
  padding-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a {
  padding-left: 15.5px;
  padding-right: 15.5px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236316 {
  color: transparent;
  background-color: transparent;
  background-image: none;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236319 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236374 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236375 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236376 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236377 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236378 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236379 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236380 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236381 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237916 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237918 {
  padding-left: 0px;
  padding-right: 0px;
  width: %;
  color: transparent;
  margin-right: auto;
  background-image: none;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237919 {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237926 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237927 {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: none;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237928 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237929 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237930 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237931 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237932 {
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237934 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1488113 {
  background-image: none;
  color: transparent;
  background-repeat: no-repeat;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1488113 {
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1236316 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1236319 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/全部商品-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1236374 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237916 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237918 {
  margin-left: auto;
  background-size: auto auto;
  width: 120px;
  height: auto;
  padding-left: 0px;
  padding-right: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/首頁-OFF.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237919 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/購物說明-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237926 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/活動熱銷-off.gif');
  margin-left: auto;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237927 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/新品上架-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237928 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/傢俱寢飾-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237929 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/居家生活-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237930 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/戶外休閒-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237931 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/服飾配件-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237932 {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/季節商品-off.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237932 {
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1488113 {
  background-position: center center;
  border-right-style: solid;
  background-image: url('../../../按鈕/價格區間-off.gif');
  background-repeat: no-repeat;
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1488113 {
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236316:hover {
  background-repeat: no-repeat;
  background-position: center center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236319:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/全部商品-on.gif');
  color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236374:hover {
  background-repeat: no-repeat;
  background-position: center center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237916:hover {
  background-repeat: no-repeat;
  background-position: center center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237918:hover {
  text-align: left;
  word-spacing: normal;
  padding-left: 0px;
  padding-right: 0px;
  width: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/首頁-ON.gif');
  margin-left: auto;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237919:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/購物說明-on.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237926:hover {
  background-repeat: no-repeat;
  padding-left: 15.5px;
  background-color: transparent;
  background-image: url('../../../按鈕/活動熱銷-on.gif');
  background-position: center center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237927:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../../按鈕/新品上架-on.gif');
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237928:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../../按鈕/傢俱寢飾-on.gif');
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237929:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/居家生活-on.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237930:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../../按鈕/戶外休閒-on.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237931:hover {
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/服飾配件-on.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237932:hover {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url('../../../按鈕/季節商品-on.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1488113:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../../按鈕/價格區間-on.gif');
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1488113:hover {
}
#rot #rot_ctr1_bod_ctr1_bod ul li a:hover {
  padding-left: 20px;
  padding-right: 20px;
  color: transparent;
  background-color: rgba(92,92,92,1);
  line-height: 1.2;
  font-size: 21px;
  background-position: center top;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul li a:hover {
  background-color: rgba(92,92,92,1);
}
#rot #rot_ctr1_bod_ctr4_hdr {
  margin-top: auto;
}
#rot #rot_ctr1_hdr_blk1_custom {
  width: 100%;
  float: none;
  clear: both;
}
#rot #rot_ctr1_hdr_blk1_custom img {
  width: 90%;
  display: block;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  width: auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255,255,255,1);
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 h2 {
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 h3 {
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 p {
}
#rot #rot_ctr1_bod_ctr4_blk1_custom {
  text-align: center;
  width: auto;
  float: none;
  clear: both;
}
#rot #rot_ctr1_bod_ctr4_blk1_custom img {
  width: 100%;
}
#rot #rot_ctr1_bod_ctr2_blk1_custom {
  width: auto;
  float: none;
  margin-left: auto;
  clear: both;
  height: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgba(255,255,255,1);
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1300px;
}
#rot #rot_ctr1_bod_ctr2_blk1_custom {
}
#rot #rot_ctr1_bod_ctr2_blk1_custom_blk1_custom {
  width: auto;
  float: none;
  clear: both;
}

@media screen and (max-width: 1000px) {
#rot #rot_ctr1_bod_ctr1_bod ul li a {
  font-size: 1em;
}
#rot #rot_ctr1_bod_ctr4_hdr {
  width: 100%;
}
#rot #rot_ctr1_hdr_blk1_custom img {
  width: 100%;
}
#rot #rot_ctr1_bod_ctr2_blk1_custom {
  width: auto;
  padding-left: 5%;
  max-width: 1300px;
  padding-right: 5%;
}
#rot #rot_ctr1_bod_ctr2_blk1_custom img {
  width: 100%;
}

}

@media screen and (max-width: 770px) {
#rot #rot_ctr1_bod_ctr1_bod {
}
#rot #rot_ctr1_bod_ctr1_bod ul li a {
  font-size: 0.8em;
}

}

@media screen and (max-width: 499px) {
#rot #rot_ctr1_bod_ctr2 {
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr3_ftr {
  height: auto;
}
#rot #rot_ctr1_bod_ctr1_bod {
  width: auto;
  z-index: 940000;
  margin-left: auto;
  background-color: rgba(251,150,128,1);
}
#rot #rot_ctr1_bod_ctr1_bod #__res_main_nav_button:checked ~ label {
}
#rot #rot_ctr1_bod_ctr1_bod #__res_main_nav_button:checked ~ ul {
  width: auto;
  color: rgba(182,182,182,1);
  display: block;
}
#rot #rot_ctr1_bod_ctr1_bod #__res_main_nav_button:checked ~ ul > li {
  width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  position: relative;
  text-align: left;
}
#rot #rot_ctr1_bod_ctr1_bod #__res_main_nav_label {
  width: 100%;
  background-image: url('/static/designs/images/repository/util_38x38_hamburger_menu.png');
  background-position: 0.5em 0.5em;
  background-repeat: no-repeat;
  display: block;
  height: 55px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0em;
  padding-top: 0em;
  position: relative;
}
#rot #rot_ctr1_bod_ctr1_bod .res_main_nav_button_child:checked ~ label {
  background-image: url('/static/designs/images/repository/util_7x7_minus.png');
}
#rot #rot_ctr1_bod_ctr1_bod .res_main_nav_button_child:checked ~ ul {
  width: 100%;
  display: block;
  overflow: hidden;
}
#rot #rot_ctr1_bod_ctr1_bod .res_main_nav_button_child:checked ~ ul > li {
  text-align: left;
  width: 100%;
  padding-left: 20px;
  position: relative;
}
#rot #rot_ctr1_bod_ctr1_bod .res_main_nav_label_child {
  top: 8px;
  width: 20px;
  background-image: url('/static/designs/images/repository/util_7x7_plus.png');
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: auto;
  min-height: 1.25em;
  min-width: 0px;
  position: absolute;
}
#rot #rot_ctr1_bod_ctr1_bod ul {
  background-color: transparent;
  display: none;
  float: left;
  height: 100%;
  padding-bottom: 0px;
  padding-top: 0px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a {
  text-align: left;
  background-color: rgba(251,150,128,1);
  color: transparent;
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 10px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236319 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237918 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237926 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237928 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237929 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237930 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237931 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237932 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237933 {
  margin-left: -25px;
  background-color: rgba(251,150,128,1);
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237934 {
  padding-left: 25px;
  margin-left: -25px;
  background-position: left center;
  background-color: rgba(251,150,128,1);
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237935 {
  margin-left: -25px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul {
  background-color: transparent;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  margin-left: auto;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul li {
  float: left;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul li a {
  width: auto;
  color: rgba(255,255,255,1);
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 10px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1236319 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237918 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237919 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237926 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237927 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237928 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237929 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237930 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237931 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237932 {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237933 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237934 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li.menu_1237935 {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1236319:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237918:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237919:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237926:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237927:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237928:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237929:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237930:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237931:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237932:hover {
  background-position: left center;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237933:hover {
  padding-left: 25px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237934:hover {
  padding-left: 25px;
  background-repeat: repeat;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a.menu_1237935:hover {
  padding-left: 25px;
}
#rot #rot_ctr1_bod_ctr1_bod ul li a:hover {
  text-decoration: underline;
  color: transparent;
  font-weight: normal;
}
#rot #rot_ctr1_bod_ctr1_bod ul li ul li a:hover {
  text-decoration: underline;
  color: rgba(255,255,255,1);
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 img {
  width: 100%;
  height: 100%;
}

}
