body {
 	 font-family: "Nunito", sans-serif;
	 background-image: url("image/layout/bg.png");
	 background-repeat: repeat-x ;
}

main {
	 text-align: center;
	 margin-top: 2%;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
}

.footer {
}

.middle {
}

.bottom {
}

.center {
	 position: absolute;
	 left: 25%;
	 top: 16%;
	 width: 49.5%;
	 height: 48%;
}

.title {
	 text-align: left;
	 padding-top: 20px;
	 padding-left: 20px;
	 padding-right: 20px;
	 border-radius: 30px 30px 0px 0px;
	 background-image: url("image/main/bg.png");
	 display: block;
	 height: 40%;
}

.member {
}

.member h3{
	 text-align: center;
	 background-color: #FF4C4B;
	 color: white;
	 border-radius: 5px 5px 0px 0px;
	 border-left: #FF4C4B solid 5px;
	 border-right: #FF4C4B solid 5px;
	 border-top: #FF4C4B solid 5px;
	 padding: 5px;
	 width: 210px;
	 margin-bottom: 0;
}

.member h2{
	color: black;
	 text-align: center;
	 background-color: white;
	 border-radius: 0px 0px 5px 5px;
	 border-left: #FF4C4B solid 5px;
	 border-right: #FF4C4B solid 5px;
	 border-bottom: #FF4C4B solid 5px;
	 padding: 5px;
	 width: 210px;
	 margin-top: 0;
}

.title_bottom {
	 padding: 16px;
	 border-radius: 0px 0px 30px 30px;
	 background-color: #82C0FE;
	 display: flex;
	 height: 35%;
}

.left {
	 display: flex;
	 flex-direction: column;
	 width: 50%;
}

.list_title {
	 margin-top: 5px;
	 border-radius: 10px 10px 0px 0px;
	 border-top: solid #414035 5px;
	 border-left: solid #414035 5px;
	 border-right: solid #414035 5px;
	 background-color: #fff421;
	 
}

.list_title h4{
	 line-height: 0.5px;
}

.list_content {
	 border-radius: 0px 0px 10px 10px;
	 border: solid #414035 5px;
	 background-color: white;
	 overflow: scroll;
	 overflow-x: hidden;
     word-wrap: break-word;
	 height: 34%;
}

.right {
	color: white;
	 margin-left: 16px;
	 text-align: left;
	 width: 50%;
}

.right a{
	 color: white;
	 font-weight: bold;
}

.right a:hover{
	 color: #414035;
}

.right a:visited{
	 color: #414035;
}

.button {
	 position: absolute;
	 left: 43%;
	 top: 70%;
	 filter: drop-shadow(7px 7px 0px #492CB0);
}

.button:hover {
	 transform: scale(1.2);
}

.button_a {
	 left: 43%;
	 top: 70%;
	 position: absolute;
	 filter: drop-shadow(7px 7px 0px #492CB0);
}

.spinframe {
	 animation: FullAnimation 0.5s steps(3) infinite;
	 position: absolute;
}

@keyframes FullAnimation{
	 from {
		 transform: rotate(0deg)
	 }
	 to {
		 transform: rotate(360deg)
	 }
}

.gacha {
	 position: absolute;
	 left: 32%;
	 top: 88%;
	 filter: drop-shadow(7px 7px 0px #535C88);
}

.gacha:hover {
	 transform: scale(1.6);
}