@charset "utf-8";
/*
171c61
*/

/* reset
------------------------------------------------*/
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,body
{
    width: 100%;
    /*overflow-x: hidden; */
	
	/*-webkit-overflow-scrolling: touch;*/
    scroll-behavior: smooth;
	box-sizing: border-box;
}
*,*:before,*:after {
	box-sizing: border-box;
}
body {
	color: #666;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

hr {
	margin: 0;
}
.clear30 {
	clear: both;
	height: 30px;
}
.img100 {
	max-width: 100%;
}
.hr-white {
	display: block;
	height: 1px;
    border: 0;
	border-top: 1px solid #FFF;
    margin: 0.8em 0;
	padding: 0;
}


/* Override
------------------------------------------------*/
.navbar {
    padding: 5px 12px 0 12px;
}
.container-fluid {
     padding-right: 0; 
     padding-left: 0; 
}

input[type=submit] {
  background-color: #222;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 8px 14px 8px 15px;
}
input[type=submit]:hover {
  background-color: #0b1596;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 8px 14px 8px 15px;
}

.dropdown-item {
    padding: .65rem 1.5rem;
	letter-spacing: 1px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #171c61;
}
.dropdown-divider {
	margin: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    //background-color: rgba(240,241,255,1);
    //background-color: #fcefdd;
    background-color: #fcf4dd;
}
.table-striped tbody tr:first-child {
    background-color: rgba(243,243,243,1);
}

.table-striped-blue tbody tr:nth-of-type(odd) {
    //background-color: rgba(240,241,255,1);
    //background-color: #fcefdd;
    background-color: #d8ebf2;
}
.table-striped-blue tbody tr:first-child {
    //background-color: rgba(243,243,243,1);
}

input[type=submit] {
  background-color: #222;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 8px 14px 8px 15px;
}
input[type=submit]:hover {
  background-color: #0b1596;
  border: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size:16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
  padding: 8px 14px 8px 15px;
}

.alert-myorg input[type=text] {
  border: 1px solid #fe9e1a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
}
.alert-myblue input[type=text] {
  border: 1px solid #6cc5e6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  letter-spacing: 1px;
}

.imglogo {
	max-width: 200px;
}
.banner-item img {
	display: block;
}

.navbar-expand-sm .navbar-nav .nav-link {
	padding: 3px 0 3px 15px;
}
.navbar-light .navbar-nav .nav-link {
    background: #f5f5f5;
    color:#171c61;
    font-size:22px;
    font-weight: bold;
}
.nav-main .navbar-nav.ml-auto li.nav-item {
	border-top: 1px solid #ddd;
}
.nav-main {
    background: #f5f5f5;    
}


.block-main {
	
}
.main-tit {
	color: #4e4e4e;
	font-size: 1.8em;
	text-align: center;
}
.tit-eng {
	color: #3f3f3f;
	font-size: 0.5em;
	padding-left: 1.2em;
}



.btn-list-buy {
	background: #171c61;
	border: 0;
	border-radius: 3px;
	color: #FFF;
	font-size: 0.88em;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 6px 1.5em 7px 1.5em;
	cursor: pointer;
}
.btn-list-buy:hover {
	background: #f39800;
	color: #FFF;
}
.btn-reserve {
	background: #171c61;
	border: 0;
	border-radius: 3px;
	color: #FFF;
	font-size: 0.88em;
	letter-spacing: 0.1em;
	margin: 0 auto;
	padding: 2px 1.5em;
	cursor: pointer;
}
.btn-reserve:hover {
	background: #f39800;
	color: #FFF;
}
.btn-black {
	background: #222;
	border: 0;
	color: #FFF;
	margin: 0 auto;
	padding: 8px 14px 8px 15px;
	cursor: pointer;
}
.btn-black:hover {
	background: #0b1596;
	color: #FFF;
}
.btn-contractor {
	background: #f39800;
	border: 0;
	border-radius: 3px;
	color: #FFF;
	font-size: 0.88em;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 12px 3px 12px;
	cursor: pointer;
}
.btn-contractor:hover {
	background: #FFF;
	color: #171c61;
}

.btn-myblue {
	background: #FFF;
	border: 1px solid #6cc5e6;
	color: #454545;
	margin: 0 auto;
	padding: 7px 14px 6px 15px;
	cursor: pointer;
}
.btn-myblue:hover {
	background: #6cc5e6;
	color: #FFF;
}

.idx-subbanner {
	background: #171c61;
	color: #FFF;
	padding: 0 15px 1em 15px;
	/*min-height: 100px;*/
}
.idx-subbanner img {
	display: inline-block;
}
.sub-credit {
	text-align: center;
	padding-top: 1.1em;
}
.sub-credit img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80px;
}
.sub-credit h2 {
	display: inline-block;
	font-size: 1em;
	padding-left: 10px;
	vertical-align: middle;
}
.sub-mail {
	text-align: center;
	padding-top: 0.8em;
}
.sub-mail img {
	display: inline-block;
	vertical-align: middle;
	max-width: 45px;
}
.sub-mail-txt {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.9em;
	padding-left: 10px;
}
.sub-mail-txt p {
	text-align: left;
}
.sub-phone {
	text-align: center;
	padding-top: 0.9em;
}
.sub-phone p {
	font-size: 0.85em;
}
.sub-phone p:first-child {
	margin-bottom: 6px;
}
.sub-phone p:last-child {
	margin-top: 6px;
}
.sub-phone span {
	background: #fff;
	border-radius: 20px;
	color: #171c61;
	font-size: 1.3em;
	font-weight: bold;
	padding: 1px 25px;
	margin-top: 8px;
	margin-bottom: 8px;
}


