.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.strong {
  color: #ff0000;
  font-weight: bold;
}
.strong::before {
  content: "("
}
.strong::after {
  content: ")"
}
/* input */
/* ul, li {
  margin: 0;
  padding: 0; } */

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, button {
    font-family: meiryo, "メイリオ"; } }
input:focus,
select:focus {
  outline: 0;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 51, 96, 0.2); }

input,
select,
textarea {
  min-width: 50px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background: #ffffff;
}

select {
  text-align: left;
  text-indent: .1px;
  text-overflow: "";
  background: #ffffff url(../images/select-arrow.html) no-repeat;
  background-size: 12px 8px;
  background-position: right 4px center;
  padding-right: 10px;
  height: 36px;
  margin-bottom: 3px; }
  select:hover {
    cursor: pointer; }

select::-ms-expand {
  display: none; }

input[type="text"],
input[type="number"], 
input.fixtureAmount,
input.input{
    text-align: left;
    text-indent: .1px;
    text-overflow: "";
    padding-right: 10px;
    padding-left: 5px;
    height: 32px;
    margin-bottom: 3px;
}

input[type=radio],
input[type=checkbox] {
  display: none; }

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer; }
  
@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0; }

  input[type=radio] + label,
  input[type=checkbox] + label {
    padding: 0 0 0 24px; }

  input[type=radio] + label::before,
  input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF; }

  input[type=radio] + label::before {
    border: 2px solid #d1d1d1;
    border-radius: 30px; }

  input[type=checkbox] + label::before {
    border: 2px solid #d1d1d1;
    border-radius: 4px; }

  input[type=radio]:checked + label::after,
  input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }

  input[type=radio]:checked + label::after {
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #113360;
    border-radius: 10px; }

  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #363636;
    border-bottom: 3px solid #363636;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
.pager li {
  list-style: none;
  float: left;
  width: 36px;
  height: 30px;
  background: #919191;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #d1d1d1;
  margin: 0 1px; }
  .pager li a {
    display: block;
    line-height: 30px; }
    .pager li a:hover {
      cursor: pointer;
      background: #363636; }
  .pager li a.pager_active {
    background: #363636; }
  .pager li:first-child, .pager li:last-child {
    width: 42px; }

#addButton {
  background: #113360;
  color: #ffffff;
  border-style: none;
  font-size: 14px;
  padding: 4px 5px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  line-height: 1.8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  margin: 5px;
  padding-top: 5px;
}

#removeButton {
  /*background: #113360;*/
  background: #601133;
  color: #ffffff;
  border-style: none;
  font-size: 14px;
  padding: 4px 5px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  line-height: 1.8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  margin: 5px;
}

#addFixtureButton {
  background: #113360;
  color: #ffffff;
  border-style: none;
  font-size: 14px;
  padding: 4px 5px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  outline: none;
  line-height: 1.8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  margin: 5px;
}

#removeFixtureButton {
    /*background: #113360;*/
    background: #601133;
    color: #ffffff;
    border-style: none;
    font-size: 14px;
    padding: 4px 5px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    line-height: 1.8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    margin: 5px;
}

dd::after {
  content: "";
  display: block;
  clear: both;
}

button {
  background: #113360;
  color: #ffffff;
  border-style: none;
  font-size: 14px;
  padding: 1px 5px;
  vertical-align: middle;
  outline: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  transition: 0.3s; }
  button:hover {
    cursor: pointer;
    background: #57687c; }
  button.btn_ok:before {
    margin-right: 10px;
    position: relative; }
  button.btn_no:before {
    margin-right: 10px;
    position: relative; }
  button.btn_circle {
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 19px;
    position: relative;
    top: -2px; }
    button.btn_circle.btn_search {
      background-image: url("../images/icon-btn-search-def.html");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    button.btn_circle.btn_delete {
      background: url("../images/icon-btn-delete-def.html");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    button.btn_circle:before {
      margin-right: 10px;
      position: relative;
      margin: 0;
}
::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb; opacity: 1;
}
:-ms-input-placeholder {
  color: #bbb;
}




.pagetitle h2 {
  width: 960px;
  margin: 0 auto;
}
.inputform,
#fixtures_apply,
#bento,
#submit {
  width: 960px;
  margin: 0 auto;
  font-size: 16px;
  padding: 16px 0;
}
.inputform p,
#fixtures_apply p,
#submit p {
  line-height: 150%;
}

