/* ヘッダー全体 */
.footer-container {
	margin: 0px auto 0px;
	max-width: 1280px;
	width: 100%;
}

.message-div {
	margin-bottom: 1em;
	text-align: left;
	padding: 0px 1em;
}

.footer-topics-img {
	position: relative;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	background-image: url(/images/footer_topix.png);
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 250px;
}

.message-img {
	position: relative;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	background-image: url(/images/imageA-1-4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 175px;
}

.message-img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.message-img-hover:hover {
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
	zoom:1;/*IE*/
}

.topics-div {
	margin-bottom: 1em;
	text-align: left;
	padding: 0px 1em;
}

.topics-imgs {
	width:	100%;
}

.topics-img {
	position: relative;
	z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
	background-image: url(/images/imageA-1-4.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 300px;
}

.topics-img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent:-999px;
	z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.topics-img-hover:hover {
	filter:alpha(opacity=70);/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";/* IE 8,9 */
	-moz-opacity:0.7;/* FF , Netscape */
	-khtml-opacity: 0.7;/* Safari 1.x */
	opacity:0.7;
	zoom:1;/*IE*/
}


@media (max-width: 750px) {
	.message-img {
		min-height: 150px;
	}

	.topics-img {
		min-height: 280px;
	}

	.footer-topics-img {
		min-height: 150px;
	}
}

@media (max-width: 599px) {
	.message-img {
		min-height: 205px;
	}

	.topics-img {
		min-height: 305px;
	}

	.footer-topics-img {
		min-height: 120px;
	}
}

@media (max-width: 515px) {
	.message-img {
		min-height: 100px;
	}

	.topics-img {
		min-height: 230px;
	}

	.footer-topics-img {
		min-height: 80px;
	}
}

.sitemap-div {
	background-color: #ffffe0;
	margin-top:0px;
	margin-bottom: 0px;
	padding: 20px 20px 0px 20px;
	text-align: left;
	color: #777777;
}

.sitemap-div li{
	font-size: 14px;
	line-height: 28px;
}

.sitemap-div ul{
	padding: 5px 5px 10px 0px;
    margin-left: 10px;
}

.sitemap-div ul ul{
	list-style: none;
    padding: 0px 0px 10px;
}

a.member-page-button {
	display: block;
	padding: 5px;
	margin-top: 15px;
	background-color: #796A56;
	border-bottom-style: none;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
}

h6.sitemap {
	border-bottom: solid 2px #777777;
	margin-bottom: 5px;
	display: block;
	line-height: 15px;
}

#page_top{
	background-image:url("/images/button9.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: -100px;
	right: 3vw;
	z-index: 998;
}

#page_top:hover{
	background-image:url("/images/button9light.png");
}
