@charset "utf-8";

html {
  overflow-y: scroll;
  height: 100%;
}
body {
  word-break: break-all;
  height: 100%;
}
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 80px 0 60px 0;
}
#footer {
  height: 60px;
  width: 100%;
  background-color: #101010;
}
textarea {
  max-height: 80vh;
}
span.nowrap {
  white-space: nowrap;
}
.pagination {
  margin: 0;
}
/* --- ページトップへ --- */
#pageTop {
    background: #999;
    border-radius: 5px;
    color: #fff;
    padding: 20px 20px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
}
#pageTop:hover {
    background: #555;
}
ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.links li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
ul.links li:before {
  font-family: 'Glyphicons Halflings';
  content: "\e250";
  color: #ccc;
}
