@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/* line 4, ../scss/base.scss */
* {
  font-family: "Open Sans", sans-serif;
}

/* line 8, ../scss/base.scss */
body, html {
  margin: 0;
  padding: 0;
}

/* line 13, ../scss/base.scss */
body {
  margin-bottom: 100px;
  min-width: 920px;
  background-color: #EEE;
}

/* line 20, ../scss/base.scss */
h1 {
  display: block;
  margin: 0 auto;
  margin-top: 70px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #BBB;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 33, ../scss/base.scss */
h2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #BBB;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 45, ../scss/base.scss */
h3 {
  display: block;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #555;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 57, ../scss/base.scss */
.file_detail {
  display: block;
  width: 900px;
  margin: 20px auto;
}

/* line 63, ../scss/base.scss */
.subjects_table {
  display: block;
  width: 900px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 72, ../scss/base.scss */
.subject_div {
  display: block;
  width: 300px;
  height: 170px;
  margin: 0;
  padding-top: 45px;
  float: left;
  position: relative;
  cursor: pointer;
  background-color: #E6E6E6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 87, ../scss/base.scss */
.subject_div:hover {
  background-color: #DDD;
  padding-top: 25px;
}
/* line 92, ../scss/base.scss */
.subject_div.dark {
  background-color: #D6D6D6;
}
/* line 94, ../scss/base.scss */
.subject_div.dark:hover {
  background-color: #CCC;
}
/* line 97, ../scss/base.scss */
.subject_div.dark .subject_h1 {
  color: #AAA;
}
/* line 100, ../scss/base.scss */
.subject_div.dark .subject_h2 {
  color: #AAA;
}
/* line 103, ../scss/base.scss */
.subject_div.dark .subject_hidden {
  background-color: #CCC;
}
/* line 106, ../scss/base.scss */
.subject_div.dark .subject_hid {
  color: #CCC;
}
/* line 108, ../scss/base.scss */
.subject_div.dark .subject_hid:hover {
  background-color: #999;
}
/* line 112, ../scss/base.scss */
.subject_div.dark:hover .subject_hidden {
  background-color: #AAA;
}

/* line 118, ../scss/base.scss */
.subject_h1 {
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  color: #555;
}

/* line 125, ../scss/base.scss */
.subject_h2 {
  margin: 0 auto;
  font-size: 18px;
  font-weight: 400;
  color: #888;
}

/* line 132, ../scss/base.scss */
.upload_form {
  margin: 0 auto;
  display: block;
  width: 600px;
  margin-top: 20px;
}

/* line 139, ../scss/base.scss */
.input {
  display: inline-block;
  width: 594px;
  margin: 3px 3px;
  padding: 10px;
  font-size: 16px;
  background-color: #FFF;
  border: 1px solid #FFF;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 155, ../scss/base.scss */
.input:focus {
  border: 1px solid #CCC;
}
/* line 159, ../scss/base.scss */
.input.split_left {
  display: inline-block;
  width: 294px;
  float: left;
}
/* line 165, ../scss/base.scss */
.input.split_right {
  display: inline-block;
  width: 294px;
}
/* line 170, ../scss/base.scss */
.input.select {
  cursor: pointer;
}
/* line 174, ../scss/base.scss */
.input.textarea {
  resize: vertical;
  min-height: 44px;
  height: 132px;
  max-height: 300px;
}

/* line 182, ../scss/base.scss */
.subject_hidden {
  display: block;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 5px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  background-color: #DDD;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* line 196, ../scss/base.scss */
.subject_hid {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100px;
  color: #DDD;
  font-size: 20px;
  font-weight: 400;
  line-height: 65px;
  text-align: center;
  cursor: pointer;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 212, ../scss/base.scss */
.subject_hid:hover {
  background-color: #444;
}

/* line 217, ../scss/base.scss */
.subject_div:hover .subject_hidden {
  height: 65px;
  background-color: #555;
}

/* line 222, ../scss/base.scss */
.files_table {
  display: block;
  width: 900px;
  margin: 0 auto;
}

/* line 228, ../scss/base.scss */
.file_div {
  display: block;
  position: relative;
  width: 900px;
  height: 75px;
  margin: 4px 0;
  float: left;
  position: relative;
  cursor: pointer;
  background-color: #E6E6E6;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 241, ../scss/base.scss */
.file_div:hover {
  background-color: #DDD;
}

/* line 246, ../scss/base.scss */
.file_h1 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 420px;
  height: 75px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #555;
  line-height: 75px;
  overflow: hidden;
}

/* line 266, ../scss/base.scss */
.file_author {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 420px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 50px;
  overflow: hidden;
}

/* line 285, ../scss/base.scss */
.file_date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 420px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 50px;
  overflow: hidden;
}

/* line 304, ../scss/base.scss */
h1.big {
  font-size: 48px;
  font-weight: 700;
}

/* line 309, ../scss/base.scss */
h2.big {
  font-weight: 400;
}

/* line 313, ../scss/base.scss */
.subgray {
  color: #AAA;
  font-size: 16px;
}

/* line 318, ../scss/base.scss */
.back_button {
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  color: #DDD;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #777;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 336, ../scss/base.scss */
.back_button:hover {
  background-color: #666;
}

/* line 341, ../scss/base.scss */
.back_button_wrap {
  display: block;
  position: relative;
  width: 900px;
  height: 50px;
  margin: 0 auto;
  margin-top: 30px;
}

/* line 350, ../scss/base.scss */
h1.title {
  font-size: 42px;
  color: #555;
}

/* line 355, ../scss/base.scss */
h2.title {
  font-size: 36px;
  color: #555;
}

/* line 360, ../scss/base.scss */
.description {
  margin: 20px 0;
  text-align: justify;
  color: #777;
}

/* line 367, ../scss/base.scss */
.filepage_table {
  display: block;
  width: 900px;
  margin: 0 auto;
  background-color: #E6E6E6;
}

/* line 375, ../scss/base.scss */
.cb {
  clear: both;
}

/* line 379, ../scss/base.scss */
.filepage_div {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  text-align: center;
  color: #EEE;
  font-weight: 800;
  line-height: 150px;
  font-size: 48px;
  cursor: pointer;
  background-color: #CCC;
  border-bottom: 10px solid #BBB;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 400, ../scss/base.scss */
.filepage_div:hover {
  background-color: #BBB;
}

/* line 405, ../scss/base.scss */
.upload_button {
  display: block;
  width: 200px;
  position: absolute;
  margin-top: 10px;
  right: 0;
  top: 0;
  height: 40px;
  color: #DDD;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #777;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 424, ../scss/base.scss */
.upload_button:hover {
  background-color: #666;
}

/* line 429, ../scss/base.scss */
.upload_button_wrap {
  display: block;
  position: relative;
  width: 900px;
  height: 50px;
  margin: 0 auto;
}

/* line 437, ../scss/base.scss */
.submit {
  display: inline-block;
  width: 594px;
  margin: 0 3px;
  padding: 10px;
  font-size: 16px;
  background-color: #BBB;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 455, ../scss/base.scss */
.submit:hover {
  background-color: #AAA;
}

/* line 460, ../scss/base.scss */
.dropzone {
  display: block;
  width: 600px;
  min-height: 300px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 470, ../scss/base.scss */
.dz-message {
  padding: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #999;
}

/* line 477, ../scss/base.scss */
.submit.uploader {
  width: 600px;
  margin: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 486, ../scss/base.scss */
.overall_subject_link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  height: 165px;
  cursor: pointer;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* line 498, ../scss/base.scss */
.subject_div:hover .overall_subject_link {
  height: 105px;
}

/* line 502, ../scss/base.scss */
.filepage_thumbnail {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  overflow: hidden;
  opacity: 0.3;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 516, ../scss/base.scss */
.comment_section {
  display: block;
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  background-color: #E6E6E6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 530, ../scss/base.scss */
.comment_div {
  margin-top: 5px;
  padding: 10px;
}

/* line 535, ../scss/base.scss */
.reply_div {
  margin-left: 50px;
  position: relative;
  padding: 5px;
}
/* line 540, ../scss/base.scss */
.reply_div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 1px;
  background-color: #BBB;
}

/* line 552, ../scss/base.scss */
.comment_author {
  font-weight: 700;
  color: #333;
}

/* line 557, ../scss/base.scss */
.sub_comment {
  color: #888;
  font-size: 14px;
}

/* line 562, ../scss/base.scss */
.comment_replier {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 565, ../scss/base.scss */
.comment_replier:hover {
  color: #666;
}

/* line 570, ../scss/base.scss */
.add_coment_section {
  position: relative;
  height: 142px;
}

/* line 575, ../scss/base.scss */
.comment_input {
  display: block;
  position: absolute;
  width: 339px;
  padding: 10px;
  top: 89px;
  left: 340px;
  font-size: 16px;
  background-color: #FFF;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 592, ../scss/base.scss */
.comment_input.first {
  left: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 598, ../scss/base.scss */
.comment_submit {
  display: block;
  position: absolute;
  width: 200px;
  padding: 10px;
  top: 89px;
  font-size: 16px;
  background-color: #CFCFCF;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 612, ../scss/base.scss */
.comment_submit:hover {
  background-color: #C9C9C9;
}

/* line 621, ../scss/base.scss */
.comment_textarea {
  display: block;
  position: absolute;
  width: 880px;
  top: 0;
  margin-bottom: 3px;
  padding: 10px;
  resize: none;
  height: 88px;
  font-size: 16px;
  background-color: #FFF;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 643, ../scss/base.scss */
.replier_hidden {
  position: relative;
  height: 0;
  margin-left: 46px;
  margin-top: 10px;
  overflow: hidden;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 652, ../scss/base.scss */
.replier_hidden.open {
  height: 80px;
}

/* line 657, ../scss/base.scss */
.reply_input {
  display: block;
  position: absolute;
  width: 329px;
  padding: 5px;
  top: 45px;
  left: 330px;
  font-size: 14px;
  background-color: #FFF;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 674, ../scss/base.scss */
.reply_input.first {
  left: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 680, ../scss/base.scss */
.reply_submit {
  display: block;
  position: absolute;
  width: 175px;
  padding: 5px;
  top: 45px;
  font-size: 14px;
  background-color: #CFCFCF;
  border: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 694, ../scss/base.scss */
.reply_submit:hover {
  background-color: #C9C9C9;
}

/* line 703, ../scss/base.scss */
.reply_textarea {
  display: block;
  position: absolute;
  width: 835px;
  top: 0;
  margin-bottom: 3px;
  padding: 5px;
  resize: none;
  height: 44px;
  font-size: 14px;
  background-color: #FFF;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 725, ../scss/base.scss */
.ask_button {
  display: block;
  width: 200px;
  position: absolute;
  margin-top: 10px;
  right: 210px;
  top: 0;
  height: 40px;
  color: #DDD;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #777;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 744, ../scss/base.scss */
.ask_button:hover {
  background-color: #666;
}

/* line 749, ../scss/base.scss */
.ask_form {
  margin: 0 auto;
  display: block;
  width: 600px;
  margin-top: 20px;
}

/* line 756, ../scss/base.scss */
.submit.asker {
  width: 600px;
  margin: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 763, ../scss/base.scss */
.check_span {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 5px;
  cursor: default;
}

/* line 770, ../scss/base.scss */
.checkbox {
  cursor: pointer;
}
