@charset "utf-8";
/* CSS Document */


/*HUO򥻳]w*/

body {  /*魶]w*/
	margin: 0;
	padding: 0;
	color:#000000;
	font-family:"Noto Sans TC", sans-serif;
	font-size:0.7em;
	font-weight:300;
	letter-spacing:0.1em;
	background-color: #0c0c0c;
}

a {
    text-decoration:none;
}

a:link {color:#333333;}    /* ]w|I\Ls˦ */
a:visited {
	color:#333333;
} /* ]wLhg\Ls */
a:hover {color:#FF0000;}   /* ]wƹЫbsmW˦ */
a:active {color:#FF0000;}  /* ]wWILs˦ */

h1, h2, h3, p {/*M~Z*/
	margin:0;
	padding:0;
}

* {/*padding۰ʭp*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


input, button, select, textarea, *:focus {/*ؽuM*/
	outline:none;
}

img{
height:auto;
max-width:100%
}

