@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@font-face {
  font-family: 'Noto Sans TC', sans-serif;
}
.NBd {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: bold;
}
.NL {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 300;
}
.NM {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}
.NR {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}
.H {
  font-family: Helvetica;
}
.HL {
  font-family: Helvetica;
  font-weight: 300;
}
.HB {
  font-family: Helvetica;
  font-weight: bold;
}
.fontFormat {
  font-family: 'Josefin Sans', sans-serif;
}
.black {
  color: #2b3240 !important;
}
.gray {
  color: #6b8198 !important;
}
.orange {
  color: #ef7521 !important;
}
.white {
  color: #eaebef !important;
}
.dgray {
  color: #999 !important;
}
.bk-black {
  background-color: #2b3240;
}
.bk-gray {
  background-color: #6b8198;
}
.bk-orange {
  background-color: #ef7521;
}
.bk-white {
  background-color: #eaebef;
}
.p9input {
  width: 100%;
  border: none;
  padding: 10px;
}
.p9btn {
  width: 90px;
  color: white;
}
.p9btn:hover {
  background-color: #6b8198;
  color: white;
}
.regionSelection {
  border-bottom: 1px solid #aaa;
  color: #999;
}
.regionSelection .selected {
  border-bottom: 2px solid #337ab7;
  color: black;
}
.regionInfo .infoBlock {
  vertical-align: top;
  width: 250px;
  height: 370px;
}
