@media screen and (max-width: 959px) {

.ps_illust01_position {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

}

@media screen and (max-width: 559px) {

.ps_illust01_position {
  transform: translateY(0);
}

}

.tbl01 th {
  color: #000000;
	background-color: #EAEAEA;
}

.tbl01 th.ps_basic {
	background-color: rgba(255,175,10,0.50);
  width: 8%;
  min-width: 8.1rem;
}

.tbl01 th.ps_standard {
	background-color: rgba(35,190,180,0.50);
  width: 8%;
  min-width: 8.1rem;
}

.tbl01 th.ps_premium {
	background-color: rgba(250,105,170,0.50);
  width: 8%;
  min-width: 8.1rem;
}

.tbl01 th.ps_org {
  color: #e56b00;
  background-color: rgba(255,122,28,0.35);
}

.tbl01 td.ps_basic {
	background-color: rgba(255,175,10,0.15);
}

.tbl01 td.ps_standard {
	background-color: rgba(35,190,180,0.15);
}

.tbl01 td.ps_premium {
	background-color: rgba(250,105,170,0.15);
}


