@charset "UTF-8";

ul#menuArea {
	width: 1180px;
	margin: 1em auto;
}
ul#menuArea li {
	display: inline-block;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 3em;
	padding: 0.5em 1em;
	border: solid 1px #ccc;
	border-radius: 8px;
	box-shadow: 0px 1px 20px -7px #ccc;
}
ul#menuArea li:nth-child(4n) {
	margin-right: 0;
}
h3 {
	font-weight: normal;
	font-size: 14px;
	border-bottom: solid 1px #eee;
	height: 36px;
	line-height: 36px;
}
h4 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 1em;
}
h5 {
	display: block;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	color: #333;
}
ul#menuArea li a {
	margin-top: 1em;
	margin-bottom: 0.5em;
	width: 100%;
	display: block;
	text-align: center;
}
.mt1 {
	margin-top: 1em;
}