.fixed {
	position: fixed !important;
}

.ui-widget-overlay {
  background: #000000 !important;
  opacity: .85 !important;
  filter: Alpha(Opacity=40);
}

.ui-dialog-titlebar {
  display:none;
}

.ui-dialog {
  z-index: 50002 !important;
}

#kousha-select-modal {
  overflow-y:scroll;
  font-family: initial;
  padding: 0;
}

#kousha-select-modal  input {
  padding: 0;
}

#kousha-select-modal button[type="submit"] {
  display: inline-block;
  height: 3em;
  width: 3.5em;
  font-size: 120%;
  margin-left: 5px;
}

#search-form {
  margin: 3px;
}

.result {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.close-modal-box {
  width: 100%;
  text-align: right;
}

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

.loading {
  position: relative;
  text-align: center;
  top: 50%;
  z-index: 10;
}

.loading-background {
  position: fixed;
  z-index: 9;
  top:  0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255,0.5);
  visibility: hidden;
}

.loading-text {
  text-align: center;
  font-size: small;
}

/* 地図 */
.map {
  width: 693px;
  height: 327px;
  margin: 15px auto;
  position: relative;
}

.map-img-jp {
  width: 693px;
  height: 327px;
  /*z-index は同じ階層にしか適応されないため ここに画像を配置する*/
  background: url('../../img/kousha_select/map/map.png?20210521') no-repeat;
  position: absolute;
  z-index: -1;
}

.map-content {
  width: 216px;
  position:absolute;
}

.map-pref-h3 {
  position: absolute;
  z-index: 1;
  width: auto;
  margin: 0;
  padding: 0;
}

.map-ul {
  position: absolute;
  top:  -15px;
  left: -12px;
  width: 195px;
  margin: 0;
  list-style: none;
  z-index: 1;
  background: url('../../img/kousha_select/map/popup_bg.png');
  border: 1px solid #A5AAAF;
  visibility: hidden;
}

.map-content ul {
  padding: 40px 0px 9px 9px;
}

.map-ul-flex {
  display: flex;
  flex-wrap:  wrap;
  justify-content: space-between;
}

.map-li {
  display: block;
  width: 86px;
  height: 22px;
  background: url('../../img/kousha_select/map/link_bg.png') no-repeat;
  background-size: 86px 22px;
  padding: 0 0 0 17px;
  margin: 8px 4px 0 2px;
  font-size: 15px;
  line-height: 19px;
  color: #0099CC;
  text-decoration: underline;
  cursor: pointer;
  flex: 1 0 36%;
}

#map-position-hokaido {
  top: 36px;
  left: 580px;
}

#map-position-tohoku {
  top: 132px;
  left: 562px;
}

#map-position-kanto {
  top: 224px;
  left: 463px;
}

#map-position-shinetsuhokuriku {
  top: 98px;
  left: 364px;
}

#map-position-tokai {
  top: 228px;
  left: 360px;
}

#map-position-kinki {
  top: 140px;
  left: 300px;
}

#map-position-chugoku {
  top: 140px;
  left: 199px;
}

#map-position-shikoku {
  top: 249px;
  left: 209px
}

#map-position-kyushu {
  top: 172px;
  left: 44px;
}

#map-position-okinawa {
  top: 60px;
  left: 87px;
}

/* 会場一覧 */
#breadcrumbs {
  width: 66%;
}

#search-form {
  width: 100%;
  margin: 2px auto 9px;
}

.area-select {
  width: 950px;
  margin: 0 auto;
}

.result-search .large {
  padding: 12px;
  margin: 0 auto;
}

.result-search .large .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin: 5px;
}

.result-search .large .container {
  display: flex;
  flex-wrap: wrap;
}

.result-search .large .container .element {
  width: 230px;
  min-height: 120px;
}

.result-search .large .container .element a {
  text-decoration: none;
}

