@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?y1xhz8");
  src: url("../fonts/icomoon.eot?y1xhz8#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?y1xhz8") format("woff2"), url("../fonts/icomoon.ttf?y1xhz8") format("truetype"), url("../fonts/icomoon.woff?y1xhz8") format("woff"), url("../fonts/icomoon.svg?y1xhz8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e906";
}

.icon-emailmailmarkunreadlocal_post_office:before {
  content: "\e902";
}

.icon-file_copy:before {
  content: "\e903";
}

.icon-file_downloadget_app:before {
  content: "\e904";
}

.icon-check:before {
  content: "\e900";
}

.icon-expand_more:before {
  content: "\e901";
}

.icon-delete:before {
  content: "\e905";
}

@font-face {
  font-family: "InfoDispBook-Roman";
  src: url("../fonts/IdBkRm__.ttf");
  font-display: swap;
  font-style: normal;
}
body {
  background-color: #EDEDED;
}

body, input, p, label, select {
  font-family: "InfoDispBook-Roman" !important;
}

#content header {
  background: white;
  width: 100%;
  height: 120px;
}
#content header .inner {
  margin: auto;
  max-width: 1280px;
  padding: 15px 0;
  text-align: right;
}
#content h1 {
  font-size: 40px;
  padding: 28px 0;
  margin: 0;
}
#content .error {
  text-align: center;
  padding: 15px 0 15px 0;
  color: #C02E2E;
  border: #BD1D1D 1px solid;
  background-color: #F3DCDC;
  border-radius: 0;
}
#content .error, #content .message {
  width: 465px !important;
}

#upload {
  background-color: #EDEDED;
}
#upload > fieldset {
  border: none;
  border-radius: 0;
}
#upload > fieldset #input_key, #upload > fieldset #select_time {
  width: 368px;
  padding: 0 15px;
  margin: 0 21.5px;
  border: 1px solid #B9B7B7;
}
#upload > fieldset > p {
  margin: 21px;
  margin-bottom: 15px;
}
#upload > fieldset legend {
  font-size: 24px;
}
#upload > fieldset #file_select {
  color: #999999;
}
#upload > fieldset .checkbox_position {
  height: unset;
}
#upload > fieldset .checkbox_position label {
  line-height: 23px;
}
#upload > fieldset .checkbox_position input {
  float: left;
  position: relative;
  margin-right: 12px;
}
#upload > fieldset .checkbox_position input:before {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #B9B7B7;
  background: #fff;
  content: " ";
  position: absolute;
  left: -4px;
  top: -3px;
  font-family: icomoon;
  color: #006FAB;
}
#upload > fieldset .checkbox_position .checkbox {
  border: 1px solid #B9B7B7;
}
#upload > fieldset .checkbox_position input[type=checkbox]:checked:before {
  content: "\e900";
}
#upload > fieldset .one_time_download {
  font-family: "InfoDispBook-Roman";
  font-size: 16px;
  margin-bottom: 10px;
}
#upload > fieldset .one_time_caption {
  margin-bottom: 5px;
}
#upload > fieldset #select_time {
  width: 400px;
  margin-top: 3px;
  margin-bottom: 20px;
  position: relative;
}
#upload > fieldset #select_time:before {
  font-family: icomoon;
  content: "\e901";
  position: absolute;
}
#upload > fieldset #select_time[value="0"] {
  color: #B9B7B7;
}
#upload .display_block {
  display: block;
  width: 400px;
  height: 40px;
  border: 1px solid #373A3C;
  margin: auto;
  margin-bottom: 20px;
}
#upload #info_text {
  width: 443px;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 18px;
}
#upload .label_margin {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "InfoDispBook-Roman";
}
#upload .label_margin_two {
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "InfoDispBook-Roman";
  float: left;
  margin-top: unset;
}

