@charset "UTF-8";

/*-------------------------------------

// qanda

-------------------------------------*/

#header ul li a.qanda{
	background-position:-327px -25px;
}

/*sectionQandA
--------------------------------*/
#sectionQandA{
	margin-bottom:20px;
}

#sectionQandA table{
	border-bottom:1px dashed #666;
	width:820px;
	border-collapse:collapse;
	border-spacing:13px;
}

	#sectionQandA table .question th,
	#sectionQandA table .question td{
		padding:15px 5px 5px 5px ;
	}
	#sectionQandA table .answer th,
	#sectionQandA table .answer td{
		padding:5px 5px 15px 5px;
	}

#sectionQandA table th{
		text-align:center;
		vertical-align:top;
		width:66px;
	}
	#sectionQandA table .question td{
		color:#993866;
		font-weight:bold;
		font-size:94%;
		line-height:1.3;
	}
	#sectionQandA table .answer td{
		font-size:75%;
		line-height:1.6;
	}