@charset "UTF-8";

section h1 {
	font-size: 150%;
	margin: 0 0 20px 0;
	padding-left: 12px;
	border-left: solid 8px #8FBF00;
	color: #305E40;
	font-weight: bold;
}
section h1.green {
	border-left: solid 8px #305E40;
	font-weight: bold;
}
section h1 span {
	margin-left: 10px;
	font-size: 70%;
	font-weight: normal;
	font-weight: bold;
}

.button_recruit1 {
    width:250px;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 0 5px;
    color:#305E40;
    background-color:#FFFFFF;
    border-radius:5em;
    border:1px solid #305E40;
}

.button_recruit2 {
    width:250px;
    font-size:15px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:4px 0 5px;
    color:#8FBF00;
    background-color:#FFFFFF;
    border-radius:5em;
    border:1px solid #8FBF00;
}


.tableType02 {
/*	width: 495px;*/
}
.tableType02 th {
	text-align: left;
	white-space: nowrap;
}
.tableType02 td th {
	white-space: normal;
}
.tableType02 tr:nth-child(even) td {
	background-color: #FAF9F0;
}

.listTypeLg li {
	/*display: inline-block;
	*display: inline;
	zoom: 1;*/
}

ul.photo li {
	margin-bottom: 5px;
}

.tableType01 th {
	border-bottom: 1px solid #D6D6D6;
	white-space: nowrap;
}
.tableType01 td {
	text-align: right;
	white-space: nowrap;
}
.tableType01 td:last-child {
	text-align: left;
	white-space: normal;
}