#upload_finished {
  font-size: 90%;
  text-align: left;
  padding: 20px 20px 20px 35px;
  width: 422px;
  background: #fff;
  margin: auto;
  border: none;
}
#upload_finished #upload_validity {
  margin: 0 0 20px 0;
}
#upload_finished .one_time_download {
  font-family: "InfoDispBook-Roman";
  font-size: 16px;
}
#upload_finished a {
  margin: 0;
  text-decoration: none !important;
}
#upload_finished .upload_confirm {
  position: relative;
  font-size: 25px;
  padding: 20px 0 15px 30px;
}
#upload_finished .upload_confirm .upload_instruction {
  color: #4a4a49;
  font-size: 18px;
  display: block;
  margin-top: 5px;
  text-align: left;
  margin-left: -30px;
}
#upload_finished .upload_confirm:before {
  position: absolute;
  font-family: icomoon;
  content: "\e900";
  left: 0;
  font-size: 24px;
  color: #95C11F;
}
#upload_finished .mail-button {
  background: #006FAB;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 15px 0px 45px;
  position: relative;
  border: 2px solid transparent;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
#upload_finished .mail-button:before {
  position: absolute;
  font-family: icomoon;
  content: "\e902";
  left: 15px;
  font-size: 17px;
}
#upload_finished .mail-button:hover {
  border: 2px solid #03537F;
  color: #ffffff;
  background: #03537F;
}
#upload_finished .strich {
  width: 100%;
  position: absolute;
  background-color: #EDEDED;
  height: 5px;
  left: 0;
}
#upload_finished .download_button {
  background: #006FAB;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 15px 0px 45px;
  position: relative;
  border: 2px solid transparent;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
}
#upload_finished .download_button:before {
  position: absolute;
  font-family: icomoon;
  content: "\e904";
  left: 15px;
  font-size: 17px;
}
#upload_finished .download_button:hover {
  border: 2px solid #03537F;
  color: #ffffff;
  background: #03537F;
}
#upload_finished code {
  font-family: "InfoDispBook-Roman" !important;
  font-size: 16px;
}
#upload_finished .download_link {
  position: relative;
  color: #006FAB;
  padding: 5px 0 30px 19px;
}
#upload_finished .download_link a {
  color: #006FAB;
  text-decoration: underline !important;
  font-size: 16px;
}
#upload_finished .download_link a:hover {
  cursor: pointer;
}
#upload_finished .download_link:before {
  position: absolute;
  font-family: icomoon;
  content: "\e903";
  left: 0;
}
#upload_finished .delete_head {
  font-size: 25px;
  margin-top: 25px;
}
#upload_finished .delete_button {
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px 0 45px;
  position: relative;
  border: 2px solid transparent;
  display: inline-block;
  background: #BD1D1D;
}
#upload_finished .delete_button:before {
  position: absolute;
  font-family: icomoon;
  content: "\e905";
  left: 15px;
  font-size: 17px;
}
#upload_finished .delete_button:hover {
  border: 2px solid #960F0F;
  color: #ffffff;
  background: #960F0F;
}

#jyraphe {
  display: none;
}

#copyright {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ededed;
  margin-top: -5px;
}

#submit_download {
  display: block;
  width: 400px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: #006FAB;
  border: none;
  color: white;
  font-size: 16px;
  padding: 0;
}
#submit_download:hover {
  border: 2px solid #03537F;
  color: #ffffff;
  background: #03537F;
  cursor: pointer;
}

