@charset "UTF-8";
.lectureRecordSection .tableWrap {
	margin: 40px auto 35px;
}
.lectureRecordSection .tableWrap table tr th, .lectureRecordSection .tableWrap table tr td {
	border-right: 2px solid #262626;
	font-size: 12px;
	padding: 15px 20px;
	vertical-align: middle;
}
.lectureRecordSection .tableWrap table tr th {
	font-weight: bold;
	text-align: center;
}
.lectureRecordSection .tableWrap table tr td:nth-of-type(1) {
	border-bottom: 2px solid #4d4d4d;
}
.lectureRecordSection .tableWrap table tr td:nth-of-type(2) {
	border-bottom: 2px solid #424242;
}
.lectureRecordSection .tableWrap table tr td:nth-of-type(3) {
	border-bottom: 2px solid #373737;
}
.lectureRecordSection .tableWrap table tr:last-child th, .lectureRecordSection .tableWrap table tr:last-child td {
	border-bottom: 0;
}
.lectureRecordSection .tableWrap table tr th:nth-of-type(3),
.lectureRecordSection .tableWrap table tr th:nth-of-type(3) {
	border-right: 0;
}
.lectureRecordSection .tableWrap table th:nth-of-type(1) {
	background: #4d4d4d;
}
.lectureRecordSection .tableWrap table th:nth-of-type(2) {
	background: #424242;
}
.lectureRecordSection .tableWrap table th:nth-of-type(3) {
	background: #373737;
}
.lectureRecordSection .tableWrap table td:nth-of-type(1) {
	background: #626262;
}
.lectureRecordSection .tableWrap table td:nth-of-type(2) {
	background: #535353;
}
.lectureRecordSection .tableWrap table td:nth-of-type(3) {
	background: #434343;
}
.lectureRecordSection .imgWrap {
	background: url(../images/lecturerecord/bg01.png) no-repeat center center;
	background-size: 100% auto;
}
.lectureRecordSection .imgWrap img {
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.5);
}

/* 幅991px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
	.lectureRecordSection .tableWrap table tr th, .lectureRecordSection .tableWrap table tr td {
		padding: 10px;
	}
	.lectureRecordSection .imgWrap {
		background: url(../images/lecturerecord/bg01_sp.png) no-repeat center center;
		background-size: 100% 100%;
	}
	.lectureRecordSection .imgWrap img {
		box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.5);
	}
}

/* 幅767px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.lectureRecordSection .tableWrap {
		overflow: auto;
	}
	.lectureRecordSection .tableWrap table {
		width: 750px;
	}
	.lectureRecordSection .imgWrap img {
		width: auto;
		max-width: 224.5px;
	}
}
