@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU", serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
img {
	border: none;
}
/* 未連結 */
a:link {
	color: #8576BB;
	text-decoration: none;
}
/* 已連結過 */
a:visited {
	color: #8576BB;
}
/* 滑鼠移至連結 */
a:hover {
	color: #5EBEE9;
}
/* 選擇的連結 */
a:active {
	color: #2AA9E2;
}
/* ---index page & light page strat here--- */
/* background strat here */
#background {
	background-image: url(../img/index.png);
	height: 300px;
	overflow: auto;
	background-position: 50% 0px;
	background-repeat: no-repeat;
}
/* title strat here */
.title h3 {
	width: 960px;
	background-image: url(../img/title.png);
	height: 80px;
	overflow: auto;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 3em;
	margin-top: 20px;
}
/* description strat here */
.clear {
	clear: both;
}
.description {
	width: 900px;
	margin: 0 auto;
}
.description h4 {
	font-weight: normal;
	color: #E74C3C;
	font-size: 20px;
}
.description ul {
	width: 160px;
	height: auto;
	margin: 0px 10px;
	list-style: outside none none;
	line-height: 20px;
	float: left;
	padding-bottom: 20px;
}
.description ul li {
	padding: 10px 0;
}
.description h3 {
	font-weight: normal;
	vertical-align: middle;
	color: #E74C3C;
	text-align: center;
}
/* light_btn strat here */
.light_btn {
	background-color: #e74c3c;
	border-radius: 6px;
	border: 1px solid #d62c1a;
	display: inline-block;
	cursor: pointer;
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #d62c1a;
	text-align: center;
	height: 40px;
	line-height: 40px;
	width: 160px;
	box-shadow: 1px 1px 0px 0px #666;
	transition-duration: 1s;
}
.light_btn:hover {
	background-color: #e43725;
}
.description table {
	width: 900px;
	margin: 0 auto;
}
th {
	vertical-align: middle;
	text-align: left;
}
td {
	vertical-align: middle;
	padding: 10px 0px;
}
form input {
	color: #505050;
}
form input[type="text"] {
	width: 280px;
	font-size: 13px;
	border: 1px solid #CCC;
	padding: 0.55556em;
	background-color: #F5F5F5;
}
/* ---light_a page strat here--- */
.row1 select {
	width: 100px;
	height: 32px;
	font-size: 13px;
	border: 1px solid #CCC;
	color: #505050;
	padding-left: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background: url(../img/arrow.png) no-repeat scroll 85px 10px #F5F5F5;
}
.city, .year, .month, .date {
	border: medium none;
	height: 11px;
	margin-top: -4px;
	width: 7px;
	padding-left: 10px;
}
hr {
	border-top: 1px dashed #E1E1E1;
}
.price {
	width: 900px;
	height: 120px;
	margin: 20px auto;
	text-align: center;
	background-color: #E1E1E1;
	padding: 0 30px;
}
.price h4 {
	padding: 15px 0;
	text-align: left;
}
.price p {
	text-align: left;
	line-height: 26px;
}
/* ---light_b page strat here--- */
.error {
	width: 900px;
	height: 250px;
	margin: 20px auto;
	text-align: center;
	background-color: #f6bcb6;
	padding: 0 30px;
}
.error h4 {
	padding: 15px 0;
	text-align: left;
}
.error p {
	text-align: left;
	line-height: 26px;
}
/* footer strat here */
#footer {
	height: 120px;
	background-color: #E1E1E1;
	text-align: center;
	font-size: 13px;
	padding: 14px 0px;
}
#footer ul {
	width: 700px;
	margin: 0 auto;
}
#footer ul.copy li {
	display: inline-block;
	list-style: none;
	color: #666;
	text-align: left;
	line-height: 20px;
}
#footer ul li a {
	color: #666;
	text-decoration: none;
	text-shadow: none;
}
#footer ul li a:hover {
	color: black;
	text-decoration: underline;
}
#footer ul li a:visited {
	color: black;
}

/*fet header and footer here strat here */
#header {
	width: 960px;
	height: 44px;
	margin: 0 auto;
}
#header_nav {
	float: right;
	margin-top: 26px;
}
#redline {
	width: 960px;
	margin: 0 auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #be2520;
}
#header_nav_sub {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.b12 {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.b12 A:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.b12 A:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.b12 A:hover {
	font-size: 12px;
	color: #000000;
}

.g12 {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height: 1.7em;
}
.g12 A:link {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.g12 A:visited {
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.g12 A:hover {
	font-size: 11px;
	color: #666666;
}

#fet_footer{
	width: 960px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}
#logo {
	margin-right: 10px;
}

#footer_nav {
	float: left;
}
#footer_logo {
	float: left;
}

/* applications */
.alert {
    color: red;
    margin: 0 5px;
}

.blocking {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba(255, 255, 255, 0.8) url('../img/loading.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .blocking {
    display: block;
}
