@charset "UTF-8";
.linkList {
	padding: 0 195px;
}
.linkList > li {}
.linkList > li:first-child {}
.linkList > li:last-child {}
.linkList > li:nth-child(2n+1) {}
.linkList > li:nth-child(n+3) {}
.linkList > li > a {
	background-color: #935436;
	margin-top: 20px;
}
.linkList > li > a::before {
	content: "";
}
.linkList > li > a::after {
	content: "";
}
.calendar {
	max-width: 900px;
	margin: 0 auto;
}
@media screen and (min-width:1000px) {
	.linkList > li > a:hover {}
}
@media screen and (max-width:999px) {
	.linkList {
		padding: 0 15px;
	}
	.linkList > li {}
	.linkList > li:first-child {}
	.linkList > li:last-child {}
	.linkList > li:nth-child(2n+1) {}
	.linkList > li:nth-child(n+3) {}
	.linkList > li > a {}
	.linkList > li > a::before {}
	.linkList > li > a::after {}
	.calendar {}
}
@media screen and (max-width:699px) {
	.linkList {
		padding: 0 10px;
	}
	.linkList > li {}
	.linkList > li:first-child {}
	.linkList > li:last-child {}
	.linkList > li:nth-child(2n+1) {}
	.linkList > li:nth-child(n+3) {}
	.linkList > li > a {}
	.linkList > li > a::before {}
	.linkList > li > a::after {}
	.calendar {}
}