.infolist {
	margin-bottom: 50px;
}
.infolist .ttl {
	font-size: 24px;
	font-weight: bold;
	color: #198FCC;
	margin-bottom: 10px;
}
.infolist .sttl {
	font-size: 16px;
	font-weight: bold;
	color: #18BEEE;
	margin-bottom: 10px;
}
.infolist .conts {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
	list-style-type: disc;
	margin-left: 20px;
}
.infolist .conts2 {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
}


/* Q&A */
.tabContainer dl {
	clear: both;
	width: 670px;
	margin-bottom: 30px;
}

/* Q */
.tabContainer dl dt {
	padding-left: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	background-image: url(../images/support/icon_q.png);
	background-repeat: no-repeat;
	font-size: 16px;
	color: #666;
}

/* A */
.tabContainer dl dd {
	border-bottom: 1px dotted #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-image: url(../images/support/icon_a.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.tabContainer h3 {
	font-size: 24px;
	font-weight: bold;
	color: #198FCC;
	margin-bottom: 20px;
}
