/*
Re:LieF 〜DeaR YoU〜
COPYRIGHT [C] RASK ALL RIGHTS RESERVED.
*/

/********************************************************************************

		AttendancE

*********************************************************************************/

#attendanceWrap {
	width: 720px;
	margin: 0 auto 46px auto;
}
#attendanceWrap .title {
	width: 720px;
	padding-top: 80px;
}
#attendanceWrap .title img {
	width: 720px;
}
#attendanceWrap .detail {
	margin-top: 40px;
}
#attendanceWrap .detail p {
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 2px;
	text-align: center;
}

#tabWrap {
	width: 720px;
	margin-top: 80px;
}
.tab {
	float: left;
	position: relative;
	width: 171px;
	height: 48px;
	cursor: pointer;
}
.tab:not(:last-child) {
	margin-right: 12px;
}
.tab img {
	position: absolute;
	top: 0;
	left: 0;
	width: 171px;
}
.tab img:last-child {
	opacity: 0;
}
#tab04 img:last-child {
	opacity: 1;
}

#attendanceList {
	clear: both;
	position: relative;
	width: 720px;
	height: 720px;
	margin-top: 12px;
	pointer-events: none;
}
.attendance img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
}
#attendance04 img {
	display: block;
	opacity: 1;
}

#notice {
	margin-top: 24px;
	pointer-events: none;
}
