body {
  font-family: Arial, sans-serif;
  color: #666;
  margin: 15px 0!important;
}

h1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.mt20 {
  margin-top: 20px;
}

.flex-center {
  justify-content: center;
}

.flex-right {
  justify-content: flex-end;
}

.hide {
  display: none!important;
}

.hide_column {
    display : none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.f_right {
  float: right;
}

.f_left {
  float: left;
}

.clear {
  clear: both;
}

/* フォーム */
#request_form {
  margin: 10px 30px;
}

#request_form input,
#request_form select {
  margin-bottom: 10px;
}

#request_form input[type="text"] {
  max-width: 10em;
}

#request_form input[type="number"] {
  max-width: 3em;
}

.noInput {
  background-color: #FFFFAA;
}

#id_view {
  font-size: 1.2em;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

/* ヘッダー */
#manageTable_length {
  float:left;
}

#manageTable_filter {
  float:right;
}

#manageTable_filter input {
  width: 10em;
}

#manageTable_wrapper>.row>.col-md-6 { /* ヘッダの○件表示と検索がスマホだと縦並びになるので無理やり横並びに */
  max-width: 50%;
}

#head_menu_right,
#head_menu_left {
  margin-bottom: 10px;
}

#head_menu_right {
  float: right;
}
#head_menu_left {
  float: left;
}

#head_menu_left i {
  font-size: 1.5em;
  color: #3B8;
/*  cursor: pointer;*/
}

#head_menu_right i,
#head_menu_right a i,
#head_menu_left a i {
  font-size: 1.5em;
  color: #337ab7;
  cursor: pointer;
}

.delete_member {
  background-color: #888!important;
}

/* 残薬色 */
.zan_min1 {
  background-color: #866!important;
}

.zan_min2 {
  background-color: #ECC!important;
}

.zan_min3 {
  background-color: #FEE!important;
}

/* ログインフォーム */
#login_container {
  text-align: center;
}

#login_container h1 {
  font-family: serif;
}

#login_container form {
  margin-top: 30px;
}

#login_container input {
  margin-bottom: 30px;
}

#login_container i {
  color: #3B8;
}

/* アイコン */
th i,
td i,
form i {
  margin-right: 3px;
  font-size: 1.2em;
  color: #3B8;
}

i.add_icon { /* 予製アイコン */
  color: #A33;
  background: #FFF;
  border-radius: 12px;
}

.edit_manage {
  font-size: 1.5em;
  color: #337ab7;
  cursor: pointer;
}

th::after {
  color: #337ab7;
}


/* ボタン */
.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #337ab7;
  font-size: 16px;
  color: #337ab7;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #FFFFFF;
}

.btn-border:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #FFF;
}

.btn_clear {
  display: inline-block;
  text-align: left;
  border: 1px solid #337ab7;
  color: #337ab7;
  text-decoration: none;
  font-weight: bold;
  padding: 0 5px 0 3px;
  border-radius: 4px;
  transition: .4s;
  background-color: #FFFFFF;
  margin-left: 5px;
  cursor: pointer;
}


@media (max-width:767px){
  #request_form {
    margin: 0px;
  }
}








/* 注文表 */
#chumonBox{
  font-family: serif, sans-serif;
}

#chumonBox h1 {
  margin-bottom: 30px;
}

#chumonBox th {
  text-align: center;
  background-color: #EEE!important;
  vertical-align: middle;
}

#chumonBox td {
  vertical-align: middle;
}

#chumonBox > table > thead > tr > th,
#chumonBox > table > tbody > tr > th,
#chumonBox > table > tbody > tr > td {
  border: 1px solid #AAA;
}

#chumonBox .ryokin {
  margin-bottom: 30px;
  margin-right: 10px;
}

#chumonBox .gokei {
  font-size: 1.5em;
  font-weight: bold;
}

.t_underline {
  text-decoration: underline;
}

.t_caution {
  font-size: 0.8em;
  color: #600;
}

i.rowDelete {
  color: #B33;
  cursor: pointer;
}

#rowAdd {
  margin-left: 10px;
}

#rowAdd > span > i {
  color: #FFF;
}

#rowAdd span {
  border-radius: 10px;
  padding: 5px 10px;
  color: #FFF;
  cursor: pointer;
}
