@charset "UTF-8";

.qa-box {
	overflow: hidden;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	}

.qa-box li{
	list-style: none;
	margin: 0 0 2px 0;
	padding: 8px 0 0 38px;
	overflow: hidden;
	}

.qa-q {
	background: url(../qa/qa_icon_q.png) no-repeat left top;
	min-height: 28px;
	}
.qa-a {
	background: url(../qa/qa_icon_a.png) no-repeat left top;
	min-height: 28px;	
	}	
	
.tabbox th{
	width:45px;
	vertical-align:top;
	}
.tabbox th img{
	margin: 0 0 10px 0;
	}
.tabbox td{
	width:570px;
	vertical-align:top;
	font-size:12px;
	text-align: left;
	line-height:20px;
	padding: 5px 0 0 0;
		min-height:45px;
	}
	
.tabbox li {
	list-style: none;
	}	