@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;
}

/* 選單 */
.nav{float: left; width: 260px; height: auto;}
.nav > ul, .nav > ul > li{
	display: block; width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}
.nav > ul{margin-bottom: 20px;}
.nav > ul > li a{
	display: block;
	width: 85%;
	height: auto;
	font-size: 1.3rem;
	text-decoration: none;
	color: black;
	border-bottom: 2px dotted #234996;
	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;
}
/*hover動畫*/
.nav > ul > li a:hover{letter-spacing: 2px;}
.nav > ul > li.active a:hover{
	letter-spacing: 0px; }

/* 項目active標示的三角形 */
.campaign-link.active{
	background: url("../images/nav_active.35f5032ab60e.png") no-repeat center right;
}

/* 內容 */
.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 > img{display: block; width: 100%; height: auto; margin: 0px auto;}

.boxin{
	width: 100%;
	height: auto;
	padding: 0px 3% 3% 3%;
}
.boxin > 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 !important;
	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 > ul, .boxin > ol{padding-left: 1rem;}
.boxin > ul > ul, .boxin > ol > ol{padding-left: 1rem;}
.boxin > ul > ul > ul, .boxin > ol > ol > 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.308731380ef4.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%;}

	/* 選單 */
	.nav{
		display: none;
		float: none;
		width: 100%;
		height: 100%;
		background-color: #ebebeb;
		overflow: scroll;
		position:fixed;
		z-index: 2000;
		top: 40px;
	}
	.nav > ul > li a{text-align: center;}
	/* 內容 */
	.content{width: 100%; background-color: transparent;}
	.box{float: none; width: 100%;}
	/* gotop */
	#gotop {bottom: 10px; right: 10px;}
}

@media screen and (max-width: 729px){
	/* 內容 */
	.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;}
}

/* 表頭表尾 */
.headwraper{
	height: 35px;
	background-color:#E60012;
	margin: auto;
	position: fixed;
	z-index:9999;
	left:0;
	right:0;}
a.tours_btn{
	display:none;
}
.headwraper a.logo{
	display: inline-block;
	float: left;
	width:80px;
	height:auto;
	margin: 7px 10px 0px 0px;
}
.headwraper a.logo img{
	display: block;
	width:100%;
	height:auto;
}
.headwraper a.fb,a.line{
	display: inline-block;
	width: 29px;
	height: 29px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 3px 0px 0px 0px;
}
.headwraper a.fb{ background-image: url("../images/logo_fb.6b02453dd16c.png");}
.headwraper a.line{ background-image: url("../images/logo_line.3037199ce3b5.png");}
.headwraper_inner{
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 999px) {
	.footwraper{
		width: 100%;
	}
	/* 表頭 */
	.headwraper{
		width:100%;
		height:40px;
		margin: auto;
		position: fixed;
		z-index:9999;
	}
	a.tours_btn{
		position: fixed;
		z-index: 9999;
		right: 10px;
		display: block;
		width: 50%;
		color: #FFF;
		font-size: 18px;
		line-height: 40px;
		text-align: right;
		text-decoration: none;
		background-position: right center;
		background-repeat: no-repeat;
	}
	.headwraper a.logo{margin: 10px 10px 0px 10px;}
	.headwraper a.fb,a.line{margin: 5.5px 0px 0px 0px;}
	.headwraper_inner{width: 100%;}
}

/* footer */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
.footer li{
	list-style: none;
}
.bold{
	font-weight: bold;
	padding-left: 3px;
}
.footer{
	font-family: Arial, Helvetica,"Microsoft JhengHei","華文細黑", STHeiti, MingLiu, sans-serif;
	background-color: #E60012;
}

.footwraper{
	color: #fff;
	width: 1140px;
	padding: 15px 0px;
	background-color: #E60012;
	margin: 0 auto;
	overflow: hidden;
}
.footwraper .rd_logo{
	display: block;
	width: 80%;
	height: 70px;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-image: url("../images/logo_ft.79996d3740ee.svg");
	margin-top:4px;
}
.footwraper.b2b a{
	background-image: url(/project/RWD_Image/logofull_2b.png);
}

.banner-top{
	height: 35px;
}
@media screen and (max-width: 999px){
	.banner-top{
		height: 40px;
	}
    .mt-md-0 {
        margin-top: 0 !important;
    }
}

@media (hover: none) {
  a:hover {
    color: #fff !important;
  }
}

@media (min-width: 821px) and (max-width: 1024px){
	.contact{
		font-size: 15px;
	}
}

@media (min-width: 480px) and (max-width: 768px){
	.footwraper{
		width: 100%;
		padding: 15px 10px;
		background-color: #E60012;
		margin: 0 auto;
		overflow: hidden;
	}
	.footwraper .rd_logo{
		display: block;
		width: 100%;
		height: 77px;
		background-size: 100% auto;
		background-repeat: no-repeat;
		margin-top:2px;
	}
}

@media screen and (max-width: 767px){
	.sm-center{
		text-align: center;
	}
}

@media screen and (max-width: 480px){
	.footwraper{
		width: 100%;
	}
	.footwraper .rd_logo {
		display: block;
		margin: 0 auto;
		float: none;
		width: 50%;
		height: 0;
		padding-bottom: 20%;
		background-size: contain;
		background-position: center;
	}
}
