@charset "utf-8";

/* -- recruit -- */

#recruit a {
	text-decoration: none;
	color: #000000;
}
#recruit a:hover {
	text-decoration: underline;
	color: #000000;
}

#recruit #ContentsIn {
	float: left;
	width: 740px;
	background: #FFFFFF;
	color: #000000;
	padding: 30px;
	margin-bottom: 20px;
}

#recruit #ContentsIn h1 {
	margin-bottom: 25px;
}
#recruit #ContentsIn h1.Thanks {
	border-bottom: #000000 1px solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#recruit #ContentsIn h2 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
#recruit #ContentsIn h3 {
	clear: both;
	margin-top: 20px;
	margin-bottom: 5px;
}
#recruit #ContentsIn p {
	clear: both;
	margin: 0 0 10px;
}
#recruit #ContentsIn ul,ol {
	clear: both;
	margin-left: 1.5em;
}
#recruit #ContentsIn table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#recruit #ContentsIn table th,
#recruit #ContentsIn table td {
	background: #FFFFFF;
	border: #8d8d8d 1px solid;
	padding: 10px;
}
#recruit #ContentsIn table th {
	font-weight: normal;
	width: 17%;
}
#recruit #ContentsIn table td {
	width: 83%;
}

#recruit #ContentsIn table th.TtlCell {
	background: #8d8d8d;
	width: 100%;
}

#recruit #ContentsIn .Line {
	border-bottom: #8d8d8d 1px dotted;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#recruit #ContentsIn p.MarBottom30 {
	margin-bottom: 30px;
}

#recruit #ContentsIn a.Arrow {
	text-decoration: none;
	color: #000000;
	background: url(/image/common/IcoArrow.gif) left 3px no-repeat;
	padding-left: 13px;
	display: block;
}
#recruit #ContentsIn a.Arrow:hover {
	text-decoration: underline;
	color: #000000;
}

