@charset "utf-8";
.list-recruit {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 730px;
    list-style-type: disc;
    list-style-position: inside;
    padding: 5px;
    border: 1px solid #A3A3A3;
	box-sizing: border-box;
}

.list-recruit li {
	list-style: none;
    padding: .5em;
}

.list-recruit li:not(:last-child) {
    border-bottom: 1px dashed #A3A3A3;
}

.list-recruit li::marker {
    color: #000000;
    font-size: 1.1em;
}

.kaisha {
width: 100%;
	border-spacing: 0px;
margin-top:5px;
margin-bottom:5px;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 10px;
}

.kaisha th {
	font-weight: normal;
width:150px;
margin:0px;
background-color: #dedede; 
}


