<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-size: 16px;
	font-family: Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	background-color:#f5f5f5;
}

/* 主圖 */
.header{
	width: 100%;
	height: 400px;
	text-indent: -9999px;
	background: url(../images/header_bg.jpg) repeat-x center top;
	margin: 0px auto;
}

/* 選單 */
.nav{float: left; width: 260px; height: auto;}
.nav &gt; ul, .nav &gt; ul &gt; li{
	display: block; width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}
.nav &gt; ul{margin-bottom: 20px;}
.nav &gt; ul &gt; li a{
	display: block;
	width: 85%;
	height: auto;
	font-size: 1.3rem;
	text-decoration: none;
	letter-spacing: 0px;
	color: black;
	border-bottom: 2px dotted #312567;
	padding: 15px 0px;
	margin: 0px auto;
	/*滑入動畫*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transform: all 0.2s linear;
	transform: all 0.2s linear;
}
.nav &gt; ul &gt; li a:hover{letter-spacing: 2px;/*滑入動畫*/}
/* 選單─第1個li是標題 */
.nav &gt; ul &gt; li:first-child{
	font-size: 1.6875rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #312567;
	background-color: #5C5086;
	/*背景漸層*/
	background: -webkit-gradient(linear, left top, right top, color-stop(0.5, #312567), color-stop(1, #5C5086));
	background: -moz-linear-gradient(left, #312567 50%, #5C5086 100%);
	background: -webkit-linear-gradient(left,  #312567 50%, #5C5086 100%);
	background: -o-linear-gradient(left,  #312567 50%, #5C5086 100%);
	background: -ms-linear-gradient(left,  #312567 50%, #5C5086 100%);
	background: linear-gradient(left,  #312567 50%, #5C5086 100%);
	/*背景漸層end*/
	padding: 14px 0px;
	color: #FFFFFF;
}
/* 選單─駐點 */
#index .nav ul:nth-child(1) &gt; li:nth-child(2){background: url(../images/nav_active.png) no-repeat center right;}
/*
#page_02 .nav ul:nth-child(1) &gt; li:nth-child(3){background: url(../images/nav_active.png) no-repeat center right;}
#page_03 .nav ul:nth-child(1) &gt; li:nth-child(4){background: url(../images/nav_active.png) no-repeat center right;}
#page_04 .nav ul:nth-child(1) &gt; li:nth-child(5){background: url(../images/nav_active.png) no-repeat center right;}
#page_05 .nav ul:nth-child(1) &gt; li:nth-child(6){background: url(../images/nav_active.png) no-repeat center right;}
#example_01 ul:nth-child(2) &gt; li:nth-child(2){background: url(../images/nav_active.png) no-repeat center right;} 
#example_02 ul:nth-child(2) &gt; li:nth-child(3){background: url(../images/nav_active.png) no-repeat center right;} */

/* 選單─駐點不hover */
#index .nav ul:nth-child(1) &gt; li:nth-child(2) a{letter-spacing: 0px;}
/*
#page_02 .nav ul:nth-child(1) &gt; li:nth-child(3) a{letter-spacing: 0px;}
#page_03 .nav ul:nth-child(1) &gt; li:nth-child(4) a{letter-spacing: 0px;}
#page_04 .nav ul:nth-child(1) &gt; li:nth-child(5) a{letter-spacing: 0px;}
#page_05 .nav ul:nth-child(1) &gt; li:nth-child(6) a{letter-spacing: 0px;}
#example_01 ul:nth-child(2) &gt; li:nth-child(2) a{letter-spacing: 0px;} 
#example_02 ul:nth-child(2) &gt; li:nth-child(3) a{letter-spacing: 0px;} */

/* 內容 */
.content{
	width: 1000px;
	height: auto;
	background-color: #ebebeb;
	margin: 0px auto;
	overflow: hidden;
}
.box{
	float: right;
	width: calc(100% - 260px);
	height: auto;
	background-color: white;
	padding: 8px;
}
.box &gt; img{display: block; width: 100%; height: auto; margin: 0px auto;}
h1{
	display: block;
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #312567;
	padding: 11.5px 3%;
	margin: 0px auto;
	color:#FFF;
	clear: both;
}
.boxin{
	width: 100%;
	height: auto;
	padding: 0px 3% 3% 3%;
}
.boxin &gt; img{display: block; width: 100%; height: auto; margin: 0px auto 10px auto;}
h2{
	display: block;
	width: 100%;
	height: auto;
	border-left: 1.5px solid black;
	padding: 5px 7px;
	margin: 20px 0px 10px 0px;
	clear: both;
}
h3{
	margin: 20px 0px 10px 0px;
	clear: both;
}
h4{margin: 10px 0px;}
h4:before{content: "－";}
h4:after{content: "－";}
hr{
	clear: both;
	margin: 15px 0;
}
p, .boxin li{line-height: 175%;}
p{margin: 0px 0px 10px 0px;}
p.note{font-size: 0.875rem; color: #434343; text-indent: -0.875rem; padding-left: 0.875rem;}
p.note:before{content: "※ ";}
p a, .boxin li a{
	font-weight: bold;
	color: #215cff;
	margin: 0px 5px;
}
p a:hover, .boxin li a:hover{text-decoration: none;}
a.more{
	display: block;
	float: right;
	min-width: 25%;
	font-size: 0.875rem;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	letter-spacing: 1px;
	color: white;
	background-color: #959595;
	border-radius: 2px;
	overflow: hidden;
	padding: 5px 2%;
	margin: 15px 0;
	clear: both;
	/*滑入動畫*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transform: all 0.2s linear;
	transform: all 0.2s linear;
}
a.more:hover{background-color: #626262;/*滑入動畫*/}
/* 內容─項目 */
.boxin &gt; ul, .boxin &gt; ol{padding-left: 1rem;}
.boxin &gt; ul &gt; ul, .boxin &gt; ol &gt; ol{padding-left: 1rem;}
.boxin &gt; ul &gt; ul &gt; ul, .boxin &gt; ol &gt; ol &gt; ol{padding-left: 1rem;}
/* 內容─表格 */
table{
	width: 100%;
	color: #434343;
	border-collapse: collapse;
	border-spacing: 0px;
}
th, td{border: 1px solid #b5b5b5; padding: 10px 2%;}
caption{margin-bottom: 5px;}
thead{letter-spacing: 1px; background-color: #f2f2f2;}
th{height: auto;}
td a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	color: #d50000;
}
td a:hover{text-decoration: none;}
/* 內容─機票自由行 */
[class^="air_"]{width: 100%; height: auto; overflow: hidden;}
[class^="air_"] a{
	display: block;
	width: 100%;
	height: auto;
	text-decoration: none;
	color: black;
	border-bottom: 2px dotted #b5b5b5;
	overflow: hidden;
	padding: 7px 0px;
	margin-bottom: 10px;
	/*滑入動畫*/
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transform: all 0.2s linear;
	transform: all 0.2s linear;
}
[class^="air_"] a:hover{padding: 7px 7px;}/*滑入動畫*/
[class^="air_"] a div:first-child{float: left;}
[class^="air_"] a div:last-child{float: right; font-weight: bold; color: #d50000;}
/* 內容─機票 */
.air_ticket a{float: left; width: 49%; margin-right: 2%;}
.air_ticket a:nth-child(even){margin-right: 0px;}
/* 內容─特殊樣式 */
.clear{clear: both;}
.txl{text-align: left;}
.txr{text-align: right;}
.bold{font-weight: bold;}
.red{color: #d50000;}
.blue{color: #215cff;}
.gray{color: #707070;}

/* 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;}

@media screen and (max-width: 999px){
html, body, [id^="page_"]{height: 100%;}
/* 主圖 */
.header{background: url(../images/header_bg.jpg) repeat-x center top;}

/* 選單 */
.nav{
	display: none;
	float: none;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
	overflow: scroll;
	position:fixed;
	z-index: 2000;
	top: 40px;
}
.nav &gt; ul &gt; li a{text-align: center;}
/* 選單─駐點 */
#index .nav ul:nth-child(1) &gt; li:nth-child(2){background: white;}
/*
#page_02 .nav ul:nth-child(1) &gt; li:nth-child(3){background: white;}
#page_03 .nav ul:nth-child(1) &gt; li:nth-child(4){background: white;}
#page_04 .nav ul:nth-child(1) &gt; li:nth-child(5){background: white;}
#page_05 .nav ul:nth-child(1) &gt; li:nth-child(6){background: white;}
#example_01 .nav ul:nth-child(2) &gt; li:nth-child(2){background: white;}
#example_02 .nav ul:nth-child(2) &gt; li:nth-child(3){background: white;}
#page_example ul:nth-child(2) &gt; li:nth-child(2){background: white;} */
/* 內容 */
.content{width: 100%; background-color: transparent;}
.box{float: none; width: 100%;}
/* gotop */
#gotop {bottom: 10px; right: 10px;}
}

@media screen and (max-width: 729px){
/* 主圖 */
.header{
	height: auto;
	background: url(../images/header_bg_rwd.jpg) repeat-x center 40px;
	background-size: 100%;
    padding-bottom: 55%;
	position: initial;
}
/* 內容 */
.box{width: 96%; box-shadow: 0px 3px rgba(0, 0, 0, 0.2); margin: 0px auto 40px auto;}
}

@media screen and (max-width: 599px){
/* 內容─機票 */
.air_ticket a{float: none; width: 100%; margin-right: 0px;}
}
</pre></body></html>