﻿@charset "utf-8";
/* 機票 */


.ind_adlisbox {
	font: inherit;
	font-size: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---desktop--- */

.flo {
	float: left!important;
	padding-right: 15px;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
html, body {
	-webkit-text-size-adjust: none;
}
body {
	background-color: rgb(255, 235, 245);
}
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: table;
	margin-bottom: 15px;
	max-width: 980px;
}
.pop_imp {
	width: 85%;
	max-width: 750px;
}
.pop_imp .btnpop ,.modal-content .btnpop{
	position: relative;
	display: block;
	width: 30%;
	background: rgb(185, 200, 85);
	color: rgb(0, 125, 30);
	text-decoration: none;
	border-radius: 8px;
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 0 rgb(145, 160, 60);
	box-shadow: 0 4px 0 rgb(145, 160, 60);
	cursor: pointer;
	padding: 0 15px;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	min-width: 160px; border:none
}
.pop_imp .btnpop:hover,.modal-content .btnpop:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 3px 0 0 rgb(200, 150, 20);
	box-shadow: 0 3px 0 0 rgb(200, 150, 20);
}
@font-face {
	font-family: Sosa;
	src: url(../images/sosa.ttf)
}
/* header */
header {
	width: 100%;
	background-image: -webkit-linear-gradient(to bottom, rgb(255, 121, 176) 0%, rgb(235, 65, 135) 100%);
	background-image: linear-gradient(to bottom, rgb(255, 121, 176) 0%, rgb(235, 65, 135) 100%);
	margin: 0 0 10px 0;
}
header #top {
	position: relative;
	width: 980px;
	height: 80px;
	margin: 0 auto;
}
header h1 {
	position: absolute;
	display: block;
	width: 160px;
	height: 56px;
	top: 10px;
	left: 5px;
}
header h1 a {
	display: block;
	width: 160px;
	height: 56px;
	background-size: 160px auto;
	background-image: url(../images/yst_logo_desktop.png);
	background-repeat: no-repeat;
}
header h2 {
	position: absolute;
	display: block;
	width: 160px;
	height: 56px;
	top: 10px;
	left: 5px;
}
header h2 a {
	display: block;
	width: 160px;
	height: 68px;
	background-size: 160px auto;
	background-image: url(../images/yst_logo_desktop2.png);
	background-repeat: no-repeat;
}
.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	padding-top: 13px;
	background-position: center;
	margin-bottom: 15px
}
.loading p {
	text-align: center;
	font-size: 16px;
	padding-top: 82px;
	color: #666666;
height:
}
.loading p a {
	color: #666666
}
header h4 {
	display: none;
}
header #menu {
	position: absolute;
	top: 25px;
	left: 195px;
	width: 435px;
	height: 40px;
}
header #menu ul {
	list-style-type: none;
}
header #menu li {
	float: left;
}
header #menu li a {
	display: block;
	width: 140px;
	height: 50px;
	background-size: 50px auto;
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	color: rgb(255, 255, 255);
	font-weight: bold;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 15px;
	text-indent: 58px;
	text-decoration: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 0 5px;
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
header #menu li.ticket a {
	background-position: 5px 0;
}
header #menu li.ticket_active a {
	background-position: 5px -150px;
}
header #menu li.ticket a:hover {
	background-position: 5px -150px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
header #menu li.hotel a {
	background-position: 5px -50px;
}
header #menu li.hotel_active a {
	background-position: 5px -200px;
}
header #menu li.hotel a:hover {
	background-position: 5px -200px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
header #menu li.voucher a {
	background-position: 5px -100px;
}
header #menu li.voucher_active a {
	background-position: 5px -250px;
}
header #menu li.voucher a:hover {
	background-position: 5px -250px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}
header #NAV {
	position: absolute;
	width: 304px;
	top: 40px;
	right: 0;
}
header #NAV #XX {
	display: none;
}
header #NAV ul {
	list-style-type: none;
}
header #NAV li {
	float: left;
}
header #NAV li a {
	display: block;
	width: auto;
	background-color: rgb(255, 235, 245);
	color: rgb(0, 0, 0);
	font-size: 13px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	border-right: 1px rgb(81, 192, 23) dotted;
	margin: 0;
	padding: 3px 10px;
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
header #NAV li:last-child a {
	border: 0;
}
header #NAV li a:hover {
	background: rgb(95, 195, 215);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
