@charset "utf-8";
/* CSS Document */
.bg {
	height: 552px;
	background-image:url(../img/jisseki/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 24px;
}
.middle .main {
	float: right;
	width: 550px;
}
.main h3 {
	color: #345daa;
	font-size: 20px;
	line-height: 1.5em;
}
.main h2 {
	color: #000;
	text-align: center;
	margin-bottom: 4px;
	font-size: 16px;
	border-bottom: 1px solid #000;
	margin-bottom: 12px;
}
.main h3 {
	font-size: 23px;
	margin-bottom: 12px;
}
.main .item {
	display: block;
	margin-right: 10px;
	margin-bottom: 12px;
	float: left;
}
.main .item img {
	display:block;
	/* box-shadow */
box-shadow:5px 6px 6px 2px #d1d1d1;
-moz-box-shadow:5px 6px 6px 2px #d1d1d1;
-webkit-box-shadow:5px 6px 6px 2px #d1d1d1;
margin-bottom:4px;
}
.main .item a:nth-child(3n) {
	margin-right: 0px;
}
.main .txt {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#345daa;
	margin-bottom:35px;
}
