@charset "utf-8";

.blocker{
	z-index: 100;
}
.modal{
	width: 100%;
	color: #000;
	line-height:1.6em;
}
/* --------------------------------------------------
	PC
-------------------------------------------------- */
@media screen and (min-width:641px){
	.modal{
		max-width: 800px;
	}
}


/* --------------------------------------------------
	ƒXƒ}ƒz
-------------------------------------------------- */
@media screen and (max-width:640px){
	.modal{
		max-width: 99.5%;
		padding:15px;
	}