article {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* tkt_search */
article #tkt_search {
	overflow: auto;
	float: left;
	width: 76%;
	background: rgb(232, 65, 135);
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	-webkit-box-shadow: 0 2px 0 0 rgb(180, 50, 105);
	box-shadow: 0 2px 0 0 rgb(180, 50, 105);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0;
	padding: 10px 15px;
}
article #tkt_search p {
	margin: 0 0 10px 0;
}
article #tkt_search p span {
	padding-right: 25px;
}
.select2-container .select2-choice {
	height: 27px!important;
}
article #tkt_search #from {
	float: left;
	width: 45%;
	margin: 0 0 10px 0;
}
article #tkt_search #exchange {
	float: left;
	width: 30px;
	height: 30px;
	font-size: 32px;
	font-family: Sosa;
	text-align: center;
	margin: 32px 0 0 0;/* width: inherit; */
}
article #tkt_search #exchange a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
article #tkt_search #exchange a:hover {
	color: rgb(255, 201, 63);
	text-decoration: none;
}
article #tkt_search #to {
	float: left;
	width: 45%;
	margin: 0 0 10px 0;
}
article #tkt_search #date {
	overflow: auto;
	float: left;
	width: 49%;
	margin: 0 0 10px 0;
}
article #tkt_search #date p.depart {
	display: block;
	float: left;
	width: 48%;
	margin: 0;
}
article #tkt_search #date p.return {
	display: block;
	float: right;
	width: 48%;
	margin: 0;
}
article #tkt_search input.text {
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 0 0;
	padding: 3px;
}
article #tkt_search input.calendar {
	width: 100%;
	background-color: rgb(255, 255, 255);
	background-size: 30px auto;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 25px;
	text-indent: 28px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 0 0;
	height: 29px
}
article #tkt_search #passenger {
	overflow: auto;
	float: right;
	width: 48%;
	margin: 0 0 10px 0;
}
article #tkt_search #passenger .age {
	display: block;
	float: left;
	width: 32%;
}
article #tkt_search #passenger .age h5 {
	display: block;
	float: left;
	width: 35px;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 0 0;
}
article #tkt_search #passenger .age select {
	width: 50%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 5px 0 0;
	padding: 0 3px;
	min-width: 50px;
}
article #tkt_search #passenger .age span {
	clear: both;
	display: block;
	width: 100%;
	color: rgb(255, 190, 215);
	font-size: 12px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 20px;
}
article #tkt_search #cabin {
	overflow: auto;
	float: left;
	width: 45%;
	margin: 0 0 10px 0;
}
article #tkt_search #cabin select.cabin {
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	height: 29px
}
article #tkt_search #cabin2 {
	overflow: auto;
	float: left;
	width: 36%;
	margin: 0 0 10px 0;
}
article #tkt_search #cabin, article #tkt_search #cabin2 {
	overflow-y: hidden;
}
article #tkt_search #cabin2 select.cabin2 {
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	height: 29px
}
article #tkt_search #nonstop {
	overflow: auto;
	float: left;
	width: 36%;
	margin: 0 0 10px 0;
	padding: 36px 0 0 15px;
}
article #tkt_search .swe {
	width: auto!important;
	min-width: 112px;
	padding: 0!important;
	margin-top: -15px!important;
}
article #tkt_search #go {
	clear: both;
	width: 100%;
}
article #tkt_search #go a {
	height: 40px;
	line-height: 40px
}
article #tkt_search #go p {
	font-size: 20px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 50px;
	text-align: center;
}
article #tkt_search #go p a {
	position: relative;
	display: block;
	width: 30%;
	background: rgb(185, 200, 85);
	color: rgb(0, 125, 30);
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 0 rgb(145, 160, 60);
	box-shadow: 0 4px 0 rgb(145, 160, 60);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
article #tkt_search #go p a:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 rgb(200, 150, 20);
	box-shadow: 0 4px 0 rgb(200, 150, 20);
}
article #tkt_search #go p a:active {
	top: 4px;
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: inset 0 4px 3px rgb(200, 150, 20);
	box-shadow: inset 0 4px 3px rgb(200, 150, 20);
}
/* banner */


article #banner a {
	width: 100%;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	bottom: initial;
	right: 0;
	background: none;
	height: 100%;
	box-shadow: none;
	background: #FFEBF5;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
article #banner a:hover {
	box-shadow: none;
	background: #FFEBF5;
}
article #banner {
	float: left;
	width: 76%;
	margin: 0;
	padding: 10px 0;/* width: 100%; */
}
article #banner h2 {
	color: rgb(235, 65, 135);
	line-height: 28px;
	letter-spacing: -1px;
	margin-bottom: 3px;
	font-size: 17px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	font-weight: bold;
	width: 360px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
article #banner h2 span {
	display: block;
	float: left;
	width: 23px;
	font-family: Sosa;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding-top: 4px;
}
article #banner .ad_left {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 4px;
	width: 48%;
}
article #banner .ad_right {
	float: left;
	width: 49%;
}
article #banner #banner_1 {
	position: relative;
	width: 100%;
	height: 0;
	/* background-size:cover; */
/* background-image:url(images/ad_1.jpg); */
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 10px 0;
	padding-bottom: 31.57%;
	background-color: white;
	height: 114px;
	max-height: 114px;
}
article #banner #banner_1 img {
	min-width: 100%;
	height: auto;
	max-height: 114px;
	width: 100%;
	height: 114px;
}
article #banner .indexgo {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 5px;
	bottom: 10px;
	background: rgb(232, 65, 135);
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 50px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0 3px 0 0 rgb(180, 50, 105);
	box-shadow: 0 3px 0 0 rgb(180, 50, 105);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
article #banner .indexgo:hover {
	background: rgb(0, 153, 204);
	color: rgb(255, 255, 255);
	text-decoration: none;
	-webkit-box-shadow: 0 3px 0 0 rgb(0, 110, 145);
	box-shadow: 0 3px 0 0 rgb(0, 110, 145);
}
/* right_column */
article #right_column {
	float: right;
	width: 23%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
