.box-modal {
	position: relative;
    background: #fff;
}
.box-modal_close { position: absolute; right: 10px; top: 10px; cursor: pointer; }
.box-modal_close:hover { color: #666; }
.mdl-1170{
    width: 1070px;
}
.mdl-1090{
    width: 1090px;
}
.mdl-590{width:590px;}
@media screen and (max-width:1169px){
	.box-modal{width: auto;}
	.mdl-1170{
		width: auto;
	}
}
@media screen and (max-width:650px){
	.mdl-590{width:410px;}
}