/* サブページnav */
#search_nav {
	width: 100%;
	background: #f3f3f3;
	margin: 20px 0;
}
#search_nav .contents {
	height: 86px;
	background: url(../images/search_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
}
/* サブページmain */
.subPage {
	padding-top: 0;
}
.subPage .contents {
	overflow: hidden;
}
.sub_rightColumn {
	float: right;
	width: 21.33580705%;
	margin-left: 34px;
}
.sub_leftColumn {
	margin-left: 22px;
	width: auto;
	overflow: hidden;
}

.sub_rightColumn div {
	margin-bottom: 1.5em;
}
.sub_rightColumn div img {
	width: 100%;
	height: auto;
}
.sub_leftColumn .kekka {
	height: 54px;
}
.sub_rightColumn.kekka {
	margin-top: 54px;
}
.sub_borderBox {

}

@media screen and (max-width: 768px) {
	.sub_leftColumn {
		margin-right: 22px;
	}
	.sub_rightColumn {
		display: none;
	}
	.sub_borderBox {
		margin-bottom: 4em;
	}

}
/* サブページfooter */
.sub_ft {
	padding-bottom: 20px;
}



