@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:30px;
	width:980px;
	padding-bottom:50px;}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 10px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;}

.article_left{
	float:left;
	width:590px;}

.title_page{
	background-image: url(../images/title_contact.png);
	width:100%;
	height:120px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	display:block;
	font-size:15px;
	font-weight:100;
	padding:20px 10px 20px 10px;}
	
.article_page{
	padding:0 30px;
	border-bottom:1px solid #c5bba8;
	padding-bottom:20px;}
	
.article_page p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#B3B2A9;
	text-indent:13px;}
	
/*===表單設定===*/
.inquery_form{
	font-size:15px;}
	
.textfield{
	width: 350px;
	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;}
	
.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-size:13px;
	padding:0 30px;
	margin-top:10px;
	text-align:center;}
	
.form_btn img{}
	
.verification{
	width:60px;
	height:30px;
	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; margin-left: -8px;}
	
/*.submit {
	width:81px;
	height:31px;
	margin-right:2px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	background-color:#e15c3f;
	border-style:none; transition: all 0.4s;
	margin-top:4px;
	margin-left:5px;}
	
.submit:hover{
	background-color:#333;
	cursor: pointer; transition: all 0.4s;}*/
	
.submit {
	width:126px;
	height:31px;
	transition: all 0.4s;
	background:url(../images/submit.png) no-repeat top left; text-indent:-9999px; border:0; margin-left: -10px;}
	
.submit:hover{
	background:url(../images/submit.png) no-repeat bottom left;
	cursor: pointer; transition: all 0.4s;}	

/*.reset {
	width:81px;
	height:31px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	font-weight:bold;
	background-color:#333;
	margin-top:4px;
	border-style:none; transition: all 0.4s;}
	
.reset:hover{
	background-color:#333;
	cursor: pointer; transition: all 0.4s;}*/
	
.reset{
	width:126px;
	height:31px;
	transition: all 0.4s;
	background:url(../images/reset.png) no-repeat top left; text-indent:-9999px; border:0;}
	
.reset:hover{
	background:url(../images/reset.png) no-repeat bottom left;
	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}
	
