@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體";
	background:#ffa5ba;
}
/*img {max-width: 100%;}
*/a,a:hover {color: #FF0000;}

.main {
	background-color:#f82b5b;
	background-repeat:repeat-y;
	width: 950px;
	margin: 0 auto;
	padding-bottom:1px;
}
.header{
	background: url(images/bg01.jpg) top left no-repeat;
	width:950px;
	height:340px;
}
.header a{
	display: inline-block;
	width:100%;
	height:100%;
	text-indent: -9999px;
	overflow:hidden;
}
.container{
	background-color:#ffffff;
	width:95%;
	margin: 0px auto;
	border-radius:20px;
	overflow: hidden;
	padding:10px;
	margin-bottom: 20px;
}
.tp1 {
	font-size:25px;
	color:#394b56;
	text-align: left
	width: 100%;
	height:40px;
	line-height:40px;
	font-weight: bold;
	padding:0 20px 0 25px;
	margin:10px 0 0 0;
}
.text {
	font-size:20px;
	text-align: left;
	width: 100%;
	margin:0 auto;
	padding:0 20px 0 80px;
}
/**/
ul.dis01{
	width: 100%;
	font-size:1.5em;
	padding:0px 20px 20px 80px;
	color:#000000;
	list-style:decimal;
	}	
ul.dis01 a, ul.dis01 a:hover{
	color:#b81740;
	text-decoration:underline;
}	
ul.dis01 li{
	font-size:0.8em;
	padding:15px 0 0 0;
}
ul.dis01 span{ 
	display:inline-block;
	width: 100%;
	font-size:0.6em;
	margin:5px 0 0 0;
}
/**table**/
.tb01 {
	font-family: "微軟正黑體";
	font-size: 18px;
	background-color:#313131;
	font-weight: bold;
	color: #222;
	margin: 0 auto;
}
.t1 {
	font-family: "微軟正黑體";	
	color: #ffffff;
	font-size:19px;
	text-align:center;
	font-weight: bold;
	background:#fa2e4f;
	padding:10px 0;
	}
.t2 {
	font-family: "微軟正黑體";	
	color: #000000;
	font-size:19px;
	text-align:center;
	font-weight: bold;
	background:#ffffff;
	padding:10px 0;
	}
.color00{color:#fa2e4f; }	