article #right_column #top_news {
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 26px;
	padding: 0 15px 15px 15px;
}
article #right_column #top_news h2 {
	display: block;
	width: 100%;
	color: rgb(235, 65, 135);
	font-size: 18px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px rgb(235, 65, 135) dotted;
	margin-bottom: 5px;
}
article #right_column #top_news ul {
	list-style-type: none;
	padding-left: 10px;
}
article #right_column #top_news li {
	font-size: 14px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 17px;
	letter-spacing: 0.5px;
	border-bottom: 1px rgb(200, 200, 200) dotted;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-bottom: 5px;
}
article #right_column #top_news li a {
	display: block;
	width: 195px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
	width: inherit;
	white-space: inherit;
	max-height: 40px;
	font-size: 14px;
}
article #right_column #top_news li a:hover {
	color: rgb(240, 90, 135);
	text-decoration: none;
}
article #right_column #top_news li span.yyyymmdd {
	color: rgb(150, 150, 150);
	font-size: 14px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 18px;
	letter-spacing: 0;
	margin: 0 10px 0 0;
}
article #right_column #top_news p.more {
	display: block;
	width: 100%;
	font-size: 15px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 16px;
	text-align: right;
}
article #right_column #top_news p.more a {
	color: rgb(150, 150, 150);
	text-decoration: none;
}
article #right_column #top_news p.more a:hover {
	color: rgb(0, 153, 204);
	text-decoration: none;
}
article #right_column #airline {
	overflow: auto;
	background: rgb(220, 248, 255);
	-webkit-box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
	padding: 0 5px 10px 5px;
	overflow: hidden;
}
article #right_column #airline h2 {
	display: block;
	width: 100%;
	color: rgb(50, 167, 204);
	font-size: 18px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px rgb(50, 167, 204) dotted;
	margin-bottom: 5px;
}
article #right_column #airline ul {
	list-style-type: none;
}
article #right_column #airline li img {
	width: 98px;
	height: 25px;
	background-color: #FFF;
	float: left;
	margin: 3px;
}
article #right_column #airline li:hover {
	background-color: rgb(250, 212, 101);
}
article #right_column #airline li {
	display: block;
	width: 48%;
	height: 44px;
	border: 1px rgb(220, 220, 220) solid;
	margin: 0 0 5px 0;
	background-color: white;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
article #right_column #airline li:nth-child(odd) {
	float: left;
}
article #right_column #airline li:nth-child(even) {
	float: right;
}
article #right_column #airline li img {
	width: 35px;
	height: 35px;
	max-width: 35px;
	max-height: 35px;
	float: left;
}
article #right_column #airline li a {
	display: block;
	/* width: 100%; */
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-size: 12px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 40px;
	letter-spacing: -0.5px;
	text-indent: 8px;
	text-decoration: none;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: normal;
	height: 31px;
	overflow: hidden;
}
article #right_column #airline li a:hover {
	background-color: rgb(250, 212, 101);
	text-decoration: none;
}
article #right_column .banner_right {
	width: 100%;
	margin-bottom: 5px;
}
article #right_column .banner_right a {
	display: block
}
article #right_column .banner_right img {
	width: 100%;
	height: 100%;
	background-size: cover;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}
/* footer */
#footer {
	clear: both;
	overflow: auto;
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 13px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 16px;
	letter-spacing: 0.5px;
	border-top: 1px rgb(240, 195, 215) dotted;
	margin: 0;
	padding: 15px 0 0 0;
}
#footer #bottom {
	position: relative;
	width: 980px;
	margin: 0 auto;
	min-height: 99px;
}
#footer #bottom p {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
}
#footer #bottom p img {
	vertical-align: middle;
}
#footer #bottom p.flef25 {
	padding-left: 41px;
}
.fl25 {
	text-indent: 58px;
}
.des {
	width: 876px;
}
.ssl { /* width:90px; */ /* float: right; */
}
.ssl img {
	width: 71px;
	height: auto;
}
.icon_go {
	width: 27px;
	height: 32px;
	background-image: url(../images/icon_go.png);
	background-repeat: no-repeat;
	margin: 18px 4px 0 0;
	float: right;
}
.icon_go:hover {/* background-image: url(../images/icon_go_hover.png); */
	background-repeat: no-repeat;
}
.gotitle {
	font-size: 16px;
	color: rgb(232, 65, 135);
	margin: 0 0 10px 0;
	font-weight: bold;
}
.popselect {
	background-color: rgb(255, 255, 255);
	font-size: 15px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, s 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	width: 100%
}
#pw20 {
	width: 21%;
	float: left;
	margin-right: 11px;
	margin-bottom: 15px;
	min-width: 115px;
}
#pw25 {
	width: 26%;
	float: left;
	margin-right: 11px;
	margin-bottom: 15px;
	min-width: 142px;
}
#pw55 {
	width: 43%;
	float: left;
	margin-right: 11px;
	margin-bottom: 15px;
}
#go {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	min-width: 165px;
}
#go p {
	font-size: 20px;
	line-height: 50px;
	text-align: center;
}
#go p a {
	position: relative;
	display: block;
	width: 30%;
	background: rgb(185, 200, 85);
	color: rgb(0, 125, 30);
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 0 rgb(145, 160, 60);
	box-shadow: 0 4px 0 rgb(145, 160, 60);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
