@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 0px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;
	overflow:hidden;}

.article_left{
	float:left;
	width:590px;}

.title_page{
	background-image: url(../images/title_contact.png);
	width:100%;
	height:98px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display: block;
    text-indent: 0;
    font-size: 15px;
    color: #e7e86a;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    padding: 54px 20px 20px 108px;
    font-weight: bold;
	text-indent:-9999px;}
	
h2{
	display:block;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;
	font-weight:100;
	padding:20px 10px 20px 108px;}
	
.article_page{
	padding:0 0 0 108px;
	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{
	margin-top: 20px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333;}
	
.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:#333;
	padding: 0 30px 0 55px;
	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;}
	
.submit {
	/*width:81px;*/
	height:32px;
	line-height:32px;
	margin-right:5px;
	padding:0 20px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	/*font-weight:bold;*/
	background-color: #9b5a58;
	border-style:none; transition: all 0.4s;}
	
.submit:hover{
	background-color:#6f413f;
	cursor: pointer; transition: all 0.4s;}

.reset {
	/*width:81px;*/
	height:32px;
	line-height:32px;
	padding:0 20px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF;
	/*font-weight:bold;*/
	background-color:#6f413f;
	border-style:none; transition: all 0.4s;}
	
.reset:hover{
	background-color:#9b5a58;
	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}


/* gallery */

ul {
	list-style: none outside none;
	padding-left: 0;
}
li.gallery {
	display: block;
	float: left;
	width: 128px;
	height: 85px; /*margin-bottom: 6px;
            margin-right: 6px;*/
}
li.gallery a {
	height: 85px;
	width: 128px;
}
li.gallery a img {
	max-width: 128px;
}

/*↓設定輪播Size*/
.theme-default #slider {
	margin: 0 auto 0 auto;
	width: 370px !important; /* Make sure your images are the same size */
	height: 555px !important; /* Make sure your images are the same size */
}
.nivo-caption p {
	padding: 0px;
	margin: 0;
}
/*↓隱藏控制項*/
.theme-default .nivo-controlNav {
	display: none;
	position: absolute;
	left: 50%;
	top: 420px;
	z-index: 999999;
	margin-left: -30px; /* Tweak this to center bullets */
}
/*↓更換左右箭頭圖示*/
.theme-default .nivo-directionNav a {
	display: block;
	width: 26px;
	height: 48px;
	background: url(../themes/default/arrows2.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-default a.nivo-nextNav {
	background: url(../themes/default/arrows3.png) no-repeat;
}
.theme-default a.nivo-prevNav {
	background: url(../themes/default/arrows2.png) no-repeat;
}

