@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:50px;
	width:980px;
	padding-bottom:50px;
	overflow:hidden;}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 10px;
	/*background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;*/
	overflow:hidden;
	background: #a27a5b;
	opacity: .9;
}

.article_left{
	float:left;
	width:590px;}

.title_page{
	background-image: url(../images/title_contact.png);
	width:100%;
	height:98px;
	background-position: 40% 55%;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	display:block;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:100;
	padding:20px 10px 20px 10px;}
	
.article_page{
	padding:0 30px;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;}
	
.article_page p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#B3B2A9;
	text-indent:13px;}
	
/*===表單設定===*/
.inquery_form{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;}
	
.textfield{
	width: 350px;
	height:29px;
	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;}
	
.textfield_subject{
	width:350px;
	height:29px;
	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;}
	
.messagefield{
	width:430px;
	height:150px;
	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:#fff;
	padding:0 30px;
	margin-top:10px;
	text-align:center;}
	
.form_btn img{}
	
.verification{
	width:60px;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	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:81px;
	height:32px;
	margin-right:5px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background-color: #bea183;
	border-style:none; transition: all 0.4s;}
	
.submit:hover{
	background-color: #B79675;
	cursor: pointer; transition: all 0.4s;}

.reset {
	width:81px;
	height:32px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	background-color: rgb(72, 80, 60);
	border-style:none; transition: all 0.4s;}
	
.reset:hover{
	background-color: #3E4435;
	cursor: pointer; transition: all 0.4s;}
	
/*===右側區塊===*/
.article_right{
	position:relative;
	float:right;
	width:370px;
	/*height:450px;*/}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
/*===淡出淡入照片===*/
	
.photo{
	position:relative;
	float:right;
	width:300px;
	height:451px;
	border:7px solid #9aa7c4}
	