#go p a:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 rgb(200, 150, 20);
	box-shadow: 0 4px 0 rgb(200, 150, 20);
}
#go p a:active {
	top: 4px;
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: inset 0 4px 3px rgb(200, 150, 20);
	box-shadow: inset 0 4px 3px rgb(200, 150, 20);
}
.popbox2 {
	background-color: #e84187;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-width: 200px;
	padding: 20px;
	width: 45%;
	height: 276px;
	margin: 0 auto;
	margin-top: 8%;
	display: table;
}
.popbox2 h1 {
	color: white;
	font-size: 19px;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: center;
}
.loading2 {
	background-position: center;
	padding: 0;
}
.loading2 p {
	text-align: left;
	font-size: 17px;
	color: #666666;
	color: white;
	line-height: 26px;
	text-align: left;
}
.lodingimg {
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	width: 54px;
	height: 52px;
	margin: 15px auto
}
.logo2 {
	margin: 0 auto;
	width: 320px;
	height: 112px;
	padding: 0 15px;
	margin-bottom: 40px;
	z-index: 57
}
.logo2 img {
	width: 100%;
	height: 100%;
}
#popbox4 {
	width: 550px;
	min-height: 140px;
	margin: 0;
	background-color: rgb(255, 235, 245);
	padding: 10px;
	/* width: auto; */
	overflow: hidden;/* min-width: 500px; */
}
.indexpromo {
	float: right;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 0;
	margin-top: 0;
}
.indexpromo div {
	margin: 0 auto 10px auto;
	width: 100%;
	height: auto;
}
.indexpromo div img {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.other_left {
	width: 50%;
	display: table;
	height: 100%;
	margin-right: 2%;
	float: left;
}
.other_left div {
	float: left;
	width: 92%!important;
	max-width: 320px;
	margin-left: 10px;
}
.other_left p {
	float: left;
	line-height: 35px;
}
.other_left .icon_go {
	width: 27px!important;
	margin-left: 0;
	margin-top: 0;
	float: right;
}
.other_right {
	width: 42%;
	display: table;
	height: 100%;
	float: left;
	margin-top: 8%;
	margin-bottom: 0;
}
.other_right div {
	width: 100%!important;/* max-width: 200px; */
}
.other_right p {
	width: 80%!important;/* max-width: 168px; */
}
.other_right p .calendar {
	width: 71%!important;
	margin-left: 10px!important;
}
.floe {
	float: left!important;
	margin: 0 0 10px 10px!important;
	width: 37%!important;
}
.floe .age {
	width: 46%!important;
}
.mos {
	width: auto!important
}
.addfli {
	color: #FFF;
	font-size: 17px;
	text-align: center;
	width: 100%;
	margin: 10px auto;
	font-weight: bold;
	font-family: "微軟正黑體";
	letter-spacing: 9px;
}
.addfli:hover {
	color: #FFC93F;
}
.addfli:hover span {
	background-color: rgb(255, 201, 63);
	color: white;
}
.addfli span {
	width: 25px;
	height: 25px;
	border-radius: 99em;
	background-color: #B9C855;
	/* display: -webkit-inline-box; */
	text-align: center;
	vertical-align: middle;
	padding: 0;
	font-size: 15px;
	display: inline-block;
	margin-left: 5px;
	color: white;
}
.other_right .cancelbox {
	font-size: 15px;
	text-decoration: underline;
	color: #FFF;
	width: auto!important;
	float: right;
	line-height: 43px;
}
.number_more {
	width: 6%;
	float: left;
	min-width: 40px;
	margin-top: 5px;
}
.number_more div {
	width: 25px;
	height: 25px;
	border-radius: 99em;
	background-color: #00A0C9;
	text-align: center;
	vertical-align: middle;
	/* padding: 0; */
	font-size: 15px;
	/* display: inline-block; */
	margin-left: 5px;
	line-height: 25px;
}
.select2-container .select2-choice > .select2-chosen {
	color: black!important;
	line-height: 30px;
}
.ind_adlisbox {
	width: 100%;
	float: left;
	background-color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto;
	-webkit-box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	padding: 10px 15px;
	overflow: hidden;
}
.ind_adlisbox ul {
	width: 100%;
	float: left;
	/* margin-right: -3%; */
/* background-color: antiquewhite; */
	display: table;
}
.ind_adlisbox li {
	width: 100%;
	font-size: 14px;
	line-height: 27px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 27px;
	display: list-item;
	letter-spacing: -0.5px;
	width: 33%;
	float: left;
	padding-right: 15px;
	padding-bottom: 5px;
	background-image: url(../images/icon_dotn.png);
	background-repeat: no-repeat;
	background-position: left 50%;/* text-indent: 6px; */
}
article #banner .ind_adlisbox li a {
	color: #333;
	text-decoration: none;
	vertical-align: -webkit-baseline-middle;
	background-color: transparent;
	line-height: initial;
	position: relative;
	font: normal 15px 微軟正黑體;
	text-align: left;
	width: 100%;
}
article #banner .ind_adlisbox li a p {
	width: auto;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-inline-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline-block;
	font-weight: normal;
	text-align: left;
	float: none;
	float: left;
	text-indent: 13px;
	line-height: 30px;
	max-width: 64%;
	padding-right: 5px;
}
article #banner .ind_adlisbox li a div {
	padding: 0;
	margin: 0;
	width: 35%;
	font-size: 12px;
	line-height: 30px;
	float: left;
}
article #banner .ind_adlisbox li a span {
	color: red;
	font-size: 15px;
	text-align: right;
	/* float: right; */
	line-height: 25px
}
article #banner .ind_adlisbox li a:hover {
	color: rgb(240, 90, 135);
}
.ind_adlisbox ul.ind_rig {
	float: right;
	margin-right: 0;
}