/* .inputform p {
  padding-bottom: 16px;
} */
.inputform > dl > dt {
  line-height: 24px;
  padding: 8px 15px;
  margin-bottom: 10px;
  background-color: #113360;
  color: #fff;
  font-size: 1.1em;
  font-weight: bolder;
}
.inputform > dl > dd table {
  border: 1px solid #113360;
  padding: 8px;
/*   width: 100%; */
  box-sizing: border-box;
}
.inputform > dl > dd table tr th,
.inputform > dl > dd table tr td {
  border: 1px solid #113360;
}
.inputform > dl > dd table tr {
  width: 100%;
  min-height: 60px;
}
.inputform > dl > dd table tr th {
  width: 25%;
/*   line-height: 40px; */
  vertical-align: middle;
  padding: 8px;
}
.inputform > dl > dd table tr td {
  line-height: 40px;
  padding: 8px;
}
.inputform > dl > dd table tr td dl dt {

}

.inputform > dl > dd table tr td dl dd {
  line-height: 40px;
}
.inputform > dl > dd table tr td dl dd.date {
  padding: 4px 0;
  line-height: 24px;
}
.inputform > dl > dd table tr td dl dd.date input {
  margin: 0 2px;
}
.inputform > dl > dd table tr td dl dd button{
  margin: 4px 0;
}



.inputform > dl > dd table tr#shops td {
  width: 75%;
}
/* .inputform > dl > dd table tr#shops td dl {
  float: left;
  width: 50%;
  height: 44px;
} */
.inputform > dl > dd table tr#shops td dl dt {
  width: 25%;
  display: inline;
}
.inputform > dl > dd table tr#shops td dl dd {
  width: 75%;
  display: inline;
  line-height: 44px;
}

/* #fixtures_apply dl dd table {
  border: 1px solid #113360;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
} */
#fixtures_apply dl dd table tr th,
#fixtures_apply dl dd table tr td {
  border: 1px solid #113360;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 4px;
  line-height: 1.2em;
}
#fixtures_apply dl dd table tr th:nth-child(1),
#fixtures_apply dl dd table tr td:nth-child(1) {
  width: 19%;
}
#fixtures_apply dl dd table tr th:nth-child(2),
#fixtures_apply dl dd table tr td:nth-child(2) {
}
#fixtures_apply dl dd table tr th:nth-child(3),
#fixtures_apply dl dd table tr td:nth-child(3) {
}
#fixtures_apply dl dd table tr th.count,
#fixtures_apply dl dd table tr td.count {
}
#fixtures_apply dl dd table tr th.date,
#fixtures_apply dl dd table tr td.date {
}
#fixtures_apply dl dd table tr th:nth-child(6),
#fixtures_apply dl dd table tr td:nth-child(6) {
}


#fixtures_apply dl dd table tr td.count input,
#fixtures_apply dl dd table tr td.date input {
  width: 65%;
}
.amount {
  background-color: rgb(231, 242, 255);
  width: inherit;
  text-align: right;
  font-weight: bold;
}






div.carousel dl dt {
  line-height: 24px;
  padding: 8px 15px;
  margin-bottom: 10px;
  background-color: #113360;
  color: #fff;
  font-size: 1.1em;
  font-weight: bolder;
}


