@charset "utf-8";

/* =====================================================================
	Q&A画面
====================================================================== */
#qaList {
	display: none;
}

#qa_title {
	background: -webkit-gradient(linear, center top, center bottom,from(#BBECFF),to(#0185FF));
	background: -moz-linear-gradient(center top , #BBECFF, #0185FF) repeat scroll 0 0 transparent;
	border-bottom: 1px solid #273750;
	border-top: 1px solid #CCD6E2;
	height: 42px;
	margin: 0;
	display: block;
	line-height: 42px;
	width: 100%;
	text-align: center;
}

#qa_title span.line {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	margin-left: 46px;
	font-size: 20px;
}
.qa_close {
	border-bottom: 1px solid #9AABC7;
	display: block;
	height: 28px;
	padding: 0 2px 1px 0;
	width: 46px;
	float:right;
	margin-right: 5px;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#99D1FD), to(#2B63D2));
	background: -moz-linear-gradient(center top , #99D1FD, #2B63D2) repeat scroll 0 0 transparent;
	border: 1px solid #0F2A7C;
	border-width: 1px 1px;
	font-size: 12px;
	font-weight: 300;
	line-height: 28px;
	margin-top: 5px;
	display: block;
   	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.qa_close a#back {
	color: #FFFFFF;
	display: block;
}

.qa_text {
	padding: 10px;
	font-size: 12px;
}

.qa_bar {
	background: #D3EBF9;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
}
