@charset "UTF-8";
/* sp_lovefootball.css */

div.doc_QA div.title-area{
	border-bottom: 1px solid #ccc;
	margin:0px 0px 20px 0px;
}
#container .section-block div.title-area h5{
	float:left;
	border-bottom:none;
}
#container .section-block div.title-area p{
	padding:10px 0px 0px 0px;
	float:right;
}
div.doc_QA{
	margin:0px 10px;
}
div.doc_QA dl dt{
	color: #575757;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 40px 10px 10px;
	cursor: pointer;
	margin-bottom: 1px;
	background: #ccc url(/common/img/open.png) no-repeat 98% center;
}
div.doc_QA dl dt.active{
	background: #2475bd url(/common/img/close.png)no-repeat 98% center;
	color: #fff;
}
div.doc_QA dl dt a{
	display:block;
	padding:0px 0px 0px 0px;
}
div.doc_QA dl dd{
	display:none;
	font-size:14px;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 20px;
}
div.doc_QA dl dd p img{
	display:block;
	margin:0px 0px 20px 0px;
}
