@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:50px;
	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:552px;}

.title_page{
	background-image: url(../images/title_location.png);
	width:100%;
	height: 120px;
    margin-bottom: 16px;
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:block;
	text-indent:-9999px;}
	
.article_page{
	padding:0 30px;
	border-bottom:1px solid #ccc;
	padding-bottom:30px;}
	
.article_page p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;
	line-height:24px;
	text-indent:14px;
	letter-spacing:1px;
	margin-bottom:10px;}
	
.article_right{
	position:relative;
	float:right;
	width:330px;
	padding:0 20px;
	/*height:450px;*/}
	
.hotel_add{
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
	margin-top:10px;
	padding-top:8px;
	padding-left:22px;
	background-image:url(../images/googlemaps_pin.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:none;}
	
.way{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #807D7D;
	line-height:22px;}
.way p , #locationContent div p{ font-size:13px;}	

.way div , #locationContent div div {
	color:#d3cbcb; font-size:19px; font-family:"微軟正黑體", Arial, Helvetica, sans-serif; padding-left:25px;}	
		
.way_title{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2d2d2d !important;
	margin-top:20px;
	margin-bottom:5px;
	padding-bottom:5px;
	background:url(../images/iten.png) no-repeat left center;}
	
.transport{
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#555;
	font-weight:bold;
	margin-top:5px;}

.transport_article{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;
	line-height:24px;
	text-indent:14px;
	letter-spacing:1px;
	margin-bottom:5px;}
	
.googlemap_qrcode{
	overflow:hidden; display:none;}
	
.googlemap_qrcode img{
	display:block;}

.googlemap_qrcode p{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555;
	padding-top:5px;}
	
/*當沒有CLASS命名時，指定同階層的標籤CSS狀態，但IE8不接受，因此需要用CSS將IE8關閉*/
/*#locationContent div.way:first-child div{ background:url(../images/car.png) no-repeat left center;}
#locationContent div.way:nth-of-type(2) div{ background:url(../images/mrt.png) no-repeat left center;}
#locationContent div.way:nth-of-type(3) div{ background:url(../images/hight.png) no-repeat left center;}
#locationContent div.way:nth-of-type(4) div{ background:url(../images/bus.png) no-repeat left center;}
#locationContent div.way:nth-of-type(5) div{ background:url(../images/plane.png) no-repeat left center;}

.ie8 #locationContent div.way div{ padding:0px 25px; margin:0;}
.ie8 #locationContent div.way:first-child div{ background:none;}
.ie8 #locationContent div.way:nth-of-type(2) div{ background:none;}
.ie8 #locationContent div.way:nth-of-type(3) div{ background:none;}
.ie8 #locationContent div.way:nth-of-type(4) div{ background:none;}
.ie8 #locationContent div.way:nth-of-type(5) div{ background:none;}*/
/*END*/

