@charset "UTF-8";
/* CSS Document */


div#content {
    padding: 0 20px;
}
div#content h2 {
    margin-bottom: 10px;
    padding-top: 8px;
    color: #666;
    font-size: 115%;
	font-weight: bold;
	border-bottom: 2px solid #007D5A;
}
.info_list{
	box-sizing: border-box;
	border-bottom: 1px solid #e7ebed;
	padding: 20px 0;
	position: relative;
}
.info_list a {
    text-decoration: none;
    color: #007D5A;
    font-size: 90%;
}
.info_list span.title{
	margin-left:2em;
}
.info_list:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 6px solid transparent;
    border-left: 6px solid #007D5A;
}
.info_list a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 7px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}

.pager{
    text-align: center;
    margin: 20px auto;
}
.pager span.page-numbers.current {
    background-color: #ddebe7;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-size: 12px;
}
.pager a.page-numbers {
    background-color: #008454;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-size: 12px;
}
.pager a.prev.page-numbers, 
.pager a.next.page-numbers {
    background-color: #fff;
    color: #008454;
    text-decoration: underline;
}