/* CSS Document */
*:link,
*:visited,
*:hover,
*:active,
*:focus,
* {
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
* {
  font-family: "微軟正黑體";
}
img {
  max-width: 100%;
  height: auto;
}
body {
  padding: 0;
  margin: 0;
  background: rgba(246, 245, 218, 0.7);
}
#body {
}
#content_case {
  width: 1200px;
  margin: 1% auto 0;
}
#content {
  width: 72.6%;
  display: inline-block;
  margin: 0 0 0 1%;
}
/** Head 部分 **/
#head {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
#head #language {
  position: absolute;
  right: 10px;
  top: 40px;
}
#head #language a {
  font-size: 0.6em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #666;
  text-decoration: none;
}
#head #language .show {
  display: block;
}
#head #language .hide {
  display: none;
}
#head #language a:hover .show {
  display: none;
}
#head #language a:hover .hide {
  display: block;
}
#head #head_logo {
  text-align: left;
  width: 1200px;
  padding: 0 0 0px 0;
  margin: 0 auto;
}
#head > .head_btn {
  display: block;
  width: 100%;
  min-height: 30px;
  line-height: 25px;
  text-align: center;
  z-index: 210;
  top: 0;
  left: 0;
}
#head > .btn_more {
  position: relative;
  z-index: 210;
  width: 100%;
  background: #e9e9e9;
}
#button_switch {
  display: none;
}
#button {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#button > span {
  font-size: 12px;
  display: none;
  color: #ccc;
}
/*hover*/
#button ul {
  list-style: none;
}
#button .topBtn {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  width: calc(87.5% / 7);
}
.topBtn:hover {
  color: #fff;
}
#button a {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  width: 100%;
}
#button .topBtn em {
  font-style: normal;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
