@import url(oth_common.css);

header.masthead{
    margin-bottom: auto;
}

#applinkWrap{
    margin-top: auto;
    padding: 20vh 0 18vh 0;
    margin-bottom: 5%;
}

.indexInfoApplink{ display: none; }

.lowerContents h1{
    font-size: 1.75rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

/*======================================================

 採用情報
 
======================================================*/

.recruitTxt {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	color: #ec0b51;
	margin: 0 0 80px;
	line-height: 200%;
}

.recruitList {
	margin: 0 0 80px;
}

.recruitList dt {
	font-weight: bold;
	color: #ec0b51;
}

.recruitList dt:before {
    content: "◆ ";
}

.recruitList dd {
	margin: 0 0 20px;
}

.recruitTable {
	width: 100%;
	font-size: 100%;
	margin: 0 0 40px;
}

.recruitTable th {
	width: 200px;
	padding: 15px;
	vertical-align: top;
	font-weight: bold;
} 

.recruitTable td {
	padding: 15px;
	vertical-align: top;
}

/* entryBtn */
.entryBtn {
	text-align: center;
}

.entryBtn p {
	display: inline-block;
	width: 240px;
}

.entryBtn a {
	padding: 10px;
	color: #fff;
	display: block;
	background: #e5004e;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.entryBtn img {
	text-align: right;
	width: 24px;
}

.entryBtn a:link    {text-decoration: none;}
.entryBtn a:visited {text-decoration: none;}
.entryBtn a:hover   {
	text-decoration: none;
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
}
