@charset "utf-8";

/* ================ Style ================= */


#wrapper.page section {
	
}
#wrapper.page section .inner {
	padding: 20px;
	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 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aaa16d;
	margin-bottom: 5px;
}
#wrapper.page section .inner ul li a h3 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #aaa16d;
}

#wrapper.page section .inner ul li a h3 .new {
	display: none;
	font-size: 10px;
	background-color: #bd274e;
	color: #fff;
	padding: 3px 5px;
}




#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;
}
}