@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  jobs.css
// style info :  スタイル指定
=================================================================== */
.contentsListPage .contentsListItem a.linkBnr {
    display: block;
    position: relative;
	min-height: 85px;
	padding: 15px;
	text-align: center;
}

#secBM .jobscap{
	padding: 0 15px;
}
#secBM .jobscap p{
	font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}
#secBM .jobscap span{
	font-size: 11px;
    opacity: .8;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 679px) {
}
@media only screen and (max-width: 479px) {
}
@media only screen and (max-width: 320px) {
}

