@charset  "utf-8";

html{
	-webkit-text-size-adjust: 100%;
}

/*information */
.popup_contents-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1500;
	opacity:0.7;
}
.popup_information_whats{
	position:fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding:20px;
	margin: auto;
	width:550px;
	height:250px;
	background-color:#fff;
    display: none;
    z-index: 2000;
}
.popup_information_word{
	width:530px;
	height:200px;
	overflow-y:scroll;
}
.popup_information_line{
	width:500px;
	color:#3f3f3f !important;
	font-size:14px !important;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif; !important;
}
.popup_information_line a{
	color:#3f3f3f !important;
	text-decoration:underline !important;
	font-size:14px !important;
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif; !important;
}
.popup_information_line a:hover{
	opacity:0.4;
}
.popup_info_whats_line{
    border-top:dotted 1px #666666;
	margin:10px 0 10px 0;
}
.popup_information_close{
	position:relative;
	top:0;
	right:50px;
	text-align:right;
	margin:0;
	padding:0;
}
.popup_information_close p{
	margin:0;
	padding:0;
	font-size:13px !important;
}
.popup_information_close a{
	text-decoration:none !important;
	color:#757575 !important;
}
.popup_information_close a:hover{
	opacity:0.4;
}
.popup_information_box {
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif; !important;
	font-size:15px;
}


@media screen and (max-width:610px){
	.popup_information_whats{
	width:450px;
}
	.popup_information_word{
		width:430px;
	}
	.popup_information_line{
		width:400px;
	}
}


@media screen and (max-width:500px){
	.popup_information_whats{
	width:250px;
}
	.popup_information_word{
		width:230px;
	}
	.popup_information_line{
		width:200px;
	}
	.popup_information_close{
	right:17px;
	}
}