@charset "utf-8";



/* --------------------------------------------------
	モーダルウィンドウ
-------------------------------------------------- */
#openModal{

}
#openModal a{
	text-decoration:underline;
}
#lean_overlay{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#privacy {
	position:relative;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
}
#privacy #textArea{
	width: 580px;
	max-height: 420px;
	padding: 30px;
	overflow-y: scroll;
 }
.modal_close{
	position: absolute;
	top: -50px;
	right: 0;
	background-image: url(/form/img/close.png);
	background-repeat:no-repeat;
	width: 107px;
	height: 37px;
}
.eng .modal_close{
	background-image: url(/form/img/close_en.jpg);
	background-repeat:no-repeat;
}
#privacy h3{
	margin-top: 24px;
}
#privacy p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 24px;
}

#privacy p span {
	display:block;
	margin:0 0 0 16px;
	text-indent: -16px;
}

@media screen and (max-width: 640px) {

#privacy #textArea{
	width: 300px;
	max-height: 300px;
	padding: 10px;
	overflow-y: scroll;
 }

}