<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
html, body, [id^="page_"]{/*id開頭為page_*/
	width: 100%;
	height: auto;
}
body{
	font-family: Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	background-color: #e8dbdc;
}
a{text-decoration: none;}

/* 主圖 */
.banner_area{
	width: 100%;
	height: 460px;
}
.header{
	width: 100%;
	height: 460px;
	background: url(../images/header_bg.jpg) repeat-x center top;
	background-size: cover;
	position: absolute;
}
.banner_area &gt; img{
	display: block;
	position: absolute;
}
.banner_area &gt; img:nth-child(2){top: 88px; right: calc(50% - 180.5px);}
.banner_area &gt; img:nth-child(3){top: 219px; right: calc(50% - 397.5px);
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(5%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(5%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/* 內容─團─more按鈕 */
.btnmore {
    color: #ffffff;
    background: #d990ff;
    margin: 10px 0px 5px 90%;
    padding: 5px 15px;
    border-radius: 5px;
    border: none;
    border-bottom: solid 5px #9b35e5;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease;
}
.btnmore:hover {
     opacity: 0.8;
}
.btnmore:active {
    border-bottom: solid 0px #9b35e5;
	margin-top: 5px;
}

/* 傻逼按鈕 */
.outlink{
	width: 50px;
	height: auto;
	position: absolute;
	top: 60px;
	left: 20px;
    z-index: 1000;
}
.outlink .icon{
	width: 50px;
	height: 90px;
	text-indent: -9999px;
	background: url(https://www.travel4u.com.tw/project/2019_chingming/images/outlink.png) no-repeat top center;
	margin-bottom: 5px;
}
.outlink:hover .icon{background: url(https://www.travel4u.com.tw/project/2019_chingming/images/outlink.png) no-repeat bottom center;}
.outlink a{
	display: inline-block;
	font-size: 21px;
	line-height: 50px;
	text-decoration: none;
	letter-spacing: 2px;
    writing-mode: tb-rl;/*直書*/
    -webkit-writing-mode: vertical-rl;/*直書*/
    writing-mode: vertical-rl;/*直書*/
    color: white;
    background-color: #e60012;
    padding: 15px 0px;
    border-radius: 25px;
    box-shadow: 3px 3px 0px #b60000;
    margin-bottom: 10px;
}
.outlink a:hover{color: #e60012; background-color: white; box-shadow: 3px 3px 0px #d2d2d2;}

/* 選單 */
.nav{
	width: 100%;
	height: auto;
	padding: 9px 0px;
	/*背景漸層*/
	background-color: #ca0714;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #a00002), color-stop(0.3, #ca0714), color-stop(0.7, #ca0714), color-stop(1, #a00002));
	background: -moz-linear-gradient(left, #a00002 0%, #ca0714 30%, #ca0714 70%, #a00002 100%);
	background: -webkit-linear-gradient(left,  #a00002 0%, #ca0714 30%, #ca0714 70%, #a00002 100%);
	background: -o-linear-gradient(left,  #a00002 0%, #ca0714 30%, #ca0714 70%, #a00002 100%);
	background: -ms-linear-gradient(left,  #a00002 0%, #ca0714 30%, #ca0714 70%, #a00002 100%);
	background: linear-gradient(left,  #a00002 0%, #ca0714 30%, #ca0714 70%, #a00002 100%);
}
.nav &gt; ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav &gt; ul &gt; li{float: left; margin-right: 0.4%;}
.nav &gt; ul &gt; li:last-child{margin-right: 0px;}
.nav &gt; ul &gt; li &gt; a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	color: white;
	background-color: rgba(171, 2, 17, 0);
	border-radius: 8px;
	padding: 0px 8px;
}
.nav &gt; ul &gt; li &gt; a:hover{background-color: #a00002;}
#page_japan .nav &gt; ul &gt; li:nth-child(1) &gt; a{background-color: white; color: #950000;}
#page_korea .nav &gt; ul &gt; li:nth-child(2) &gt; a{background-color: white; color: #950000;}
#page_chm .nav &gt; ul &gt; li:nth-child(3) &gt; a{background-color: white; color: #950000;}
#page_sea .nav &gt; ul &gt; li:nth-child(4) &gt; a{background-color: white; color: #950000;}
#page_island .nav &gt; ul &gt; li:nth-child(5) &gt; a{background-color: white; color: #950000;}
#page_eu .nav &gt; ul &gt; li:nth-child(6) &gt; a{background-color: white; color: #950000;}
#page_an .nav &gt; ul &gt; li:nth-child(7) &gt; a{background-color: white; color: #950000;}
#page_mea .nav &gt; ul &gt; li:nth-child(8) &gt; a{background-color: white; color: #950000;}
#page_nsa .nav &gt; ul &gt; li:nth-child(9) &gt; a{background-color: white; color: #950000;}
#page_tw .nav &gt; ul &gt; li:nth-child(10) &gt; a{background-color: white; color: #950000;}
#page_cruise .nav &gt; ul &gt; li:nth-child(11) &gt; a{background-color: white; color: #950000;}
#page_air .nav &gt; ul &gt; li:nth-child(12) &gt; a{background-color: white; color: #950000;}
#page_kaohsiung .nav &gt; ul &gt; li:nth-child(13) &gt; a{background-color: white; color: #950000;}

/* 次選單 */
.nav2{
	width: 100%;
	height: auto;
	background-color: #f18484;
}
.nav2 &gt; ul{
	width: 1000px;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.nav2 &gt; ul &gt; li{float: left;}
.nav2 &gt; ul &gt; li &gt; a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #950000;
	padding: 0px 10px;
}
.nav2 &gt; ul &gt; li &gt; a:hover{background: #ffa5a5;}

/* 內容 */
.content{
	clear: both;
	width: 1000px;
	height: auto;
	padding-top: 30px;
	margin: 0px auto;
}
.content &gt; img{display: block; margin: 0px auto;}
.sale{
	display: block;
	width: 100%;
	height: auto;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #e60012;
	margin: 0px auto 20px auto;
}
.box{
	width: 100%;
	height: auto;
	background-color: white;
	box-shadow: 0px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}
h1{
	display: block;
	width: 100%;
	height: auto;
	line-height: 33px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 0px 1px 1px #0e7deb;
	color: white;
	/*背景漸層*/
	background-color: #0e7deb;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #0e7deb), color-stop(1, #4bf6ed));
	background: -moz-linear-gradient(left, #0e7deb 0%, #4bf6ed 100%);
	background: -webkit-linear-gradient(left,  #0e7deb 0%, #4bf6ed 100%);
	background: -o-linear-gradient(left,  #0e7deb 0%, #4bf6ed 100%);
	background: -ms-linear-gradient(left,  #0e7deb 0%, #4bf6ed 100%);
	background: linear-gradient(left,  #0e7deb 0%, #4bf6ed 100%);
}
h1 span{font-size: 15px; font-weight: normal; letter-spacing: 1px;}
.boxin{
	width: 100%;
	height: auto;
	padding: 0px 2% 5px 2%;
}
h3{
	clear: both;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #0e7deb;
	padding-top: 30px;
}
h4{
	font-size: 20px;
	font-weight: bold;
	color: #51565d;
	padding-top: 20px;
}
p{
	text-align: justify;
	font-size: 18px;
	color: #51565d;
	padding-top: 10px;
}
p a{text-decoration: underline;}
p a:hover{text-decoration: none;}
p.step{overflow: hidden;}
p.step span{float: left;}
p.step span:first-child{
	width: 7%;
	height: auto;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #51565d;
	padding: 4px 0px;
	margin-right: 1%;
	border-radius: 10px;
}
p.step span:last-child{width: 92%;}
ol.number{
	width: 100%;
	height: auto;
	margin: 0px auto;
	list-style: decimal inside;
	text-align: justify;
	text-indent: -18px;
	font-size: 18px;
	line-height: 1.5em;
	color: #51565d;
	padding: 5px 0px 0px 18px;
}
p .sp01{font-size: 21px; color: #e60012;}
p .sp02{color: #e60012;}

/* 內容─圖文 */
img.graphic{
	float: left;
	width: 24%;
	height: auto;
	padding-top: 20px;
}
div.graphic{
	float: right;
	width: 74%;
	height: auto;
}

/* 內容─地圖 */
div.map{
	float: left;
	width: 35%;
	height: auto;
}
iframe.map{
	float: right;
	width: 65%;
	height: 480px;
	padding-top: 20px;
}

/* 內容─機票 */
[class^="air_"]{width: 100%; overflow: hidden; margin-bottom: 5px;}
[class^="air_"] a{
	display: block;
	float: left;
	font-size: 19px;
	color: black;
	border-bottom: 2px dotted #bfbfbf;
	padding: 15px 0px 4px 0px;
	margin-right: 2%;
	overflow: hidden;
}
[class^="air_"] a .small{font-size: 12px; color: #959595;}
[class^="air_"] a:hover{background-color: #eeeeee;}
[class^="air_"] a .area{float: left;}
[class^="air_"] a .price{
	float: right;
	text-align: right;
	color: #e60012;
}
[class^="air_"] a .price:before{content: "$";}
[class^="air_"] a .price:after{content: "起";}
.air_ticket a{width: calc(94%/4);}
.air_free a{width: 49%;}
.air_ticket a:nth-child(4n){margin-right: 0px;}
.air_free a:nth-child(even){margin-right: 0px;}
[class^="air_"] a.moreair{
	float: right;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	line-height: 28px;
	color: white;
	border-bottom: 0px;
	background-color: #959595;
	border-radius: 2px;
	padding: 0px;
	margin: 16px 0px 0px 0px;
}
[class^="air_"] a.moreair:hover{background-color: #626262;}

/* 內容─團 */
.goods{
	width: 100%;
	height: auto;
	border-bottom: 2px dotted #bfbfbf;
	padding: 20px 0px 10px 0px;
	overflow: hidden;
}
.goods &gt; a{
	display: block;
	max-width: 82%;
	float: left;
	font-size: 21px;
	color: black;
}
.goods &gt; a:hover{background-color: #eeeeee;}
.goods .price{
	min-width: 145px;
	float: right;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
	color: #e60012;
}
.goods .price:before{
	content: "$";
	font-size: 14px;
	font-weight: normal;
}
.goods .price:after{
	content: "元起";
	font-size: 14px;
	font-weight: normal;
}
.goods .price_del{
	min-width: 80px;
	float: right;
	text-align: right;
	text-decoration: line-through;
	font-size: 17px;
	color: #51565d;
	padding-top: 12px;
}
.goods .date{
	float: left;
	min-width: calc(100% - 350px);
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #196cd1;
	margin-top: 8px;
}
.goods .date span.start{
	display: inline-block;
	font-size: 10px;
	color: white;
	background-color: #0e7deb;
	padding: 0px 10px;
	margin-right: 5px;
	border-radius: 15px;
}
.goods .date a{color: #196cd1; margin-left: 5px;}
.goods .date a:hover{text-decoration: underline;}

/* gotop */
#gotop {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background-image: url(../images/gotop.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1001;
    position: fixed;
    bottom: 50px;
	right: 20px;
}
#gotop:hover {background-position: 0px -50px;}

/* 其他 */
.clear{clear: both;}

@media screen and (max-width: 1020px){/*瀏覽器卷軸20px*/
/* 選單 */
.nav &gt; ul{width: 100%;}
/* 次選單 */
.nav2 &gt; ul{width: 100%;}
/* 內容 */
.content{width: 96%;}
}

@media screen and (max-width: 999px){
/* 傻逼按鈕 */
.outlink{display: none;}
/* 選單 */
.nav{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(201, 3, 20, 0.7);
	position:fixed;
	z-index: 2000;
	top: 40px;
	overflow: auto;
}
.nav &gt; ul{width: 80%; overflow: visible;}
.nav &gt; ul &gt; li{float: none; padding: 2px 0px; margin-right: 0px;}
/* 次選單 */
.nav2 &gt; ul{display: none;}
/* gotop */
#gotop {bottom: 10px; right: 10px;}
}

@media screen and (max-width: 984px){
/* 內容─團 */
.goods &gt; a{max-width: 100%;}
}

@media screen and (max-width: 831px){
/* 內容─機票 */
.air_ticket a{width: 49%;}
.air_ticket a:nth-child(even){margin-right: 0px;}
.air_free a{float: none; width: 100%; margin-right: 0px;}
}

@media screen and (max-width: 799px){
/* 主圖 */
.banner_area{height: auto;}
.header{
	width: 100%;
	position: initial;
	height: auto;
	background: url(../images/header_bg_rwd.jpg) repeat-x center 35px;
	background-size: 100%;
    padding-bottom: 55%;
}
.banner_area &gt; img{display: none;}
/* 內容─地圖 */
div.map{
	float: none;
	width: 100%;
}
iframe.map{
	float: none;
	width: 100%;
	height: 350px;}
}

@media screen and (max-width: 729px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 85%;}
/* 內容 */
p.step span:first-child{width: 10%;}
p.step span:last-child{width: 89%;}
}

@media screen and (max-width: 600px){
/* 內容 */
.content &gt; img{width: 100%;}
p.step span:first-child{display: block; width: 70px;}
p.step span:last-child{display: block;	width: 100%; padding-top: 5px;}
/* 內容─圖文 */
img.graphic{float: none; width: 100%;}
div.graphic{float: none; width: 100%;}
}

@media screen and (max-width: 459px){
/* 內容─團─more按鈕 */
.btnmore {margin: 10px 0px 5px 75%;}
/* 內容─機票 */
.air_ticket a{float: none; width: 100%; margin-right: 0px;}
}</pre></body></html>