@charset "UTF-8";

.main_new_frame {
	word-wrap: break-word;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	text-decoration: none;
	/* background-color:white; */
	font-family: "meiryo UI";
	font-size: 14px;
	padding: 5 0 5 5;
	transition: .2s;
	color: black;
}

.main_new_frame:hover {
	color: blue;
	transition: .2s;
}

.main_new_frame1 {
	word-wrap: break-word;
	width: 100%;
	height: 100%;
	line-height: 1.6;
	text-decoration: none;
	background-color: red;
	font-family: "meiryo UI";
	font-size: 14px;
	padding: 5 0 5 5;
}



.date_td {
	width: 100;
	text-align: left;
}


.date_td:before {
	content: '◆';
	color: #003737;
}

table {
	width: 100%;
	border-bottom: double 1px #666;
}