@charset "utf-8";
/* CSS Document */



/*--------------------------------------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-family: '微軟正黑體', Helvetica, Arial, sans-serif;
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	
	width:100%;
	height:100%;
	/*background: #235d66 url(../img/back_top.jpg) top no-repeat;	*/
	background: #34d8fd top no-repeat;
}
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;
}
hr {
	margin: 0;
	padding: 0;
	clear: both;
	visibility:hidden;
}

/*---------------------------------------------------------------------*/

/*======================
====浮水印 CSS=====
=======================*/
.TooltipWrapper { display: none; overflow: hidden; }
.tooltip { position: fixed; top:80px; right: 0; z-index: 999;}

body{
	}
h1, h2, h3 {display: none;}
.rapper{
	/*background:background: #235d66 url(../ismg/head_bg.jpg) center top no-repeat;*/
	}

	#header
	{
		width:100%;
		position: relative;	
		margin:0 auto;
		background:url(../img/head_bg.jpg) center top no-repeat;
		background-color:#34d8fd;
	}
	
.container {
	max-width:960px; margin:0 auto; padding:0;	
	margin:0 auto;
	}
	h3{
		color:#FFE601;
		line-height:1.8em;
	}
.main_in_box{
		max-width:960px !important;
		min-height:380px;		
		margin:0 auto;
		padding-top:10px;
	}
.tourbox {
	border-radius:5px;
	width:92%;
	padding:1%;
	height:auto;
	background-color:#FFFFFF;
	margin:0 auto 10px auto;	
}

.tit_name{
	display:block;
	width:99%;
	background-color:#99eeff;
	font-size:1.2em;
	line-height:1.8em;
	padding:0.5%;
	color:#063492;
}

.tour_list_box ul {	
	padding: 0;
}
	
.tour_list_box li{
	font-size: 1em;
	line-height: 2em;
	color:#2a2a2a;
	font-weight: bold;
	border-bottom:1px dashed #CCC;
	margin-bottom: 6px;
}
.tour_list_box li a{
	color:#2a2a2a;
	text-decoration:none;
	display:block;
	overflow:hidden;
	padding: 3px 5px;
}
.tour_list_box li a:hover{background-color:#f0f0f0;}

.tour_list_box li strong{
	font-size:13px;
	color: #F60;
	margin-left:5px;
}

.tour_list_box li em {
	font-style: normal;
	font-size:13px;
	color:#fff;
	background:#ff4e00; 
	margin-left:8px;
	padding:2px 3px;
}

.tour_list_box li p{float:left;}
.tour_list_box li .red{
	color:#ea0000;
	float:left;
	margin-left: 10px;
}
.tour_list_box li .price{
	font-size:0.8em;
	color:#2a2a2a;	
	display:block;
	margin-right:5px;
	font-weight: bold;
	text-align:center;
}
.tour_list_box li .price strong{
	font-size:1.5em;
	color: #cc0000;
}
.tour_list_box li .tour_describe{
	font-size: 1.2em;
	line-height: 1.8em;
	color: #666666;
	margin-left: 10px;
	margin-right: 120px;
	display: block;
}

@media screen and (min-width: 768px)  {
	.tour_list_box li .price{
	font-size:1.5em;
	line-height:1.8em;
	color:#2a2a2a;
	float:right;
	display:block;
	margin-right:5px;
	font-weight: bold;	
}

}
@media screen and (min-width: 768px) and (max-width: 2200px)  {
body {
	
	width:100%;
	height:100%;
	/*background: #235d66 url(../img/back_top.jpg) top no-repeat;	*/
	background: #34d8fd top no-repeat;
}

#header
	{
		width:100%;
		position: relative;	
		margin:0 auto;
		background:url(../img/head_bg.jpg) center top no-repeat;
		background-color:#34d8fd;
	}
.main_in_box{
		width:100%;
		min-height:405px;				
		margin:0 auto;
		padding-top:10px;
	}
	.tour_list_box li .price{
	font-size:0.8em;
	line-height:1.8em;
	color:#2a2a2a;
	float:right;
	display:block;
	margin-right:5px;
	font-weight: bold;	
}

}

@media screen and (max-width: 480px)  {
	.main_in_box{			
		margin:0 auto;
		padding-top:10px;
	}
	
	.tour_list_box li .price{
	display:block;	
	font-size:1em;
	color:#2a2a2a;
	margin-right:5px;
	font-weight: bold;
	text-align:center;	
}
.tit_name{
	display:block;
	width:99%;
	background-color:#99eeff;
	font-size:1.2em;
	line-height:1.8em;
	padding:0.5%;
	color:#063492;
	text-align:center;
}
	
}