@charset "utf-8";

/* ========================================================================================================================/

	Document    : style.css
	Description : 採用情報css

/======================================================================================================================== */

/* ------------------------------------------------------------------------------------------------------------------------/
	recruit
/------------------------------------------------------------------------------------------------------------------------ */

.recruit {
	}
	.recruit h3 {
		color:#0e1c72;
		font-size:17px;
		box-sizing:border-box;
		background:transparent url("../image/layout/ic01.png") left 6px no-repeat;
		border-bottom:dotted 1px #121212;
		padding:0 0 5px 15px;
		}
	.recruit .history {
		box-sizing:border-box;
		background:#efefef;
		border:solid 1px #cccccc;
		margin:20px 0 0 0;
		padding:15px;
		}

	.recruit table {
		width:100%;
		border-style:solid;
		border-width:1px 0 0 1px;
		border-color:#cccccc;
		border-collapse:collapse;
		}
		.recruit table th,
		.recruit table td {
			text-align:left;
			vertical-align:top;
			border-style:solid;
			border-width:0 1px 1px 0;
			border-color:#cccccc;
			padding:10px;
			}
		.recruit table th {
			background-color:#efefef;
			}

.recruit-intro{
	margin:10px; 
}

.recruit-list {
	margin-left: 30px;
}

.recruit-list li{
	font-size: 18px;
	margin-bottom: 5px;
}