@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:100px;
	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;}

.article_left{
	float:left;
	width:590px;}

.title_page{
	width:100%;
	height:98px;
	background-image: url(../images/title_about.png);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	display:none;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#d8d7cc;
	font-weight:100;
	padding:20px 10px 20px 10px;
	}
	
.article_page{
	padding:0 30px;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	line-height:22px;}
	
.article_page p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#b3b2a9;
	line-height:24px;
	text-indent:14px;
	letter-spacing:1px;
	margin-bottom:10px;}
	
.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;
	display:none;}
	
.article_right{
	position:relative;
	float:right;
	width:370px;
	/*height:450px;*/}
