@charset "UTF-8";

#contents h2{
	border: 0;
	margin-bottom: 100px;
}

#contents ul{
	width: 860px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content:flex-start;
}

#contents li{
	width: 410px;
	height: 133px;
	margin-bottom: 40px;
	background: url(./img/btn01.jpg) no-repeat;
}

#contents li a{
	display: block;
	line-height: 133px;
	font-size: 200%;
	color: #6e2900;
	text-decoration: none;
	padding-left: 50px;
	font-weight: bold;
}

#contents p{ text-align: center; margin-bottom: 60px;}

/*ページナビ*/
#contents ul.pager{	width: 568px; margin: 0 auto 0;}

#contents .pager li{
	width: 176px;
	height: 117px;
	background:none;
	margin: 0 auto;/*項目追加時削除*/
}

#contents .pager li a{
	line-height:1em;
	font-size: 100%;
	padding-left: 0;
}