@charset "utf-8";
/* CSS Document */
/*****************/
/*mordal         */
/*****************/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#lean_overlay {
	position: fixed; 
	z-index:100; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}
#regist_box {
	display: none;
	width: 320px;
	height: 340px;
	background: #fff;
	padding: 20px 40px 30px;
}
#modal_top_wrap {
	margin: 0 0 10px 0;
}
#town_logo {
	float: left;
	width: 140px;
}
.modal_close {
	float: right;
	width: 20px;
	cursor: pointer;
}
#modal_btn_box {
	width: 320px;
	height: 298px;
	border: 1px solid #a8b9c9;
	border-radius: 4px;
	text-align: center;
}
#modal_ttl {
	margin: 20px 0 0 0;
}
.modal_txt {
	margin: 15px 15px 0 20px;
	color: #334455;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
}
#fb_btn {
	margin: 10px 0 0 0;
}
#tw_btn {
	margin: 10px 0 0 0;
}
#yh_btn {
	margin: 10px 0 0 0;
}
#mail_btn {
	margin: 10px 0 0 0;
}