@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:30px;
	width:980px;
	padding-bottom:50px;
	/*overflow:hidden;*/}
	
.wrapper{
	width:960px;
	padding:10px 10px 30px 10px;
	background: rgba(243,233,213,0.9);
	background-position:left top;
	background-repeat:repeat;
	/*overflow:hidden;*/}

.article_left{
	float:left;
	width:590px;}

.title_page{
	width: 100%;
    height: 120px;
    background: url(../images/title_about.png) left top no-repeat;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
h2{
	font-size:26px;
	color:#30263d;
	font-weight:100;
	padding:10px 30px;
	display: none;
	}
	
.article_page{
	padding:20px 40px 0 30px;
	border-bottom:1px dotted #7d6b5b;
	line-height:22px;}
	


.article_page p{
	display:block;
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體", "新細明體";
	line-height:31px;
	letter-spacing:1px;
	margin-bottom:10px;
	color:#2d2d2d;
	font-size:14px;}
	
.article_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;}
	
.social{
	width:100%;
	overflow:hidden;}

.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;*/}
