@import url("layout.css");
/*div.location{
	width:700px;
}

div.location ul li{
	float:left;
	margin-right:10px;
	padding-right:10px;
	background:url(../images/li.gif) no-repeat right center;
	_display:inline;
	font-size:12px;
	font-family:'微軟正黑體';
	font-weight:bold;
}

div.location ul li:last-child{
	background:0;
}

div.location ul li a{
	color:#666666;
	text-decoration:none;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
}

div.location ul li a:hover{
	color:#000000;
	text-decoration:underline;
}*/

div.PageInfo{
	clear:both;
	padding-top:15px;
}

div.PageInfo h3{
	border: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Microsoft JhengHei';
    color: #000;
    line-height: 38px;
    padding: 0 0 15px;
    text-align: left;
}

div.newsPage h5{
	width:96%;
	display:block;
	background:#B7A081;
	color:#fff;
	padding:5px 2%;
	margin-bottom:15px;
}

div.viewCt{
	min-height:100px;
}

div.backBtn{
	display: flex;
    margin: 15px 0 50px;
    padding-top: 20px;
    width: 100%;
    justify-content: space-between;
}

div.backBtn a{
	
}

div.backBtn a{
	border: 1px solid;
    border-radius: 50%;
    color: #333;
    display: block;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    width: 80px;
}
div.backBtn a:hover {
	background: #0068ad;
    color: #fff;
}

div.backBtn a.bkBtn:hover{
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}
.s_date {
    font-size: 13px;
    padding: 10px 0;
}
.newsPage img{ width:100%; height:auto}

.video{ position:relative; height:0; padding-bottom:56.25%; //overflow: hidden; //width:33.3%}
.video iframe,.video object,.video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%}

@media screen and (max-width: 480px) {
    div.PageInfo h3{ font-size:19px; line-height: 150%;}
	div.newsPage h5{ font-size:17px; font-weight:normal}
}