/* ----------------------------
 interview
---------------------------- */

.interviewMv_bg {
    min-height: 245px;
}

.interviewContents_sec02_dtl01 .-img {
    width: 30%;
}

@media only screen and (max-width: 769px) {
    .interviewMvSp_bg {
        min-height: 220px;
    }
    .interviewContents_sec02_dtl01 .-img {
        width: 100%;
    }
}

/* ----------------------------
 新卒
---------------------------- */

.newGraTop_read_txt .-txt01 span {
    background-color: #fff;
    border-bottom:solid;
    border-color:#b6d857;
    border-width:5px;
    /*
    text-decoration: underline;
    text-decoration-color: #b6d857;
    */
}

/* ----------------------------
 aタグをデフォルトリンクにする
---------------------------- */

a.default:link {
	color: #0000EE;
	text-decoration: underline;
}
a.default:visited {
	color: #551A8B;
	text-decoration:
	underline;
}
a.default:hover {}
a.default:active {
	color: #FF0000;
	text-decoration: underline;
}
