﻿@charset "UTF-8";
/*
theme name:agri -Ver0000

*/
/*
入庫・・・warehousing
出庫・・・delivery
棚卸・・・inventory
在庫・・・stock

*/

/*noto sans jp*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
CIカラー・・・#1c88fa

*/


*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  vertical-align: bottom;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition:0.3s;
  /*-webkit-appearance: none;*/
}
body img {
    width: 100%;
}
#main{
  width: 96%;
  max-width: 1000px;
  margin: 30px auto 0;
  min-height: 100vh;
}/*
.quantity__warp , .lot__warp , .product__warp , .warehousing_day__warp , .delivery_day__warp , .center__warp , .warehousing_day_input , .product_input , .lot_input , .quantity_input , .product_input , .quantity_input , .center_input{
  display: flex;
}*/
#delivery , #warehousing , #quantity , #menu , #item , #user{
  width: 90%;
  max-width: 500px;
  margin: 30px auto 0;
}
#item_inquiry{
  width: 90%;
}
.delivery , .warehousing , .menu , .user , .item{
  margin: 0 auto;
}
/*  ログイン   */
div#login {
    max-width: 300px;
    width: fit-content;
    margin: 100px auto 0;
    background: #b1f0d4;
    min-height: 300px;
    text-align: center;
    padding: 20px 60px 20px;
    box-shadow: 5px 5px 9px 4px #eee;
}
.lgoin_ai {
    text-align: center;
    width: 50px;
    margin: 0 auto;
}
.user_login_wrap, .user_pass_wrap {
    margin-top: 30px;
}
#user_login, #user_pass {
    width: 150px;
    height: 30px;
}
.submit {
    margin-top: 30px;
}
input#ag_submit {

    background: #FFF;
    width: 150px;
    height: 30px;
    border-radius: 18px;
}
/*   footer   */
.pagehomenav {
    position: absolute;
}
.pagehomenav__inner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ccc;
    letter-spacing: -1em;
    box-shadow: -3px -1px 8px 0px #444;
}
.pagehomenav__area {
    width: calc(100% / 5);
    display: inline-block;
    text-align: center;
    z-index: 999;
}
.pagehomenav__area >a {
    display: block;
    padding: 10px 0;
    letter-spacing: 0em;
    font-weight: 400;
    font-family: sans-serif;
    font-size: 11px;
}
.pagehomenav__area__inner {
    display: inline-block;
    width: 26px;
    margin-right: 10px;
}
small{
  display: block;
  text-align: center;
  padding: 120px 0;
}
/* 共通*/
.warehousing input, .delivery input , select , button{
  -webkit-appearance: none;
}
.warehousing td, .delivery td, .inventory td, .stock td , .item td , .user td{
  width: calc(100% / 2);
  padding-bottom: 30px;
}
.menu td{
  width: calc(100% / 3);
  padding: 30px;
}
.mt30 {
  margin-top: 30px;
}
.ta{
  text-align: center;
}
.main_warp{
  font-size: 1.3rem;
}
.warehousing input, .delivery input, .inventory input , select , .item input , .user input {
    width: 100%;
    min-width: 200px;
    display: inline-block;
    padding: 0.55em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.register_sumit , .logout_sumit{
  background: #1c88fa;
  width: 150px;
  height: 40px;
  border-radius: 18px;
  border: none;
  color: #FFF;
}
.register_sumit:hover{
  box-shadow: 9px 15px 20px 10px #ccc;
}

@media all and (min-witdh: 768px) {
  .main_warp {
      max-width: 1200px;
      width: 500px;
      font-size: 2rem;
  }
}
