.siess-x{
	text-align: center;
}

	a:hover{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: “alpha( opacity=60 )”;
	}

.w800{
	max-width: 850px;
	width: 100%;
	height: auto;
}

table.ta{
	margin: auto;
	text-align: center;
	max-width: 850px;
	width: 100%;
	height: auto;
	border-spacing: 0px;
}

table,th,td{
	border: 1px #ff0000 solid;
	border-color:white;
	border-style: dotted;
	font-size:1.3em;
	color:white;
}

th{
	background-color:#4093A4;
}

td{
	background-color:#00afcc;
	font-size:1.3em;
	padding: 0.9em;
}

.set{
	font-size:0.65em;
	color:gold;
	font-weight: bold;
}

.size{
	color:white;
	font-weight: bold;
}

.mini{
	font-size:0.7em;
	color:silver;
}

.big{
	font-size:1.1em;
	color:white;
	font-weight: bold;
}

.back{
	font-size:0.8em;
	color:white;
}

.timg{
	background-color:silver;
}

.g0{
	background-color:#daa520;
	color:white;
	font-weight: bold;
}

.g1{
	font-size:1.1em;
	color:white;
	background-color:#007fff;
	padding:8px;
	font-weight: bold;
}

.g2{
	font-size:1.1em;
	color:white;
	background-color:red;
	padding:8px;
	font-weight: bold;
}

.g1c{
	font-size:0.9em;
	color:white;
	background-color:#007fff;
	padding:8px;
	font-weight: bold;
}

.g2c{
	font-size:0.9em;
	color:white;
	background-color:red;
	padding:8px;
	font-weight: bold;
}


<!-- ---------モーダルウィンドウ用CSS-------------- -->
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #b4b1a0;
  color: #4c4833;
  width: 300px;
  height: 80px;
  box-sizing: border-box;
  text-decoration: none;
  transition-duration: 0.3s;
}
.btn:hover {
  background: #b4b1a0;
  color: #ffffff;
}
.remodal {
  position: relative;
  padding: 25px;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}