@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{
	width:100%;
	height:98px;
	background-image: url(../images/title_about.png);
	background-position: 40% 55%;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	font-family: "細明體", Arial;
	font-size:26px;
	color: #454734;
	font-weight:100;
	padding:20px 30px;
	}
	
.article_page{
	padding:0 30px;
	border-bottom:1px dotted #807D7D;
	padding-bottom:10px;
	line-height:22px;}
	
.article_page p , .article_page div{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.7;
	letter-spacing:1px;
	margin-bottom:10px;
	color:#fff;}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
.social{
	width:100%;
	overflow:hidden;
	margin-top:30px;}

.facebook_icon{
	float:right;}

.googleplus_icon{
	float:right;
	margin-right:5px;}

.tripadvisor_icon{
	float:right;
	margin-right:5px;}
	
.article_right{
	position:relative;
	float:right;
	width:370px;
	/*height:450px;*/}
