@charset "utf-8";
	#btn{
		background: #717171;
		color: #eeeeee;
		display:block;
		margin: 400px auto;
		width: 70px;
		text-align: center;
		font-size: 15px;
		padding:5px 0;
		border-radius: 3px;
		cursor: pointer;
	}

	#overlay, #overlay_login, #overlay_member, #overlay_qa {
	display: none;
	width: 100%;
	height:100%;
	position: fixed;
	z-index: 9999;
	background-image: url(../img/common/overlay.png);
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	}
#overlay_qa_bg {
	width: 100%;
	height:100%;
	background-image: url(../img/common/overlay.png);
	position: fixed;
}

#overlay_qa_login{
	display: none;
	width: 100%;
	height:100%;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	}

	#text{
	font-size: 40px;
	color: #eee;
	padding-top: 200px;
	vertical-align: middle;
	font-weight: bold;
	}
#overlay_login_cont, #overlay_cont, #overlay_member_cont, #overlay_qa_cont {
	width: 485px;
	border: 9px solid #666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	background-color: #FFF;
	clear: both;
}
#overlay_login_cont table, #overlay_member_cont table, #overlay_qa_cont table {
	width: 218px;
	margin-right: auto;
	margin-left: auto;
}
#overlay_login_cont table th, #overlay_member_cont table th, #overlay_qa_cont table th {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 10px;
	font-size: 14px;
}
#overlay_login_cont table td, #overlay_member_cont table td, #overlay_qa_cont table td {
	padding-top: 11px;
	padding-bottom: 11px;
}




	.overlay_close, .overlay_login_close, .overlay_member_close, .overlay_qa_close, .overlay_qa_login_close {
	text-align: right;
	}

.overlay_close img, .overlay_login_close img, .overlay_member_close img, .overlay_qa_close img {
	cursor: pointer;
}
#overlay_cont2 {
	width: 650px;
	border: 9px solid #666;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	background-color: #FFF;
	clear: both;
	position: relative;
	margin-bottom: 100px;
}
#overlay_cont2 ul {
}
#overlay_cont2 ul li {
}
#overlay_cont2 ul li a {
	display: block;
	background-image: url(../img/qa/index/bg1.jpg);
	background-repeat: no-repeat;
}

#overlay_cont2 table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#overlay_cont2 table img {
	margin-bottom: 10px;
}
#overlay_cont2 table td {
	padding-bottom: 20px;
	font-size: 14px;
	vertical-align: top;
}



#overlay_cont2 table tr td .check {
	text-align: right;
	display: block;
	margin-top: -20px;
	padding-right: 20px;
}

.etsuran {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	clear: both;
	padding-top: 80px;
	padding-bottom: 80px;
}
