header #page_title h1 {
	letter-spacing: 0.2em;
}
#contents #cgr_title {
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#contents .field_list {
	padding-bottom: 0px;
}
.field_list h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left: 20px;
}
.field_list li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 50px;
	background-image: url(../img/icon/icon_next.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	display: block;
	background-size: 18px 18px;
}
.field_list li a:hover {
	background-color: #FFDC93;
}
.field_list li:last-child a {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}