/************************************************************************************
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}
body {line-height: 1; -webkit-text-size-adjust: none;}
ol, ul { list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {
   /* border-collapse: collapse;*/
    border-spacing: 0;
}
a img {border: none;}
.clean { clear:both;}
a {color: #333333; text-decoration: none; blr:expression(this.onFocus=this.blur()); outline: none; /* for Firefox */hlbr:expression(this.onFocus=this.blur()); /* for IE */}
a:hover {text-decoration:none;}
a:focus{ -moz-outline-style: none;}
.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
    font-size:14px;
    background: #f3f3f3;
}

h1,h2,h3 { display: none;}

/*wow*/
.wow:first-child {
visibility: hidden;
visibility:visible \9;
}
/*------------------------------- pc ----------------------------------*/
.container-bg {
    width: 100%;
    height: 100%;
	font-family:Arial,微軟正黑體;	
	overflow: hidden;
}
.timetitle {    
    font-size: 20px;
	color: #000;
    line-height: 30px;    
    width: 100%;
    clear: both;
}
.bigtitle {
    font-weight: bold;
    font-size: 24px;
	color: #023574;
    line-height: 32px;
    width: 100%;
    clear: both;
}
.bigtitle span{    
    color: #e90212;
	font-size: 28px;
	font-style: normal;
}
.mintitle {
    font-weight: bold;
    font-size: 16px;
	color: #023574;
    line-height: 32px;    
    width: 100%;
    clear: both;
}
.mintitle span{    
    font-size: 18px;	
}
.mintitle em{    
    color: #e90212;
	font-size: 24px;
	font-style: normal;
}
.mintitle .sml{    
    font-size: 14px;
	display: inline;
}
.line {
    border-bottom: solid 1px;
    width: 100%;
    clear: both;
	margin-bottom: 5px;
}
.bigtxt{
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
}
.bigtxt span{
	font-size: 16px;
}
.mintxt{
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 5px;
}
.mintxt span{    
    font-size: 12px;	
}
.mintxt em{    
    color: #e90212;
	font-size: 20px;
	font-style: normal;
}
.txt{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.redtxt{
	font-size: 15px;
	color: #ff0000;
	padding: 3px 0;
}
.tourbox{    
    width: 100%;
    clear: both;
	float: left;
}
.box {background-color: #e3f5fd;border-radius: 10px;float: left;}
.box a{background-color: #e3f5fd;border-radius: 10px;float: left;}
.box a:hover { background-color: #b8e1f3;border-radius: 10px;float: left;}
.box1 {background-color: #eefee6;border-radius: 10px;float: left;}
.box1 a{background-color: #eefee6;border-radius: 10px;float: left;}
.box1 a:hover { background-color: #ccf0ba;border-radius: 10px;float: left;}
.con{padding: 15px;	border-radius: 10px;float: left;}
.pic{ width: 100%;margin-right: 10px;float: left;}
.intro{width: 53%;float: left;}
.intro ul{ 
	list-style: none;
}
.intro li{ 
	font-size: 14px;
	line-height: 20px;
	text-indent: -11px;padding-left: 11px;
	list-style: none;
}
.intro li span{ 
	font-size: 12px;
}






.d-blue {
    color: #0068b7;
}
.d-green {
    color: #097c25;
}

@media only screen and (min-width: 769px) and (max-width:850px){	
    html,body { width: 100%; min-height: 100%; }	
.pic{ width: 100%;margin-right: 0px;}
.intro{width: 100%;}
	
}

/*------------------------------- 平板 ----------------------------------*/

@media screen and (max-width: 768px) {
    * { box-sizing: border-box; }
 
	
}


/*------------------------------- 手機 ----------------------------------*/

@media (max-width: 680px) {
    * { box-sizing: border-box; }
.con{display: block;margin-top: 10px;}	
.pic{ width: 100%;margin-right: 0px;display: block;}
.intro{width: 100%;display: block;}
}


	