@charset "utf-8";
/* CSS Document */

/*====================================================================
  よくあるご質問
====================================================================*/


.uiTabArea a {
	text-decoration: underline;
}

.uiTabArea a:hover {
	text-decoration: none;
}

.qaList {
	margin: 20px 10px 35px;
}
	.qaList li {
		list-style-type: none;
		background: url(../../common/img/page/ico_arrow_lg_r.gif) no-repeat left 7px;
		background-size: 6px auto;
		text-align: left;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	
h3 a {
	color: #444 !important;
}
 
/*--詳細--*/
.question {
	text-align: left;
	color: #007e3c;
	font-size: 120%;
	font-weight: bold;
	background: url(../../common/img/icon/q.png) no-repeat left 4px;
	padding-left: 27px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.answer {
	padding-left: 30px;
}

@media screen and (max-width:950px) {
	.qaList {
		margin-left: 5px;
	}

	.question {
		margin-top: 15px !important;
	}

	.qaList li {
		background: url(../../common/img/page/ico_arrow_lg_r.gif) no-repeat left 9px;
}

.answer {
	padding-left: 6px;
}

}
