@charset "utf-8";
/* CSS Document */

.slogan{
	position:absolute;
	z-index:9999;
	width:843px;
	height:85px;
	margin-left:-422px;
	margin-top:-42px;
	left:50%;
	top:50%;}

.page_title{
	overflow:hidden;
	margin-bottom:10px;}

.page_title h1{
	float:left;
	display:block;
	width:320px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:45px;
	color:#555;
	font-weight:100;}
	
.article{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;}

.article_wording1{
	float:left;
	width:275px;
	padding-left:10px;}
	
.article_wording1 ul{}

.article_wording1 li{}

.article_wording1 li a{
	display:block;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:10px;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	outline:none;}
	
.article_wording1 li a:hover{
	color:#c11920;}
	
.article_wording1 p{
	display:block;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
	line-height:38px;
	margin-bottom:20px;}
	
.restaurant{
	overflow:hidden;
	padding-top:10px;
	border-top:1px solid #c8c3bb;}

.restaurant a{
	display:block;
	float:right;
	width:111px;
	height:108px;}
	
/*===表單===*/

.article_form{
	float:right;
	overflow:hidden;
	width:665px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	padding-left:20px;
	border-left:1px solid #c8c3bb;}
	
.article_note{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	font-weight:100;
	line-height:22px;}
	
.textfield{
	height:26px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;}
	
.message{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;}
	
.textfield_v{
	width:60px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	background-image:url(../images/bg_textfield.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	border: 1px solid #bbbbbb;}
	
.form_btn{
	height:32px;
	line-height:32px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	padding:0 30px;
	text-align:center;}
	
.form_btn img{}
	
.verification{
	width:60px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	background-image:url(../images/bg_textfield.png);
	background-position:left bottom;
	background-repeat: repeat-x;
	background-color:#FFF;
	border: 1px solid #bbbbbb;}
	
.submit {
	width:120px;
	height:40px;
	margin-right:5px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background-color:#a84200;
	border-style:none;
	
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;}
	
.submit:hover{
	color:#fff;
	background-color:#999999;
	cursor: pointer;}

.reset {
	width:120px;
	height:40px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background-color:#a84200;
	border-style:none;
	
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;}
	
.reset:hover{
	color:#fff;
	background-color:#999999;
	cursor: pointer;}
	
