﻿@charset "utf-8";
/* CSS Document */
.contentBox .titleArea{
	background:url(../../Images/ZH-TW/news/news_title_page.png) no-repeat;}	
.contentBox {
    width: 980px;
    margin: 100px 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 h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 10px;
	color:#000;
	padding:0 30px;
}	
.articleBox{
	padding:0 30px;
	box-sizing:border-box;}
.contentBox div h7 {
    font-family: 'cwTeXMing', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 12px;
    float: left;
    line-height: 2;
    color: #000;
	padding-left:30px;
}
.contentBox div p {
    font-family: 'cwTeXMing', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
	font-size: 14px;
    float: left;
    line-height: 2;
    margin-left: 5px;
    color: #000;
}
.articleBox div, .articleBox p{
	clear:both;}
.contentBox .articleArea{
	display: table;
	color:#333;
	line-height:1.8;
	font-size:14px;
	width: 100%;
	border-top: 3px solid #666;
	padding-top: 20px;
	box-sizing:border-box;}
.articleArea img{
	max-width: 100%;
    width: auto !important;
    height: auto !important;}
.ListBt {
    border-top: 0px solid #a19069;
    padding-top: 20px;
    margin-top: 20px;
	margin-bottom:30px;
}
.ListBt a {
	font-size:12px;
	font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    color:#000;
    text-decoration: none;
    transition: all 0.4s;
    cursor: pointer;
	border:2px solid #000;
}
.ListBt a:hover {
    background: #000;
    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{
	margin: auto;}
	
}

@media screen and (max-width: 650px) {
.contentBox{
	padding:0;
	background: #fff;
	border-top: none;
	position: relative;}	
.contentBox .titleArea{
	text-indent: inherit;
    width: 100%;
    background: #222 !important;
    color: #fff;
    font-size: 18px;
    font-family: 'cwTeXMing', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;}

.contentBox .articleBox{
	padding:20px;}
.contentBox .articleArea h1{
	font-size:23px;
	text-align:left;
	font-weight: bold;}	
.contentBox .articleArea p{
	color: #333;
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-ideograph;}	

/*---- 縮圖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 h4{
	font-size:22px;}	
}