@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body {
  overflow-x: hidden;
  height: 100%;
}
body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: 'Varela Round', sans-serif;
}
.header {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  background-color: #1d2088;
  position: fixed;
  height: 60px !important;
  overflow: hidden;
  z-index: 10;
}
.header_box {
  font-size: 16px;
  background-color: #1d2088;
  height: 40px;
  padding: 10px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
}
.left_item {
  display: flex;
  align-items: center;
  padding-left: 45px;
}
.right_item {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.line {
  height: 4px;
  background-color: #EDEDED;
  background-image: -webkit-linear-gradient(0deg, rgba(180, 180, 180, 0.9) 30%, transparent 0%), -webkit-linear-gradient(0deg, rgba(200, 200, 200, 0.9) 30%, transparent 0%), -webkit-linear-gradient(0deg, rgba(160, 200, 230, 0.9) 30%, transparent 0%), -webkit-linear-gradient(0deg, rgba(255, 252, 161, 0.9) 30%, transparent 0%);
  background-image: linear-gradient(90deg, rgba(180, 180, 180, 0.9) 30%, transparent 0%), linear-gradient(90deg, rgba(200, 200, 200, 0.9) 30%, transparent 0%), linear-gradient(90deg, rgba(160, 200, 230, 0.9) 30%, transparent 0%), linear-gradient(90deg, rgba(255, 252, 161, 0.9) 30%, transparent 0%);
  -webkit-background-size: 60px, 30px, 50px, 80px;
  background-size: 60px, 30px, 50px, 80px;
  position: sticky;
  top: 60px;
}
.main {
  width: calc(100% - 20px);
  margin: 70px auto 0px auto;
}
.catch {
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 10px 0px;
}
.subtitle {
  width: 100px;
  text-align: center;
}
.catch:after {
  margin-left: 5px;
}
.stock_box {
  display: table;
  width: calc(100% - 32px);
  height: auto;
  padding: 10px;
  border-top: 1px solid #9F9F9F;
  border-right: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
  border-left: 10px solid #9F9F9F;
  margin-bottom: 10px;
}
.stock_box > .item_name {
  font-size: 14px;
  margin-bottom: 10px;
  color: #FF8600;
}
.stock_box > .img_box > img {
  width: 70px;
  margin-right: 10px;
}
.stock_box > .quantity {
  font-size: 28px;
  font-weight: bold;
  margin-left: 40px;
  color: #4E4E4E;
}
.stock_box > .position_info {
  width: calc(100% - 80px)
}
.clear {
  clear: both;
}
.catch:after {
  border-top: 1px solid;
  content: "";
  width: calc(100% - 90px) /* 線の長さ */ ;
}
.float_left {
  float: left;
}
#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 250px;
  margin-top: 60px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background-color: #d5e0ff;
}
.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li {
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px;
  cursor: pointer;
  border-bottom: 1px solid #9F9F9F;
}
.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
}
.sidebarMenuInner li a {
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}
input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}
.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
}
.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}
.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}
#tbl-bdr table {
  width: 100%;
  border-collapse: collapse;
}
#tbl-bdr tr:nth-child(odd){
  background-color:#f0f0f0;
}
#tbl-bdr td {
  font-size: 14px;
  border-collapse: collapse;
  border: 1px solid #9F9F9F;
  padding: 16px;
  text-align: center;
}
#tbl-bdr th {
  font-size: 14px;
  border-collapse: collapse;
  border: 1px solid #9F9F9F;
  text-align: center;
}
.formbottom {
  text-align: center;
}
.btns {
  display: inline-block;
  vertical-align: middle;
  color: #F15A24;
  height: 40px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #F15A24;
  cursor: pointer;
  border-radius: 3px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.btns_reset {
  display: inline-block;
  vertical-align: middle;
  color: #979797;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #979797;
  cursor: pointer;
  border-radius: 3px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.btns:hover {
  color: #ffffff;
  background-color: #F15A24;
}
.btns_reset:hover {
  color: #ffffff;
  background-color: #979797;
}
.no_flex .btns {
  display: block;
}
.bt50 {
  width: 50px;
}
.bt80 {
  width: 80px;
}
.bt100 {
  width: 100px;
}
.bt120 {
  width: 120px;
}
.bt140 {
  width: 140px;
}
.bt160 {
  width: 160px;
}
.bt100p {
  width: calc(100% - 10px);
  margin: 0 5px;
}
.txt_r {
  text-align: right;
}
/*メニューをページ下部に固定*/
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}
/*メニューを横並びにする*/
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-right: 1px solid #fff;
}
/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child {
  background: #38b435;
}
/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child {
  background: #f3a324;
}
/*ボタンを調整*/
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 30px;
  padding-top: 10px;
}
.spacer {
	height: 100px;
}
.txt01 {
    padding: 10px 20px;
	margin-bottom: 10px;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.img_box img{
	width: 100%;
}
.box01 {
	border-bottom: 1px dotted #9F9F9F;
	padding: 10px;
}
.mb10 {
	margin-bottom: 10px;
}