@media print, screen and (min-width: 451px) {
  .pc_hide {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .sp_hide {
    display: none;
  }
}

body form input[type=text], body form textarea, body form select {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 4px;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
}

body form input[type=button], body form input[type=submit], body form button {
  background: #FF7507;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 3px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 450px) {
  body form input[type=button], body form input[type=submit], body form button {
    padding: 5px 10px;
  }
}
body form input[type=button]:hover, body form input[type=submit]:hover, body form button:hover {
  background: #fca21c;
}

body h1#pagetitle {
  font-size: 20px;
}
body.public_extra_item #contents h2 {
  margin: 0 0 10px;
}
body.public_extra_item #contents .complete {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
body.public_order nav a {
  display: block;
  border: 1px solid #ddd;
  background: #fafafa;
  text-decoration: none;
  color: #444;
  padding: 3px 0;
}
body.public_order nav a:hover {
  background: white;
}
body.public_order nav {
  text-align: center;
  margin: 10px 0;
}
body.public_order nav a span {
  color: #999;
}
body.public_order ul.dates li {
  margin: 3px 0;
}
body.public_order ul.dates li * {
  font-size: 18px !important;
}
body.public_order ul.dates li span.pre {
  display: inline-block;
  width: 20px;
}
@media screen and (max-width: 450px) {
  body.public_order form textarea {
    width: 100%;
  }
}
body.public_order div.from_history {
  margin: 5px 0 20px;
}
@media screen and (max-width: 450px) {
  body.public_order div.from_history {
    text-align: right;
  }
}
body.public_order div.from_history * {
  font-size: 15px !important;
}
body.public_order div.from_history a {
  display: inline-block;
  margin: 0 5px;
}
body.public_order form.orderform div.menu {
  margin: 20px 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
body.public_order div.back {
  margin: 50px 0;
  text-align: center;
}
body.public_order div.back a {
  font-size: 14px !important;
}
body.public_order div.back a::before {
  display: inline-block;
  padding-right: 4px;
  content: "<";
  color: #555;
}
body form div.submit {
  margin: 20px 0;
}
body form.month_selector {
  text-align: center;
  margin-top: 30px;
}
body form.month_selector select {
  display: inline-block;
  margin: 0 4px;
}
body form.month_selector input[type=submit] {
  padding: 3px 10px;
}

@media screen and (max-width: 450px) {
  body * {
    box-sizing: border-box;
  }
  body #header {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: none;
  }
  body #header.loggedin {
    height: 101px;
  }
  body #header.loggedin div.loggedin {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 100%;
    padding: 0 10px;
    text-align: left;
    height: 18px;
    line-height: 18px;
  }
  body #header.loggedin ul.menu {
    width: 100%;
    height: 30px;
    top: 71px;
    left: 0;
    background: #FF7507;
    display: flex;
    justify-content: flex-end;
  }
  body #header.loggedin ul.menu li {
    float: none;
  }
  body #header.loggedin ul.menu li a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
  }
  body #header div.logo img {
    height: 70px;
  }
  body h1#pagetitle {
    width: 100%;
  }
  body #contents {
    width: 100%;
    padding: 10px;
  }

  table.sp-break {
    display: block;
  }
  table.sp-break thead, table.sp-break tbody, table.sp-break tfoot, table.sp-break tr, table.sp-break th, table.sp-break td {
    display: block;
    width: auto !important;
  }
  table.sp-break thead input, table.sp-break tbody input, table.sp-break tfoot input, table.sp-break tr input, table.sp-break th input, table.sp-break td input {
    width: 100%;
  }
}

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