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

.faq {
	margin: 0 30px;
}
.faq dt {
    background: url(../img/icon_q.png) no-repeat left top;
	background-size: 50px;
    color: #333;
    font-weight: bold;
    padding: 10px 0 30px 60px;
}
.faq dd {
    background: url(../img/icon_a.png) no-repeat;
	background-position:  20px top;
	background-size: 50px;
    color: #069;
    
    padding: 10px 0 30px 80px;
    /*min-height: 67px;*/
	border-bottom: 2px dotted #06C;
	margin-bottom: 30px;
}
.faq dd:last-child {
    border-bottom: none;
}


@media screen and (max-width: 479px) {
	
	.faq {
	margin: 0;
	}
	
	.faq dt {
		background-size: 35px;
		padding: 0px 0 20px 40px;
	}
	
	.faq dd {
		background-size: 35px;
		background-position: left top;
		padding: 0px 0 30px 40px;
	}
	
} /* end media query */