.result-search .large .container .element .element-inner {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #999;
  padding: 10px;
  margin: 6px;
  box-shadow: 1px 1px 3px #aaa;
  -webkit-box-shadow: 1px 1px 3px #aaa;
  border-radius: 10px;
  -weblit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
}

.result-search .large .container .element .element-inner .smail-font {
  font-size: 14px;
  font-weight: normal;
}

#kousha-select-modal a:link,
#kousha-select-modal a:visited {
  color: #00f;
}
#kousha-select-modal a:active  {
  color: #f03;
}


.notice-result {
  font-size: 12px;
  color: #900;
  text-align: center;
}

.notice {
  text-align: center;
  font-size: 12pt;
}

.area-select .small {
  margin: 0;
  padding: 5px;
  border: 1px solid #f90;
}

.area-select .small ul {
  padding: 5px 4px;
  font-size: 14px;
  display: inline;
}

.area-select .small ul li {
  padding: 1px 0.5em 1px 0.5em;
  display: inline;
}

.area-select .small ul li a {
  text-decoration: none;
}

.area-select .small ul li.title {
  padding: 1px 0.7em 1px 0.3em;
}

.area-select .small ul li.element {
  font-weight: bold;
}

.area-select .small ul li.element .smail-font {
  font-weight: normal;
  font-size: small;
}

.area-select .small ul li.element.selected {
  background-color: #f30;
}

#kousha-select-modal .modal-content .result .result-search .area-select .small ul li.element.selected>a {
  color: #fff;
}

.kaijou-list {
  padding: 2px;
  margin: 2px 5px;
}

.kaijou-list table {
  border: none;
  border-collapse: collapse;
  font-size: 12px;
}

.kaijou-list table tr td {
  border-collapse: collapse;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0;
  padding: 1px;
}

.kaijou-list table tr td.category-name {
  text-align: center;
  width: 180px;
  font-size: 120%;
  font-weight: bold;
  border-left: 1px solid #999;
}

.kaijou-list table tr td.application-button {
  text-align: center;
  border-right: 1px solid #999;
  padding: 1px;
}

.kaijou-list table tr td span.schoolname {
  font-size: 22px;
  font-weight: bold;
}

.kaijou-list table tr td span.address, .kaijou-list table tr td span.telephone {
  font-size: 16px;
}

.kaijou-list table tr td div.smart-held {
  padding-left: 2px !important;
  padding-right: 2px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  font-size: 12px;
}

.kaijou-list table tr td div.smart-held table {
  border-collapse: collapse;
  border: 1px solid #666666;
  background-color: #FFF;
}

.kaijou-list table tr td div.smart-held table tr, .kaijou-list table tr td div.smart-held table th, .kaijou-list table tr td div.smart-held table td {
  border-collapse: collapse;
  border: 1px solid #999999 !important;
  padding: 8px !important;
  text-align: center;
}

.kaijou-list table tr td div.smart-held table th {
  background-color: #ffc !important;
  font-weight: bold;
  width: 40px;
}

.kaijou-list table tr td div.smart-held table th:nth-child(n + 2) {
    width: 120px;
}

.tag-online {
  padding: 2px;
  border-radius: 4px;
  color: #fff;
  background-color: #425aa1;
  font-size: 13px;
  height: 19px;
  margin: 2px;
  box-shadow: 1px 1px 2px #444;
  display: inline-block;
}

.table-available-t0-0, .table-available-t0-1, .table-available-t1-0, .table-available-t1-1 {
  font-size: 18px;
  font-weight: bold;
}

.table-available-t0-0, .table-available-t1-0 {
  color: #900;
  background-color: #CCCCCC;
}

.table-available-t0-1 {
  color: #116;
}

.table-available-t1-1 {
  color: #900;
}

.application-button-box {
  border: 2px #FF0000 solid;
  background-color: #FF6347;
  color: #FFFFFF;
  padding: 5px;
  cursor: pointer;
}


/* IE対応 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search .search-radio-area {
    display: flex;
  }

  .search .search-radio-container {
    padding-right: 10px;
  }
}

