div.form-alert {
	margin: 1em auto;
	padding: 1em;
	border: 4px solid #F2B2B2;
	width: 90%;
  background-color: #ffffff;
}

div.form-alert span {
	font-weight: bold;
	color: #E34245;
}
ul.contact__ex-alert,
ul.form-alert {
	padding: 0;
	margin: 0;
}
ul.contact__ex-alert li,
ul.form-alert li {
	list-style: none;
	background-color: #f6cccc;
	color: #ee3333;
	padding: 4px 1em;
	margin: 4px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 1.2em;
}

.form {}
.form .half_column { padding: 0 !important; }
.form .caution {
	color: #C40000;
}
.form .form_table {
  width: 100%;
}
.form_table {
  word-break: break-all;
  width: 100%;
}
.form .form_table td { font-size: 80%; }
#form_entry input[type="text"],
#form_entry textarea {
  padding: 0.5ex;
  border-radius: 3px;
  border: 1px solid #888;
  resize: none;
  margin: 5px;
  font-size: 100%;
}
#form_entry select{
  padding: 0.5ex;
  font-size: 100%;
}
#form_entry textarea {
  padding: 1ex;
  font-family: "游ゴシック","メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form .form_table th { vertical-align: middle; }
.form .form_table th {
	white-space: normal;
}
.w10per { width: 10%; }
.w20per { width: 20%; }
.w30per { width: 30%; }
.w40per { width: 40%; }
.w60per { width: 60%; }
.w70per { width: 70%; }
.w80per { width: 80%; }
.w90per { width: 90%; }
.w100per { width: 100%; }

span.required {
  background-color: #fe1a00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 10px;
  text-decoration: none;
  min-width: 30px;
  text-align: center;
  font-weight: bold;
  margin-left: 6px;
}

.btn {
	background-color:#575757;
	border:1px solid #999999;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 24px;
	text-decoration:none;
}
.btn:hover {
  background-color:#bfbfbf;
}

.addr_btn {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:12px;
	padding:6px 8px;
	text-decoration:none;
}
.addr_btn:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}

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

table.form_table td ul li {
  display: inline-block;
  margin-right: 1em;
}

table.form_table td div {
  margin: 5px;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}

table.form_table td div:last-child {
  border: none;
}

span.annotation {
  font-size: 90%;
  color: #00827c;
  display: block;
  line-height: 1.6;
}

span.strong {
  color: #cc0000;
}

.consult_date_list span,
.consult_hour_list span{
  display:  none;
}
.consult_venue_list label,
.consult_date_list label,
.consult_hour_list label{
  display: block;
}
option{
  cursor: pointer;
}




.bordered th {
  max-width: 160px;
  width: 160px;
}

table.loan_schedule {
  font-size: 90%;
}

.bordered.loan_schedule th, .bordered.loan_schedule td {
  font-size: 90%;
}

.bordered th.expiration_row, .bordered td.expiration_row {
  background-color: #eeeeee;
  color: #999999;
}

.place_list li {
  width: 100%;
}

.place_list li a {
  float: right;
  margin-right: 8px;
}
.place_list li a img {
  margin-left: 10px;
  vertical-align: middle;
  width: 32px;
}

.area_col {
  width: 90px !important;
  max-width: 90px !important;
}

.date_col {
  width: 130px !important;
  max-width: 130px !important;
}

.place_col {
  width: 130px !important;
  max-width: 130px !important;
}

@media only screen and (max-width: 639px){
  .form_table {
    width: calc(100% - 40px);
    border: none !important;
  }
  .form_table th, .form_table td {
    display: block;
    width: 100%;
    border: none !important;
  }
  .bordered th {
    max-width: 100%;
    width: 100%;
  }
  .bordered th br {
    display: none;
  }
  
  .loan_schedule thead th {
    text-align: center !important;
  }
  
  .area_col, 
  .date_col, 
  .place_col {
    width: 100% !important;
    max-width: 100% !important;
  }
  .date_col br {
    display: none;
  }
  
  .place_list {
    border-bottom: 2px dashed #999999;
  }
  
  table.form_table td ul li {
    display: block;
  }
  
  .input_large {
    width: 90%;
  }
  
  .consult_date_list {
    height: auto;
  }
}


label{
  cursor: pointer;
}


/* CSS Document */

.boxed label{
  margin:1ex;
  padding:1ex 1em;
  background:#5fcfca;
  display:inline-block;
  color:#ffffff;
  font-weight:bold;
  border-radius:10px;
  font-size:120%;
  font-family: "游ゴシック","メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="submit"],
input[type="button"]{
  padding:1ex 3em;
  margin:1ex;
}

.loan_schedule thead th {
  background-color: #55bab5 !important;
  text-align: center;
}

.contact__ex-alert{
  color: #ff3300;
}

