@charset "utf-8";

/* ================ Style ================= */
#wrapper.page section {
	
}
#wrapper.page section .inner {
	padding: 60px 75px;
	border: 2px solid #181818;
}
#wrapper.page section .inner ul {
	margin-bottom: 36px;
}
#wrapper.page section .inner ul li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #aaa16d;
}
#wrapper.page section .inner ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#wrapper.page section .inner ul li a {
	display: block;
	font-size: 0;
	letter-spacing: -1em;
	text-align: left;
}
#wrapper.page section .inner ul li a p {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aaa16d;
	margin-right: 75px;
}
#wrapper.page section .inner ul li a h3 {
	display: inline-block;
	vertical-align: top;
	width: 630px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aaa16d;
}

#wrapper.page section .inner ul li a:hover h3 {
	text-decoration: underline;
}



#wrapper.page section .pagination {

}

#wrapper.page section .pagination span {
	display: inline-block;
	border: 1px solid #aaa16d;
	padding: 5px;
	color: #aaa16d;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1;
}
#wrapper.page section .pagination a {
	display: inline-block;
	border: 1px solid #aaa16d;
	background-color: #aaa16d;
	padding: 5px;
	color: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1;
}
#wrapper.page section .pagination a:hover {
	border: 1px solid #aaa16d;
	background-color: #181818;
	color: #aaa16d;
}