﻿@charset "utf-8";
/* CSS Document */

/*========ARTICLE========*/

.primary_content_wrap{
	margin:0 auto;
	margin-top:50px;
	width:980px;
	padding-bottom:50px;
	overflow:hidden;}
	
.wrapper{
	width:960px;
	padding:10px 0px 60px 10px;
	background-image:url(../images/bg_panel.png);
	background-position:left top;
	background-repeat:repeat;
	overflow:hidden;}

.article_right{
	float:right;
	width:590px;}

.title_page{
	background-image: url(../images/title_facilities.png);
	width:100%;
	height:71px;
	background-position: right top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.title_page h1{
	display:none;
	text-indent:-9999px;}
	
.title_page a{
	float:right;
	display:none;
	width:76px;
	height:76px;
	margin:2px;
	text-indent:-9999px;
	background-image:url(../images/go_back.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-top:15px;}

.title_page a:hover{
	background-position:left bottom;}
	


.article_page ul{
	display:block;
	margin-bottom:20px;}

.article_page li{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#555;
	line-height:22px;
	letter-spacing:1px;
	margin-bottom:5px;}
	
.wrapper .type_nav{
	position:absolute;
	width:590px;
	bottom:60px;
	right:10px;
	overflow:hidden;}
	
.facilities_type{
	overflow: hidden;
padding: 20px 10px 20px 10px;}
	
h2{
	display:block;
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#D8D7CC;
	font-weight:100;}
	
.divider{
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#D8D7CC;
	margin:0 5px;
	font-weight:100;}
	
h3{
	display: block;
float: left;
font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
font-size: 26px;
color: #be2a20;
font-weight: 100;}
	
.article_page{
	padding:0 30px;
	/*border-bottom:1px solid #ccc;*/
	/*padding-bottom:10px;*/}
	
.article_page p , .article_page div{
	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_lightbox{
	position: relative;
	width:590px;
	margin-top:20px;
	border-bottom:0px solid #ccc;}
	
.article_left{
	position:relative;
	float:left;
	width:370px;
	/*height:450px;*/}
	
/*===上一類 下一類===*/
	
.previous_type a{
	display:block;
	float:right;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
	margin-top:15px;
	margin-right:15px;
	padding-left:13px;
	background-image:url(../images/arrow_pre.png);
	background-position:left top;
	background-repeat:no-repeat;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
.previous_type a:hover{
	color:#607e90;
	background-position:0px -18px;}
	
.divider_type{
	float:right;
	margin:0 5px;
	display:none;
	/*background-image: url(../images/divider_page.png);
	background-position:left top;
	background-repeat:no-repeat;*/}
	
.next_type a{
	display:block;
	float:right;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:none;
	margin-top:15px;
	margin-left:15px;
	padding-right:13px;
	background-image:url(../images/arrow_next.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	outline:none;}
	
.next_type a:hover{
	color:#607e90;
	background-position:100% -18px;}
	

/* gallery */

ul {
	list-style: none outside none;
	padding-left: 0;
}
li.gallery {
	display: block;
	float: left;
	width: 128px;
	height: 85px; /*margin-bottom: 6px;
            margin-right: 6px;*/
}
li.gallery a {
	height: 85px;
	width: 128px;
}
li.gallery a img {
	max-width: 128px;
}

/*↓設定輪播Size*/
.theme-default #slider {
	margin: 0 auto 0 auto;
	width: 370px !important; /* Make sure your images are the same size */
	height: 555px !important; /* Make sure your images are the same size */
}
.nivo-caption p {
	padding: 0px;
	margin: 0;
}
/*↓隱藏控制項*/
.theme-default .nivo-controlNav {
	display: none;
	position: absolute;
	left: 50%;
	top: 420px;
	z-index: 999999;
	margin-left: -30px; /* Tweak this to center bullets */
}
/*↓更換左右箭頭圖示*/
.theme-default .nivo-directionNav a {
	display: block;
	width: 26px;
	height: 48px;
	background: url(../themes/default/arrows2.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.theme-default a.nivo-nextNav {
	background: url(../themes/default/arrows3.png) no-repeat;
}
.theme-default a.nivo-prevNav {
	background: url(../themes/default/arrows2.png) no-repeat;
}