.block-idx-news {
	padding: 30px 15px;
}
.idx-contact {
	text-align: center;
}
.idx-contact div {
	margin-top:15px;
}
.idx-news h2 {
	color: #3f3f3f;
	font-size: 2em;
	padding-left: 15px;
}
.idx-news ul {
	list-style: none;
	margin-top: 1.5em;
}
.idx-news ul li:first-child {
	border-top: 1px dashed #ccc;
}
.idx-news ul li {
	border-bottom: 1px dashed #ccc;
	color: #454545;
	line-height: 1.5em;
	padding: 15px;
}
.idx-news ul li a {
	color: #454545;
}
.idx-news ul li a.news-date {
	color: #961e1f;
}

.news-date {
	color: #961e1f;
	letter-spacing: 1px;
	padding-right: 15px;
}
.idx-news ul li a:hover {
	color: #961e1f;
	text-decoration: none;
}



/*------------------------------------------
  Product
------------------------------------------*/
.block-product {
	background: #F7F7F7;
	padding: 3.5em 15px;
}
.idx-prod-bg {
	background: url(../images/car_bg.jpg) center no-repeat;
}
.prod-item a:hover {
	
}
.prod-card {
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18); 
}
.prod-card a {
	text-decoration: none;
}

/*------------------------------------------
  FadeUp animation
------------------------------------------*/
.js-fadeup.active {
	-webkit-animation-name: fadeup;
	-moz-animation-name: fadeup;
	animation-name: fadeup;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0); 
	}
}



