@charset "utf-8";


.title  {
	border-bottom: 10px groove #FF0000;
	padding-bottom: 10px;
	font-size: 30px;
}
tr:nth-child(even) {
	background-color: #C1FFBF;
	width: 100%;
}
tr:nth-child(odd) {
	background-color: #7DFF77;
	width: 100%;
}
div a h2 {
	text-decoration: underline;
}
.kaitou_honbun {
	margin: 20px;
	font-size: 25px;
}
body {
	margin-left: 20px;
	-webkit-text-size-adjust: 100%;
}
.title a img {
	margin-bottom: -10px;
}

