@charset "utf-8";

a[role="tab"] {
	line-height: 100px;
	text-align: center;
}

@media (min-width: 1160px) {
    .student_record button.delete {
        top: 10px;
    }
}
.student_record button.delete {
    right: 10px;
    background-position: 0 -20px;
}
.student_record button.delete {
    width: 20px;
    height: 20px;
    background-color: #999;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -999;
    position: absolute;
    cursor: pointer;
    background-image: url(/images/museum/memory/bttn_guestbook.png);
    background-repeat: no-repeat;
    background-size: 20px auto;
}

.interview .list img {
	object-fit: cover;
}