#TopHeader {
  position: relative;
}
#TopHeader > i.bars-menu-icon {
  font-size: 42px;
  margin-right: 20px;
  position: absolute;
  top: 20px;
  right: 0;
}
#TopHeader > i.bars-menu-icon:hover {
  cursor: pointer;
  opacity: 0.8;
}

#TitleWrap {
  padding: 12px;
  background-image: url("/IMAGE/bg-yellow-star-content.jpg");
}
#TitleWrap > h2 > i.icon {
  font-size: 40px;
  margin-right: 5px;
}
#TitleWrap > h2 > img.icon {
  width: 70px;
}

#ContentWrap {
  background-image: url("/IMAGE/bg-light-star.jpg");
}
#ContentWrap main {
  padding: 10px;
}

#BarsMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#BarsMenu > div.content-wrap {
  position: relative;
  background-image: url("/IMAGE/bg-yellow-star-content.jpg");
  line-height: 2;
  height: 260px;
}
#BarsMenu > div.content-wrap > nav > i.close-bars-menu-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  color: #ff6a00;
}
#BarsMenu > div.content-wrap > nav > i.close-bars-menu-icon:hover {
  cursor: pointer;
  color: #b14e08;
}
#BarsMenu > div.content-wrap a {
  font-size: 16px;
  font-weight: bold;
}
#BarsMenu a {
  font-size: 23px;
}

@media (min-width: 768px) {
  #TitleWrap {
    padding: 32px;
  }
}