@import url("common.css");

/* ------------------------------
 Top
------------------------------ */

#top .toptitle {
	background: url(../recruit/img/top.jpg) no-repeat left top;
}

/* ------------------------------
 Main
------------------------------ */

#contents .subhead {
	margin: 26px 0 20px;
	clear: both;
}
#contents .subhead span {
	font-size: inherit;
}
#contents p {
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 2px;
}
#contents a.links {
	padding-right: 40px;
	text-decoration: underline;
	background: url(../recruit/img/link.png) no-repeat right center;
}
table.data {
	width: 100%;
	margin: 20px 0 46px 0;
	border-top: #CCC 1px dotted;
}
table.data th {
	border-bottom: #CCC 1px dotted;
	padding: 10px 16px 10px 16px;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	width: 5em;
	font-weight: bold;
	letter-spacing: 2px;
	color: #06A4B0;
}
table.data td {
	border-bottom: #CCC 1px dotted;
	padding: 6px 10px 6px 0;
}
table.data td div {
	border-left: #9CD8E2 4px solid;
	padding: 4px 0 4px 16px;
}
table.data td dl {
}
table.data td dl.upper {
	margin-bottom: 4px;
}
table.data td dl dt {
	float: left;
	background-color: #EAF8FB;
	padding: 2px 10px;
	width: 9em;
	text-align: center;
	margin-right: 10px;
}
table.data td dl dd {
	float: left;
	padding: 2px 0;
}
#contents .contact {
	border: #CCC 2px solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 6px;
}
.contact h1 {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 0 12px;
	background-color: #3EB4C7;
	padding: 6px 20px;
	color: #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.contact dl {
	margin: 5px 6px 5px;
	clear: both;
	border-top: #CCC 1px dotted;
	padding: 5px 6px 0;
}
.contact dl dt {
	float: left;
	width: 10em;
	padding: 6px 0;
	text-align: center;
	background-color: #DBF0F4;
	margin-right: 16px;
	color: #06A4B0;
}
.contact dl dd {
	float: left;
	padding: 5px 0;
}




