@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
body {
  color: #444;
  align-items: center;
  text-align: center;
  margin: 10px auto;
  max-width: 60em; }

h1 {
  font-size: 2.5em;
  font-family: 'Sawarabi Gothic'; }

h2 {
  font-size: 1.7em;
  font-family: 'Sawarabi Gothic'; }

h3 {
  font-size: 1.5em;
  font-family: 'Sawarabi Mincho'; }

ul {
  text-align: left;
  font-size: 1em;
  font-family: 'Sawarabi Mincho'; }

th, td, a, label {
  font-size: 1em;
  font-family: 'Sawarabi Mincho'; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input.push_button {
  background-color: #f08300;
  color: #3e62ad;
  border: 1px solid #554738;
  font-size: 1em;
  padding: 5px,20px;
  width: 200px;
  height: 25px;
  margin-left: 20px;
  border-radius: 5px; }
  input.push_button:hover {
    background-color: #f6ad49;
    color: #3e62ad; }
  input.push_button:disabled {
    border: 1px solid #554738;
    color: #bbc8e6; }

input.side_button {
  background-color: #f08300;
  color: #3e62ad;
  border: 1px solid #554738;
  font-size: 0.7em;
  padding: 2px,2px;
  min-width: 20px;
  max-width: 80px;
  height: 22px;
  margin-left: 2px;
  border-radius: 5px; }
  input.side_button:hover {
    background-color: #f6ad49;
    color: #3e62ad; }
  input.side_button:disabled {
    border: 1px solid #554738;
    color: #bbc8e6; }

input.input_text {
  border-radius: 5px;
  border: solid 1px #554738;
  background-color: #f8fbf8;
  color: #1c305c;
  font-size: 0.9em;
  padding: 2px,2px;
  margin-left: 2px;
  height: 22px; }
  input.input_text:hover {
    border: 1px solid #db8449; }
  input.input_text:focus {
    outline: 0;
    border: 2px solid #db8449; }

textarea.input_text {
  border-radius: 5px;
  border: solid 1px #554738;
  background-color: #f8fbf8;
  color: #1c305c;
  font-size: 0.9em;
  padding: 2px, 2px;
  height: 60px; }
  textarea.input_text:hover {
    border: 1px solid #db8449; }
  textarea.input_text:focus {
    outline: 0;
    border: 2px solid #db8449; }

select.pulldown {
  padding: 2px 10px;
  border-radius: 5px;
  background-image: url("/down.png");
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: 10px, 80%;
  background-color: #f08300;
  color: #3e62ad;
  border: 1px solid #554738;
  font-size: 0.7em;
  min-width: 20px;
  max-width: 180px;
  height: 22px; }
  select.pulldown:hover {
    background-color: #f6ad49;
    color: #3e62ad; }
  select.pulldown:focus {
    outline: 0; }

#main1 {
  position: relative;
  background: #f8e58c;
  align-items: center;
  text-align: center;
  height: 30em;
  padding: 20px 5px; }

#head {
  background: #a8c97f;
  text-align: center;
  padding: 5px 5px; }

#center {
  overflow: hidden; }

#sidebar {
  float: left;
  width: 15%;
  background: #fddea5;
  text-align: left;
  padding-bottom: 3267px;
  margin-bottom: -3267px; }

#main2 {
  position: relative;
  float: right;
  width: 85%;
  background: #f8e58c;
  align-items: center;
  text-align: center;
  height: 50em;
  padding: 5px 0px;
  overflow: auto; }

#foot {
  background: #a8c97f;
  padding: 5px 5px; }

.message {
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Sawarabi Mincho';
  font-size: 1em;
  text-align: left;
  padding: 2px; }

.formstyle {
  margin: 0, auto; }
  .formstyle .params {
    max-height: 30em;
    overflow: auto;
    margin-left: 20px;
    text-align: left;
    display: block; }
    .formstyle .params .item {
      margin: 5px auto; }
      .formstyle .params .item label {
        margin-right: 10px; }
        .formstyle .params .item label span {
          width: 220px;
          display: inline-block;
          vertical-align: top; }
    .formstyle .params .item_center {
      align-items: center;
      text-align: center; }

.find_form, seek_form {
  display: inline-block;
  align-items: center;
  text-align: center; }

.buttons {
  margin: 5px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5em;
  padding-bottom: 20px; }

.side_item {
  padding: 5px 5px;
  margin: 2px 0px; }

.error {
  background: #cd5e3c;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  margin: auto; }

.book_list {
  max-height: 32em;
  margin: 5px;
  padding: 2px;
  width: 98%;
  overflow: auto;
  display: inline-block;
  align-items: center; }
  .book_list table {
    border-collapse: collapse; }
  .book_list .number {
    width: 2.5em; }
  .book_list .title {
    width: 20em; }
  .book_list .author {
    width: 6em; }
  .book_list .publisher {
    width: 8em; }
  .book_list th {
    height: 1.5em;
    background: #f4dda5;
    border: 1px solid #f8e58c; }
  .book_list td {
    height: 2.8em;
    background: #fff1cf;
    border: 1px solid #f8e58c; }
    .book_list td.number {
      text-align: right; }
    .book_list td.title, .book_list td.author, .book_list td.publisher {
      text-align: left; }
  .book_list tr:nth-child(odd) td {
    background: #f4dda5; }

.book_info {
  display: inline-block;
  align-items: center;
  text-align: center; }
  .book_info th {
    width: 10em;
    height: 2.5em;
    text-align: right; }
    .book_info th::after {
      content: ':'; }
  .book_info td {
    width: 25em;
    height: 2.5em;
    text-align: left; }

.user_list {
  max-height: 32em;
  margin: 5px;
  padding: 2px;
  width: 98%;
  overflow: auto;
  display: inline-block;
  align-items: center; }
  .user_list table {
    border-collapse: collapse; }
  .user_list .id {
    width: 2.5em; }
  .user_list .name {
    width: 6em; }
  .user_list .full_name {
    width: 10em; }
  .user_list .email {
    width: 10em; }
  .user_list .role {
    width: 5em; }
  .user_list .update_at {
    width: 8em; }
  .user_list th {
    height: 1.5em;
    background: #f4dda5;
    border: 1px solid #f8e58c; }
  .user_list td {
    height: 2.8em;
    background: #fff1cf;
    border: 1px solid #f8e58c; }
    .user_list td.number {
      text-align: right; }
    .user_list td.title, .user_list td.author, .user_list td.publisher {
      text-align: left; }
  .user_list tr:nth-child(odd) td {
    background: #f4dda5; }

.book_info {
  display: inline-block;
  align-items: center;
  text-align: center; }
  .book_info th {
    width: 10em;
    height: 2.5em;
    text-align: right; }
    .book_info th::after {
      content: ':'; }
  .book_info td {
    width: 25em;
    height: 2.5em;
    text-align: left; }
