dl.accordion {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 6px;

}
dl.accordion dt {
	height:40px;
	text-indent:10px;
	line-height:40px;
	color:#333;
	font-weight:bold;
	cursor:pointer;
	background-image: url(../../../images/pc/category/useful/useful_qanda_yaji.png);
	background-repeat: no-repeat;
	background-position: 100% center;
}
dl.accordion dt p {
	background-image: url(../../../images/pc/category/useful/useful_qanda_q.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	color: #73d7e9;
	font-size: 14px;
}

dl.accordion dt.open {
	background-image: url(../../../images/pc/category/useful/useful_qanda_yaji1.png);
	background-repeat: no-repeat;
	background-position: 100% center;
}
dl.accordion dd {
	background:#FFF;
	line-height:1.5;
	display:none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
}
dl.accordion dd p {
	background-image: url(../../../images/pc/category/useful/useful_qanda_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-right: 10px;
}