/*------- Event -------*/
a:hover .photo {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.item-photo {
	width: 100%;
	position: relative;
	text-align: center;
}
.photo-wrap {
	position: relative;
	overflow: hidden;
	/*padding-bottom: 100%;*/
	padding-bottom: 76.39%;
	border-radius: 4px 4px 0px 0px;
}
.photo {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	transform: scale(1);
	-webkit-transition: .8s;
	-moz-transition: .8s;
	transition: .8s;
}
.photo img {
	opacity: 0;
	width: 0;
	height: 0;
}
.item-text {
	padding: 20px 8%;
	background-color: #fff;
	border-radius: 3px;
}
.item-text .intro {
	color: #454545;
	font-size: 0.9em;
	letter-spacing: .05em;
	line-height: 1.6;
	padding-bottom: 19px;
	word-wrap: break-word;
}
.item-text .tobuy {
	color: #999;
}
.list-item-price {
	color: #ed155b;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.08em;

}
.item-text a del {
	color: #999;
	font-size: 0.88em;
}
.item-text:hover {
	text-decoration: none;
}


.block-product .js-fadeup:nth-child(2) {
  animation-delay: .1; }

.block-product .js-fadeup:nth-child(3) {
  animation-delay: .2s; }

.block-product .js-fadeup:nth-child(5) {
  animation-delay: .1s; }

.block-product .js-fadeup:nth-child(6) {
  animation-delay: .2s; }

.block-product .js-fadeup:nth-child(7) {
  animation-delay: .3s; }

a .photo-on {
	position: absolute;
	background: rgba(32, 32, 32, 0.7);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
a .photo-on .ico-plus {
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	position: relative;
	display: inline-block;
	z-index: 10;
}
a .photo-on .ico-plus:before, a .photo-on .ico-plus:after {
	position: absolute;
	content: "";
	display: inline-block;
	background: #999999;
	z-index: 10;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
a .photo-on .ico-plus:before {
	width: 40px;
	height: 1px;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
a .photo-on .ico-plus:after {
	width: 1px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -1px;
}

a:hover .photo-on {
	opacity: 1;
}
a:hover .photo-on .ico-plus {
	animation: spin .5s ease-out;
}

@keyframes spin {
  0% {
	transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); }
}
a:hover .photo-on .ico-plus:before, a:hover .photo-on .ico-plus:after {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
a:hover .photo-on .ico-plus:before {
	width: 40px;
	margin-top: -1px;
}
a:hover .photo-on .ico-plus:after {
	height: 40px;
	margin-left: -1px;
}


.ico-category {
  color: #FFF;
  background-color: rgba(34,34,34,0.7);
  font-size: 1em;
  letter-spacing: .15em;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}


/*------------------------------------------
  Free Product
------------------------------------------*/
.prod-item-text {
	text-align: center;
	padding: 20px 8%;
	background-color: #fff;
	border-radius: 3px;
	border-top: 1px solid #ebebeb;
}
.prod-item-text h4 {
	color: #171c61;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0.5em 0 0 0;
	margin-bottom: 0;
	text-align: center;
}
.prod-item-text .intro {
	margin-top: 1.1em;
	color: #454545;
	font-size: 0.95em;
	letter-spacing: .05em;
	line-height: 1.6;
	padding-bottom: 19px;
	word-wrap: break-word;
}
.toapply {
	margin-bottom: 2.2em;
}


.block-order {
	background: #f4f4f4;
	padding: 30px 15px;
}
.order-tit {
	color: #0b1596;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: 1px;
}
.shopping-cart {
	border-top: 2px solid #0b1596;
}
.shopping-cart .card-header {
	border-top: 1px solid #ddd;
}
.cart-tit {
	color: #0b1596;
	font-weight: bold;
}

.service-tit {
	color: #171c61;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	line-height: 1.65em;
	margin-bottom: 0.6em;
}
.service-tb {
	width: 100%;
	min-width: 850px;
	line-height: 1.65em;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
.service-tb th {
	font-size: 1em;
	font-weight: bold;
}
.service-tb td {
	vertical-align: middle;
}
.service-tb tr td, .service-tb tr th {
	border-right: 1px solid #999;
}
.service-note {
	border: 1px solid #ccc;
	background: #eee;
	color: #666;
	padding: 15px;
	margin: 25px 0;
	text-align: justify;
	
	font-size: 16px;
	line-height: 1.65em;
}
.service-note ul {
	list-style-position: inside;
	list-style: none;
}
.alert-myred{
	background-color: #fff1f0;
	border: solid 1px #f2c0b5;
	color: #d85036;
	font-size: 16px;
	line-height: 1.65em;
	text-align: justify;
}
.alert-myred a, .alert-myred a:link, .alert-myred a:active {
	color: #d85036;
	text-decoration: underline;
}
.alert-myred a:hover {
	font-weight: bold;
}
.alert-myorg {
    background: #fcf4dd;
    border: solid 1px #fe9e1a;
    color: #fe9e1a;
    font-size: 16px;
    line-height: 1.65em;
}
.alert-myblue {
    background: #d8ebf2;
    border: solid 1px #6cc5e6;
    color: #6cc5e6;
    font-size: 16px;
    line-height: 1.65em;
}
.alert-myblue h3 {
    color: #6cc5e6;
    font-size:1.35em;
    font-weight:bold;
    line-height:1.85em;
}
.time-hd {
	color: #bf060c;
}
.service-time {
	color: #bf060c;
	text-align: center;
}
.fee-hd {
	color: #4c53a5;
}
.service-fee {
	color: #4c53a5;
	text-align: center;
}
.type-hd {
	color: #00a68d;
}
.cartype {
	text-align: center;
	color: #00a68d;
}
.note-hd {
	color: #165896;
}
.service-tbnote {
	color: #165896;
}
.info-hd {
	color: #031f88;
}
.service-tbinfo {
	color: #031f88;
}
#darker-tb.table table.service-tb td, #darker-tb.table table.service-tb th {
    border-top: 1px solid #999;
}
/*.table td, .table th {
    border-top: 1px solid #999;
}*/




.block-contractor {
	border-bottom: 1px solid #eee;
	padding: 30px 15px;
}
.contractor-tb {
	width: 100%;
	line-height: 1.65em;
	font-size: 1em;
}
.tb-border-grey {
	border: 5px solid #f4f4f4;
	padding: 15px;
}
.contractor-tb th {
	color: #171c61;
	font-size: 1em;
	font-weight: bold;
}
.contractor-right {
	text-align: right;
}
.contractor-right a:hover {
	text-decoration: none;
}
.contractor-item {
	margin-bottom: 20px;
}
.contractor-item:nth-child(odd) .contractor-hd {
    background:#243b6e;
    color:#FFF;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 2.5em 1em;
    letter-spacing:1px;
}
.contractor-item:nth-child(even) .contractor-hd {
    background:#40aca5;
    color:#FFF;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    padding: 2.5em 1em;
    letter-spacing:1px;
}

.reserve-depart-date {
	color: #fe9e1a;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}
.reserve-route {
	/*color: #171c61;*/
	color: #fe9e1a;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.reserve-select label {
	vertical-align: middle;
	margin-top: 7px;
	margin-bottom: 5px;
}

@media 
only screen and (max-width: 767px){

	/* Force table to not be like tables anymore */
	.contractor-tb table, .contractor-tb thead, .contractor-tb tbody, .contractor-tb th, .contractor-tb td, .contractor-tb tr { 
		display: block; 
	}
	
	.contractor-tb tr { 
		/*border: 1px solid #ccc;*/
		border-bottom: 0;
		line-height: 1.5em;
	}
	
	.contractor-tb tr th { 
		background: #171c61;
		color: #FFF;
		font-size: 1em;
		font-weight: bold;
	}
	
	.contractor-tb tr td:first-child { 
		color: #fe9e1a;
		font-weight: bold;
	}
	
	.contractor-tb td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ccc; 
		position: relative;
	}
	
	.contractor-tb td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}

}



.block-notice {
	background: #eee;
	background: url(../images/car_bg.jpg) center no-repeat;
	padding: 30px;
}
.notice-item {
	background-color: rgba(243, 152, 0, 0.8);
	color: #FFF;
	border-radius: 5px;
	padding: 20px 20px 20px 15px;
	/*margin: 15px;*/
}
.notice-ul {
	line-height: 1.65em;
	font-size: 16px;
	list-style-position: outside;
	margin-left: 25px;
	text-align: justify;
}
.notice-account {
	line-height: 1.65em;
	font-size: 16px;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 25px;
	text-align: justify;
}

.block-link {
	background: #F7F7F7;
	padding: 30px 15px;
}
.block-link .prod-item-text {
	padding-top: 10px;
}


/* Footer
------------------------------------------------*/
.block-footer {
	background: #171c61;
	color: #FFF;
	font-size: 14px;
	padding: 1.8rem 8px 1.2rem 8px;
}

.block-ffb {
	text-align: right;
}
.block-ffb a {
	color: #f4f4f4;
	font-size: 13px;
	letter-spacing: 1px;
}
.block-fqr span {
	display: inline-block;
	padding-left: 15px;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.65em;
	letter-spacing: 1px;
}
.block-fst {
	letter-spacing: 1px;
	font-size: 14px;
}
.block-fst h3 {
	margin-bottom: 6px;
}
.block-fst ul li {
	list-style: none;
	line-height: 1.85em;
}
.tiny-bubble {
	background: #FFF;
	color: #171c61;
	font-weight: bold;
	border-radius: 18px;
	padding: 6px 25px 7px 25px;
}
.foo-emergency {
	margin-top: 12px;
}
.foo-contact {
	font-size: 14px;
	list-style: none;
	line-height: 1.85em;
	letter-spacing: 1px;
}

.flogo {
	max-width: 250px;
	padding-top: 5px;
}
.block-m-footer {
	background: #171c61;
	color: #FFF;
	font-size: 14px;
}


.block-feature {
	padding: 1.8rem 8px 1.2rem 8px;
}
.feature-item {
	margin-top: 5px;
	margin-bottom: 15px;
}
.feature-item img {
	max-width: 65px;
}
.feature-txt {
	display: inline-block;
	vertical-align: top;
	padding-left: 8px;
}
.feature-item h2 {
	color: #f39800;
	font-weight: bold;
	font-size: 1.25em;
	letter-spacing: 1px;
	line-height: 1.65em;
	margin-bottom: 5px;
}
.feature-item p {
	color: #171c61;
	font-size: 0.95em;
	max-width: 225px;
}




/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
	.reserve-info {
		text-align: center;
	}
	.feature-item {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	/*.feature-item img {
		max-width: 65px;
	}*/
	.feature-txt {
		display: inline-block;
		vertical-align: top;
		padding-left: 5px;
	}
	.feature-item h2 {
		color: #f39800;
		font-weight: bold;
		font-size: 1.15em;
		letter-spacing: 0;
		line-height: 1.35em;
		margin-bottom: 5px;
	}
	.feature-item p {
		color: #171c61;
		font-size: 0.95em;
		max-width: 190px;
	}
	
	.idx-subbanner {
		background: #171c61;
		color: #FFF;
		padding: 1em 15px;
	}
	.sub-credit {
		text-align: center;
		padding-top: 0;
		border-right: 1px solid #FFF;
	}
	.sub-credit img {
		display: inline-block;
		vertical-align: middle;
		max-width: 100px;
	}
	.sub-credit h2 {
		display: inline-block;
		font-size: 1.3em;
		padding-left: 4px;
		padding-top: 10px;
		vertical-align: middle;
	}
	.sub-mail {
		text-align: center;
		padding-top: 0;
		border-right: 1px solid #FFF;
	}
	.sub-mail img {
		display: inline-block;
		vertical-align: middle;
		max-width: 45px;
	}
	.sub-mail-txt {
		display: inline-block;
		vertical-align: middle;
		font-size: 0.85em;
		padding-left: 0px;
	}
	.sub-mail-txt p {
		text-align: left;
	}
	.sub-phone {
		text-align: center;
		padding-top: 0;
	}
	.sub-phone p {
		font-size: 0.85em;
	}
	.sub-phone p:first-child {
		margin-bottom: 6px;
	}
	.sub-phone p:last-child {
		margin-top: 6px;
	}
	.sub-phone span {
		background: #fff;
		border-radius: 20px;
		color: #171c61;
		font-size: 1.3em;
		font-weight: bold;
		padding: 1px 15px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
	
	.notice-item {
		background-color: rgba(243, 152, 0, 0.8);
		color: #FFF;
		border-radius: 5px;
		padding: 3em;
		/*margin: 15px;*/
	}
	
	.reserve-depart-date {
		color: #fe9e1a;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 0;
	}
	.reserve-route {
		background-color: #fe9e1a;
		border-radius: 25px;
		color: #FFF;
		font-size: 1.1em;
		padding: 3px 20px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.navbar-expand-sm .navbar-nav .nav-link {
		padding: 3px 0 3px 30px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.3rem;
		padding-left: 0.3rem;
	}
	.navbar-expand-md .navbar-nav .nav-link.norp {
		padding-right: 0;
	}
	.nav-main .navbar-nav.ml-auto li.nav-item {
		border-top: 0;
	}
	.mynav {
		font-size: 15px;
	}

	/* Blocks
	------------------------------------------------*/
	.block-main {
		
	}
	
	.block-about {
		background: url(../images/bg_about.jpg) no-repeat center;
		padding: 4rem 15px;
		text-align: center;
	}
	
	.block-copy p {
		text-align: left;
	}
	.footer-nav-ul, .footer-contact-ul {
		margin-top: 2px;
	}
	
	.detail-img {
		padding-right: 15px;
	}
	.refund-img {
		margin-top: 2em;
		text-align: left;
	}
	
	
	
	
	
	
	
	
	.idx-subbanner {
		background: #171c61;
		color: #FFF;
		padding: 2em 15px;
	}
	.idx-subbanner img {
		display: inline-block;
	}
	.sub-credit {
		text-align: center;
		border-right: 1px solid #FFF;
		padding-top: 1em;
	}
	.sub-credit img {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
	}
	.sub-credit h2 {
		display: inline-block;
		font-size: 1.5em;
		padding-left: 0;
		vertical-align: middle;
	}
	.sub-mail {
		text-align: center;
		border-right: 1px solid #FFF;
		padding-top: 1em;
	}
	.sub-mail img {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
	}
	.sub-mail-txt {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.1em;
		padding-left: 0;
	}
	.sub-mail-txt p {
		text-align: center;
	}
	.sub-phone {
		text-align: center;
		padding-top: 1em;
	}
	.sub-phone p {
		font-size: 1.15em;
	}
	.sub-phone p:first-child {
		margin-bottom: 10px;
	}
	.sub-phone p:last-child {
		margin-top: 10px;
	}
	.sub-phone span {
		background: #fff;
		border-radius: 30px;
		color: #171c61;
		font-size: 1.5em;
		font-weight: bold;
		padding: 4px 35px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	
	.reserve-depart-date {
		color: #fe9e1a;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.reserve-route {
		background-color: #fe9e1a;
		border-radius: 25px;
		color: #FFF;
		font-size: 1.2em;
		padding: 3px 25px;
	}
	
	.feature-item img {
		max-width: 100%;
	}
	.feature-txt {
		display: inline-block;
		vertical-align: top;
		padding-left: 15px;
	}
	
	.notice-ul {
		line-height: 1.65em;
		font-size: 18px;
		font-weight: bold;
		list-style-position: outside;
		margin-left: 25px;
		text-align: justify;
	}
	.notice-account {
		line-height: 1.65em;
		font-size: 18px;
		font-weight: bold;
		list-style-position: outside;
		list-style-type: square;
		margin-left: 25px;
		text-align: justify;
	}
	
	.service-tit {
		color: #171c61;
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		line-height: 1.85em;
		letter-spacing: 1px;
		margin-bottom: 1.2em;
	}
	.service-tb {
		width: 100%;
		line-height: 1.8em;
		font-size: 1.15em;
		font-weight: bold;
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
	}
	.service-tb th {
		font-size: 1.2em;
		font-weight: bold;
	}
	.service-tb td {
		vertical-align: middle;
	}
	.service-tb tr td, .service-tb tr th {
		border-right: 1px solid #999;
	}
	.service-note {
		border: 1px solid #ccc;
		background: #eee;
		color: #666;
		padding: 15px;
		margin: 25px 0;
		
		font-size: 16px;
		line-height: 1.65em;
		letter-spacing: 1px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.nav-main {
		padding: 0;
	}
	.mynav {
		font-size: 18px;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.6rem;
		padding-left: 0.7rem;
	}
	.navbar-expand-md .navbar-nav .nav-link.norp {
		padding-right: 0;
	}
	
	
	.notice-img {
		margin-top: 5px;
		text-align: left;
	}
	.blank-sp {
		padding-left: 30px;
	}
	
	/*-------------------*/
	
	
	.contractor-tb {
		width: 100%;
		line-height: 1.8em;
		font-size: 1.15em;
	}
	.tb-border-grey {
		border: 25px solid #f4f4f4;
		padding: 55px 35px 25px 35px;
	}
	.contractor-tb th {
		color: #171c61;
		font-size: 1.2em;
		font-weight: bold;
	}
	.contractor-right {
		text-align: right;
	}
	.contractor-right a:hover {
		text-decoration: none;
	}
	
	
	.idx-subbanner {
		background: #171c61;
		color: #FFF;
		padding: 2em 15px;
		min-height: 160px;
	}
	.sub-credit {
		text-align: center;
		border-right: 1px solid #FFF;
		padding-top: 2em;
	}
	.sub-credit img {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
	}
	.sub-credit h2 {
		display: inline-block;
		font-size: 1.5em;
		padding-left: 20px;
		vertical-align: middle;
	}
	.sub-mail {
		text-align: center;
		border-right: 1px solid #FFF;
		padding-top: 2em;
	}
	.sub-mail img {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
	}
	.sub-mail-txt {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.2em;
		padding-left: 20px;
	}
	.sub-mail-txt p {
		text-align: left;
	}
	.sub-phone {
		text-align: center;
	}
	.sub-phone p {
		font-size: 1.15em;
	}
	.sub-phone p:first-child {
		margin-bottom: 10px;
	}
	.sub-phone p:last-child {
		margin-top: 10px;
	}
	.sub-phone span {
		background: #fff;
		border-radius: 30px;
		color: #171c61;
		font-size: 2.2em;
		font-weight: bold;
		padding: 4px 35px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.reserve-route {
		background-color: #fe9e1a;
		border-radius: 25px;
		color: #FFF;
		font-size: 1.4em;
		padding: 3px 25px;
	}
	
	.flogo {
		max-width: 100%;
		padding-top: 5px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	/*.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.3rem;
		padding-left: 1.3rem;
	}
	.navbar-expand-md .navbar-nav .nav-link.norp {
		padding-right: 0;
	}
	
	.block-product {
		padding: 4rem 170px;
	}
	.block-product-detail {
		padding: 5em 7em;
	}
	.block-about {
		background: url(../images/bg_about.jpg) no-repeat center;
		padding: 4.5rem 15rem;
		text-align: center;
	}
	.block-about h2, .block-about2 h2 {
		color: #3f3f3f;
		font-size: 2em;
		margin-bottom: 1.3em;
	}
	.block-about2 {
		background: url(../images/bg_main.jpg) no-repeat center;
		padding: 4.5rem 7rem;
	}
	.block-patent h2 {
		font-size: 2.2em;
		letter-spacing: 2px;
		margin: 1.3em 0;
		text-indent: -10px;
	}
	.block-patent p {
		font-size: 1.3em;
		letter-spacing: 1px;
		line-height: 1.8em;
		margin-bottom: 1.5em;
	}
	.block-patent2 {
		padding: 5rem 7rem;
	}
	
	.idx-news {
		padding-right: 2em;
	}
	.block-news {
		background: url(../images/bg_main.jpg) repeat-y center;
		padding: 4.5rem 15rem;
	}
	.block-contact {
		background: url(../images/bg_main.jpg) repeat-y center;
		padding: 4.5rem 5.7rem 2.5rem 5.7rem;
	}
	.block-cart {
		padding: 4.5rem 5.7rem 2.5rem 5.7rem;
	}
	
	.contact-form {
		background: transparent;
		border-radius: 5px;
		margin: 3em 7em;
		padding: 0 3em;
	}
	.block-privacy {
		padding: 5em 15em;
	}*/
	
	
	/*-------------------*/
	.block-main {
		padding: 5rem 190px;
	}
	
	.block-idx-news {
		padding: 5rem 190px;
	}
	
	.block-product {
		padding: 5rem 190px;
	}
	
	.block-order {
		padding: 5rem 190px;
	}
	.block-contractor {
		padding: 5rem 190px;
	}
	.block-notice {
		padding: 5rem 190px;
	}
	.block-link {
		padding: 5rem 190px;
	}
	
	.block-feature {
		padding: 4.5rem 190px 3.5rem 190px;
	}
	.block-footer {
		padding: 1.2rem 190px 1.2rem 190px;
	}
}
@media (min-width: 1560px) {
	
	.nav-main {
		padding: 0 190px;
	}
	.idx-subbanner {
		padding: 2em 190px;
	}
}

.myrwtb table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
.myrwtb tr:nth-of-type(odd) { 
  background: #6cc5e6;
}
.myrwtb th { 
  background: #333; 
  border-bottom: 1px solid #6cc5e6; 
  color: white; 
  font-weight: bold; 
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.myrwtb td { 
  padding: 6px; 
  border: 1px solid #6cc5e6; 
  text-align: center;
  vertical-align: middle;
}
.myrwtb .workid {
        text-align: center; font-size:1.6em; letter-spacing:2px; font-weight:bold; color:#171c61; line-height:1.8em; margin-bottom: 30px;
    }

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
    .myrwtb .workid {
        text-align: center; font-size:1.3em; letter-spacing:2px; font-weight:bold; color:#171c61; line-height:1.8em; margin-bottom:15px;
    }

	/* Force table to not be like tables anymore */
	.myrwtb table, .myrwtb thead, .myrwtb tbody, .myrwtb th, .myrwtb td, .myrwtb tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.myrwtb thead tr { 
		position: absolute;
		top: -99999px;
		left: -99999px;
	}
	
	.myrwtb tr { border: 1px solid #6cc5e6; }
	
	.myrwtb td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #6cc5e6; 
		position: relative;
		padding-left: 40%;
		text-align: left;
		vertical-align: middle;
	}
	
	.myrwtb td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 35%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	.btn-myblue {
    	background: #FFF;
    	border: 1px solid #6cc5e6;
    	color: #454545;
    	margin: 0 auto;
    	padding: 3px 10px;
    	cursor: pointer;
    }
	
	/*
	Label the data
	*/
	.myrwtb td:nth-of-type(1):before { content: "乘車日期"; color:#171c61; text-align: left; padding-left: 5px; border-right:1px solid #ccc; }
	.myrwtb td:nth-of-type(2):before { content: "路線名稱"; color:#171c61; display: inline-block; vertical-align: middle; text-align: left; padding-left: 5px; border-right:1px solid #ccc; }
	.myrwtb td:nth-of-type(3):before { content: "去 程"; color:#171c61; text-align: left; padding-left: 5px; border-right:1px solid #ccc; }
	.myrwtb td:nth-of-type(4):before { content: "回 程"; color:#171c61; text-align: left; padding-left: 5px; border-right:1px solid #ccc; }
	.myrwtb td:nth-of-type(5):before { content: "刪 除"; color:#171c61; text-align: left; padding-left: 5px; border-right:1px solid #ccc; }
}