@charset "UTF-8";
/* CSS Document */

.corp{
	width:700px;
	padding:10px;
	
	letter-spacing:3px;
	margin:0 auto;}



table.corp {
    width:700px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.corp th,
table.corp td {
    padding: 15px;
}

table.corp td {
	background-color:#ffffff;
    padding: 15px;
}

table.corp th {
    background: #286D7F;
    vertical-align: middle;
    text-align:center;
    width: 150px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
 
table.corp th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color:  #286D7F;
    border-width: 10px;
    margin-top: -10px;
}

.recruit{
	margin-top:30px;
	background-color:#CCCCCC;
	width:100%;
	}
#recruit_info{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#recruit_info
span{
	font-weight: bolder;
	font-size: large;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.recruit_title{
	color: #ffffff;
	background-color: #286D7F;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 30px;
	}
.recruit_title
span{
	padding-left:30px;}
