body{
  font-size:16px;
}

.content{
  background:#FFF;
  padding:10px;
}

.paging_count {
  text-align: center;
}
.paging {
  background: #fff;
  color: #ccc;
  margin: 10px 0px;
  clear: both;
  text-align: center;
}
.paging .current,
.paging .disabled,
.paging a {
  text-decoration: none;
  padding: 5px 8px;
  display: inline-block;
  font-weight: normal;
}
.paging > span {
  display: inline-block;
  border: 1px solid #ccc;
  border-left: 0;
}
.paging > span:hover {
  background: #efefef;
}
.paging .prev {
  border-left: 1px solid #ccc;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.paging .next {
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.paging .disabled {
  color: #ddd;
}
.paging .disabled:hover {
  background: transparent;
}
.paging .current {
  background: #efefef;
  color: #c73e14;
}


table.index {
  border-right: 0;
  clear: both;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.index th {
  border: 0;
  text-align: center;
  padding: 4px;
  background: #e2e2e2;
  background: -moz-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e2e2e2),color-stop(50%,#dbdbdb),color-stop(51%,#d1d1d1),color-stop(100%,#fefefe));
  background: -webkit-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  background: -o-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  background: -ms-linear-gradient(top,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  background: linear-gradient(to bottom,#e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2',endColorstr='#fefefe',GradientType=0);
  border: 1px solid #bbb;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-weight: normal;
}
table.index th a {
  color: #333;
  font-weight: normal;
}
table.index th a:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0dc";
  margin-left: 10px;
  color: #AAA;
  font-size: 16px;
}
table.index th.actions {
  text-align: center;
}
table.index th a {
  display: block;
  padding: 2px 4px;
  text-decoration: none;
}
table.index th a.asc:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0de";
  color: #00F;
}
table.index th a.desc:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0dd";
  color: #00F;
}
table.index  tr td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.index  tr:nth-child(even) {
  background: #f9f9f9;
}
table.index td.actions {
  text-align: center;
  white-space: nowrap;
}


form {
  clear: both;
  padding: 0;
}
fieldset {
  border: none;
  margin-bottom: 1em;
  padding: 16px 10px;
}
fieldset legend {
  color: #e32;
  font-size: 160%;
  font-weight: bold;
}
fieldset fieldset {
  margin-top: 0;
  padding: 10px 0 0;
}
fieldset fieldset legend {
  font-size: 120%;
  font-weight: normal;
}
fieldset fieldset div {
  clear: left;
  margin: 0 20px;
}
form div {
  clear: both;
  margin-bottom: 1em;
  padding: .5em;
  vertical-align: text-top;
}
form .input {
  color: #444;
}
form .required {
  font-weight: bold;
}
form label:after {
  content: "任意";
  color: #fff;
  padding: 2px 5px;
  background-color: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  margin-left: 20px;
  font-weight: normal;
}
form .required label:after {
  content: "必須";
  color: #fff;
  padding: 2px 5px;
  background-color: #C61D20;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  margin-left: 20px;
  font-weight: normal;
}
form div.submit {
  border: 0;
  clear: both;
  margin-top: 10px;
}
label {
  display: block;
  font-size: 110%;
  margin-bottom: 3px;
}
input,
textarea {
  clear: both;
  font-size: 120%;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius: 3px;
  max-width: 100%;
}
input:focus,
textarea:focus {
  border-color: rgba(82,168,236,0.8);
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(82,168,236,0.6);
  outline: 0 none;
}
.note-editor {
  clear: none;
  margin: 0;
  padding: 0;
}
.note-editor div {
  clear: none;
  margin: 0;
  padding: 0;
}
select {
  clear: both;
  font-size: 120%;
  vertical-align: text-bottom;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}
select[multiple=multiple] {
  width: 100%;
}
option {
  font-size: 120%;
  padding: 0 3px;
}
input[type=checkbox] {
  clear: left;
  float: left;
  margin: 0 6px 7px 2px;
  width: auto;
}
input[type=text] {
  max-width: 100%;
}
div.checkbox label {
  display: inline;
}
input[type=radio] {
  width: auto;
  margin: 6px 0;
  padding: 0;
  line-height: 26px;
}
.radio label {
  margin: 0 0 6px 20px;
  line-height: 26px;
}
.radio input {
  opacity: 0;
}
.radio label {
  display: block;
  margin: 0;
  padding: 10px;
  float: left;
  text-align: center;
  background-color: #eeeeee;
}
div.radio label:after {
  content: none;
}
.radio:after {
  content: "";
  display: block;
  clear: left;
}
.radio input[type="radio"]:checked + label {
  background-color: #3C8DBC;
  color: #ffffff;
}
input[type="radio"]:last-of-type {
  border-radius: 5px 0 0 5px;
}
input#no1 + label {
  border-radius: 0 5px 5px 0;
}
input[type=submit] {
  display: inline;
  font-size: 110%;
  width: auto;
}
input[type=number] {
  text-align: right;
}
form .error {
  background: #FFDACC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
}
form .error-message {
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  border: none;
  background: none;
  margin: 0;
  padding-left: 4px;
  padding-right: 0;
}
form .error,
form .error-message {
  color: #9E2424;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.message {
  clear: both;
  color: #fff;
  font-size: 140%;
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 5px;
}
.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
  background: #ffcc00;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top,#ffcc00,#E6B800);
  background-image: -ms-linear-gradient(top,#ffcc00,#E6B800);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ffcc00),to(#E6B800));
  background-image: -webkit-linear-gradient(top,#ffcc00,#E6B800);
  background-image: -o-linear-gradient(top,#ffcc00,#E6B800);
  background-image: linear-gradient(top,#ffcc00,#E6B800);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  border: 1px solid rgba(0,0,0,0.2);
  margin-bottom: 18px;
  padding: 7px 14px;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
  clear: both;
  color: #fff;
  background: #c43c35;
  border: 1px solid rgba(0,0,0,0.5);
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -ms-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ee5f5b),to(#c43c35));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
  background-image: linear-gradient(top,#ee5f5b,#c43c35);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.success {
  clear: both;
  color: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  background: #3B8230;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#76BF6B),to(#3B8230));
  background-image: -webkit-linear-gradient(top,#76BF6B,#3B8230);
  background-image: -moz-linear-gradient(top,#76BF6B,#3B8230);
  background-image: -ms-linear-gradient(top,#76BF6B,#3B8230);
  background-image: -o-linear-gradient(top,#76BF6B,#3B8230);
  background-image: linear-gradient(top,#76BF6B,#3B8230);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
p.error {
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}
p.error em {
  font-weight: normal;
  line-height: 140%;
}
.notice {
  color: #000;
  display: block;
  font-size: 120%;
  padding: 0.8em;
  margin: 1em 0;
}
.success {
  color: #fff;
}
.success {
  background-color: #EBFADA;
  border: 1px solid #C0DBB9;
  margin: 0px auto 20px;
  padding: 30px 30px 30px 0;
  background-image: url(/img/success.png);
  background-repeat: no-repeat;
  background-position: 10px 50%;
  font-size: 120%;
  color: #497D26;
  font-weight: bold;
  padding: 15px 0 15px 60px;
  line-height: 1.6em;
}
.error-icon {
  color: #c43c35;
}
.success-icon {
  color: #497D26;
}


div.actions {
  padding: 10px 1.5%;
}
div.actions h3 {
  background: #eee none repeat scroll 0 0;
  box-shadow: none;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  padding: 10px;
  border: none;
  margin-bottom: 20px;
}
div.actions h3 .break {
  border-left: 1px solid #fff;
  margin: -12px 10px -10px;
  padding: 12px 0 10px;
}


.actions ul {
  margin: 0;
  padding: 0;
}
.actions li {
  margin: 0 0 0.5em 0;
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
  display: inline-block;
}


.nav-link.active{
  background:#eee;
}


input[readonly] {
  background-color: gray
}

.search_box{
  margin-bottom:20px;
}

.search_box .card{
  padding:0;
}

.search_box form div{
  margin-bottom:0;
  clear:none;
}

.search_box form div.row{
  padding:0;
}

.search_box form div.row > div{
  padding-top:0;
  padding-bottom:0;
}

