

/*contents01*/
.contents01 {
	width: 1040px;
	padding-top: 90px;
	margin-bottom: 40px;
}

.contents01 .box {
	width: 320px;
	height: 240px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
	vertical-align: top;
	display: inline-block;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}

.contents01 .box > div {
    display: table;
    width: 320px;
    height: 240px;
}

.contents01 .box > div a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.contents01 .box > div a:hover {
	opacity:0.75;
}

.contents01 .box h4 {
	font-family: 'Fira Sans';
	font-weight: 100;
	font-size: 20px;
	line-height: 1em;
	padding-top: 12px;
	padding-left: 10px;
	text-align: left;
}

.contents01 .box h4 span {
	font-family: 'Fira Sans';
	font-weight: 400;
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
	margin-top: 4px;
}

.contents01 .box img {
    max-width: 320px;
    max-height: 240px;
}