/* ===== Primary Styles ========================================================
   Author: Shogo Nagayama
   ========================================================================== */

header h1{
  margin: 20px 0;
}
.to-home p{
  margin-top: 20px;
  text-align: right;
}
.breadcrumb{
  margin: 0 0 20px;
}

article h2{
  margin-bottom: 20px;
}

.unstyled p{
  margin-left:20px; 
}
.unstyled li{
  list-style: none;
}
.control-group input.input-mail-1{
  margin-bottom: 7px;
}

.btns{
  text-align: center;
}
.btns button{
  margin: 30px 0 10px;
}

.obs-etc li{
  margin-bottom: 3px;
}

.dl-horizontal dt {
  width: 190px;
  font-weight: normal;
  margin-bottom: 10px;
}

.dl-horizontal dd {
  font-weight: normal;
  margin-bottom: 10px;
  margin-left: 200px;
}
.table tbody td{
  min-height: 18px;
}
h3{
  clear: both;
  display: block;
  width: 100%;
  padding: 0;
  margin: 30px 0 14px;
  font-size: 19.5px;
  font-weight: normal;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.well{
  color: #aaa;
}
.well b{
  color: #333;
}

pre{
  background: transparent;
}

footer p{
  text-align: center;
}


.obs-2-list{
  margin: 0 0 10px 20px;
  padding-top: 20px;
}
.obs-2-list li{
  line-height: 1.2;
  margin-bottom: 5px;
}

td.col-allotment{
  text-align: center;
}
td.col-night{
  text-align: center;
}

.error{
  color: #b94a48;
}


/* font-size 上書き */
body{
  font-size: 16px;
}

pre{
  font-size: 16px;
}

label,
input,
button,
select,
textarea {
  font-size: 16px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-size: 16px;
}
