@charset "utf-8";

/* モーダル用 */
#lean_overlay{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
.modalWrap{
	height: 100%;
	width: 100%;
}
.modalCont {
	overflow: hidden;
	height: 100%;
}
.modalScroll {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.modal_close {
	display: block;
	width: 20.46%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	background-color: #fff;
}
.modal_close:hover {
	cursor: pointer;
}
.modal_close:hover img {
	opacity: 0.7;
}
.fixed {
	position: fixed !important;
}
.modalWrap {
	margin-left: 0!important;
	left: auto!important;
}