@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
*{font-family:'Noto Sans TC';}

/*html, body{height:100%; margin:0; padding:0;}*/
html, body{margin:0; padding:0;}

html, body{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e09065+0,fcb186+100 */
background: #fcb186; /* Old browsers */
background: -moz-linear-gradient(top,  #e09065 0%, #fcb186 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e09065 0%,#fcb186 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e09065 0%,#fcb186 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e09065', endColorstr='#fcb186',GradientType=0 ); /* IE6-9 */
background-color:#fcb186;
background-repeat:no-repeat;
}
._wrapper{width:1000px; margin:0 auto;}
header{background-image:url(../img/KV.png); background-repeat:no-repeat; background-position:center center; width:1000px; height:423px;}
nav{text-align:right; margin-top:-2em; padding:0 30px 10px 0;}
nav a{
	background:#fcb186;
	border:#fcb186 1px solid;
	border-bottom:none;
	padding:.6em;
	font-size:16px;
	text-decoration: none;
	border-radius: 10px 10px 0 0;
	color:#FFF;
	opacity:.8;
}
nav a:hover{background:none; border:#FFEED9 1px solid; border-bottom:none; color:#fff; opacity:1; margin-top:10px;}
nav a._active{background:#FFEED9; border:#FFEED9 1px solid; color:#000; font-weight:bolder; opacity:1;}
section{background-color:#FFEED9; border-radius:20px; padding:20px 50px 50px 50px; display:block;}
section h2{border-bottom:#744425 1px dotted; font-size:30px;}
section p{padding:0 .5em;}
section table{border-collapse: collapse; font-size:14px; width:100%;}
section table tr._break{background:#FFD6B9;}
section table th, section table td{padding:.5em;}
section table th{background:#622A03; color:#FCF2E0;}
section table td{border-bottom:#622A03 1px solid; color:#622A03;}
section table td._center{text-align:center;}
section div._btn{text-align:center; padding:2em;}
section div._btn a{background:#602F0F; color:#fff; padding:1em 2em; border-radius:1em; font-size:16px; margin:.2em; text-decoration:none;}
section dt{font-weight:bold; font-size:1.1em;}
section dd{margin:.2em 0 .2em 1em;}
section dd span{border-bottom:#6B400E 1px dotted; padding:.5em; display:inline-block;}
section dd span._span1{width:50px;}
section dd span._span2{width:160px;}
section dd span._span3{width:270px;}
footer{background:url(../img/footer.png) center center no-repeat; height:100px; clear:both;}

section ul{display:block;}
article,aside,details,figcaption,figure,
    footer,header,hgroup,menu,nav,section { 
            display:block;
    }