﻿@charset "utf-8";
/* CSS Document */
.contentBox .titleArea {
	background: url(../../Images/ZH-TW/news/news_title_page.png) no-repeat;
}
.contentBox {
	width: 980px;
	margin: 120px auto 50px auto;
	/*padding: 25px 30px;
    box-sizing: border-box;*/
	box-sizing: content-box;
	/*background-color: #3c3c3c;
    border-top: 4px solid #a19069;*/
	overflow: hidden;
	display: table;
	position: relative;
	z-index: 2;
}
.contentBox .head04 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
	color: #d59728;
	padding: 0 30px;
}
.articleBox {
	padding: 0 30px;
	box-sizing: border-box;
}
.contentBox div h7 {
	float: left;
	line-height: 1.8;
	color: #999;
	padding-left: 30px;
	margin-bottom: 10px;
}
.contentBox div p {
	float: left;
	line-height: 1.8;
	margin-left: 3px;
	color: #999;
}
.articleBox div, .articleBox p {
	clear: both;
}
.contentBox .articleArea {
	display: table;
	color: #fff;
	line-height: 2;
	font-size: 14px;
	width: 100%;
	border-top: 1px dotted #757575;
	padding: 20px 0;
	box-sizing: border-box;
}
.articleArea img {
	max-width: 100%;
	height: auto !important;
	margin: 10px 0;
}
.ListBt {
	border-top: 1px solid #757575;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 45px;
}
.ListBt a {
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
	color: #d59728;
	text-decoration: none;
	transition: all 0.4s;
	cursor: pointer;
	border: 1px solid #d59728;
}
.ListBt a:hover {
	background: #4f646d;
	border: 1px solid #4f646d;
	color: #FFF;
	transition: all 0.4s;
}
.contentBox .article_title {
	display: none;
}

@media screen and (max-width: 1060px) {
.Boxclose {
	display: none;
}
.contentBox {
	margin: auto;
	width: 100%;
}
.contentBox .titleArea {
	background: url(../../Images/ZH-TW/news/title.png) no-repeat;
/*margin: auto;*/}
}

@media screen and (max-width: 650px) {
.contentBox {
}
.contentBox .titleArea {
}
.contentBox .articleBox {
	padding: 0 20px;
}
.contentBox .articleArea h1 {
	font-size: 23px;
	text-align: left;
	font-weight: bold;
}
.contentBox .articleArea p {
}
/*---- 縮圖lightbox	-------*/
#imgsize ul.eawa {
	border: none;
}
/*---- 飯店資訊	-------*/				
.contentBox .info {
	background: none;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #000;
	margin-top: 55px;
	height: auto;
	padding-bottom: 10px;
}
.contentBox .info p {
	padding-left: 20px;
	color: #000;
	font-size: 12px;
}
.contentBox .info p.web {
	display: block;
}
.contentBox .info span {
	display: block;
	padding-left: 20px;
}
.contentBox .head04 {
	font-size: 22px;
	padding: 0 20px;
}
.contentBox div h7 {
	padding-left: 20px;
}
}
