@charset "UTF-8";

#tabcontrol {
  display: flex;
  justify-content: space-around;
}

#tabcontrol a {
  margin: 0 0.2em;
  display: inline-block;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: black;
  padding: 0.5em 1em;
  line-height: 1rem;
  text-decoration: none;
  color: white;
  background-color: white;
  position: relative;
  width: 250px;
}

#tabcontrol a:hover {
  opacity: 0.8;
}

#tabbody .tagpage_ex {
  border: 1px solid black;
  margin-top: -1px;
  padding: 1em;
  background-color: white;
  position: relative;
  z-index: 0;
}

#tabcontrol a:nth-child(1) {
  background: #4372c3;
}

#tabcontrol a:nth-child(2) {
  background: #fabc00;
}

#tabcontrol a:nth-child(3) {
  background: #01b150;
}

.vs1800 h5 {
  border: 2px solid #F00;
  padding: 5px;
  margin: 10px 100px;
  text-align: center;
}

.Column2 img {
  display: block;
  margin: auto;
}

.tabid #Contents {
  min-width: auto;
  ;
}

.tabid .GridSet {
  width: auto;
}

.table_vs1800 th {
  background: none;
}

@media screen and (min-width: 768px) {
  .w373 {
    width: 373px !important;
  }

  .w534 {
    width: 534px !important;
  }

  .w558 {
    width: 558px !important;
  }

  .w392 {
    width: 392px !important;
  }

  .w571 {
    width: 571px !important;
  }

  .w379 {
    width: 379px !important;
  }

  .w690 {
    width: 690px !important;
  }

  .w260 {
    width: 260px !important;
  }
}

@media screen and (max-width: 994px) {
  #tabbody .tagpage_ex {
    /* padding: 0; */
  }

  .tabid .ColumnSet {
    margin: 0;
  }

  .tabid .Column2.FirstItem {
    padding: 0;
  }

  .tabid .Column2.LastItem.w392 {
    padding: 0;
  }

  .tabid .vs1800 h5 {
    width: 140px;
    margin: 10px auto;
  }

  .tabid .w50 {
  }
}

/* 181212追記 */
.vs1800_width_adjust {
  max-width: 90%;
}

.vs1800_table_adjust.TableStyle4 {
  width: 90%;
  margin: 0 auto 20px;
}

.FloatContent_adjust {
  border: none;
}


/* 追記181213 */
.btn_contrl li a {
	width: 400px;
	margin: 0;
}
.btn_contrl {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.btn_contrl li {
		width: 100%;
	}
	.btn_contrl li a {
		width: auto;
		display: block;
	}

}
