@charset "utf-8";
.name {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.idou-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #040404;
  font-size: 18px;
  border-radius: 5px;
  width: 300px;
  height: 45px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #C6DFEA;
}

.idou-button:hover {
  opacity: .7;
}

.kihon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  font-size: 15px;
  border-radius: 5px;
  width: 135px;
  height: 35px;
  transition: 0.3s;
  background-color: #c6dfea;
}

.kihon-button:hover {
  opacity: .7;
}

.kakutei-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 5px;
  width: 135px;
  height: 35px;
  transition: 0.3s;
  background-color: #FF4000;
}

.kihon-button:hover {
  opacity: .7;
}


.gray-back {
	background-color: #DDD;
}
.category {
	font-size: 24px;
}
.table-h {
	font-size: larger;
}
.table-h {
	font-size: 14px;
}
.table-b {
	font-size: 12px;
}
.text-red {
	color: #F00;
}
.category2 {
	font-size: 20px;
}
.b-settei {
	font-size: 16px;
}.mizuiro {
	color: #C6DFEA;
}

/* 文字色
-----------------------------------*/
#redcol {
	color:#ff0000;
}
.focus {
	background: #F0FFFF;
}