.btn_warning{
    position: fixed;
    top: 70%;
    left: 0;
    z-index: 999;
    background-color: #00a0c9;
    border: 0;
    letter-spacing: 0.2em;
    color:#fff;
    border-radius: 0 6px 6px 0;
    padding: 10px 8px;
    text-align: left;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 33px;
    cursor:  pointer;
    line-height: 16px;
    }


.table-striped{font-size: 14px;margin: 15px auto;width: 97%;}

.table-striped>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
    border-bottom: 2px solid #00a0c9;
    color: #ffffff;
    padding: 5px;
    line-height: 1.42857143;
    background-color: #00a0c9;
    font-weight:  normal;
    /* font-size: 15px; */
}



.table-striped>tbody>tr>td{
    padding: 5px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-striped>tbody>tr:hover {
    background-color: #f5f5f5;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}


.btn_warning:hover{background-color: #02b4e2;}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  /*  filter: alpha(opacity=20);
  opacity: .2;*/
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
/*  filter: alpha(opacity=50);
  opacity: .5;*/
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  background: url(../images/controls.png) no-repeat -24px 0;
  width: 36px;
  height: 34px;
}

.icon_warr{
  background: url(../images/icon_warr.png) no-repeat;
  width:20px;
  height: 15px;
  display:  inline-block;
  background-size: 16px;
  background-position: left center;
  }



.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index:99999;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* border: 1px solid #999; */
  /* border: 1px solid rgba(0, 0, 0, .2); */
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  border: 8px solid #000;
  padding: 10px;
  border-radius: 15px;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  min-height: 2500px;
  background: url(../images/overlay.png) repeat 0 0;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.modal-header {
  min-height: 16.42857143px;
 
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;

}
.modal-header .close {
  /* margin-top: -2px; */
  margin: -26px -32px 0 0;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  /* text-indent: 15px; */
  background-color: #FA69A4;
  color: white;
  padding: 7px 10px;
  font-size: 17px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.pop_imp{max-width:713px;}


@media (min-width: 768px) {
  .modal-dialog {width:85%;margin:6% auto;max-width: 750px;line-height: 24px;}
  
  
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  
}




/* ---phone--- */



@media screen and (max-width:978px) {
article #banner .ind_adlisbox li a span {
	font-size: 14px;
}
.ind_adlisbox li {
	line-height: 30px;
	height: 30px;
}
}
@media screen and (max-width: 960px) {
.other_left div {
	width: 88%!important;
	max-width: inherit;
}
article #right_column #top_news li a {
	height: auto;
	max-height: 40px;
}
.pop_imp {
	max-width: 900px;
}
}
@media screen and (max-width: 930px) {
.other_left {
	width: 49%;
}

.pop_imp {
	max-width: 920px;
}


}
@media only screen and (max-width:800px) {
#wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: table;
	margin-bottom: 15px;
	max-width: 100%;
	padding: 0 10px;
	overflow: hidden;
}
article #tkt_search {
	width: 100%;
	margin: 0 auto 25px auto
}
article #right_column {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
}
article #banner {
	width: 100%;
	padding: 15px 0;
	max-width: 800px;
	margin: 0 auto;
}
article #banner #banner_1 {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}
article #banner .ad_left {
	width: 100%;
	margin: 0 auto 35px auto;
}
article #banner #banner_1 img {
	height: 100%;
	max-height: 100%;
	vertical-align: middle;
}
article #banner h2 {
	width: 90%;
	max-width: inherit;
}

.pop_imp {
	max-width: 700px;
}



}
@media screen and (max-width: 760px) {
article #banner .ad_left {
	float: left;
	width: 350px;
	margin-top: 10px;
	margin-right: 8px;
	margin-left: 4px;
}

