@charset "UTF-8";

#objective {
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 25px;
	padding-left: 40px;
	border: 2px solid #8CC63F;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: 40px;
}
#objective .head {
	font-size: 18px;
	line-height: 1em;
	color: #8CC63F;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
}
#recruit .button {
	font-size: 17px;
	line-height: 40px;
	color: #FFF;
	float: left;
	height: 40px;
	width: 340px;
	background-color: #8CC63F;
	text-align: center;

    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    border-radius:20px;
}
#recruit .button a {
	color: #FFF;
}
#recruit .button:hover {
	background-color: #7EA846;
}



.-------------------------------------{}
#message #txt_area {

}
#message #txt_area .head {
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 20px;
	padding-top: 10px;
}
#message #txt_area .txt {
	font-size: 15px;
	line-height: 1.75em;
}
#message img {
	position: absolute;
	top: 0px;
	right: 0px;
}
.-------------------------------------{}
#recruit table {
	font-size: 14px;
	margin-bottom: 40px;
	line-height: 1.7em;
}

#recruit th, #recruit td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

#recruit th {
	font-weight: normal;
	padding-left: 25px;
	width: 200px;
	background-image: url(../img_common/arrow2.png);
	background-position: 10px 19px;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
}

#recruit td {
	background-color: #FFF;
	text-align: left;
	padding-left: 20px;
}
#recruit .line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.-------------------------------------{}
.-------------------------------------{}
