@charset "UTF-8";
/*手機版*/
/*非手機版*/
/*中間混合*/
/*某值(包含)以上*/
/*某值(不包含)以下*/
/*計算比例值*/
.main-title {
  color: #006284;
  margin-bottom: 5px;
  margin-top: 30px; }
  @media screen and (min-width: 0px) {
    .main-title {
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .main-title {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    .main-title {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .main-title {
      font-size: 18px; } }
  @media screen and (min-width: 1520px) {
    .main-title {
      font-size: 24px; } }

.forum-rule {
  border: 1px solid #1c1c1c;
  border-radius: 8px;
  background: #ffffff;
  white-space: pre;
  padding: 10px;
  margin-top: 20px; }

button.report {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-bottom: 15px; }

.article-frame {
  padding-bottom: 0px; }
  .article-frame .msg {
    margin-bottom: 15px; }
  .article-frame.reply {
    padding-bottom: 15px; }