.pop_imp {
	max-width: 650px;
}


}
@media screen and (max-width: 736px) {
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}
html, body {
	-webkit-text-size-adjust: none;
}
body {
	background-color: rgb(255, 235, 245);
}
/* header */
header {
	width: 100%;
	background-image: -webkit-linear-gradient(to bottom, rgb(255, 121, 176) 0%, rgb(235, 65, 135) 100%);
	background-image: linear-gradient(to bottom, rgb(255, 121, 176) 0%, rgb(235, 65, 135) 100%);
	margin: 0 0 10px 0;
}
header #top {
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}
header h1 {
	position: absolute;
	display: block;
	width: 33.82px;
	height: 50px;
	top: 5px;
	left: 15px;
}
header h1 a {
	display: block;
	width: 33.82px;
	height: 50px;
	background-size: 33.82px auto;
	background-image: url(../images/yst_logo_phone.png);
	background-repeat: no-repeat;
}
header h2 {
	position: absolute;
	display: block;
	width: 33.82px;
	height: 50px;
	top: 5px;
	left: 15px;
}
header h2 a {
	display: block;
	width: 45px;
	height: 71px;
	background-size: 45px auto;
	background-image: url(../images/yst_logo_phone2.png);
	background-repeat: no-repeat;
}
header h4 {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
	background-size: 30px auto;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
header #menu {
	position: absolute;
	top: 12px;
	left: 65px;
	width: 165px;
	height: 30px;
}
header #menu ul {
	list-style-type: none;
}
header #menu li {
	float: left;
	width: 50px;
	height: 30px;
	margin: 0 0 0 5px;
}
header #menu li a {
	display: block;
	width: 100%;
	height: 0;
	background-size: 50px auto;
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding-bottom: 100%;
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
header #menu li.ticket a {
	background-position: center 0;
}
header #menu li.ticket_active a {
	background-position: center -150px;
}
header #menu li.ticket a:hover {
	background-position: center -150px;
}
header #menu li.hotel a {
	background-position: center -50px;
}
header #menu li.hotel_active a {
	background-position: center -200px;
}
header #menu li.hotel a:hover {
	background-position: center -200px;
}
header #menu li.voucher a {
	background-position: center -100px;
}
header #menu li.voucher_active a {
	background-position: center -250px;
}
header #menu li.voucher a:hover {
	background-position: center -250px;
}
header #NAV {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 888;
	background: rgba(255, 255, 255, 0.7);
}
header #NAV #XX {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: -10px;
	right: -10px;
	background-color: rgb(235, 65, 135);
	color: rgb(250, 250, 250);
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	text-align: center;
	line-height: 30px;
}
header #NAV ul {
	position: absolute;
	width: 260px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -130px;
}
header #NAV li {
	width: 100%;
	float: none;
}
header #NAV li a {
	display: block;
	width: 100%;
	background: rgb(183, 200, 86);
	color: rgb(0, 0, 0);
	font-size: 18px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	margin: 0 0 1px 0;
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
header #NAV li a:hover {
	background: rgb(20, 160, 201);
	color: rgb(255, 255, 255);
	text-decoration: none;
}
article {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* tkt_search */

article #tkt_search p {
	margin: 0 0 5px 0;
}
.other_left p {
	margin-top: 10px!important;
	margin-bottom: -5px!important;
}
article #tkt_search #from {
	float: none;
	width: 100%;
	margin: 13px 0 25px 0;
}
article #tkt_search #exchange {
	display: none;
}
article #tkt_search #to {
	float: none;
	width: 100%;
	margin: 0 0 17px 0;
}
article #tkt_search #date {
	overflow: auto;
	float: none;
	width: 100%;
	margin: 16px 0 25px 0;
}
article #tkt_search #date p.depart {
	display: block;
	float: left;
	width: 48%;
	margin: 0;
}
article #tkt_search #date p.return {
	display: block;
	float: right;
	width: 48%;
	margin: 0;
}
article #tkt_search input.text {
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 0 0;
	padding: 3px;
}
article #tkt_search input.calendar {
	width: 100%;
	background-color: rgb(255, 255, 255);
	background-size: 30px auto;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 25px;
	text-indent: 28px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 0 0 0;
}
article #tkt_search #passenger {
	overflow: auto;
	float: none;
	width: 100%;
	margin: 0 0 17px 0;
}
.floe .age select {
	width: 100%!important;
}
article #tkt_search #passenger .age {
	display: block;
	float: left;
	width: 47%;
	margin-right: 3%;
}
article #tkt_search #passenger .age h5 {
	display: block;
	float: left;
	width: 35px;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 0 0;
}
article #tkt_search #passenger .age select {
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* margin: 0 5px 0 0; */
	padding: 0 3px;
}
article #tkt_search #passenger .age span {
	clear: both;
	display: block;
	width: 100%;
	color: rgb(255, 190, 215);
	font-size: 12px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 20px;
}
article #tkt_search #cabin {
	overflow: auto;
	float: none;
	width: 100%;
	margin: 16px 0 25px 0;
}
article #tkt_search #cabin select.cabin {
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}
article #tkt_search #cabin2 {
	overflow: auto;
	float: none;
	width: 100%;
	margin: 0 0 25px 0;
}
article #tkt_search #cabin2 select.cabin2 {
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
}
article #tkt_search #nonstop {
	overflow: auto;
	float: none;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
article #tkt_search .swe {
	padding: 15px 0 0 0!important;
	margin-top: 0!important;
}
article #tkt_search #go {
	clear: both;
	width: 100%;
	margin-top: 10px;
}
article #tkt_search #go p {
	font-size: 20px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 50px;
	text-align: center;
}
article #tkt_search #go p a {
	display: block;
	width: 80%;
	background: rgb(185, 200, 85);
	color: rgb(0, 125, 30);
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 0 0 rgb(145, 160, 60);
	box-shadow: 0 4px 0 0 rgb(145, 160, 60);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
