@charset "utf-8";
/* CSS Document */

body{	
	font:62.5%/1 "微軟正黑體", Microsoft JhengHei, Arial, Helvetica, sans-serif;	
	margin:0;
	padding:0;
	background:#f5f2e9;
}
.acKey {
	float:left;
	color:transparent;
	font-size:0.8rem;
}
.acKey:hover,
.acKey:focus {
	color:#bf2626;
}
@media only screen and (max-width: 990px) {
	.acKey {
		display:none;
	}
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
}
.sr-only-focusable {
    position:fixed;
	top:0;
	left:0;
	color:#000;
	opacity:0;
	z-index:9999;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	color:#FFF;
	font-size:1.2em;
	padding:5px 10px;	
	opacity:1;
	background:rgba(0,0,0,.7);
}
@media only screen and (max-width: 990px) {
	.sr-only {
		display:none;
	}
}
.red-point{
	position:absolute;
	top:-30px;
	left:46%;
	margin-left:0px;
}
.content-WP {
	box-sizing:border-box;
	margin:65px auto;
	padding:8% 53px 30px 53px;
	height: auto;
	width:96%;
	max-width: 1000px;
	background-color:rgba(255,255,255,0.8);
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 6px rgba(100,100,100, 0.6);
	-moz-box-shadow: 0px 1px 6px rgba(100,100,100, 0.6);
	box-shadow: 0px 1px 6px rgba(100,100,100, 0.6);
	background-image:url(../images/imgbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100% auto;
	position:relative
}
.content-WP header {
	border-bottom:2px  solid #000;
}
.content-WP header h2{
	font-size:3.9em;
	text-align:center;
	text-shadow:0px 0px 10px #fff;	
}
.content-WP header h2 span{ display: inline-block;}	
.content-WP	.content{
	margin-top:50px;
	-moz-column-count:1; /* Firefox */
  	-webkit-column-count:1; /* Safari and Chrome */
  	column-count:1;
	-moz-column-gap:50px; /* Firefox */
  	-webkit-column-gap:50px; /* Safari and Chrome */
  	column-gap:50px;
	column-rule: 1px inset   #CCC;
	-moz-column-rule: 1px inset  #CCC;
   	-o-column-rule: 1px inset #CCC;
    -webkit-column-rule: 1px inset #CCC;
	font-size:1.9em;
	line-height:180%;	
}
.content-WP .num{
	width:24px;
	height:24px;	
	line-height:24px;	
	text-align:center;
	border-radius:30px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:center;
	background-color:#000;
	display: inline-block;
	margin-right:5px;
	margin-top:5px;
	float:left;
	margin-left:-35px;
}
.content-WP .list{
	padding-left:35px;
	margin-bottom:15px;
}
.content-WP .list a {	
	text-decoration:none;
	color:#333;
	cursor: text;
}	
.content-WP .list a:focus {
	color:#C00;
}
.content-WP .tit2{
	font-size:1.3em;
	line-height:135%;
}
.content-WP .shadow{
	width:100%;
	height:auto;
	line-height:0;
	padding:0;
	box-shadow:1px 1px 6px #333;
}
.content-WP .list ul{
	padding:0;
	margin-top:-15px;
}		
.content-WP .list .used-img li{
	list-style:none;
	display:inline-block;
	height:auto;
	width:23%;
	margin-right:1%;
	border:5px solid #fff;
	background-color:#fff;
	overflow:hidden;
	padding:0;
	box-sizing:border-box;
	box-shadow:1px 1px 6px #333;
	text-align:center;
	font-size:1.4em;
	line-height:16px;
}
.content-WP .list .used-img li:hover {	
	border:5px solid #C00;
	background-color:#462300;
	box-shadow:none;
	color:#fff;
}
.content-WP .list .used-img li img {
	height: auto;
	width:100%;
}
.content-WP .back-home {
	display:block;
	width:130px;
	padding:5px;
	background-color:#000;
	font-size:1.9em;
	text-align:center;
	padding:10px 0;
	margin:30px auto;
	border-radius:30px;
	text-decoration:none;
	color:#FFF;
}	
.content-WP .back-home:hover,
.content-WP .back-home:focus {
	background-color:#462300;
}
.content-WP .listimg{
	width:30%; height:auto; padding:0;
	margin:0 3% 0 0;
	box-shadow:0px 1px 5px rgba(100,100,100, 0.6);
	float:left;
	padding:0;
	overflow:hidden;
	line-height:0;
}	
.content-WP .listimg img{
	width:100%;
	height:auto;
}	
@media only screen and (max-width: 1000px) {
	.content-WP .list .used-img li{
		width:31%;
		margin-right:1%;
	}
}
@media only screen and (max-width: 768px) {
	.red-point{
		margin-left:-6px;
	}
	.content-WP {
		padding-top:10%;
	}
	.content-WP .list .used-img li{
		width:48%;
		margin-right:1%;
	}
	.content-WP	.content{
		margin-top:30px;
	}
	.content-WP .listimg{
		width:46%; 
		margin:0 1.5% 15px 1.5%;
	}
}
@media only screen and (max-width: 480px) {
	.red-point{
		margin-left:-16px;
	}		
	.content-WP {
		padding: 50px 20px 20px 20px;
		background-size:auto 120px;
	}
	.content-WP header h2{
		font-size:3.1em;
	}	
	.content-WP .list .used-img li{
		width:99%;
		margin-right:0%;
	}	
	.content-WP	.content{
		margin-top:20px;
	}
	.content-WP .listimg{
		width:100%; 
		margin:0 0 15px 0;
	}
}


/** footer **/
#footer {
	float:left;
	width: 100%;
	margin:0 auto 10px;
	padding:20px 0;
	text-align: center;
}
#footer .container{
	width:90%;
	max-width:1000px;
	margin:0 auto;
}
#footer .infoWd {
	width:100%;
	margin:0 auto;
}
#footer .infoWd dl {
	margin:10px 0;
}
#footer .infoWd dt {
	display:inline-block;
	width:350px;
	vertical-align:text-bottom;
	margin-right:10px;
}
#footer .infoWd dt img {
	width:100%;
	height:auto;
	max-width:350px;
}
#footer .infoWd dd {
	display:inline-block;
	font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";
	color:#462300;
	font-size:1.5em;
	font-weight:bold;
	line-height:165%;
	vertical-align:text-bottom;
	margin:0;
	text-align:left;
}
#footer .infoWd .accessibility {
	width:100%;
	margin:10px 0;
}
#footer .infoWd .accessibility .pic {
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
}
#footer .infoWd .accessibility .pic a {
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align:middle;
}
#footer .infoWd .accessibility .wd {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
#footer .infoWd .accessibility .wd p {
	color:#3c3938;
	font-size:1.5em;
	font-weight:bold;
	line-height:155%;
	vertical-align:middle;
	margin:0;
}
#footer .infoWd .accessibility .wd p strong {
	font-family:"微軟雅黑", "Microsoft YaHei", "LiHei Pro Medium";
}
#footer .infoWd .accessibility .wd p span {
	position:relative;
	display:inline-block;
	padding:0 10px;
}
#footer .infoWd .accessibility .wd p span:nth-child(1) {
	padding:0 10px 0 0;
}
#footer .infoWd .accessibility .wd p span:after {
	content:"";
	display:block;
	position:absolute;
	right:0;
	top:50%;
	width:1px;
	height:16px;
	background:#7f7f7f;
	margin-top:-8px;
	z-index:1;
}
#footer .infoWd .accessibility .wd p span:last-child:after {
	display:none;
}
#footer .infoWd .accessibility .wd p a {
	color:#3c3938;
	text-decoration:none;
}
#footer .infoWd .accessibility .wd p a:hover,
#footer .infoWd .accessibility .wd p a:focus {
	color:#462300;
}
@media only screen and (max-width: 767px) {
	#footer .infoWd dt,#footer .infoWd dd,
	#footer .infoWd .accessibility .wd{
		width:100%;
		display:block;
		text-align:center;
	}
}