/* Add here all your css styles (customizations) */

@media (max-width: 1100px) {
}
.wrapper {
  background: #ffffff;
  width: 100%;
}
.header-main {
  background: none;
  width: 1100px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
a {
  color: #5985b0;
}
a:hover {
  color: #86afce;
}
/* header*/
.header {
  /*position: fixed;
	top: 0;*/
  width: 100%;
  z-index: 2;
}

.navbar {
  min-height: 60px;
}
@media (max-width: 1100px) {
  .navbar {
    min-height: auto;
    margin-bottom: 0;
  }
}

h1 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}
h2 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica,
    sans-serif;
  font-size: 30px;
  color: #333;
}
h3 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
  font-size: 20px;
  color: #333;
}
.font-m {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}

.top-line {
  border-top: 1px solid #999;
}
.bottom-line {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
}
/*table*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 10px;
}

/*drop-table*/
.drop-table th {
  background: #5986b0;
  font-weight: normal;
}
.drop-table td {
  background: #cad8e6;
}

table.table-online td {
  padding: 10px 0;
}
table.table-rent td {
  padding: 5px 0;
}
th {
  background: #3f739a;
  color: #fff;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}
.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #5986b0;
  color: #3f7299;
}
.table > tbody > tr > td.hidden-line {
  border-bottom: none;
}
.table-rant2 {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}
.font30 {
  font-size: 30px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  backbround: #e6e6e6;
}

/*table-history*/
.font-org {
  color: #ff6600;
}

table.table-hover td {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}

table.table-hover tr:hover {
  background: #245a89;
}

table.table-hover tr:hover td {
  color: #fff;
}

