h2.page-header{
  font-size:18px;
  margin:20px 0 10px;
}
ul.breadcrumb{
}
ul.pagination{
  margin: 0;
}
div.panel{
  margin-bottom:10px;
}
ul.edit-buttons li{
  margin:3px 0;
}

select {
  padding:0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  margin-bottom:8px;
}
.table th {
  background-color: #eee;
}
.table tr.header-head th{
  background-color: #ccc;
}
.control-label.required:after {
  content:" *";
  color:red;
}
input[type=number]{
  text-align: right;
}
.modal-dialog{
  z-index: 9999;
}
.panel-body{
  background-color: #FAFAFA;
}
.ime-off{
  ime-mode: disabled;
}
.small-kana{
  font-size:8px;
}
.help-block.with-errors{
  margin-top:0 !important;
  margin-bottom:0 !important;
  color:#a94442
}
.dl-horizontal.list-items dd{
  margin-bottom:13px;
}
.modal .modal-content .modal-header button.close{
  position: absolute;
  right:10px;
  top:17px;
}
.modal .modal-content .modal-header div.modal-title{
  font-weight:bold;
  font-size:18px;
}
.summary{
  border:1px solid #CCC;
  border-collapse: collapse;
  margin-bottom:30px;
}
.summary th,
.summary td{
  border:1px solid #CCC;
  padding:5px;
}
.summary tr.area_head th{
  background-color: #f0f8ff !important;
  font-weight: bold;
  color:blue;
}
.summary tr.area_head td{
  background-color: #f0f8ff !important;
  text-align: right;
  font-weight: bold;
  color:blue;
}
.summary tr.prefecture th,
.summary tr.prefecture td{
  text-align: right;
}
.summary tr.sum th,
.summary tr.sum td{
  text-align: right;
  font-weight: bold;
  font-size:16px;
}
#passRateModal table td{
  text-align: right;
}
.home .table td{
  font-size:12px;
}
.home .table tr:hover{
  background-color: #eee;
  cursor: pointer;
}