@charset "UTF-8";

.wrap_contents_area
{
	width:90%;

	margin-left:auto;
	margin-right:auto;

}

.about_cancer
{

	margin-bottom:50px;

}

.wrap_qa
{

}

.wrap_q
{

	background-color:#fee;
	background-image:url(../image/cancer/icon_q.png);
	background-repeat:no-repeat;
	background-position:2px 6px;


	padding:5px;
	padding-left:30px;
	padding-bottom:0px;

	font-size:20px;

	margin-bottom:10px;

	border-bottom:3px solid #f00;

}

.wrap_a
{

	background-image:url(../image/cancer/icon_a.png);
	background-repeat:no-repeat;
	background-position:2px 3px;

/*
	margin-left:20px;
*/
	padding-left:30px;

	margin-bottom:20px;

}

