@charset "UTF-8";
/* CSS Document */

/*ヘッダー*/

#pageHeader{
	background:url(../../shared/img/MainVisual_bg02.png) no-repeat center bottom;
	background-size:cover;
}

#QandA{
	width:1000px;
	margin:0 auto;
}

#QandA p.question{
	border-bottom:1px dashed #009C95;
	width:1000px;
	height:40px;
	background:url(../img/Q_icon.png) no-repeat left top;
	color:#009C95;
	font-weight:bold;
	padding-left:50px;
	padding-top:17px;
}

#QandA p.answer{
	width:1000px;
	height:40px;
	background:url(../img/A_icon.png) no-repeat left top;
	padding-left:50px;
	padding-top:17px;
	margin-top:5px;
	margin-bottom:50px;
}