@charset "UTF-8";
/* Bootstrap Modal */
.hide-text {
  font: 0 / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  overflow-y: auto;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

/* タイトル */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
  font-size: 15px;
  color: #333;
  border-bottom: none;
}
.modal-header h3 .modal_locationname {
  font-size: 15px;
}
.modal-header .close {
  margin-top: 2px;
}

/* closeボタン(×)*/
.close:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal-body p.txt {
  margin-bottom: 20px;
}
.modal-body p.ttl {
  margin-bottom: 10px;
  font-weight: bold;
  border-left: 4px solid #39c7dc;
  padding-left: 5px;
}

/* キャンセルボタン */
a.modal-btn:visited {
  color: #333333;
  text-decoration: none;
}

.modal-footer a.modal-btn:hover {
  color: #666;
  text-decoration: none;
}
.modal-footer .modal-btn-primary {
  width: 120px;
  color: #fff !important;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -o-box-shadow: 1px 1px 2px #ccc;
  box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 0 0 1px #fff inset;
  -moz-box-shadow: 0 0 1px #fff inset;
  -o-box-shadow: 0 0 1px #fff inset;
  box-shadow: 0 0 1px #fff inset;
  text-shadow: 1px 1px 1px #aaa;
  font-weight: bold;
  border: solid 1px #28C4D2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #3dc6d2), color-stop(0, #59cfd9));
  background: -webkit-linear-gradient(top, #59cfd9 0%, #3dc6d2 95%);
  background: -moz-linear-gradient(top, #59cfd9 0%, #3dc6d2 95%);
  background: -o-linear-gradient(top, #59cfd9 0%, #3dc6d2 95%);
  background: -ms-linear-gradient(top, #59cfd9 0%, #3dc6d2 95%);
  background: linear-gradient(to bottom, #59cfd9 0%, #3dc6d2 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#59CFD9', endColorstr='#3DC6D2');
}
.modal-footer .modal-btn-primary:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #aaa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #0cbbc9), color-stop(0, #2fc5d1));
  background: -webkit-linear-gradient(top, #2fc5d1 0%, #0cbbc9 95%);
  background: -moz-linear-gradient(top, #2fc5d1 0%, #0cbbc9 95%);
  background: -o-linear-gradient(top, #2fc5d1 0%, #0cbbc9 95%);
  background: -ms-linear-gradient(top, #2fc5d1 0%, #0cbbc9 95%);
  background: linear-gradient(to bottom, #2fc5d1 0%, #0cbbc9 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2FC5D1', endColorstr='#0CBBC9');
}
.modal-footer a.modal-btn-primary:link {
  color: #fff !important;
}

/* 決定ボタン */
.modal-footera a.modal-btn-primary:visited {
  color: #fff !important;
}

.modal-footer a.modal-btn-primary:hover {
  color: #fff;
}

.btn_type_green {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 1;
  width: 90px;
  padding: 8px 0;
  margin: 0 10px 0 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #ccc;
  -moz-box-shadow: 1px 1px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px #ccc;
  text-shadow: -1px -1px 1px #6e9313;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #729315), color-stop(0, #91b821));
  background: -webkit-linear-gradient(top, #91b821 0%, #729315 95%);
  background: -moz-linear-gradient(top, #91b821 0%, #729315 95%);
  background: -o-linear-gradient(top, #91b821 0%, #729315 95%);
  background: -ms-linear-gradient(top, #91b821 0%, #729315 95%);
  background: linear-gradient(to bottom, #91b821 0%, #729315 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#91b821', endColorstr='#729315');
}
.btn_type_green:hover {
  color: #fff;
  text-shadow: -1px -1px 1px #6e9313;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.95, #8cad1d), color-stop(0, #abcd2d));
  background: -webkit-linear-gradient(top, #abcd2d 0%, #8cad1d 95%);
  background: -moz-linear-gradient(top, #abcd2d 0%, #8cad1d 95%);
  background: -o-linear-gradient(top, #abcd2d 0%, #8cad1d 95%);
  background: -ms-linear-gradient(top, #abcd2d 0%, #8cad1d 95%);
  background: linear-gradient(to bottom, #abcd2d 0%, #8cad1d 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#abcd2d', endColorstr='#8cad1d');
}

a.btn_type_green:link, a.btn_type_green:visited, a.btn_type_green:hover {
  color: #fff;
  text-decoration: none;
}

#modal_edit_interview_info {
  top: 30px;
  margin-top: 0;
}

.modal_interview .float_item {
  zoom: 1;
}
.modal_interview .float_item:after {
  content: "";
  display: block;
  clear: both;
}
.modal_interview .errmsg {
  font-size: 12px;
  color: #ff4b27;
}
.modal_interview .lft {
  float: left;
  width: auto;
  margin-right: 10px;
}
.modal_interview .map_area {
  width: 530px;
  height: 260px;
  margin-bottom: 10px;
}
.modal_interview .btn_sub3 {
  width: 200px;
  height: 25px;
  font-size: 12px;
}
