@charset "utf-8";
/*
CSS Information
 File name:      recruit.css
 Author:         Administrator
 Style Info:     /sp/recruit.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */


input, select {
    vertical-align: middle;
}
#content >div {
	width: 95%;
	margin: 0 auto 10px;
}
#content a {
	color: #888467;
}
#content dl dt {
    padding: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}
.caution {
    color: #f00;
}
#content dl dd {
    padding-left: 10px;
    margin-bottom: 10px;
    text-align: left;
}
#content input[type="text"] {
    width: 80%;
    height: 25px;
}
#content select {
    height: 30px;
}
#content .btn {
    width: 48%;
    display: inline-block;
    text-align: center;
	margin-bottom: 15px;
}
#content input[type="submit"], #content input[type="reset"] {
    font-size: 123.1%;
}
#content dl dd p {
	padding-top: 5px;
}
.errMsg {
    padding: 10px;
    margin: 0 auto 10px;
    width: 80%;
    border-style: solid;
    border-width: 1px;
    color: #f00;
}
.compMsg {
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	color: #dc0a0f;
	border: 1px solid #dc0a0f;
	width:100%;
	box-sizing: border-box;
	line-height: 1.4em;
}
.jobImg {
	text-align: center;
}
#content table {
	margin-bottom:10px;
	border:solid 1px #ccc;
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed;
	width:100%;
}
#content table td {
	text-align:left;
	padding:5px;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}
#content table td {
	text-align: left;
	padding: 5px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#content > section > div {
	padding: 0 10px 5px !important;
}