/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require vue-multiselect/dist/vue-multiselect.min
 *= require admin-lte
 *= require bootstrap-datetimepicker
 *= require font-awesome
 *= require_tree .
 *= require_self
 */

html {
  font-size: 12.8px;
  font-size: 14px;
  scroll-padding-top: 56px;
}

body {
  position: relative;
  color: #F0F0F0;
  padding-top: 70px;
  padding-bottom: 350px;
}

div,
body,
p,
table *,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
.price,
.date,
.author,
.text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

body img {
  max-width: 100%;
}

hr {
  display: flex;
}

#base-background {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("/images/all_background.png");
  z-index: -1;
}

h1.black {
  color: #F0F0F0;
  background-color: #262626;
  font-size: 16pt;
  padding: 0px 15px;
  line-height: 50px;
  height: 50px;
}

h1.red {
  color: #F0F0F0;
  background-color: #B22131;
  font-size: 16pt;
  padding: 0px 15px;
  line-height: 50px;
  height: 50px;
}

@media (min-width: 0px) {
  #app-header {
  }

  /* ハンバーガにするなど */
  #app-sidebar {
    background: #FEFEFE;
  }

  #app-content {
    padding-top: 24px;
  }

  #app-sidebar > ul > li {
    float: none;
  }
}

@media (min-width: 768px) {
  #app-header {
    position: fixed;
    left: 0px;
    right: 0px;
  }

  #app-sidebar {
    background: #FEFEFE;
    position: fixed;
    top: 0px;
    bottom: 0px;
    padding-top: 72px;
  }

  #app-content {
    padding-top: 72px;
  }

  #app-sidebar > ul > li {
    float: none;
  }
}
