@charset "UTF-8";
@import url(../../../public/css/sanitize.css);
body {
  margin: 0px;
  color: #666;
  background-color: #fff;
  font: normal 16px "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif; }
  body .shade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100; }

a {
  color: #555;
  text-decoration: none; }

a:hover,
a:not(.main-list a) {
  opacity: .8;
  cursor: pointer; }

.blue-link {
  color: #3cbce1; }

.blue-link:hover {
  color: #ffaa00;
  cursor: pointer; }

input[type="submit"],
input[type="reset"],
button {
  padding: 10px;
  background-color: #20b6ad;
  border: none;
  color: #fff;
  border-radius: 5px; }

.super input[type="submit"],
.super input[type="reset"],
.super button {
  background-color: #455acf; }

.project-type {
  display: inline-block;
  padding: 5px 10px;
  background-color: #f64744;
  font-size: 1.1em;
  color: #fff;
  font-weight: bold;
  border-radius: 5px; }

input[type="submit"] {
  padding-left: 30px;
  padding-right: 30px; }

button:hover {
  opacity: .8;
  cursor: pointer; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

li {
  margin: 0; }

.errors {
  color: #f64744; }
  .errors div {
    display: block; }

.success {
  color: #f64744;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px; }

main {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 80px; }

header {
  width: 95%;
  padding: 10px 0px;
  margin: 0 auto; }
  header .sp-icon {
    display: none; }
  header .menu ul li {
    position: relative;
    display: inline-block; }
    header .menu ul li button.current {
      opacity: .5; }
  header .menu ul .logo {
    width: 120px;
    height: 30px; }
    header .menu ul .logo img {
      position: absolute;
      top: 37%;
      width: 120px;
      height: 30px; }

button.link {
  display: inline;
  padding: 0px;
  background-color: transparent;
  border: none;
  text-decoration: underline;
  color: #33aaff;
  font-size: .9em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

select,
textarea,
input {
  padding: 5px;
  border: 1px solid #aaa;
  border-radius: 5px; }

::placeholder {
  color: #888; }

.search_form {
  margin-bottom: 10px; }
  .search_form .form_set {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top; }
    .search_form .form_set .title {
      margin-bottom: 5px; }
      .search_form .form_set .title i {
        margin-right: 5px; }

.sub-link {
  display: inline-block;
  margin: 10px 10px;
  color: #aaa;
  font-weight: lighter; }
  .sub-link button {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    height: auto; }
  .sub-link button.current {
    color: #888; }

.list {
  width: 100%;
  letter-spacing: -.4em; }
  .list .header,
  .list .data {
    margin: 0px; }
    .list .header > div,
    .list .data > div {
      letter-spacing: normal;
      display: inline-block;
      width: 9%;
      height: 33px;
      border-left: 1px solid #aaa;
      border-right: 1px solid #aaa;
      border-left: 0px;
      margin: 0px;
      padding: 5px;
      overflow: hidden;
      vertical-align: top; }
      .list .header > div img,
      .list .data > div img {
        height: 100%; }
    .list .header .standout,
    .list .data .standout {
      font-weight: bold;
      color: #000; }
    .list .header .small,
    .list .data .small {
      width: 6%; }
    .list .header .medium,
    .list .data .medium {
      width: 8%; }
    .list .header .long,
    .list .data .long {
      width: 25%; }
    .list .header > div:first-of-type,
    .list .data > div:first-of-type {
      border-left: 1px solid #aaa; }
  .list .data.deleted > div {
    background-color: #ddd; }
  .list .header {
    display: none;
    color: #222; }
  .list .header:first-of-type {
    display: block; }
  .list .header > div {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa; }
  .list .data > div {
    border-bottom: 1px solid #aaa; }
  .list .header > div {
    background-color: #def; }

.pager {
  margin-top: 10px; }
  .pager button {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px; }

table.form {
  width: 100%;
  border-collapse: collapse; }
  table.form td,
  table.form th {
    padding: 7px;
    text-align: left;
    border: 1px solid #aaa; }
  table.form th {
    width: 10%;
    background-color: #def;
    color: #333; }
    table.form th .required {
      display: inline-block;
      margin-left: 3px;
      padding: 3px;
      color: #fff;
      background-color: #f64744;
      border-radius: 5px;
      font-size: .8em; }
  table.form td textarea,
  table.form td input[type="email"],
  table.form td input[type="number"],
  table.form td input[type="url"],
  table.form td input[type="text"] {
    width: 100%; }
  table.form td button.link {
    width: 100%;
    height: 100%; }

.drop-area {
  position: relative;
  width: 50%;
  height: 400px;
  text-align: center;
  background-color: #f5f5f9;
  border: 1px dotted #aaa; }
  .drop-area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
  .drop-area i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 10.1em;
    color: #ddd; }

.file-input {
  display: none; }

.image-set {
  display: inline-block;
  width: 90%;
  vertical-align: top; }
  .image-set .drop-area {
    position: relative;
    display: inline-block;
    width: 23%;
    height: 100px;
    margin: 0px 5px 10px 0px; }
    .image-set .drop-area img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .image-set .drop-area .delete-button {
      display: none;
      position: absolute;
      left: 15px;
      top: 15px;
      font-size: 1.3em;
      color: #333; }
    .image-set .drop-area .placeholder {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      font-size: 3.1em;
      line-height: 210%; }
    .image-set .drop-area .number {
      position: absolute;
      right: 10px;
      bottom: 10px;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      text-align: center;
      font-size: .8em;
      background-color: #787878;
      line-height: 180%;
      color: #fff; }
  .image-set .drop-area.has-image .placeholder {
    display: none; }
  .image-set .drop-area.has-image .delete-button {
    display: block; }

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 30%;
  margin: auto auto;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #00c4ac;
  text-align: center;
  background-color: #fff;
  color: #666;
  font-size: 1.2em;
  z-index: 1; }
  .dialog .message {
    margin: 20px 0p; }
  .dialog .button {
    display: inline-block;
    width: 120px;
    margin: 20px auto 0px auto;
    padding: 8px 10px;
    border: 2px solid #00c4ac;
    border-radius: 5px;
    background-color: #00c4ac;
    color: #fff;
    font-size: 1em;
    text-align: center;
    line-height: 200%; }
  .dialog .button:hover {
    border: 2px solid #00c4ac;
    background-color: transparent;
    color: #00c4ac;
    cursor: pointer; }
  .dialog .button:first-of-type {
    margin-right: 10px; }

.dialog-message-link .message {
  display: none; }

.dialog-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 30%;
  margin: auto auto;
  padding: 20px;
  border-radius: 10px;
  border: 3px solid #00c4ac;
  text-align: center;
  background-color: #fff;
  color: #666;
  font-size: 1.2em;
  z-index: 200; }
  .dialog-message > .message {
    margin: 35px 0px 20px 0px; }
  .dialog-message .close-button {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 1.5em;
    color: #555; }

@media screen and (max-width: 560px) {
  body select,
  body textarea,
  body input {
    font-size: 16px; }

  .search_form .form_set input {
    width: 100%; }

  header {
    position: relative; }
    header .sp-icon {
      display: block;
      position: absolute;
      right: 20px;
      top: 0%;
      margin-top: 15px;
      font-size: 1.5em; }
    header .menu {
      position: fixed;
      right: 0;
      top: 0;
      height: 100%;
      width: 0%;
      z-index: 10;
      background-color: #fff;
      border-radius: 0;
      border: none; }
      header .menu ul li {
        width: 100%;
        padding: 0; }
        header .menu ul li .logo {
          display: none;
          height: 20px; }
        header .menu ul li button {
          width: 100%;
          font-size: .9em;
          color: #777;
          border-radius: 0px;
          background-color: #fff;
          border-bottom: 1px solid #bbb; }

  main {
    padding-top: 30px; }

  .sub-link {
    margin: 25px 0px; }

  .search_form .form_set {
    width: 40%;
    margin-bottom: 10px; }

  .drop-area {
    width: 100%;
    height: 200px; }

  .image-set {
    width: 100%; }
    .image-set .drop-area {
      width: 70%;
      height: 100px; }

  .list {
    margin-top: 30px; }
    .list .header,
    .list .data {
      display: inline-block;
      vertical-align: top;
      border: none;
      margin-bottom: 10px; }
      .list .header > div,
      .list .data > div {
        display: block;
        width: 100%;
        border: none;
        border-left: 1px solid #aaa;
        border-bottom: 1px solid #aaa; }
      .list .header .small,
      .list .header .medium,
      .list .header .long,
      .list .data .small,
      .list .data .medium,
      .list .data .long {
        width: 100%; }
    .list .header:first-of-type {
      display: inline-block; }
    .list .header {
      width: 30%; }
    .list .data {
      width: 70%; }
      .list .data > div {
        border-right: 1px solid #aaa; }
    .list .header:nth-child(odd) {
      border-top: 1px solid #aaa; }
    .list .data:nth-child(even) {
      border-top: 1px solid #aaa; }

  table.form {
    width: 100%;
    border-collapse: collapse; }
    table.form th {
      width: 30%; }

  .dialog-message,
  .dialog {
    width: 80%;
    height: 80%;
    font-size: .8em; }
    .dialog-message .button,
    .dialog .button {
      width: 40%; }

  .dialog-message .message {
    margin: 5px 0px 5px 0px; } }
html {
  height: 100%; }

body.login {
  height: 100%; }
  body.login main {
    position: relative;
    height: 100%; }
    body.login main .logo {
      display: block;
      width: 300px;
      margin: 0 auto 20px auto; }
    body.login main h1 {
      width: 100%;
      text-align: center;
      font-size: 1.5rem; }
    body.login main form {
      display: block;
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%); }
      body.login main form input {
        display: block;
        width: 300px;
        height: 50px;
        margin: 0px auto 10px auto; }

body.top main .quota {
  font-weight: bold;
  margin-bottom: 20px; }
body.top main .message {
  width: 400px;
  height: 80px; }
body.top main .send-button {
  width: 150px; }
body.top main table {
  margin-top: 20px;
  border-collapse: collapse; }
  body.top main table td, body.top main table th {
    max-width: 400px;
    padding: 5px;
    border: 1px solid #aaa;
    text-align: center; }
  body.top main table td.device-on {
    color: #f33; }
body.top main .note {
  font-size: 0.8em; }

body.send-list main .list .data .send-date {
  font-size: .8em; }

body.round-list main .list .data .send-date {
  font-size: .8em; }

body.user-edit main label {
  display: block; }
body.user-edit main textarea,
body.user-edit main input {
  display: block;
  width: 300px;
  margin-bottom: 20px; }
body.user-edit main input[name="quota"] {
  width: 100px; }
body.user-edit main textarea {
  height: 150px; }
body.user-edit main .no-edit {
  margin-bottom: 20px;
  font-weight: bold; }

body.user-list main .comment {
  font-size: .7rem; }
body.user-list main .num {
  width: 10%;
  font-size: .8em; }
body.user-list main .created-at {
  font-size: .8em; }

body.ng-list .list .header div.added-flag,
body.ng-list .list .data div.added-flag {
  font-size: .9em; }
body.ng-list .list .data.not-added div {
  background-color: #eee; }

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