#bento_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  margin-bottom: 10px;
}
#bento_inner .bentoModal {
  width: 20%;
}
#bento_inner .bentoModal h6 {
  text-align: center;
  border: 1px solid #999999;
}
#bento_inner .bentoModal h6:hover {
  cursor: pointer;
}
#bento_inner .bentoModal .bentoModalOuter {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
}
#bento_inner .bentoModal .bentoModalInner {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 640px;
  border: 1px solid #999999;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3)
}
#bento_inner .bentoModal .bentoModalInner > p {
  padding: 7px 0;
  font-weight: bold;
  background-color: #113360;
  color: #ffffff;
  width: 100%;
  font-size: 26px;
  text-indent: 32px;
}
#bento_inner .bentoModal .bentoModalInner ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 550px;
  overflow-y: scroll;
  justify-content: flex-start;
  padding: 16px;
  border-bottom: 1px solid #bbbbbb;
}
#bento_inner .bentoModal .bentoModalInner ul li {
  width: 22.5%;
  margin: 1.25%;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.3)
}
#bento_inner .bentoModal .bentoModalInner ul li .imagebox {
  width: 90%;
  height: 200px;
  box-sizing: border-box;
  margin: 5%;
  position: relative;
}
#bento_inner .bentoModal .bentoModalInner ul li .imagebox img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#bento_inner .bentoModal .bentoModalInner ul li dl dt {
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-indent: 16px;
  background-color: inherit;
  color: inherit;
  font-size: inherit;
}
#bento_inner .bentoModal .bentoModalInner ul li dl dd {
  line-height: 36px;
  text-align: center;
}
#bento_inner .bentoModal .bentoModalInner ul li dl dd input {
  width: 50px;
}
#bento_inner .bentoModal .bentoModalInner ul li {
  width: 22.5%;
  margin: 10px;
}
#bento_inner .bentoModal .bentoModalInner ul.modalButtons {
  display: flex;
  padding: 8px;
  border: none;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 345px;
  height: 48px;
  overflow: visible;
  position: static;
  margin: 0 0 0 auto;
}
#bento_inner .bentoModal .bentoModalInner ul.modalButtons li {
  box-shadow: none;
  margin: 0;
  width: 160px;
}
#bento_inner .bentoModal .bentoModalInner button {
  padding: 4px 8px;
  height: 32px;
  width: 100%;
  display: block;
  font-weight: bold;
}
#bento_inner .bentoModal .bentoModalInner .resetButton {
  text-indent: 0.5em;
  letter-spacing: 0.5em;
}
#bento_inner .bentoModal .bentoModalInner .decideButton {
  text-indent: 1em;
  letter-spacing: 1em;
}

.bento_selected table {
  width: 100%;
  border: 1px solid #113360;
  padding: 8px;
  box-sizing: border-box;
  position: relative;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.bento_selected table th,
.bento_selected table td {
  border: 1px solid #113360;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 4px;
}
.bento_selected table tr:first-child th:first-child {
  vertical-align: middle;
  width: 20%;
}
.bento_selected table tr:first-child th:nth-child(2) {
  width: 35%;
}
.bento_selected table tr:first-child th:nth-child(3) {
  width: 15%;
}
.bento_selected table tr:first-child th:nth-child(4) {
  width: 10%;
}
.bento_selected table tr:first-child th:nth-child(5) {
  width: 15%;
}
.bento_selected table tr td:nth-child(1) {
  width: 35%;
}
.bento_selected table tr td:nth-child(2) {
  width: 15%;
  text-align: right;
}
.bento_selected table tr td:nth-child(3) {
  width: 10%;
  text-align: center;
}
.bento_selected table tr td:nth-child(4) {
  width: 15%;
  text-align: right;
}
.bento_selected table tr:last-child td:nth-child(2) {
  background-color: rgb(231, 242, 255);
  text-align: center;
  font-weight: bold;
}
.bento_selected table tr:last-child td:nth-child(3) {
  background-color: rgb(231, 242, 255);
  text-align: right;
  font-weight: bold;
}



.inputaddress select {
/*
  height: 24px;
  width: 120px;
*/
}
.inputaddress input {
  width: 50%;
  margin-right: 8px;
}
.inputaddress input.input_mini {
  width: 46px;
  min-width: inherit;
}
.inputaddress > dl > dd {
  width: 100%;
}
.inputaddress > dl > dd > dl {
  width: 100%;
  line-height: 36px;
}
.inputaddress > dl > dd > dl > dt {
  width: 25%;
}
.inputaddress > dl > dd > dl > dd {
  width: 75%;
}
.table {
  display: table;
  border-collapse: collapse;
}
.table .tr {
  display: table-row;
  line-height: 36px;
}
.table .tr .td {
  display: table-cell;
  border: 1px solid #113360;
  padding: 8px;
}
.table .tr:last-child .td {
  padding: 8px;
}
.table .tr:last-child dd.td textarea {
  width: calc(100% - 10px);
}

#submit a {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.br_sp{
  clear: both;
}
