/* line 3, ../scss/mobile.scss */
body {
  min-width: 0;
  padding-top: 50px;
}

/* line 8, ../scss/mobile.scss */
h1 {
  margin-top: 35px;
  font-size: 24px;
}
/* line 12, ../scss/mobile.scss */
h1.home {
  padding-top: 40px;
}

/* line 17, ../scss/mobile.scss */
h2 {
  font-size: 20px;
}

/* line 21, ../scss/mobile.scss */
h3 {
  font-size: 18px;
}

/* line 25, ../scss/mobile.scss */
.file_detail {
  width: auto;
  padding: 0 10px;
}

/* line 30, ../scss/mobile.scss */
.subjects_table {
  margin-top: 30px;
  width: auto;
}

/* line 35, ../scss/mobile.scss */
.subject_div {
  width: auto;
  height: 120px;
  padding-top: 10px;
  float: none;
  border-top: 1px solid #CCC;
}
/* line 43, ../scss/mobile.scss */
.subject_div:hover {
  padding-top: 10px;
}
/* line 48, ../scss/mobile.scss */
.subject_div.dark .subject_hidden {
  background-color: #D6D6D6;
}
/* line 51, ../scss/mobile.scss */
.subject_div.dark:hover .subject_hidden {
  background-color: #CCC;
}
/* line 54, ../scss/mobile.scss */
.subject_div.dark .subject_hid {
  color: #AAA;
}
/* line 56, ../scss/mobile.scss */
.subject_div.dark .subject_hid:hover {
  background-color: #BFBFBF;
}

/* line 63, ../scss/mobile.scss */
.subject_h1 {
  font-size: 24px;
}

/* line 67, ../scss/mobile.scss */
.subject_h2 {
  font-size: 18px;
}

/* line 71, ../scss/mobile.scss */
.subject_hidden {
  height: 40px;
  width: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E6E6E6;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* line 82, ../scss/mobile.scss */
.subject_div:hover .subject_hidden {
  height: 40px;
  background-color: #DDD;
}

/* line 87, ../scss/mobile.scss */
.subject_hid {
  float: left;
  width: 33.33%;
  color: #AAA;
  font-size: 20px;
  line-height: 40px;
}
/* line 95, ../scss/mobile.scss */
.subject_hid:hover {
  background-color: #D6D6D6;
}

/* line 100, ../scss/mobile.scss */
.overall_subject_link {
  height: 80px;
}

/* line 104, ../scss/mobile.scss */
.subject_div:hover .overall_subject_link {
  height: 80px;
}

/* line 108, ../scss/mobile.scss */
.back_button {
  width: auto;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
}

/* line 117, ../scss/mobile.scss */
.back_button_wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 50px;
  margin-top: 0;
  z-index: 100;
}

/* line 129, ../scss/mobile.scss */
.upload_button {
  width: auto;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
}

/* line 138, ../scss/mobile.scss */
.files_table {
  width: auto;
  margin-top: 30px;
}

/* line 143, ../scss/mobile.scss */
.file_div {
  width: auto;
  height: 70px;
  margin: 4px 0;
  float: none;
}

/* line 150, ../scss/mobile.scss */
.file_h1 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: auto;
  height: 70px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  line-height: 70px;
  overflow: hidden;
}

/* line 170, ../scss/mobile.scss */
.file_author {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 40px;
  overflow: hidden;
}

/* line 189, ../scss/mobile.scss */
.file_date {
  display: block;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: auto;
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 40px;
  overflow: hidden;
}

/* line 208, ../scss/mobile.scss */
h1.big {
  font-size: 36px;
  font-weight: 700;
}

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

/* line 217, ../scss/mobile.scss */
.subgray {
  color: #AAA;
  font-size: 14px;
}

/* line 222, ../scss/mobile.scss */
h1.title {
  font-size: 30px;
  color: #555;
}

/* line 227, ../scss/mobile.scss */
h2.title {
  font-size: 24px;
  color: #555;
}

/* line 232, ../scss/mobile.scss */
h3.author {
  font-size: 16px;
}

/* line 236, ../scss/mobile.scss */
h3.date {
  font-size: 16px;
}

