@charset "UTF-8";
/* CSS Document */

.wrap{
	width:100%;
	max-width:920px;
	margin:0 auto;
	text-align: center;
}
.mb_30{margin-bottom:30px;}
table{
	width:100%;
	border-top:solid 2px #6957A2;
	border-left:solid 2px #6957A2;  
	font-size: 1.2em;
}
td,th{
	padding:5px;
	border-bottom:solid 2px #6957A2;
	border-right:solid 2px #6957A2;
}
th{
	background-color: #ACB2EB;
	color: #FFFFFF;
}
.bg{
	background-color: #DFD8FC;
	
}
.green{
	color: #29135D;
}
footer{
	text-align: center;
	background:rgba(143,143,255,0.8);
	padding:10px 0px;
  position: sticky;
 bottom: 0;
}
button{
	margin:5px 0px;
}
.block_sp{
	text-align: center;
}
@media screen and (max-width: 580px) {
	.sp_hide{display: none;}
	.block_sp{
	text-align: left;
}
	
}
	