#password_safety fieldset {
  border: none;
  border-radius: 0;
  font-size: 90%;
  text-align: left;
  padding: 15px 20px 0 33px !important;
  width: 422px;
  background: #fff;
  margin: auto;
}
#password_safety fieldset #input_key, #password_safety fieldset #select_time {
  width: 368px;
  padding: 0 15px;
  margin: 0 21.5px;
}
#password_safety fieldset > p {
  margin: 21px;
  margin-bottom: 15px;
}
#password_safety fieldset legend {
  font-size: 24px;
}
#password_safety #submit_post #type_password {
  border: 1px solid #B9B7B7;
  display: block;
  width: 388px;
  height: 36px;
  margin: 15px 0 15px 0;
  font-size: 16px;
  padding-left: 10px;
}
#password_safety #submit_post .pw_safe {
  margin-top: 15px;
  font-size: 25px;
  margin-bottom: 10px;
}
#password_safety #submit_post td {
  font-size: 17px;
}
#password_safety #submit_post a {
  color: #006FAB;
  text-decoration: underline;
}

#confirm_del fieldset {
  border: none;
  border-radius: 0;
  font-size: 90%;
  text-align: left;
  padding: 15px 20px 0 33px !important;
  width: 422px;
  background: #fff;
  margin: auto;
}
#confirm_del fieldset #input_key, #confirm_del fieldset #select_time {
  width: 368px;
  padding: 0 15px;
  margin: 0 21.5px;
}
#confirm_del fieldset > p {
  margin: 21px;
  margin-bottom: 15px;
}
#confirm_del fieldset legend {
  font-size: 24px;
}
#confirm_del #submit_delete_post .del_confirm {
  font-size: 23px;
  margin-bottom: 10px;
}
#confirm_del #submit_delete_post #submit_delete_button {
  position: relative;
}
#confirm_del #submit_delete_post #submit_delete_button:after {
  position: absolute;
  font-family: icomoon;
  content: "\e905";
  left: 125px;
  top: 13px;
  font-size: 17px;
  color: white;
}
#confirm_del #submit_delete_post #submit_delete_button #submit_delete {
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px 0 33px;
  position: relative;
  border: 2px solid transparent;
  display: block;
  background: #BD1D1D;
  color: #fff;
  margin: 20px 0 20px 0;
}
#confirm_del #submit_delete_post #submit_delete_button #submit_delete:hover {
  border: 2px solid #960F0F;
  color: #ffffff;
  background: #960F0F;
  cursor: pointer;
}
#confirm_del #submit_delete_post #submit_delete_button #submit_delete .pw_safe {
  margin-top: 15px;
  font-size: 25px;
  margin-bottom: 10px;
}
#confirm_del #submit_delete_post .del_message {
  margin-bottom: 10px;
}
#confirm_del #submit_delete_post td {
  font-size: 17px;
}
#confirm_del #submit_delete_post a {
  color: #006FAB;
  text-decoration: underline;
}

#deleted fieldset {
  border: none;
  border-radius: 0;
  font-size: 90%;
  text-align: left;
  padding: 15px 20px 0 33px !important;
  width: 422px;
  background: #fff;
  margin: auto;
}
#deleted p {
  font-size: 25px;
}
#deleted .deleted {
  position: relative;
  padding-left: 20px;
}
#deleted .deleted:before {
  position: absolute;
  font-family: icomoon;
  content: "\e900";
  left: 0;
  font-size: 24px;
  color: #95C11F;
  font-weight: bold;
}
#deleted a {
  text-decoration: none;
}
#deleted .home_button {
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  border: 2px solid transparent;
  margin-top: 20px;
  margin-bottom: 15px;
  background: #006FAB;
  text-align: center;
  padding-left: 36px;
  text-decoration: none;
}
#deleted .home_button:before {
  position: absolute;
  font-family: icomoon;
  content: "\e906";
  left: 133px;
  font-size: 17px;
}
#deleted .home_button:hover {
  border: 2px solid #03537F;
  color: #ffffff;
  background: #03537F;
  cursor: pointer;
}

#terms {
  padding: 10px 75px 10px 75px;
}
#terms .head {
  text-align: center;
  font-size: 26px;
}
#terms .headlines {
  font-size: 20px;
  line-height: 8px;
}

#self_destruct {
  color: #C02E2E;
}

/*# sourceMappingURL=style.css.map */
