﻿@charset "UTF-8";

.page-search .container {
  width: 1200px;
  margin: 0 auto;
}
h1 {
  margin: 40px 0 20px;
  font-size: 28px;
  font-weight: bold;
}
.alert {
  width: 1200px;
  margin: 15px auto 0;
  color: #FC5072;
  font-weight: bold;
}
.fieldset {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.fieldset .form-group {
  display: table;
  width: 100%;
  border-top: #e5e5e5 1px solid;
}
.fieldset .form-group:last-child {
  border-bottom: #e5e5e5 1px solid;
}
.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
}
.fieldset .form-label {
  width: 23%;
  padding: 25px 10px 25px 25px;
  text-align: left;
  background: #f9f9f9;
}
.fieldset .form-label label {
  font-weight: bold;
}
.fieldset .constraint {
  width: 65px;
  padding: 5px;
  background: #f9f9f9;
}
.fieldset .form-control {
  padding: 5px 0 5px 20px;
}
#block_of_itemhistory {
  margin-top: 100px;
}