@charset "UTF-8";

body, input {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.rootbox {
  box-sizing: border-box;
}

main img {
  max-width: 100%;
  height: auto;
}
main pre.plain_text {
  white-space: pre-wrap;
}
@media screen and (max-width: 750px) {
  main table {
    width: 100% !important;
  }
}

/* Overwrite infoheader style */
.infoheader {
  font-size:10px;
  padding:3px 5px;
}

/* 履歴表示 */
.history_rev {
  text-align:center;
}
.history_modify {
  text-align:center;
  padding:3px 10px;
}
.history_editor {
  text-align:center;
  padding:3px 10px;
}
.history_diff {
  font-size:70%;
  padding-right:10px;
}
.history_diffprevious {
  font-size:70%;
}

/* コメント入力フォーム */
#IDerrormsg { 
  font-size:80%;
  color:red;
}
.comment_formtable {
  font-size: 14px;
}
.comment_textbox { 
  border: 1px solid gray;
}

footer {
  margin-bottom: 80px;
}
