@charset "Shift_JIS";

/*--------------------------------------------------------------------
recruit.html	(お問い合わせ)
recruit.css
--------------------------------------------------------------------*/


/*------------TopAnimaのスタイル------------------------------------*/
div#Title h2 { background-image: url(../../img/recruit/title.png); }


/*------------LineBoxのスタイル------------------------*/
div#LineBox { margin-top: 0; }
div#LineBox p {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
div#LineBox p img {
	width: 100%;
}
div#LineBox p span {
	font-size: 1.53em;
}


/*------------MethodBoxのスタイル------------------------*/
div#MethodBox { margin-top: 50px; }
div#MethodBox h3 { background-image: url(../../img/recruit/sub_t01.gif); }
div#MethodBox span { color: #ed1c24; }
div#MethodBox table {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
}
div#MethodBox table tr th {
	width: 15%;
	padding: 8px 10px;
	background: #ebf8ff;
	border: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div#MethodBox table tr td {
	width: auto;
	padding: 5px 10px;
	border: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: middle;
}
div#MethodBox table tr td ul {
	list-style: none;
	display: flex;
}
div#MethodBox table tr td ul li:not(:last-of-type)::after {
	margin: 0 1em;
	content: "・";
}