@charset "utf-8";
/* CSS Document */
*{ 
	box-sizing: border-box;
	border:0;
	font: 16px Arial, Helvetica, sans-serif, 微軟正黑體;
	margin:0;
	padding:0;
	outline:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}
header, main, section, footer { overflow:hidden; margin:0 auto;}
a{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s; 
	color:inherit;
}

address,caption,cite,code,dfn,em,th,var {font-weight: normal;font-style: normal;}
a,a:hover,img,div,input,background,li{text-decoration: none;outline: none; list-style:none; /* for Firefox */border:none;
hlbr:expression(this.onFocus=this.blur()); /* for IE */}

img { max-width:100%; width:100%; height:auto;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**/


footer { text-align:center; font-size:small; margin:10px; color:#ddd;}
footer .author {text-indent: -99999px;height: 0; display:none;}

@media screen and (max-width:750px) {
	
}