#button .topBtn b {
  display: block;
  font-size: 0.1em;
  color: #eee;
  font-weight: normal;
}
#button .topBtn p {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: left;
}
#button a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(246, 245, 218, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
  height: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#button .topBtn:hover b {
  color: #f6f5da;
}
#button .subBtn a:before {
  background: #de437f;
}
#button a:active,
#button a:focus,
#button a:hover {
  color: #fce84f;
}
#button a:active:before,
#button a:focus:before,
#button a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#button .topBtn:hover > ul {
  display: list-item;
}
#button .subBtn {
  display: none;
  z-index: 999;
  width: 100%;
  position: absolute;
  -moz-box-shadow: 0px 1px 5px #000000;
  -webkit-box-shadow: 0px 1px 5px #000000;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
}
#button .subBtn a {
  text-align: center;
  background: #000;
  color: #fff;
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px dashed #666;
}
#button .subBtn a:last-child {
  border: none;
}
/*購物車方塊*/
#cart_run {
  position: fixed;
  text-align: center;
  right: 5px;
  top: 20%;
  width: 25px;
  border: 1px solid #ccc;
  z-index: 999;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
  border-radius: 3px;
}
#cart_run_title {
  text-decoration: none;
  color: #eee;
  display: block;
  font-size: 0.8em;
  padding: 5px 0;
  background-color: #0e6bc8;
}
#cart_run p {
  padding: 5px 0;
  margin: 0;
  color: #333;
  font-size: 0.95em;
}
#cart_num {
  display: block;
  font-weight: bold;
  font-size: 1em;
}
/** Banner部分 **/
#button_out {
  background: #0e6bc8;
  /*border-top: #062C7F 1px solid;
  border-bottom: #062C7F 1px solid;*/
}
div#banner_out {
  text-align: center;
  margin-top: 20px;
}
#banner {
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  z-index: 200;
  overflow: hidden;
  margin: 0 15px 0 0;
  position: relative;
  display: inline-block;
  width: 845px;
  background-image: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
}
#banner .img {
  white-space: nowrap;
  position: absolute;
}
#banner .img img {
  vertical-align: top;
}
.banner_shadow {
  display: none;
  width: 100%;
}
#banner #banner_control {
  position: absolute;
  width: 100%;
  z-index: 200;
  text-align: center;
  bottom: 10px;
  left: 0;
}
#banner #banner_control span {
  cursor: pointer;
  padding: 0 5px;
}
#banner #banner_control span img:nth-child(2) {
  display: none;
}
#banner #banner_control span img:nth-child(1) {
  display: inline-block;
}
#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
  display: none;
}
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
  display: inline-block;
}
/** Body 部分 **/
.trans .h01 {
  display: none;
}
.h01 {
  position: relative;
  margin-bottom: 30px;
  background: #eee;
  padding: 12px 15px;
  border-left: rgba(204, 204, 204, 0.3) 5px solid;
  border-bottom: #e8e8e8 1px solid;
}
.h01 b {
  display: none;
  position: absolute;
  top: 2px;
  left: 0;
  padding: 0;
  margin: 0;
}
.body_content {
  width: 78%;
  width: calc(100% - 190px);
  float: right;
}
/**左邊最新消息列表**/
#content {
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#left_news_out {
  width: 26%;
  display: inline-block;
  vertical-align: top;
}
#left_news {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px 0 0 0;
  position: relative;
}
#left_news .line {
  display: none;
  display: none;
  top: 0;
  left: 0;
  width: 1px;
  height: 25px;
  background: #e9cb57;
  position: absolute;
}
.more {
  display: none;
  position: absolute;
  top: 6.1%;
  right: 14%;
  font-size: 12px;
  color: #fff;
  background: #ccc;
  padding: 0px 5px 2px 5px;
}
.more:hover {
  background: #999;
}
#news_title {
  margin: 0 0 30px 0;
  display: block;
}
#left_news .line2 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #1a7b2d transparent transparent;
}
#left_news a span {
  display: block;
  color: #999;
  padding: 0px 0px 0px 5px;
  margin-right: 0;
}
#left_news a {
  text-decoration: none;
  color: #666;
  background: #fff;
  font-size: 13px;
  display: block;
  margin: 0 0 17px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
}
#left_news a:hover {
  opacity: 0.75;
}
.news_img {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
  vertical-align: middle;
}
.left_news_info {
  width: 64%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.left_news_info b {
  font-size: 1.2em;
  color: #000;
  display: block;
  margin: 5px 0;
}
/**左邊產品分類列表**/
.product_menu ul {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  text-align: center;
}
.product_menu ul li {
  padding: 0;
  margin: 0 0.5%;
  border: 0;
  list-style: none;
  width: 19%;
  margin-right: 0.5%;
  margin-bottom: 1%;
  font-size: 0.9em;
  font-family: "新細明體";
  float: left;
  background: url(../images/bg2.jpg);
}
.product_menu ul li:last-child {
  margin-right: 0;
}
.product_menu ul li a {
  padding: 3% 0px;
  display: inline-block;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.product_menu ul li b {
  margin-right: 10px;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  background: #b73682;
  display: none;
}
.product_menu ul li a:hover {
  color: #c99065;
}
.product_menu ul:after {
  content: "";
  display: block;
  clear: both;
}
.body_home_title {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 5px;
}
/** QR code **/
.qr {
  float: left;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  padding: 10px 20px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e7e7e7)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-9 */
}
/** **/
.page_content {
  width: 94%;
  margin: 0 auto;
}
h1,
h1 a {
  color: #ccc;
  font-size: 12px;
  padding: 0;
  margin: 1% 0;
}
/** 上下篇文章 **/
.prev_page_link {
  display: inline-block;
  text-align: left;
  color: #666;
  font-size: 13px;
  margin-bottom: 3%;
}
.prev_page_link a {
  text-decoration: underline;
}
.next_page_link {
  float: right;
  text-align: right;
  display: inline-block;
  margin-bottom: 3%;
  color: #666;
  font-size: 13px;
}
.next_page_link a {
  text-decoration: underline;
}
.prev_page_link a:hover,
.next_page_link a:hover {
  color: #dc64b0;
}
/** Foot 部分 **/
#foot {
  width: 100%;
  min-height: 50px;
  padding: 0;
  margin: 0;
}
#hot_title {
  cursor: pointer;
  color: #ccc;
  font-size: 13px;
}
#im_link {
  display: none;
  font-size: 12px;
}
#im_link a {
  text-decoration: none;
  color: #ccc;
}
#im_link a:hover {
  color: #dc64b0;
}
/** 表單轉信 **/
.trans_red {
  color: #f00;
}
.trans_input {
  width: 90%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #cccccc;
  border: 1px #999 solid;
}
#webgotop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 0px;
  text-align: center;
  background: rgba(6, 44, 127, 0.75);
  z-index: 999;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
#webgotop > a {
  display: block;
  width: 50px;
  height: 10px;
  padding: 15px;
  background: url("http://www.starera.com.tw/images/a.png") no-repeat center;
}
.fb_share {
  display: none;
}
