@CHARSET "UTF-8";

/*****************************************************************************/
/* Form
/*****************************************************************************/
.button {
  padding: 3px 12px;
  text-align: center;
  vertical-align: middle !important;
  color: #3d415c;
  border: solid 1px #9fa3ac;
  background: linear-gradient(to bottom, #f6fbf7 0%, #f7f8fc 2%, #edf2f5 100%);
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  outline: none;
  line-height: 16px;
  margin: 0 2px 2px 0;
  white-space: nowrap;
}

.tablet .button {
  padding: 5px 15px;
}

.button.submit { background: #0072c6; border-color: #0072c6; color: #ffffff; min-width: 3em; }
.button.submit:hover { background: #3d94d4; border-color: #0072c6; }
.button.submit:hover:active { background: #212121; border-color: #212121; color: #ffffff; }
.button.new { background: #ad2929; border-color: #ad2929; color: #ffffff; min-width: 3em; }
.button.new:hover { background: #e55f5f; border-color: #e55f5f; }
.button.new:hover:active { background: #212121; border-color: #212121; color: #ffffff; }
/*.button.edit { background: #F1C40F; border-color: #F1C40F; color: #ffffff; min-width: 3em; }
.button.edit:hover { background: #f2ca27; border-color: #f2ca27; }
.button.edit:hover:active { background: #212121; border-color: #212121; color: #ffffff; }
.button.delete { background: #001940; border-color: #001940; color: #ffffff; min-width: 3em; }
.button.delete:hover { background: #3d94d4; border-color: #3d94d4; }
.button.delete:hover:active { background: #212121; border-color: #212121; color: #ffffff; }
.button.view { background: #008a17; border-color: #008a17; color: #ffffff; min-width: 3em; }
.button.view:hover { background: #3da64e; border-color: #3da64e; }
.button.view:hover:active { background: #212121; border-color: #212121; color: #ffffff; }*/

/*.button.new {
  background: -webkit-gradient(linear, left top, left bottom, from(#e55f5f), to(#e15353));
  background: -webkit-linear-gradient(top, #e55f5f, #e15353);
  background: -moz-linear-gradient(top, #e55f5f, #e15353);
  background: -ms-linear-gradient(top, #e55f5f, #e15353);
  background: -o-linear-gradient(top, #e55f5f, #e15353);
  background-color: #e55f5f;
  color: #ffffff;
  border-color: #ad2929;
}*/

.button.action {
  /*box-sizing: border-box;
  text-align: center;
  border: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eff2f7));
  background: -webkit-linear-gradient(top, #ffffff, #eff2f7);
  background: -moz-linear-gradient(top, #ffffff, #eff2f7);
  background: -ms-linear-gradient(top, #ffffff, #eff2f7);
  background: -o-linear-gradient(top, #ffffff, #eff2f7);
  background-color: #ffffff;
  border-color: #bcc7cd;
  border-bottom-color: #bcc7cd;
  line-height: 24px;*/
  padding: 2px 12px;
  height: 26px;
  line-height: 20px;
}
.button.action img {
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 2px;
  margin-left: -3px;
}
.button[disabled], .button[disabled]:hover,
.button.disabled, .button.disabled {
  background: #fff; border-color: #d1d8e3; color: silver; cursor: default;
}


/* 検索バー */
.searchbox {
  margin: 5px 0 4px 0;
  width: 290px;
  box-sizing: border-box;
  height: 30px;
  line-height: 28px;
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  border-color: #2b579a;
}

.searchbox .search_input {
  padding: 0 10px;
  margin: 0;
  border: none;
  width: 260px;
  height: 28px;
  line-height: 26px;
  outline: none;
  font: inherit;
}

.searchbox a.search_toggle {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(./img/search_text_arr.png) no-repeat 50% 50% #fff;
  top: 3px;
  right: 2px;
  position: absolute;
  background-color: #bcc7cd;
}

.searchbox .search_text_detail {
  top: 3px;
  right: 2px;
  /*border: 1px solid #fff;*/
  z-index: 1000;
  top: 32px;
  left: 0;
  display: none;
  position: absolute;
  border: 2px solid #368ee0;
  background-color: #fff;
  padding: 10px;
  display: none;
  width: 400px;
}

.searchbox .search_text_detail.open {
  display: table !important;
}

.searchbox .search_text_detail table {
  
}
.searchbox .search_text_detail th {
  text-align: left;
  font-weight: normal;
}
.searchbox .search_text_detail th,
.searchbox .search_text_detail td {
  padding: 3px 5px;
}

/* Radio */
.tablet td.radio, .tablet td.radio_line {
  padding: 27px 22px 27px 3px;
  overflow: hidden;
}

.tablet td.radio label, .tablet td.radio_line label {
  margin: 1px 0 2px 1px;
  padding: 8px 25px 8px 8px;
}

.tablet td.radio label { display: block; }
.tablet td.radio_line label { float: left; }

.tablet td.radio label, .tablet td.radio_line label {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 2px #bcc7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eff2f7));
  background: -webkit-linear-gradient(top, #ffffff, #eff2f7);
  background: -moz-linear-gradient(top, #ffffff, #eff2f7);
  background: -ms-linear-gradient(top, #ffffff, #eff2f7);
  background: -o-linear-gradient(top, #ffffff, #eff2f7);
  background-color: #ffffff;
}

.tablet td.radio_line label .checked, .tablet td.radio label .checked {
  box-shadow: 0 0 0 1px #2583cc, 0 0 0 2px #bcc7cd;
  color: #ffffff;
  background: #2583cc;
}