#toast-container.toast-top-center>div{
	width: 70%;
}

.toast-top{
  padding:0!important;
  margin-top: 59px!important;
	width: 70%;
	max-width:600px;
  background-color: #fff!important;
	opacity:1!important;
}

.toast-close-button{
	right: 0.7em;
	top: 0.5em;
	border: 2px solid;
	padding: 0px 6px;
	border-radius: 30px;
}

.toast-top a{
  position:absolute;
  bottom:5px;
  display: block;
}

img.regist{
  max-width:210px;
}
.in_regist a:hover img{
	opacity:0.8;
}
@media screen and (max-width: 970px){
	img.regist{
	  width:150px;
	}
}
@media screen and (min-width: 768px){
	.toast-top a{
		left:210px;
	}
}

@media screen and (max-width: 767px){
	.toast-top a{
	right:35%;
	}
}
@media screen and (max-width: 730px){
	img.regist{
	  width:120px;
	}
	.toast-top a{
	  right:38%;
	}
	#toast-container.toast-top-center>div{
		width: 80%;
	}
}
@media screen and (max-width: 650px){
	img.regist{
	  width:100px;
	}
}

@media screen and (max-width: 500px){
	#toast-container.toast-top-center>div{
		width: 90%;
	}
	img.regist{
		width:80px;
	}
}
