

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

.contents01 .box {
	width: 226px;
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: 30px;
	vertical-align: top;
	display: inline-block;
}

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

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

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

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

.contents01 .box h3 {
	font-size: 20px;
	font-family: "Fira Sans";
	font-weight: 100;
	line-height: 1.4em;
	padding-top: 5px;
}

.contents01 .box p {
	font-size: 12px;
}

