@charset "utf-8";
/* CSS Document */
.nav-links{
  padding:2em;
  display:flex;
  justify-content:center;
  background:#fff;
}
a.page-numbers,span.pn{
  width:50px;
  height:50px;
  margin:2px;
  line-height:50px;
  text-align:center;
  font-size:1em;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
}
a.page-numbers:hover{
  background:#fe6;
  border-radius:25%;
}
span.current_p {
  background:#060;
  color:#fff;
  border-radius:25%;
}
.dots{
  background:none;
}
table.zaiseki {
	width:50%;
	margin:auto;
}
table.zaiseki th{
	width:50%;
}
table.zaiseki td.mi100{
	background:#ff0;
	width:50%;
}
table.zaiseki td.mi300{
	background:#fda;
	width:50%;
}
table.zaiseki td.mi1000{
	background:#c30;
	width:50%;
}
table.zaiseki td.mi_max{
	background:#55b;
	width:50%;
}
div.naraimg{
	padding:1em;
}
img.naraimg{
	border: 1px solid #006;
	border-radius: 0.5em;
}
ul.nararikai{
	border:solid 1px #006;
	text-align: left;
	padding: 1em 1em 1em 2em;
	margin:1em;
	list-style: disc;
	line-height: 2em;
	border-radius: 0.5em;
}
img.rikatsuyo {
	border-radius: 20px;
	border: 1px solid #042;
}
div.rikatsuyo_img_1{
	float:left;
	width:34%;
	border-radius: 10px;
	margin:0.25%;
	padding:0.25%;
}
div.rikatsuyo_img_2{
	float:left;
	width:60%;
	border-radius: 10px;
	margin:0.25%;
	padding:0.25%;
}
div.rikatsuyo_img_3{
	text-align: center;
	width:97%;
	height:58.5%;
	border-radius: 10px;
	margin:0.25%;
	padding:0.25%;
}
div.rikatsuyo_img_4{
	float:left;
	text-align: center;
	width:35%;
	border-radius: 10px;
	margin:0.25%;
	padding:0.25%;
}
div.rikatsuyo_img_5{
	float:left;
	text-align: center;
	width:20%;
	border-radius: 10px;
	margin:0.25%;
	padding:0.25%;
}
div.rikatsuyo_img_6{
	float:left;
	text-align: center;
	width:40%;
	border-radius: 10px;
	margin:0.25%;
	padding:0.25%;
}
.maru{
	 font-size:1.8em;
	color:#f0f;
	font-weight: bolder;
}
p.jisedai{
	 margin-top:1.5em;
}
@media screen and (max-width: 480px) {
.suii {
    width: 100%;
}
.suii tr {
    display: block;
    float: left;
}
.suii tr td, 
.suii tr th {
    border-left: none;
    display: flex;
	justify-content: center;
	align-items: center;
    height: 50px;
	line-height: 1em;
}
.suii thead {
    display: block;
    float: left;
    width: 16%;
}
.suii thead tr {
    width: 100%;
}
.suii tbody {
    display: block;
    float: left;
    width: 84%;
}
.suii tbody tr {
    width: 33%;
}
.suii tr td + td {
    border-left: none;
}
.suii tr {
	border:none;
}
.suii th,.suii td {
	border:none;
	border-right: solid 1px #060;
	border-bottom: solid 1px #060;
}
.suii tbody td:last-child {
	border-bottom: solid 1px #060;
}
.suii table{
	border: solid 1px #060;
}
}

