@charset "utf-8";
a:link {
    color: #6A0001;
    text-decoration: none;
}
a:visited {
	color: #6A0001;
	text-decoration: none;
}
a:hover {
	color: #d35959;
	text-decoration: none;
}
a:active {
	color: #d35959;
	text-decoration: none;
}

#phablet {
	width: 100%;
	font-size: 1rem;
	line-height: 1.4rem;
}
#desktop {
	width: 100%;
	height: auto;
	font-size: 1rem;
	line-height: 1.6rem;
}

@media screen and (min-width: 1200px) {  /*電腦版專用*/
	#phablet {
		display: none;
	}
    body {
        font-family: "微軟正黑體", Arial;
        font-size: 16px;
        line-height: 20px;
		color: #333333;
        margin: 0;
		background-color: #95D4E9;
    }
	.header {
		width: 1120px;
		clear:both;
		margin-left: auto;
		margin-right: auto;
	}
	.content {
		width:100%;
		height: auto;
		min-height: 400px;
		overflow: hidden;
	}
	.footer {
		width: 100%;
		height: 80px;
		background-color: #343434;
		text-align: center;
		overflow:hidden;
	}
	.footer a {
		color: #CCCCCC;
	}
	.footer_con {
		width: 1120px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		vertical-align: middle;
		color: #CCCCCC;
		font-size: 0.8rem;
		line-height: 1.2rem;
		text-align: center;
		display: inline-block;
		position: relative;
	}
	.headercon {
		width: 1120px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.logo {
		width: 100%;
		height: 100px;
	}
	.box {
		min-height: 300px;
		margin: 0 auto;
		padding: 0;
		background-position: center center;
	}
	.boxcon {
		width: 1120px;
		height: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	.box p {
		padding: 20px;
		background: rgba(255, 255, 255, .7);
		filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2FFFFFF,endcolorstr=#B2FFFFFF,gradienttype=0);
		-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF,endColorstr=#B2FFFFFF)";
		zoom: 1;
		letter-spacing: 1px;
	}
	.box p + p {
		margin-top: 20px;
	}
	/*單純的主選單*/
	.mainmenu_txt{
		display:block;
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
		color: #333333;
		padding: 4px 8px 4px 10px; 
		margin: 0 0 0 20px;
	}
	.mainmenu a{
		display:block;
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
		color: #333333;
		padding: 4px 8px 4px 10px; 
		margin: 0 0 0 20px;
	}
	.mainmenu a:visited {
		color: #333333;
	}
	.mainmenu a:hover {
		color: #333333;
		background-color: rgba(255,255,255,0.7);
	}
	.mainmenu_n a{
		display:block;
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
		color: #333333;
		padding: 4px 8px 4px 10px; 
		margin: 0 0 0 20px;
		background-color: rgba(255,255,255,0.7);
	}
	.mainmenu_n a:visited {
		color: #333333;
	}
	.mainmenu_n a:hover {
		color: #333333;
		background-color: rgba(255,255,255,0.7);
	}
	.submenu a{
		display:block;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		color: #333333;
		padding: 4px 8px 4px 15px; 
		margin: 0 0 0 20px;
	}
	.submenu a:visited {
		color: #333333;
	}
	.submenu a:hover {    
		color: #333333;
		background-color: rgba(255,255,255,0.7);
	}
	.submenu_n{    
		display:block;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		color: #333333;
		padding: 4px 8px 4px 15px; 
		margin: 0 0 0 20px;
		background-color: rgba(255,255,255,0.7);
	}
	.submenu_n a:visited {
		color: #333333;
	}
	/*上方主選單定義結束*/	
	/*左右側大區塊*/
	.conleft {
		width:280px;
		min-height: 400px;
		float:left;
	}
	.conright {
		padding:0 30px 0 30px;
		min-height: 400px;
		overflow: hidden;
		background-color: #BEFF33;
	}

	/*管理-表格*/
	.mng_header {
		color: #666666;
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		padding: 4px 5px 4px 5px;
		box-sizing: border-box;
		font-size: 0.9rem;
		font-weight: bold;
	}
	.mng_box {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #CCCCCC;
		box-shadow: 5px 5px 3px #CCCCCC;
		box-sizing: border-box;
	}
	.mng_row {
		padding: 5px 5px 5px 5px;
		border-top:  1px solid #CCCCCC;
		overflow: hidden;
	}
	.mng_input {
		width:200px;
		border:1px solid #CCCCCC;
		font-size:1rem;
		linehight:1rem;
		padding:4px 4px 4px 4px;
	}
	/*管理-資料列表中的按鈕*/
	.mng_btn {
		font-size: 0.9rem;
		line-height: 1rem;
		display: inline-block;
	}
	.mng_btn a:link, a:visited {
		font-size: 0.9rem;
		line-height: 1rem;
		display: inline-block;
		padding: 5px 14px 5px 14px;
		border:1px solid #FF6868;
		border-radius: 13px;
		color: #FF6868;
	}
	.mng_btn a:hover {
		background-color: #FF6868;
		border:1px solid #FF6868;
		color: #FFFFFF;
	}
	/*管理-表單中的按鈕*/
	.form_btn {
		height:32px;
		border:1px solid #CCCCCC;
		background-color:#FFFFFF;
		font-size:1rem;
		linehight:1rem;
		padding:0 14px 0 14px;
		border-radius: 13px;
		cursor:pointer;
	}
	.form_btn:hover {
		background-color: #E3F0F8;
		border:1px solid #E3F0F8;
	}
	
	/*右側主選單定義開始*/
	.rmenu_ul {
		margin: 0;
		padding: 0;
		font-size: 1.1rem;
		line-height: 1.1rem; 
	}
	.rmenu_li {
		list-style: none;
		height: auto;
		margin: 0;
		overflow: hidden;
		text-align: left;
	}
	.rmenu_li a {
		padding: 12px 10px 12px 10px;
		border-bottom: 1px solid #CCCCCC;
		display: block;
		overflow: hidden;
		color:#333333;
	}
	.rmenu_li a:visited {
		color:#333333;
	}
	.rmenu_li a:hover {
		background-color: #333333;
		border-bottom: 1px solid #333333;
		color: #FFFFFF;
	}
	.rmenu_li_n {
		list-style: none;
		height: auto;
		margin: 0;
		border-bottom: 1px solid #333333;
		overflow: hidden;
		text-align: left;
		background-color: #333333;
		color: #FFFFFF;
	}
	.rmenu_li_n a {
		padding: 12px 10px 12px 10px;
		display: block;
		overflow: hidden;
		background-color: #333333;
		color: #FFFFFF;
	}
	.rmenu_li_n a:visited {
		background-color: #333333;
		color: #FFFFFF;
	}
	.rmenu_li_n a:hover {
	}


	.rinfo {
		height: auto;
		font-size: 1rem;
		line-height: 1.2rem; 
		background-color: #DDDDDD;
		margin: 0;
		padding: 0;
	}
	.rinfo a {
		display: block;
		background-color: #DDDDDD;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.rinfo a:hover {
		color: #000000;
		background-color: #CDCDCD;
	}
	.rinfo_topic {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		padding:6px 10px 0 10px;
	}
	.rinfo_txt {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		padding:6px 10px 0 10px;
	}
	/*右側主選單定義結束*/
	

	/*表單*/
	.enroll_topic {
		font-size: 1.4rem;
		line-height: 1.4rem;
		color: #333333;
		margin: 0 0 15px 0;
	}
	.enroll_ulblock {
		font-size: 0.9rem;
		line-height: 1.2rem;
		color: #333333;
		width:550px;
		min-height:200px;
		padding:6px 6px 6px 6px;
		border: 2px dashed #999999;
	}
	.enroll_label {
		margin: 20px 0 0 0;
		font-size: 0.9rem;
		line-height: 1.3rem;
		color: #333333;
	}
	.enroll_cont {
		font-size: 1rem;
		line-height: 1.2rem;
		color: #333333;
	}
	/*表單*/
	/*出現幾秒就消失的小標籤*/
	.flashing {
		font-size: 0.9rem;
		line-height: 1.2rem;
		display: inline-block;
		padding: 4px 10px 4px 4px;
		color: #C50003;
	}
	/*出現幾秒就消失的小標籤*/
	/*搜尋結果條列資料*/
	.list_srh_ul {
		margin: 0 30px 0 0;
		padding: 0;
	}
	.list_srh_li {
		list-style: none;
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
		overflow: hidden;
		border-bottom:2px solid #EEEEEE;
	}
	.list_srh_li a {
		display: block;
		overflow: hidden;
		padding: 10px 10px 10px 10px;
	}
	.list_srh_li a:hover {
		background-color: #EEEEEE;
	}
	.list_srh_img_150 {
		margin: 0 20px 0 0;
		padding: 0;
		position: relative;
		float: left;
		width: 150px;
		height: 70px;
		box-shadow:4px 4px 3px rgba(60%,60%,60%,0.5);
	}
	.list_srh_topic {
		position: relative;
		margin: 0;
		padding: 4px 0 0 0;
		font-size: 1rem;
		line-height: 1.2rem; 
		color: #333333;
	}
	.list_srh_txt {
		margin: 6px 0 0 0;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.1rem;
		color: #999999;
		position: relative;
	}
	/*搜尋結果條列資料*/
	/*條列式資料-1欄*/
	.list_1col_ul {
		margin: 0 30px 0 0;
		padding: 0;
	}
	.list_1col_li {
		list-style: none;
		width: 100%;
		height: auto;
		margin: 0 0 30px 0;
		padding: 0;
		overflow: hidden;
		border-bottom:2px solid #EEEEEE;
	}
	.list_1col_li a {
		display: block;
		overflow: hidden;
	}
	.list_1col_li a:hover {
		background-color: #EEEEEE;
	}
	.list_1col_img_150 {
		margin: 0 20px 0 0;
		padding: 0;
		position: relative;
		float: left;
		width: 150px;
		height: 150px;
		box-shadow:4px 4px 3px rgba(60%,60%,60%,0.5);
	}
	.list_1col_topic {
		margin: 0;
		padding: 4px 0 0 0;
		font-size: 1rem;
		line-height: 1.2rem; 
		color: #333333;
	}
	.list_1col_txt {
		margin: 6px 0 0 0;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.1rem;
		color: #7C7C7C;
	}
	
	/*首頁部落區塊-開始*/
	.list_2col {
		width: 573px;
		overflow: hidden;
		float: left;
	}
	.list_2col a {
		display: block;
		overflow: hidden;
		border-radius:20px;
	}
	.list_2col a:hover {
	}
	.list_2col_img {
		position: relative;
		width: 573px;
		height: 238px;
		background-size: cover;
		border-radius: 20px;
	}
	.list_2col_topic {
		margin: 15px 0 0 0;
		padding: 0 5px 0 50px;
		font-size: 1.4rem;
		line-height: 1.8rem;
		color: #666666;
		font-weight: bold;
	}
	.list_2col_txt {
		margin: 15px 0 0 0;
		padding: 0 5px 20px 50px;
		font-size: 1rem;
		line-height: 1.2rem; 
		color: #333333;
	}	

	.list_4col_video {
		width: 280px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.list_4col_video a {
		display: block;
		overflow: hidden;
	}
	.list_4col_video_txt {
		margin: 4px 0 0 0;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.2rem; 
		color: #333333;
	}	

	.list_4col {
		width: 270px;
		height: auto;
		overflow: hidden;
		float: left;
	}
	.list_4col a {
		display: block;
		overflow: hidden;
		border-radius:20px;
	}
	.list_4col a:hover {
	}
	.list_4col_img {
		position: relative;
		width: 270px;
		height: 270px;
		background-size: cover;
		border-radius: 20px;
	}
	.list_4col_topic {
		margin: 15px 0 0 0;
		padding: 0 5px 0 20px;
		font-size: 1.4rem;
		line-height: 1.8rem; 
		color: #666666;
		font-weight: bold;
	}
	.list_4col_txt {
		margin: 15px 0 0 0;
		padding: 0 5px 20px 20px;
		font-size: 1rem;
		line-height: 1.2rem; 
		color: #333333;
	}	
	/*首頁部落區塊-結束*/
	/*方格資料排列↓*/
	.list_box_ul {
		margin: 0 0 0 0;
		padding: 0;
	}
	.list_box_02_ul {
		margin: 20px 30px 0 20px;
		padding: 0;
		float: right;
		overflow: hidden;
		
	}

	.list_box_li {
		list-style: none;
		width: 251px;
		height: 190px;
		margin: 0 25px 20px 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		float: left;
	}
	.list_box_li a {
		width: 249px;
		height: 190px;
		display: block;
		overflow: hidden;
	}
	
	.list_box_02_li {
		list-style: none;
		width: 385px;
		height: 300px;
		margin: 0 30px 30px 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		float: left;
	}
	.list_box_02_li a {
		width: 385px;
		height: 300px;
		display: block;
		overflow: hidden;
	}
	
	.list_box_li a:hover {
	}
	.list_box_topic {
		margin: 0;
		padding: 6px 8px 6px 8px;
		box-sizing: border-box;
		font-size: 1rem;
		line-height: 1.2rem; 
		color: #CCCCCC;
		position: absolute;
		bottom: 0;
		min-height: 40px;
		width: 100%;
		background-color: rgba(0,0,0,0.50)
	}
	.list_box_txt {
		margin: 6px 0 0 0;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.1rem; 
		color: #000000;
	}
	/*方格資料排列↑*/
	
	/*條列式資料排列detailedly↓*/
	.list_det_ul {
		margin: 0 0 0 0;
		padding: 0;
	}
	.list_det_li {
		list-style: none;
		width: 960px;
		height: auto;
		overflow: hidden;
		position: relative;
		padding: 20px 0 20px 0;
		margin:0 0 10px 0;
		border-radius: 15px;
		background-color:rgba(243,205,149,0.30);
	}
	.list_det_li_odd {
		background-color:rgba(243,205,149,0.5);
	}
	.list_det_li a:hover {
		background-color:rgba(255,255,255,0.5);
	}
	.list_det_sn {
		width: 86px;
		height: auto;
		padding: 0 2px 0 2px;
		float: left;
		vertical-align: top;
	}
	.list_det_date {
		font-size:1.2rem;
		line-height:1.4rem;
		color:#333333;
		width: 142px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
	}
	.list_det_pic {
		width: 120px;
		height: auto;
		padding: 0 2px 0 2px;
		float: left;
		vertical-align: top;
	}
	.list_det_topic {
		text-overflow : ellipsis;
		font-size:1.2rem;
		line-height:1.4rem;
		color:#333333;
		width: 787px;
		height: auto;
		padding: 0 8px 0 15px;
		float: left;
		vertical-align: top;
		letter-spacing: 1px;
	}
	.list_det_top {
		width: 71px;
		height: auto;
		padding: 0 2px 0 2px;
		float: left;
		vertical-align: top;
	}
	.list_det_action {
		width: 73px;
		height: auto;
		padding: 0 2px 0 2px;
		float: left;
		vertical-align: top;
	}

	.list_dl_sn {
		width: 22px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
	}
	.list_dl_topic {
		width: 500px;
		height: auto;
		padding: 0 4px 0 4px;
		float: left;
		vertical-align: top;
	}
	/*條列式資料排列↑*/
	/*資料列表,每欄要在行內css自行定義寬度*/
	.list_data_ul {
		margin: 0 0 0 0;
		padding: 0;
	}
	.list_data_li {
		list-style: none;
		width: 830px;
		height: auto;
		margin: 0;
		overflow: hidden;
		border-bottom:1px solid #EEEEEE;
		position: relative;
		padding: 4px 0 4px 0;
	}
	.list_data_col {
		height: auto;
		padding: 0 4px 0 4px;
		min-height: 30px;
		font-size: 0.9rem;
		float: left;
		vertical-align: top;
	}
	/*資料列表,每欄要在行內css自行定義寬度*/
	.list_trip_mb_ul {
		margin: 0 0 0 0;
		padding: 0;
	}
	.list_trip_mb_li {
		list-style: none;
		width: 830px;
		font-size:0.9rem;
		line-height:1.1rem;			
		height: auto;
		margin: 0;
		overflow: hidden;
		border-bottom:1px solid #EEEEEE;
		position: relative;
		padding: 4px 0 4px 0;
	}
	.list_trip_mb_sn {
		width: 56px;
		height: auto;
		padding: 4px 2px 0 2px;
		float: left;
	}
	.list_trip_mb_name {
		width: 162px;
		height: auto;
		padding: 4px 4px 0 4px;
		float: left;
		vertical-align: middle;
	}
	.list_trip_mb_email {
		width: 252px;
		height: auto;
		padding: 4px 4px 0 4px;
		float: left;
	}
	.list_trip_mb_cellphone {
		width: 162px;
		height: auto;
		padding: 4px 4px 0 4px;
		float: left;
	}
	.list_trip_mb_action {
		width: 162px;
		height: auto;
		padding: 0 2px 0 2px;
		float: left;
		text-align: right;
		vertical-align: top;
	}

	/*條列式資料排列↓*/
	.list_article_row {
		font-size: 1.4rem;
		line-height: 2rem;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		border-bottom:2px solid #EEEEEE;
		padding: 15px 20px 10px 20px;
	}
	.list_article_row a {
		color: #333333;
		display: inline-block;
		overflow: hidden;
	}
	.list_article_row:hover {
		background-color: #EEEEEE;
		color: #000000;
	}
	
	.list_row {
		cursor: pointer;
		display: block;
		overflow: hidden;
		padding: 12px 20px 15px 20px;
		border-radius: 10px;
	}
	.list_row a {
		display: block;
		overflow: hidden;
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.list_row:hover {
		background-color: #E3F0F8;
		color: #000000;
	}
	.list_row_odd {
		background-color: #EEF5FA;
	}
	.list_topic {

	}
	.list_date {
		font-size: 0.8rem;
		line-height: 1.2rem;
		font-weight: bold;
		margin: 0 0 10px 0;
		
	}
	.list_img {
		margin: 0 20px 0 0;
		padding: 0;
		position: relative;
		float: left;
		width: 150px;
		overflow:hidden;
		box-shadow:4px 4px 3px rgba(60%,60%,60%,0.5);
	}
	/*條列式資料排列↑*/

	/*各種文字格式*/
	.mng_topic {
		font-size: 1.6rem;
		line-height: 2rem;
		color: #333333;
		letter-spacing: 1px;
	}
	.info_topic {
		font-size: 1.8rem;
		line-height: 2.2rem;
		color: #333333;
		text-align: center;
		padding:0 0 10px 8px;
		margin: 30px 0 30px 0;
		letter-spacing: 1px;
	}
	.info_topic a:visited {
		color: #333333;
	}
	.info_txt {
		padding: 0 200px 0 200px;
		font-size: 1.2rem;
		line-height: 2rem;
		color: #666666;
	}
	.info_map {
		font-size: 1.2rem;
		line-height: 2rem;
		color: #666666;
	}
	.info_label {
	padding: 0 200px 0 200px;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #D0A547;
	text-align: center;
	margin: 8px 0 0 0;
	}

	.about_txt {
		padding: 0 0 0 0;
	}
	.article_topic {
		font-size: 1.6rem;
		line-height: 2rem;
		height: auto;
		overflow:hidden;
		margin: 0 0 0 0;
	}
	/*Banner下方的路徑列↓*/
	.path {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		color: #000000;
		font-weight: normal;
		display: inline-block;
	}
	.path_n {
		font-size: 0.9rem;
		line-height: 1.1rem; 
		color: #ababab;
		display: inline;
		font-weight: normal;
	}
	.path_n a {
		color: #ababab;
	}
	/*Banner下方的路徑列↑*/
	/*按鈕-回上頁↓*/
	.btn_back{
		font-size: 1rem;
		line-height: 1.2rem;
		float: right;
		display: inline-block;
	}
	.btn_back a{
		display: inline-block;
		padding: 8px 15px 8px 15px;
		margin: 0 0 0 20px;
		border: 1px solid #1F5B81;
		border-radius: 15px;
		color: #1F5B81;
		letter-spacing: 0;
	}
	.btn_back a:hover{
		background-color: #E3F0F8;
		border-color: #E3F0F8;
		color: #1F5B81;
	}
	/*按鈕-回上頁↑*/
	.vote_info{
		font-size: 2rem;
		line-height: 2rem;
		display: inline-block;
		color: #1F5B81;
		vertical-align: middle;
	}

	.btn_vote{
		font-size: 1.5rem;
		line-height: 2rem;
		display: inline-block;
		vertical-align: middle;
	}
	.btn_vote a{
		display: inline-block;
		padding: 8px 20px 8px 20px;
		margin: 0;
		border: 1px solid #1F5B81;
		border-radius: 22px;
		color: #1F5B81;
		letter-spacing: 4px;
	}
	.btn_vote a:hover{
		background-color: #E3F0F8;
		border-color: #E3F0F8;
		color: #1F5B81;
	}

	.chkbox{
		width:16px;
		height: 16px;
		border:1px solid #999999;
		vertical-align:text-top;
	}

	/*頁碼↓*/
	.tabs{
		text-decoration: none;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.4rem;
		overflow: hidden;
		text-align:center;
	}
	.tab{
		text-align: center;
		display: inline-block;
	}
	.tab a{
		background-color: #ffffff;
		border: 1px solid #CCCCCC;
		border-radius: 10px;
		text-decoration: none; 
		color: #CCCCCC;
		margin: 0 2px 0 2px;
		padding: 5px 5px 5px 5px;
		text-align: center;
		min-width: 22px;
		display: inline-block;
	}
	.tab a:hover{
		background-color: #9F9F9F;
		border: 1px solid #9F9F9F;
		color: #FFFFFF;
	}
	.tab_n{
		text-decoration: none;
		background-color: #9F9F9F;
		border: 1px solid #9F9F9F;
		border-radius: 10px;
		color: #FFFFFF;
		margin: 0 2px 0 2px;
		padding: 5px 5px 5px 5px;
		cursor: default;
		text-align: center;
		min-width: 22px;
		display: inline-block;
	}
	/*頁碼↑*/
	
	.search_box {
		font-size: 1rem;
		line-height: 1.8rem;
		color: #333333;
		overflow: hidden;
		padding: 10px 10px 10px 10px;
	}
	.search_box:hover {
		background-color:#F7F7F7;
	}
	.search_sn {
		width: 60px;
		height: 90px;
		float: left;
	}
	.search_img {
		width: 160px;
		height: 90px;
		float: left;
		text-align:center;
		margin: 0 15px 0 0;
		box-shadow:1px 3px 5px 1px #cccccc;
	}
	.search_title {
		float: left;
		width: 200px;
		height: 90px;
		margin: 0 10px 0 0;
	}
	.search_text {
		height: 90px;
		margin: 0 0 0 445px;
	}
}
@media screen and (max-width: 1200px) {  /*行動版專用*/
	#desktop {
		display: none;
	}
    body,html {
        padding: 0;
        margin: 0;
		background-color:#000000;
    }
    html
    {
        font-size: 16px;
        height: 100%;
    }
    body {
        font-family: Arial, "微軟正黑體", "黑體";
        font-size: 1rem;
        line-height: 1rem; 
        color: #333333;
        min-height: 100%;
        position: relative;
        -webkit-text-size-adjust: none;
      background-color: #95D4E9;
    }
    body *
    {
        text-shadow: none;
    }
    h1, h2, h3, h4, h5, h6
    {
        line-height: 1;
        font-weight: bold;
        margin: 20px 0 10px 0;
    }
    h1, h2, h3
    {
        font-size: 18px;
    }
    h4, h5, h6
    {
        font-size: 16px;
    }
    p
    {
        margin: 0 0 10px 0;
    }
    a, a:link, a:active, a:visited, a:hover
    {
        color: #6A0001;
        text-decoration: none;
    }
    a.button,
    span.button,
    select,
    input[type="text"]
    {
        box-sizing: border-box;
        border-radius: 5px;
        text-transform: none;
        text-indent: 0;
        font-weight: bold;
        vertical-align: middle;
        line-height: 20px;
        display: block;
        height: 40px;
        width: 100%;
        padding: 10px;
    }
    a.button,
    span.button
    {
        background: #4BD963;
        color: #fff !important;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
    }
    select,
    input[type="text"]
    {
        background: #fff;
        border: 1px solid #ccc;
    }
    .mm-divider.button
    {
        text-indent: 0 !important;
        padding: 20px 20px 40px 20px !important;
    }

    pre
    {
        font-size: 12px;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    nav:not(.mm-menu)
    {
        display: none;
    }

    .header,
    .footer
    {
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 60px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        width: 100%;
    }
    .header,
    .content,
    .footer
    {
    }
    .header.mm-slideout
    {
        position: fixed;
        top: 0;
        left: 0;
    }
    .header {
        height: 74px;
        background-image: url(images/m_2025_logo.png);
		background-size: auto 60px;
		background-position: center center;
		background-repeat: no-repeat;
		background-color:#95D4E9;
        padding: 0 60px;
    }
    .header_menu a
    {
        background: center center no-repeat transparent;
        background-image: url(images/menu.png);
        display: block;
        width: 74px;
        height: 74px;
        position: absolute;
        top: 0;
        left: 0px;
    }
    .header_btn a
    {
        background: center center no-repeat transparent;
        background-image: url(images/back.png);
        display: block;
        width: 60px;
        height: 60px;
        top: 0;
        float: right;
        margin: 0 -60px 0 0;
    }
    .header a.contacts
    {
    }
    .header a.right
    {
        left: auto;
        right: 20px;
    }
    .content
    {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
        padding: 0;
        position: relative;
		    min-height: 400px;
        background-color: #BEFF33;
      
    }
    .footer {
        height: auto;
        font-size: 12px;
        line-height: 16px;
        color: #414141;
        padding: 15px 10px 15px 10px;
		text-align: center;
		background-color:#95D4E9;
    }
    .header.mm-fixed + .content
    {
        background-position: 25px 55px;
    }

    .messages
    {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    .messages div
    {
        color: rgba( 0, 0, 0, 0.5 );
        line-height: 18px;
        padding: 10px 20px;
    }
    .messages .error
    {
        background: rgb( 255, 225, 225 );
        border-bottom: 1px solid rgb( 255, 150, 150 );
    }
    .messages .warn
    {
        background: rgb( 255, 255, 200 );
        border-bottom: 1px solid rgb( 200, 200, 150 );
    }

    html.mm-opened.mm-effect-zoom-menu body
    {
        background: #f3f3f3;
    }
    html.mm-opened.mm-effect-zoom-menu.mm-theme-dark body
    {
         background: #333;
    }
    html.mm-opened.mm-effect-zoom-menu.mm-theme-black body
    {
        background: #000;
    }
    html.mm-opened.mm-effect-zoom-menu.mm-theme-white body
    {
        background: #fff;
    }
    html.mm-opened.mm-effect-zoom-menu .mm-page
    {
        background-color: #fff;
    }

    .mm-menu:not(.mm-menu_offcanvas)+#page {
        display: none;
    }

    .mm-listitem .fa {
        margin: 0 20px 0 5px;
        font-size: 16px;
        width: 12px;
        text-align: center;
    }

    .mm-menu_tileview .mm-listitem .fa {
        margin: 0;
        line-height: 0;
    }

    .mm-menu_tileview .mm-listitem .fa+span {
        display: none;
    }
	.pagetopic {
		box-sizing: border-box;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		color: #333333;
		text-shadow: 0 0 4px #999999;
		margin-top: 8px;
		margin-bottom: 20px;
	}

	.art_topic {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.4rem; 
        color: #333333;
        margin: 0;
        padding: 8px 4px 8px 4px;
		background-color: rgba(255,255,255,0.8);
		box-sizing: border-box;
    }
    .art_txt, .art_txt a {
        font-size: 1rem;
        line-height: 1.6rem; 
        color: #333333;
		padding: 0 4px 0 4px;
		box-sizing: border-box;
		word-break: break-all;
    }
    .art_label {
        width: 100%;
        font-size: 1.2rem;
        line-height: 1.4rem; 
        color: #333333;
        margin: 0;
        padding: 8px 4px 8px 4px;
		text-align: center;
		background-color: rgba(255,255,255,0.8);
		box-sizing: border-box;
    }
    .art_imgtxt {
        width: 100%;
        font-size: 1rem;
        line-height: 1.6rem; 
        color: #000000;
    }
    .art_img {
        width: 100%;
        font-size: 1rem;
        line-height: 1.6rem; 
        color: #000000;
    }
    .forum_name {
        font-size: 0.9rem;
        line-height: 1.1rem;
        width: 100%;
        color:#7B5400;
    }
    .forum_dscp {
        padding: 0 0 15px 0;
        margin-left: 1em;
    }
    .top_btn a {
        text-shadow:3px 3px 3px #cccccc;
        width: auto;
        float: left;
        padding: 6px 8px 6px 8px;
        margin: 0 0 0 15px;
        font-size: 1rem;
        line-height: 1rem;
        border: 1px solid #906900;
        background-color: #FFFBF3;
        border-radius: 10px;
    }
    .top_btn a:hover {
        background-color: #FFF1C8;
    }
    .top_btn_n a {
        text-shadow:3px 3px 3px #BBBBBB;
        width: auto;
        float: left;
        padding: 6px 8px 6px 8px;
        margin: 0 0 0 15px;
        font-size: 1rem;
        line-height: 1rem;
        border: 1px solid #906900;
        background-color: #FFF1C8;
        border-radius: 10px;
    }

    .link_btn a {
        text-shadow:3px 3px 3px #cccccc;
        width: auto;
        float: left;
        padding: 5px 10px 5px 10px; 
        margin: 0 20px 0 0;
        font-size: 1rem;
        line-height: 1rem; 
        border: 1px solid #906900;
        background-color: #FFFBF3;
    }
    .link_btn a:hover {
        background-color: #FFF1C8;
    }
    .link_btn_n a {
        text-shadow:3px 3px 3px #BBBBBB;
        width: auto;
        float: left;
        padding: 5px 10px 5px 10px; 
        margin: 0 20px 0 0;
        font-size: 1rem;
        line-height: 1rem; 
        border: 1px solid #906900;
        background-color: #FFF1C8;
    }


	.list_ul {
        margin: 0;
        padding: 0;
    }
    .list_li {
	list-style: none;
	height: auto;
	font-size: 1rem;
	line-height: 1.2rem;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	box-sizing: border-box;
    }
    .list_li a {
		background-color: rgba(255,255,255,0.20);
		border-radius: 10px;
        padding: 10px 10px 10px 10px;
		margin-bottom: 10px;
        display: block;
        overflow: hidden;
        color: #FFFFFF;
    }
	
	.list_li a:hover {
		background-color: rgba(255,255,255,0.50);
		color: #ffffff;
	}
	.list_li_odd a {
		background-color: #F4FDFF;
	}
    .list_li_n {
		background-color: rgba(162,222,231,0.8);
    }
	
    .list_li_150 {
        list-style: none;
        width: 100%;
        height: 150px;
        font-size: 1.2rem;
        line-height: 1.6rem; 
        margin: 0;
        padding: 12px 0 12px 0;
        border-bottom: 1px solid #DDD;
    }
    .list_li_150 a {
        display: block;
        height: 150px;
    }
    .list_img_100 {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        float: left;
        width: 100px;
        height: auto;
    }
    .list_img_150 {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        float: left;
        width: 150px;
        height: 150px;
    }
    .list_img_200 {
        margin: 0 10px 0 0;
        padding: 0;
        position: relative;
        float: left;
        width: 200px;
        height: auto;
    }
    .list_img {
        margin: 0;
        padding: 0;
        position: relative;
        float: left;
        width: 100%;
        height: auto;
    }
    .list_date {
        margin: 0;
        padding: 0;
        font-size: 0.9rem;
        line-height: 1.2rem; 
        position: relative;
        color: #333333;
    }
    .list_topic {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 1.3rem; 
        color: #333333;
    }
    .list_txt {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 0.9rem;
        line-height: 1.1rem; 
        color: #eeeeee;
    }

	.enroll_type {
		width: 220px;
		line-height: 120px;
		height: 120px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		text-align: center;
		border:1px solid #6DB3D4;
		background-color: #FFFFFF;
	}
	.enroll_type:hover {
		cursor: pointer;
	}
	.enroll_ulblock {
		font-size: 1rem;
		line-height: 1.2rem;
		color: #333333;
		min-height:200px;
		padding:6px 6px 6px 6px;
		border: 2px dashed #999999;
		width:98%;
		margin-left:auto;
		margin-right:auto;
		box-sizing: border-box;
	}
	/*按鈕-會員↓*/
	.btn_mb{
		font-size: 1rem;
		line-height: 1rem;
		border: 1px solid #6DB3D4;
		background-color: #6DB3D4;
		color: #FFFFFF;
		margin: 0;
		padding:10px 15px 15px 15px;
		display:inline-block;
		border-radius: 15px;
	}
	.btn_mb_n{
		font-size: 1rem;
		line-height: 1rem;
		border: 1px solid #2A7090;
		background-color: #2A7090;
		color: #FFFFFF;
		margin: 0;
		padding:10px 15px 15px 15px;
		display:inline-block;
		border-radius: 15px;
	}
	.btn_mb:hover, .btn_mb_n:hover{
		cursor: pointer;
		border: 1px solid #2A7090;
		background-color: #2A7090;
	}
	/*按鈕-會員↑*/
	.tabs{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding: 0;
        font-size: 1.2rem;
        line-height: 1.2rem; 
        overflow: hidden;
		display:inline-block;
		margin-left:auto;
		margin-right:auto;
    }
    .tab{
        float: left;
    }
    .tab a{
        background-color: #ffffff;
        border: 1px solid #333333;
        text-decoration: none; 
        color: #333333;
        margin:0 2px 0 2px;
        padding:8px 4px 8px 4px;
        min-width: 24px;
        text-align: center;
        float: left;
    }
    .tab a:hover{
        background-color: #D8D8D8;
        border: 1px solid #333333;
        color: #333333;
        float: left;
    }
    .tab_n{
        text-decoration: none;
        background-color: #D8D8D8;
        border: 1px solid #333333;
        color: #333333;
        margin:0 2px 0 2px;
        padding:8px 4px 8px 4px;
        text-align: center;
        min-width: 24px;
        float: left;
        cursor: default;
    }
}
