@charset "utf-8"; 
/* ----------------
   top出力工房とは

.iqfm-table {
    margin-bottom:15px;
}

.iqfm-table th, .iqfm-table td {
    border: 1px solid #DCDCDC;
    padding: 8px 36px 8px 14px;
}

.iqfm-table th {
    white-space: nowrap;
    background-color: #E7E7E7;
    text-align: left;
    vertical-align: top;
}
---------------- */
.iqfm-table {
	font-size:12px;
	margin-bottom:10px;
	width:698px;
	border: 1px solid #CCC;
	margin-top: 5px;
}

.iqfm-table th{
	background-color:#D2E9FF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 140%;
	color: #666;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 30%;
	font-weight: normal;
}

.iqfm-table td{
	background-color:#FFF;
	line-height: 140%;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
