#old_log_area {
	background: #afafaf;
	display: none;
	max-width: 500px;
	height: 80%;
	margin: 35px 5px;
	padding: 0;
	color: #fff;
	z-index: 9999;
	position: fixed;
	text-align: center;
	top: 0;
	left: 0;
	line-height: 0;
}
#old_info_list_header {
	height: 35px;
	line-height: normal;
	position: relative;
}
.old_info_list_header_title {
	padding-top: 3px;
}
#old_log_area #old_info_list {
	line-height: normal;
	border-right: #afafaf solid 5px;
	border-left: #afafaf solid 5px;
	border-bottom: #afafaf solid 5px;
	background: #fff;
	max-width: 100%;
	display: inline-block;
	height: 100%;
	margin: 0 auto;
	overflow-y: scroll;
}
#old_log_area .info {
	background: fff;
	color: #000;
}
#old_log_area .info .log_img img {
	width: 50px;
	height: 50px;
}
#old_log_area .text_area {
	width: 100%;
	text-align: left;
}
#modal-close {
	font-size: xx-large;
	margin-right: 5px;
	color: #F66;
	text-decoration: underline;
	line-height: 0;
}
#modal-close:hover {
	color: #F00;
}
#pagetop {
	font-size: 30px;
	position: absolute;
	line-height: 0;
	left: 0;
	margin-left: 5px;
}
#pagetop a {
	color: #5d5d5d;
}
#pagetop a:hover {
	color: #fff;
}
#old_log_close_btn {
	position: absolute;
	right: 0;
}
.button-link {
	text-decoration: none;
	color: #0645ad;
	font-size: medium;
}
.button-link:hover {
	cursor: pointer;
	text-decoration: underline;
}
.year_button_area {
	padding: 5px 0;
	border-right: #afafaf solid 5px;
	border-left: #afafaf solid 5px;
	background: #333;
}
#year_change_btn {
	font-size: 14px;
	padding: 0 20px;
}
#modal-overlay {
	z-index: 9998;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.9);
}
 @media screen and (max-width: 700px) {/*スマフォ想定*/
#old_log_area {
	margin-top: 10%;
}
