@charset "Shift_JIS";


h3.softwareName{
	font-weight: bold;
	color: #666;
	font-size: 116%;
	margin-bottom: 5px;
}


/*===========　リスト設定1　==========*/
.list_1 li{
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.35em;
	padding-left: 12px;
}


/*===========　リスト付きdl　==========*/
dl.point {
	margin-bottom: 1em;
}

dl.point dt {
	font-weight: bold;
	color: #666;
	background-image: url(../../../img/listImage_2.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	padding-left: 13px;
}

dl.point dd{
	padding-left: 13px;	
}



/*===========　テーブル設定　==========*/

table.specTbl{
	width:100%;
	border-collapse:collapse;
	margin-top:20px;
}
table.specTbl col.col1{
	width:23%;	
}
table.specTbl th,
table.specTbl td{
	padding:5px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px #ccc solid;
	font-size:93%;
	line-height:130%;
}
table.specTbl th{
	border-right:1px #ccc solid;	
}
table.specTbl td{
	border-right:1px #ccc solid;
}
table.specTbl th.end,
table.specTbl td.end{
	border-right:0;
}

table.specTbl tr.zebra1{
	background-color: #e8ecf2;
}
table.specTbl thead th{
	background-color:#999;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
table.specTbl th.category{
	padding-top:20px;
	padding-bottom:3px;
	padding-left:0;
	border-right:none;
	font-weight:bold;
}





table.samples td{
	padding-bottom:0.7em;
}

