@charset "UTF-8";
/* CSS Document */
/*==========================================
Directory-faq
===========================================*/
.ul_qa {
	margin: 0 30px;
	background: url(images/bgg.png) right bottom no-repeat;
}
.ul_qa li.q {
	font-size: 130%;
	font-weight: bold;
	list-style: outside square;
	margin: 5px 5px 5px 30px;
}
.ul_qa li.a {
	margin: 5px 5px 30px 0px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-bottom: 1px dotted #ccc;
}

@media only screen and (max-width: 800px) {
.ul_qa {
	margin: 0 5px;
}
.ul_qa li.q {
	font-size: 115%;
}
}
