@charset "UTF-8";

/* basic style
----------------------------------------------- */
*, *::before, *::after {
  background-color: #00c !important;
  border-color: #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}
a {
  color: #ffcc00 !important;
}
a:focus, a:hover {
  color: #eeccff !important;
}
ruby, rb, rp, rt {
  background-color: transparent !important;
}

/* layout
----------------------------------------------- */
@media only screen and (max-width: 768px) {
  #container:not(.smartMenuOn) #pageHeader {
    background: none !important;
  }
}

/* content
----------------------------------------------- */
#content .piece,
#content .pieceContainer,
#content .pieceContainer div,
#content .pieceContainer h2,
#content .pieceContainer p {
  background: none !important;
}
#content .pieceBody .more a {
  border: 1px solid #fff;
}