@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */

/*contents
----------------------------------------------------------- */


#right_content #qa dl	{
	padding: 0 0px;
	margin-bottom: 15px;
	margin-left:10px;
}
#right_content #qa dt	{
	background-image:url(../images/common/icon_qa_red.gif);
	background-repeat:no-repeat;
	background-position:10px 50%;
	margin:0 0 0 0px;
	list-style:none;
	font-size:14px;
	list-style: none;
	border:1px solid #DDDDDD;
	list-style-position: outside;
	padding:8px 0 8px 25px;
	float:none;
	clear:both;
	color:#333333;
	font-weight:bold;
}
#right_content #qa dd	{
	padding: 5px 5px 5px 15px;
}
#right_content #qa dd li	{
	padding: 0 0 0 10px;
}

#right_content #qa dd	span{
	font-weight:bold;
	color:#E65D81;
}