/* line 240, ../scss/mobile.scss */
.description {
  margin: 20px 0;
  text-align: justify;
  font-size: 16px;
  color: #777;
}

/* line 248, ../scss/mobile.scss */
.filepage_table {
  display: block;
  width: auto;
  margin: 0 auto;
  background-color: #E6E6E6;
}

/* line 256, ../scss/mobile.scss */
.filepage_div {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}

/* line 265, ../scss/mobile.scss */
.filepage_thumbnail {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  overflow: hidden;
}

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

/* line 289, ../scss/mobile.scss */
.comment_div {
  margin-top: 5px;
  padding: 5px;
}

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

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

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

/* line 321, ../scss/mobile.scss */
.comment_replier {
  cursor: pointer;
}
/* line 323, ../scss/mobile.scss */
.comment_replier:hover {
  color: #666;
}

/* line 328, ../scss/mobile.scss */
.add_coment_section {
  position: relative;
  height: 120px;
}

/* line 333, ../scss/mobile.scss */
.comment_input {
  display: block;
  position: absolute;
  width: 35%;
  padding: 10px;
  top: 67px;
  left: 35%;
  font-size: 14px;
  background-color: #FFF;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 349, ../scss/mobile.scss */
.comment_input.first {
  border-right: 1px solid #EEE;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 355, ../scss/mobile.scss */
.comment_submit {
  display: block;
  position: absolute;
  width: 30%;
  padding: 10px;
  top: 67px;
  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 369, ../scss/mobile.scss */
.comment_submit:hover {
  background-color: #C9C9C9;
}

/* line 378, ../scss/mobile.scss */
.comment_textarea {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  margin-bottom: 3px;
  padding: 10px;
  resize: none;
  height: 66px;
  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 400, ../scss/mobile.scss */
.upload_form {
  display: block;
  width: 100%;
}

/* line 405, ../scss/mobile.scss */
.input {
  display: block;
  width: 100%;
  margin: 3px 3px;
  padding: 10px;
  font-size: 14px;
  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 421, ../scss/mobile.scss */
.input.split_left {
  display: block;
  width: 100%;
  float: none;
}
/* line 427, ../scss/mobile.scss */
.input.split_right {
  display: block;
  width: 100%;
}

/* line 433, ../scss/mobile.scss */
.dropzone {
  display: block;
  width: 100%;
  min-height: 100px;
  padding: 5px;
}

/* line 440, ../scss/mobile.scss */
.dropzone .dz-preview.dz-image-preview {
  min-height: 80px;
  margin: 5px;
}

/* line 445, ../scss/mobile.scss */
.dropzone .dz-preview .dz-image {
  width: 80px;
  height: 80px;
}

/* line 450, ../scss/mobile.scss */
.submit.uploader {
  width: 100%;
}

/* line 454, ../scss/mobile.scss */
.replier_hidden {
  position: relative;
  height: 0;
  margin-left: 26px;
  margin-top: 10px;
  overflow: hidden;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/* line 463, ../scss/mobile.scss */
.replier_hidden.open {
  height: 80px;
}

/* line 468, ../scss/mobile.scss */
.reply_input {
  display: block;
  position: absolute;
  width: 35%;
  padding: 5px;
  top: 45px;
  left: 35%;
}
/* line 476, ../scss/mobile.scss */
.reply_input.first {
  left: 0;
  border-right: 1px solid #EEE;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 483, ../scss/mobile.scss */
.reply_submit {
  display: block;
  position: absolute;
  width: 30%;
  padding: 5px;
  top: 45px;
}

/* line 491, ../scss/mobile.scss */
.reply_textarea {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  margin-bottom: 3px;
  padding: 5px;
  resize: none;
  height: 44px;
}

/* line 502, ../scss/mobile.scss */
.ask_button {
  width: auto;
  margin: 0;
  right: 0;
  top: 40px;
  left: 0;
  height: 40px;
}

/* line 511, ../scss/mobile.scss */
.ask_form {
  display: block;
  width: 100%;
}

/* line 516, ../scss/mobile.scss */
.submit.asker {
  width: 100%;
}