article #tkt_search #go p a:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 3px 0 0 rgb(200, 150, 20);
	box-shadow: 0 3px 0 0 rgb(200, 150, 20);
}
/* banner */
article #banner {
	float: none;
	padding: 10px 15px;
}
article #banner h2 {
	color: rgb(235, 65, 135);
	font-size: 15px;
	font-weight: bold;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 28px;
	letter-spacing: -1px;
	margin-bottom: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
article #banner h2 span {
	display: block;
	float: left;
	width: 23px;
	font-family: Sosa;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding-top: 4px;
}
article #banner .ad_left {
	float: none;
	width: 100%;
}
article #banner .ad_right {
	float: none;
	width: 100%;
}
article #banner #banner_1 {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 0 23px 0;
	padding-bottom: 31.57%;
}
article #banner #banner_1 img {
	width: 100%;
	/* max-height: inherit; */
	height: auto;
}
article #banner .indexgo {
	position: absolute;

	display: block;
	width: 50px;
	height: 50px;
	right: 5px;
	bottom: 10px;
	background: rgb(232, 65, 135);
	color: rgb(255, 255, 255);
	font: bold 18px Verdana;
	line-height: 50px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-webkit-box-shadow: 0 3px 0 0 rgb(180, 50, 105);
	box-shadow: 0 3px 0 0 rgb(180, 50, 105);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
article #banner .indexgo:hover {
	background: rgb(0, 153, 204);
	color: rgb(255, 255, 255);
	text-decoration: none;
	-webkit-box-shadow: 0 3px 0 0 rgb(0, 110, 145);
	box-shadow: 0 3px 0 0 rgb(0, 110, 145);
}
/* right_column */
article #right_column {
	width: 100%;
	max-width: 100%;
}
article #right_column #top_news {
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	box-shadow: 0 2px 0 0 rgb(245, 190, 220);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
	padding: 0 15px 15px 15px;
	width: 100%;
}
article #right_column #top_news h2 {
	display: block;
	width: 100%;
	color: rgb(235, 65, 135);
	font-size: 18px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px rgb(235, 65, 135) dotted;
	margin-bottom: 5px;
}
article #right_column #top_news ul {
	list-style-type: none;
	padding-left: 0;
	width: 100%;
}
article #right_column #top_news li {
	font-size: 15px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 17px;
	letter-spacing: 0.5px;
	border-bottom: 1px rgb(200, 200, 200) dotted;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 1;
	width: 100%;
	display: inline-grid;
}
article #right_column #top_news li a {
	display: block;
	width: auto;
	color: rgb(0, 0, 0);
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 1;
	max-width: 97%;
}
article #right_column #top_news li a:hover {
	color: rgb(240, 90, 135);
	text-decoration: none;
}
article #right_column #top_news li span.yyyymmdd {
	color: rgb(150, 150, 150);
	font-size: 14px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 18px;
	letter-spacing: 0;
	margin: 0 10px 0 0;
}
article #right_column .banner_right {
	width: 100%;
	margin-bottom: 2px;
}
article #right_column .banner_right img {
	width: 100%;
	height: auto;
	background-size: cover;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