.btn-u.btn-u-blue.shopping-cart {
  background: url(../img/_simage/ui/shop-car.png) 10px no-repeat;
  padding-left: 20px;
  color: #245a89;
  border: 1px solid #245a89;
}
.btn-u.btn-u-blue.shopping-cart:hover {
  background: #245a89 url(../img/_simage/ui/shop-car.png) 10px no-repeat;
  color: #fff;
}
/*product ul li*/
.product-list-minheight {
  min-height: 200px;
}
ul.product-list {
  list-style-image: url(../img/_simage/ui/icon-dotted.png);
}
ul.product-list li {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
  font-size: 15px;
  padding: 3px 0;
}
.border-gray {
  border: 1px solid #ccc;
}
/*table-tate*/
table.table_date {
  background: #3f739a;
  color: #fff;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}
/* pegination*/
.pagination li a {
  color: #245a89;
  background: none;
  border: none;
  font-size: 13px;
}
.pagination > .active > a {
  background: #245a89;
  border: none;
}
.pagination li a:hover,
.pagination > .active > a:hover {
  background: #245a89;
  border: none;
}
.pagination li.icon-left a {
  background: url(../img/_simage/ui/arrow-left.png) 10px no-repeat;
  padding-left: 25px;
}
.pagination li.icon-left a:hover {
  background: url(../img/_simage/ui/arrow-left.png) 10px no-repeat #245a89;
  padding-left: 25px;
}

.pagination li.icon-right a {
  background: url(../img/_simage/ui/arrow-right.png) 50px no-repeat;
  padding-right: 25px;
}
.pagination li.icon-right a:hover {
  background: url(../img/_simage/ui/arrow-right.png) 50px no-repeat #245a89;
  padding-right: 25px;
}
/* Mainmenu*/
.mainmenu {
  width: 100%;
  z-index: 2;
  background-color: #ffffff;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
  font-size: 18px;
  font-weight: 600;
}
.navbar-nav > li > a:hover {
  color: #5985b0;
}

.nav > li > a {
  padding: 10px 30px;
  display: block;
}
@media (max-width: 576px) {
  .nav > li > a {
    padding: 5px;
    color: #5985b0;
    border-bottom: 2px solid #eee;
    margin: 0 5px;
    font-size: 12px;
    text-align: center;
  }
}

.nav > li {
  text-align: center;
}
@media (max-width: 390px) {
  .nav > li {
    width: 92px;
    font-size: 15px;
  }
}

/*index-login-bk*/
.reg-block-wrap {
  width: 668px;
  max-width: 100%;
  padding: 0px;
  margin: 40px auto;
}

.reg-block-title {
  display: block;
  margin: auto;
  text-align: center;
}
/* �n�J�������϶��]�w*/
.reg-block {
  width: 608px;
  max-width: 100%;
  padding: 30px;
  border: 1px solid #fff;
  font-size: 16px;
  font-family: "�s�ө���";
  color: #333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  /*background:url(../img/_simage/bk-index/login-bk.png) repeat-x top;*/

  /* Permalink - use to edit and share this gradient: 
	http://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100&0.4+0,0.99+100 */
  /* 	background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(204,204,204,0.99) 100%); FF3.6-15
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(204,204,204,0.99) 100%); Chrome10-25,Safari5.1-6
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(204,204,204,0.99) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#fccccccc',GradientType=0 ); IE6-9
 */
}
@media (max-width: 768px) {
  .reg-block {
    margin-top: 0;
    padding: 30px 10px;
  }
}

.reg-block-header {
  border: none;
}
.reg-block-header p {
  color: #333;
}
.reg-block .input-group-addon {
  border: none;
  color: #3d7ab4;
}
.index-tips {
  padding: 10px;
  font-size: 12px;
  color: #333;
}

@media (max-width: 768px) {
  .index-tips {
    padding: 2px 5px 10px 0px;
    display: block;
  }
}

.form-control {
  background: #e6e6e6;
  border: 1px solid #cccccc;
}

/* ���������϶�*/
.content {
  padding: 40px 0;
  width: 1100px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content {
    padding-top: 20px;
  }
}

.line-blue {
  border-bottom: 1px solid #3d7bb5;
}
.btn-u {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
  width: 100%;
}
.btn-u.btn-brd {
  color: #3b7ab4;
}
button.btn-u.btn-brd {
  padding: 10px 40px;
}

@media (max-width: 768px) {
  .btn-u-rwd.btn-u-rwd.btn-u-rwd {
    padding: 10px 0px;
  }
}

.input-group-addon {
  padding: 12px 10px 12px 0px;
  text-align: left;
}
.btn-u.btn-brd.btn-u-lblue {
  border: 1px solid #72a4d1;
}
.btn-u.btn-brd.btn-u-lblue:hover {
  background: #72a4d1;
}
a.gray {
  color: #666666;
  text-decoration: underline;
  font-size: 15px;
}
a:hover.gray {
  color: #3b7ab4;
  text-decoration: none;
}

/*----��������]�w---*/
.input-table-title {
  color: #5985b0;
  font-size: 16px;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}
.form-control.form-blue {
  background: #5986b0;
  color: #fff;
  font-size: 13px;
  width: 100%;
}
.hr-dotted {
  border-bottom: 2px dotted #5986b0;
}
.border-line-blue {
  border-top: 1px solid #5986b0;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}
label.checkbox {
  color: #5985b0;
  font-size: 15px;
  padding: 0;
}

/*---�U�Կ��]�w--*/
select {
  background: #5986b0;
  color: #fff;
  font-size: 13px;
  padding: 10px 10px;
  border: none;
  width: 100%;
  text-align: center;
}
.checkbox {
  padding: 0px;
  margin: 0;
}
/*----------------member-edit����-----------------*/
/*index-login-bk*/
.reg-content-wrap {
  margin: 0 auto;
  padding: 0px;
  margin: 0px auto 20px auto;
  border: 1px solid #a7c6e2;
  /*border-bottom:1px solid #A7C6E2;
	border-left:1px solid #A7C6E2;
	border-right:1px solid #A7C6E2;*/

  font-size: 16px;
  font-family: "�s�ө���";
  color: #333;
  background-color: #ffffff;

  /* Permalink - use to edit and share this gradient: 
	http://colorzilla.com/gradient-editor/#ffffff+0,efe9ec+100&0.7+0,1+100 */
  /* background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(239,233,236,1) 100%); /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(239,233,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom,  rgba(255,255,255,0.7) 0%,rgba(239,233,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#efe9ec',GradientType=0 ); /* IE6-9 */

  /*-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.tab-v1 .tab-content {
  padding: 10px 20px;
}
.tab-v1 .nav-tabs {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
  color: #7a9fc0;
  border: none;
  margin-top: -35px;
  background: #fff;
}
.tab-v1 .nav-tabs a {
  font-size: 20px;
}
.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
  background: none;
  color: #5986b0;
  border-top: 1px solid #a7c6e2;
  border-left: 1px solid #a7c6e2;
  border-right: 1px solid #a7c6e2;
  border-bottom: none;

  /* Permalink - use to edit and share this gradient: 
	http://colorzilla.com/gradient-editor/#ffffff+0,efe9ec+100&0.7+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(239, 233, 236, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(239, 233, 236, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(239, 233, 236, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#efe9ec',GradientType=0 ); /* IE6-9 */
}
.tab-v1 .nav-tabs > .active > a {
  color: #5986b0;
}
.tab-v1 .nav-tabs > .active > a:hover {
  border-left: 1px solid #a7c6e2;
}
.tab-v1 .nav-tabs > li > a {
  border-top: 1px solid #a7c6e2;
  border-left: 1px solid #a7c6e2;
  border-bottom: 2px solid #a7c6e2;
  color: #5986b0;
}

.tab-v1 .nav-tabs > li > a:hover {
  background: #5986b0;
  border-bottom: solid 1px #a7c6e2;
  color: #fff;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
}

.cursor {
  cursor: pointer;
}
.divCart {
  width: 150px;
  position: absolute;
  top: 100px;
  right: 10px;
}

@media (max-width: 1100px) {
  .divCart {
    width: auto;
    right: 0;
    top: 7px;
  }

  .btn-u.btn-u-blue.shopping-cart {
    padding-left: 40px;
    font-size: 15px;
    border: none;
  }
}

.navbar-nav {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
}

.navbar-nav .active a {
  color: #d61218;
}

.ms-showcase2-template {
  width: 550px;
  max-width: 100%;
}

.ui-datepicker-calendar td {
  padding: 6px;
}

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
  cursor: pointer;
}

.pad10 {
  padding: 10px;
}

.ui-state-default {
  font-weight: bold;
}

.navbar-brand {
  float: none;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .navbar-brand {
    height: auto;
    width: 50vw;
    min-width: 220px;
    margin-bottom: 0px;
  }
}

body {
  background: #f5f5ff;
}

.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.btn-u.btn-brd.btn-u-fb:hover {
  background: #1877f2;
}

/* RWD use */
.color-main {
  color: #3f7299;
}
img {
  max-width: 100% !important;
}
/*fix JS bg*/
.backstretch img {
  max-width: none !important;
}

@media (max-width: 500px) {
  #recaptcha_image img {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .rwd-table-scroll {
    max-width: 100%;
    overflow: auto;
  }
  .rwd-table-scroll table {
    width: 750px;
    max-width: none;
  }

  .rwd-table-hide.rwd-table-hide {
    display: none;
  }
  .rwd-table tbody > tr,
  .rwd-table > tr {
    display: block;
  }
  .rwd-table td {
    display: block;
    width: 100%;
  }
  .rwd-table.rwd-table tr:hover {
    background: transparent;
  }
  .rwd-table.rwd-table tr:hover td {
    color: #5985b0;
  }

  .rwd-table-flex.rwd-table-flex {
    display: flex;
  }

  .rwd-h-p20 {
    padding: 0 20px;
  }

  .w-100 {
    width: 100%;
  }

  /*01 member add*/
  .profile-bg {
    background-color: #eee;
  }
}
.text-center {
  text-align: center;
}
.ph-20 {
  padding: 0 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.mt-20 {
  margin-top: 20px;
}
/* form setting*/
.form-title {
  padding-top: 20px;
  padding-bottom: 5px;
  display: inline-block;
}

.form-title2-rwd,
.form-input2-rwd {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  .form-title2-rwd,
  .form-input2-rwd {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.form-select {
  width: auto;
  display: block;
}
.d-flex {
  display: flex;
}

/*.rwd-table-head 權重需寫兩次*/
@media (max-width: 768px) {
  .rwd-table-head.rwd-table-head thead,
  .rwd-table-head.rwd-table-head th {
    display: none;
  }
  .rwd-table-head.rwd-table-head td {
    border-bottom: 0px;
    text-align: left;
    padding: 3px 10px;
    display: flex;
  }

  .rwd-table-head.rwd-table-head td::before {
    color: #3f7299;
    content: attr(data-th);
    font-weight: bold;
    display: block;
    width: 40%;
    flex-shrink: 0;
    padding-right: 5px;
  }

  .rwd-table-head.rwd-table-head td.no-header::before {
    display: none;
  }

  /*rwd-table-1*/
  .rwd-table-head.rwd-table-1 td:last-child::before {
    border-bottom: 1px;
  }
  .rwd-table-head.rwd-table-1 td:first-child {
    padding-top: 10px;
  }
  .rwd-table-head.rwd-table-1 td:last-child {
    padding-bottom: 10px;
    align-items: center;
    border-bottom: 1px solid #5986b0;
  }
  /*rwd-table-2*/
  .rwd-table-head.rwd-table-2 td:first-child {
    padding-top: 10px;
  }
  .rwd-table-head.rwd-table-1 td:last-child {
    padding-bottom: 10px;
    align-items: center;
    border-bottom: 1px solid #5986b0;
  }
}

/* fixed bottom */
.fixed-bottom-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 6px 20px;
  background: #f5f5ff;
  text-align: center;
}

.fixed-bottom-btn button {
  width: 1100px;
  max-width: 100%;
}


/* for 11.rent_product top slider */
.slider-flex {
  display: flex;
}
@media (max-width: 992px) {
  .slider-flex {
    display: block;
  }
}

.slider-left-block,
.slider-right-block {
  flex: 1;
}
@media (max-width: 992px) {
  .slider-left-block .ms-showcase2-template{
    margin: 0 auto;
  }
}
.slider-right-block {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .slider-right-block {
    margin-top:30px;
  }
}