﻿@charset "utf-8";
fieldset,img { 
border:0;
}
body,html{height: 100%;}
/*他的設法是將最主要區塊設成100%，然後其他須隨著畫面去貼邊的東西皆從負數開始算這樣自然可隨視*/

body {
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 150%;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	
}
input{
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: normal;
 border-radius: 0;
	
	}
select{
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	background-image: url(../images/all/downArrow3.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
select::-ms-expand {
    display: none;
}
a{
	color: #666;
	text-decoration: none;
	line-height: normal;
}
a:hover {
	filter: alpha(opacity=70);opacity:0.70; 
	text-decoration: none;
	line-height: normal;
}
a:hover img{filter: alpha(opacity=80);opacity:0.80; 
-webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}


label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
}
p{line-height: 170%;}


/* placeholder css */
::-webkit-input-placeholder { color:#929292; }
::-moz-placeholder { color:#929292; } /* firefox 19+ */
:-ms-input-placeholder { color:#929292; } /* ie */
input:-moz-placeholder { color:#929292; }

h1{
	font-size: 20px;
	line-height: normal;
	color: #333;
	font-weight: normal;
}
h1 a{
	color: #333;
	text-decoration: none;
}

#main {
	width: 100%;
	height: auto;
	min-height:100%;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-top: 55px;
margin-top: -25px;
}
.content > article,.content2 > article,.content3 > article,.content4 > article{
	width:90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
}





.content0 {
width:90%;
	max-width:1500px;
	margin-right: auto;
	margin-left: auto;
}
.content {
	float:left;
	width:100%;
	padding-bottom: 520px;
}
.content2 {
	float:left;
	width:100%;
	padding-bottom: 620px;
	padding-top: 100px;
}
.content3 {
	float:left;
	width:100%;
	padding-bottom: 460px;
	padding-top: 100px;
}


.content4 {
	float:left;
	width:100%;
	padding-top: 70px;
	padding-bottom: 540px;
}


.content4 div{ }



.all{float:left;
	width:100%;}
.all_2{
	float:left;
	width:100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.all_3{
margin-top: 50px!important;
	margin-bottom: 70px!important;
}
.all_4{
margin-top: 50px!important;

}
.all_5{
margin-top: 30px!important;

}
footer input{
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: normal;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing:border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
-webkit-appearance: none; border-radius: 0;
	
	}
footer{
	background-color: #0b0b0b;
	width: 100%;
	position: absolute;
	padding: 0px;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ffe43b;
}
.footer1{
	width: 100%;
	background-image: url(../images/all/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	float: left;
	text-align: center;
	font-size: 22px;
	padding-top: 45px;
	padding-bottom: 45px;background-color: #0b0b0b;
}
.footer1 input{
	background-color: #FFF;
	height: 40px;
	width: 260px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.footer1 input:nth-of-type(2){
	background-color: #e4e4e4;
	width: 120px;
	text-align: center;
	border-top-color: #e4e4e4;
	border-right-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	border-left-color: #e4e4e4;
	vertical-align: middle;
	cursor: pointer;
	padding-top: 7px;
	
}
.footer1 input:hover:nth-of-type(2){filter: alpha(opacity=80);opacity:0.80; }
.footer1 ul,.footer2 ul{
	margin: 0px;
	padding: 0px;
}
.footer1 ul li,.footer2 ul li{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
}
.footer1 div{
	margin-bottom: 30px;
	height: 40px;
	float: left;
	width: 100%;
}
.footer1 label{
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffe43b;
}
.footer2{
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #838383;
	background-color: #0b0b0b;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
}
.footer2 a{color: #FFF;}
.footer2 div{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3c3c3c;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	width: 445px;
}
.footer2 P{
	width: 100%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.footer2 img{
	width:20%;
	vertical-align:middle;
}


@media (max-width:700px){
	
	
	}

@media (max-width:768px){
.footer2 img {
	width:25%;		
	vertical-align:middle;
}



}
.footer2 br{
	display: none;
}
.icon_next{position: absolute;
width: 30px;
text-align: center;
display: block;
top: 43%;
left: 0px;z-index:4;}
.icon_next2{
position: absolute;
width: 30px;
text-align: center;
display: block;
top: 43%;
right: 0px;z-index:4;}

.icon_Close{position: absolute;
width: 30px;
text-align: center;
display: block;
top: 4%;
right: 1%;cursor: pointer;z-index:4;}
.icon_next2 img,.icon_next img{width: 10px;}
.icon_Close img{width: 20px;}
.mb{
	display: none!important;
	visibility: hidden;

}
.icon_more{
	width: 96%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	position: relative;
	border: 2px solid #E8E8E8;
	font-size: 18px;
	color: #000;
	display: block;
	margin:20px auto 30px auto;
	clear:both;
	}
.icon_more a{color: #000;display: block;padding-top: 10px;
	padding-bottom: 10px;-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;}
.icon_more a:hover{
	background-color: #E8E8E8;-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;color: #fff;
}


.icon_more_r{
	width: 94%;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	position: relative;
	border: 1px solid #d1cdc0;
	font-size: 18px;
	color: #d1cdc0;
	display: block;
	margin:20px auto 30px auto;
	
	}
.icon_more_r a{color: #8c8874;display: block;padding-top: 10px;
	padding-bottom: 10px;-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;}


/*麵包穴 css*/
.map{
	width:90%;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 15px 0 0;
}
.map a::After {content: " > ";}
/*分頁頁碼 css*/
.page_menu{
	width:100%;
	text-align: center;
	float: left;
	margin-bottom: 70px;
	vertical-align: middle;
}

.page_menu dt,.page_menu dd{
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	vertical-align: middle;
	line-height: normal;
}
.page_menu dd{
	height: 25px;
	width: 25px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	font-size: 16px;
	font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	padding-top: 3px;
	margin-top: -3px;
}
.page_menu dd a{
	width: 100%;
	display: block;
	height: 100%;
}
.page_menu dd a img{
	margin: -2px 0 0 0;
	vertical-align: middle;
}
.page_menu dd.active{	
	background-color: #000;}
.page_menu dd.active a{color: #FFF;}

/*頁面過長會自動出現top css*/
#fb{
	right:15px;
	width:40px;
	height:40px;
	z-index: 399;
	cursor:pointer;
	position:fixed;
	display: block;
	top:120px;
	
	}
#fb img{width:100%;
	height:100%;}
#go{
	display:none;
	cursor:pointer;
	position:fixed;
	right:15px;
	bottom:15px;
	width:40px;
	height:40px;
	z-index: 999;
	background-image:url(../images/all/go_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	filter: alpha(opacity=90);
	opacity:0.90;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: #999 0px 2px 5px;
          -moz-box-shadow: #999 0px 2px 5px;
          box-shadow: #999 0px 2px 5px;
}
#go:hover,#fb:hover{filter: alpha(opacity=60);opacity:0.60; }
@media (max-width: 768px) {
	#fb{
	display: none;
}
	}
	
/*表格*/
.css-table{
	display: table;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	font-size: 18px;
}
.css-table.nobobo td{
	border:none!important;}
	
.css-table div{display: table-header-group;}
.css-table div dl{display: table-row;}
.css-table div dl dd{
	display: table-cell;
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom:10px;
	padding-left: 0px;
}

.css-table div dl dd:nth-of-type(even){
	
	padding-right: 0px;
}
.css-table-th{
text-align: center;}

.paginatoin{ width: 100%;  text-align: center; clear: both; /*margin:0 0 60px 0;*/}
.paginatoin a{ padding: 2px 2px; border:1px solid #666; border-radius: 200px; height: 20px; width: 20px; display: inline-block; margin: 0 2px; color: #666;}
.paginatoin a:hover{ background-color: #000!important; border:1px solid #000; color: #fff; opacity: 1;}
.paginatoin a.active{ background-color: #000; border:1px solid #000; color: #fff;}
.paginatoin a.ht_none{ padding: 4px 2px; border:none; height: 20px; width: 50px; display: inline-block;}
.paginatoin a.ht_none:hover{ background-color: transparent!important; color: #999!important;}

.paginatoin.mtb30{ margin:30px 0;}
.paginatoin.mtb50{ margin:50px 0 10px 0;}


@media (max-width: 850px) {
	.css-table div dl dd{
	width: 100%;
	display: block;
}
	}

a.orange_right {
    color: #ff6600;
}


span.regi_link {
	display:none;
}

span.regi_link {
    background-color: #bbbbbb;
    border-radius: 8px;
    font-size: 18px;
    padding: 8px 12px;
    color: #fff;
    margin: 0 15px;
	display: none;
}

span.regi_link a{
    color: #fff!important;
    }

span.regi_none{ display:initial;}
span.login_tt{ display:none;}
span.login_tt .tt_part{ font-weight:normal; color:#CCC;}
@media (max-width: 1024px) {
span.regi_link {
    background-color: #bbbbbb;
    border-radius: 8px;
    font-size: 18px;
    padding: 8px 8px;
    color: #fff;
    margin: 0 0px;
	display: initial;
}

span.regi_link a{
    color: #fff!important;
    }

span.regi_none{ display:none;}
span.login_tt{ display:initial; font-size: 20px;}
}

.item nobg div p {
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

.item nobg div p::before {
content: "NT$";
}