article #right_column #top_news p.more {
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 16px;
	text-align: right;
}
article #right_column #top_news p.more a {
	color: rgb(150, 150, 150);
	text-decoration: none;
}
article #right_column #top_news p.more a:hover {
	color: rgb(0, 153, 204);
	text-decoration: none;
}
article #right_column #airline {
	display: none
}
/* footer */
#footer {
	clear: both;
	overflow: auto;
	width: 100%;
	background-color: rgb(255, 255, 255);
	font-size: 13px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 16px;
	letter-spacing: 0.5px;
	border-top: 1px rgb(240, 195, 215) dotted;
	margin: 0;
	padding: 15px 0 0 0;
	display: table;
	margin-top: 25px;
}
#footer #bottom {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
}
#footer #bottom p {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}
#footer #bottom p span {
	display: block;
	width: 100%;
}
#footer #bottom p img {
	vertical-align: middle;
}
.des {
	width: 100%;
}
.ssl {
	width: 100%; /* float: right; */
	margin: 0 auto;
}
.ssl img {
	width: auto;
	margin: 0 auto;
	text-align: center
}
.icon_go {
	width: 92px;
	height: 34px;
	float: right;
	background-image: url(../images/icon_go2.gif);
	background-repeat: no-repeat;
	margin: -95px -4px 0 0;
	background-size: 89px;
}
.icon_go:hover {
}
#pw20 {
	width: 99%;
	float: left;
	margin-bottom: 16px;
}
#pw25 {
	width: 99%;
	float: left;
	margin-bottom: 20px;
}
#pw55 {
	width: 99%;
	float: left;
	margin-bottom: 20px;
}
#go {
	clear: both;
	width: 100%;
}
#go p {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 25px
}
#go p a {
	position: relative;
	display: block;
	width: 55%;
	background: rgb(185, 200, 85);
	color: rgb(0, 125, 30);
	text-decoration: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 auto;
	-webkit-box-shadow: 0 4px 0 rgb(145, 160, 60);
	box-shadow: 0 4px 0 rgb(145, 160, 60);
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
#go p a:hover {
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 rgb(200, 150, 20);
	box-shadow: 0 4px 0 rgb(200, 150, 20);
}
#go p a:active {
	top: 4px;
	background: rgb(255, 201, 63);
	color: rgb(0, 0, 0);
	text-decoration: none;
	-webkit-box-shadow: inset 0 4px 3px rgb(200, 150, 20);
	box-shadow: inset 0 4px 3px rgb(200, 150, 20);
}
.gotitle {
	font-size: 16px;
	color: rgb(232, 65, 135);
	margin: 0 0 10px 0;
	font-weight: bold;
}
.popselect {
	background-color: rgb(255, 255, 255);
	font-size: 15px;
	font-family: "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", Meiryo, "微軟正黑體", "Microsoft JhengHei", sans-serif;
	line-height: 23px;
	border: 1px rgb(180, 35, s 95) solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	width: 100%
}
.loading {
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 100px;
	padding-top: 13px;
	background-position: center;
	margin-bottom: 15px
}
.loading p {
	text-align: center;
	font-size: 16px;
	padding-top: 82px;
	color: #666666;
height:
}
.loading p a {
	color: #666666
}
.popbox2 {
	background-color: #e84187;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	min-width: 200px;
	padding: 20px;
	width: 80%;
	height: 276px;
	margin: 0 auto;
	margin-top: 8%;
	display: table;
}
.popbox2 h1 {
	color: white;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: center;
}
.loading2 {
	background-position: center;
	padding: 0;
}
.loading2 p {
	text-align: left;
	font-size: 17px;
	color: #666666;
	color: white;
	line-height: 26px;
	text-align: left;
}
.lodingimg {
	background-image: url(../images/loading2.gif);
	background-repeat: no-repeat;
	width: 54px;
	height: 52px;
	margin: 15px auto
}
.logo2 {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	margin-bottom: 23px;
	z-index: 57;
}
.logo2 img {
	width: 100%;
	height: 100%;
}
#popbox4 {
	width: 250px;
	margin: 0;
	background-color: rgb(255, 235, 245);
	padding: 15px;
	width: auto;
	overflow: hidden;
	width: 90%;
	min-height: 140px;
	min-width: 500px;
}
#inline_content2 {
	width: 97%;
}
.indexpromo {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.indexpromo div {
	margin: 15px auto;
}
.indexpromo div img {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.number_more div {
	margin-left: 0
}
.other_left {
	width: 100%;
	float: left;
}
.other_left div {
	width: 100%!important;
	max-width: 100%;
	margin-left: 0;
}
.other_left .icon_go {
	width: 100px!important;
	margin-left: 0;
	margin-top: 0;
	height: 37px;
	float: right;
	background-image: url(../images/icon_go2.gif);
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
	background-size: 100%;
}
.other_right {
	width: 100%;
	display: table;
	height: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.other_right p .calendar {
	width: 60%!important;
	margin-left: 0!important;
	clear: both;
	display: -webkit-box;
}
.floe {
	float: left!important;
	margin: 0!important;
	/* max-width: 320px; */
	width: 100%!important;
}
.addfli {
	font-size: 20px;
	text-align: center;
}
article #tkt_search #exchange {
	display: none;
}
.other_right .cancelbox {
	/* line-height:55px; */

	vertical-align: bottom;
	height: 100%;
	padding-top: 27px;
	font-size: 15px;
	margin-bottom: -15px;
	overflow: hidden;
}
article #banner {
	float: none;
	padding: 0;
	width: 100%;
}
article #banner .ad_left {
	float: none;
	width: 100%;
	/* padding: 0 0 10px 0; */
	margin-bottom: 10px;
}
}
@media only screen and (max-width: 600px) {
.ind_adlisbox ul {
	margin: 0 auto
}
.ind_adlisbox li {
	width: 100%;
	/* padding: 0; */
	float: none;
	padding: 0;
}
.pop_imp {
	max-width: 540px;
}
}
@media only screen and (max-width:500px) {
article #tkt_search p span {
	line-height: 34px;
	padding-right: 13px;
}
#popbox4 {
	min-width: 250px;
	width: 100%
}
.icon_go {
	margin: -89px -13px 0 0;
	background-size: 78px;
}
.ind_adlisbox ul {
	width: 100%;
	margin: 0;
	float: none;
	display: inline-block;
}
.ind_adlisbox ul.ind_rig {
	float: left;
}
article #banner .ind_adlisbox li a span {
	font-size: 16px;
}
.pop_imp {
	max-width: 350px;
	margin: 0 auto;
}
}
@media only screen and (max-width:414px) {
article #right_column {
	max-width: inherit;
	margin: 0 auto;
}
}
@media only screen and (max-width:375px) {
article #right_column {
	/* max-width: 340px; */
}
article #banner {
	/* max-width: 340px; */
}
article #tkt_search p span {
	padding-right: 8px;
}
}
@media only screen and (max-width:360px) {
#popbox4 {
	min-width: 250px;
	max-width: 250px
}
article #tkt_search p span {
	padding-right: 5px;
}
article #right_column {
	/* max-width: 325px; */
}
article #banner {
	/* max-width: 320px; */
}
.pop_imp {
	max-width: 300px;
}
}
@media only screen and (max-width:320px) {
article #tkt_search p span {
	padding-right: 18px;
}
article #right_column {
/*	max-width: 290px;*/
}
article #banner {
	max-width: 300px;
}
}
