@charset "Shift_JIS";

/* 
----------------------------------------------------*/
.txt    {
    padding-left: 1em;
    padding-bottom: 1em;
    position: relative;
}
.txt:before     {
    position: absolute;
content: '\25C6';
margin-left: -1em;
width: 0;
}

.jobtbl {
	margin-top: 10px;
	border-collapse: separate;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.jobtbl th, .jobtbl td {
	padding: 4px 15px;
	line-height: 1.7;
}
.jobtbl th {
	width: 25%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	font-weight: bold;
	text-align: center;
}
.jobtbl td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
    text-align: center;
}