@charset "utf-8";
/* CSS Document */


/*
------------------
会社概要
------------------
*/

table{
	width:660px;
}
table th{
	border-bottom:1px dotted #CCC;
	background:url(../../img/application/img_application.jpg) 15px 17px no-repeat;
	padding:15px 0 15px 25px;
	text-align:left;
	vertical-align:top;
}
table td{
	border-bottom:1px dotted #CCC;
	line-height:120%;
}

tr.lastRow th{
	border-bottom:none;
}
tr.lastRow td{
	border-bottom:none;
}

