@charset "utf-8";
/* CSS Document */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans TC";
  src: url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
 
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "DFHeiStd-W9";
  src: url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W9.woff') format("woff"),
         url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W9.ttf') format("truetype"),
         url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W9.eot') format("embedded-opentype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "DFHeiStd-W7";
  src: url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W7.woff') format("woff"),
         url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W7.ttf') format("truetype"),
         url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W7.eot') format("embedded-opentype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "DFHeiStd-W5";
    src: url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W5.woff') format("woff"),
         url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W5.ttf') format("truetype"),
         url('https://169.p.syniva.es/tw/collection/fonts/DFHeiStd-W5.eot') format("embedded-opentype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProBold";
  src: url("/tw/collection/fonts/UniqloProBold-webfont.eot");
  src: url("/tw/collection/fonts/UniqloProBold-webfont.eot?#iefix") format("embedded-opentype"), url("/tw/collection/fonts/UniqloProBold-webfont.woff") format("woff"), url("/tw/collection/fonts/UniqloProBold.otf") format("opentype");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProRegular";
  src: url("//169.p.syniva.es/tw/collection/UQ_fonts/uniqloproregular-webfont.eot");
  src: url("//169.p.syniva.es/tw/collection/UQ_fonts/uniqloproregular-webfont.eot?#iefix") format("embedded-opentype"), url("//169.p.syniva.es/tw/collection/UQ_fonts/uniqloproregular-webfont.woff") format("woff"), url("//169.p.syniva.es/tw/collection/UQ_fonts/uniqloproregular-webfont.ttf") format("truetype"), url("//169.p.syniva.es/tw/collection/UQ_fonts/uniqloproregular-webfont.svg#uniqlo_proregular") format("svg");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProLight";
  src: url("/tw/collection/fonts/UniqloProLight.eot");
  src: url("/tw/collection/fonts/UniqloProLight.eot?#iefix") format("embedded-opentype"), url("/tw/collection/fonts/UniqloProLight.woff") format("woff"), url("/tw/collection/fonts/UniqloProLight.ttf") format("truetype");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "UniqloProLight";
  src: url("/tw/collection/fonts/UniqloProLight.eot");
  src: url("/tw/collection/fonts/UniqloProLight.eot?#iefix") format("embedded-opentype"), url("/tw/collection/fonts/UniqloProLight.woff") format("woff"), url("/tw/collection/fonts/UniqloProLight.ttf") format("truetype");
}







div#content {
  background-color: #fff; 
  font-family:  13px "UniqloProRegular","DFHeiStd-W5","Noto Sans TC", sans-serif;
  line-height: 1.5;
  width: 100%;
  min-width: 960px;
  margin-top: 0;
  color: #1b1b1b;
  color: var(--default-color);
}

a {
    text-decoration:none;
}


.title-01{
	padding: 5px;
	font-size: 26px;
	 font-weight: bold;
  color: #000000;
  text-align:left;
	line-height: 32px;

}
.title-02{
	margin-bottom:20px;
	padding: 5px;
	font-size: 22px;
	 font-weight: bold;
  color: #000000;
  text-align:left;
	background-color:#FFED00;
	line-height: 28px;
}

p {font-size: 18px;
}

ul{
	padding-left: 18px;
	font-size: 18px;
	list-style-position:outside;
list-style-type: square;	
}



