/* CSS Document */
/*font set*/
@font-face {
  font-family: 'cwTeXHei';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.woff) format('woff'),
       url(//fonts.gstatic.com/ea/cwtexhei/v3/cwTeXHei-zhonly.ttf) format('truetype');
}
@font-face {
font-family: 'Dosis Light';
src: local('Dosis Light'), url('../font/Dosis-Light.otf') format('opentype');
font-family: 'Dosis Medium';
src: local('Dosis Medium'), url('../font/Dosis-Medium.otf') format('opentype');
font-weight: normal;
}
/*website set*/
html {position: relative; /*min-height: 100%;*/}
body {
	background-color: #241D1D;
	min-width: 320px;
	height:auto;
	font-size: 16px;
	line-height: 1.5em;
	font-family:'Dosis Medium','Futura Std Light', Verdana ,'cwTeXHei',/*'黑體-繁',*/'微軟正黑體',"Arial Light", Arial;
	font-weight: normal;	
	color: #4B4F54;
}
@media screen and  (min-width: 1600px){body{font-size: 18px;}}
/*ahref+*/
a {color: #125688;text-decoration: none;}
a:hover,a:focus,a:active {color: #4090DB;text-decoration: none;}
a:focus {outline: thin dotted #333;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
/*img { vertical-align: middle; width: 100%; height: auto; }*/
/*logo*/
#logo img{opacity: 0.7; width:5em; height: auto}
/*sky*/
#sky{
	position:fixed;top:0;left:0;right:0;
	padding:0 1.25em;width:100%;height:auto;
	font-size:1em;color:#8A8A8A;
	letter-spacing:0.063em;transition: all 0.2s ease-in-out; z-index:5;}

/*nav*/
#nav{
	font-size: 18px;
	letter-spacing:0.063em;
}
/*footer*/
#footer{
	font-size: 18px;
	position:fixed;bottom:0;left:0;right:0;
}