@charset "utf-8";
/* Responsive Desgin for Corporate Pages. */
/* When if you change em to rem, you must repeat whole test and leave a comment here that don't use em but rem in this css basically. */

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

/* footer */
footer {
	margin: 0 auto;
	max-width: 960px;
	font-size: 90%;
	background: #d2dede;
}
#footer-left {
	padding: 1em 0 0.5em 1.8em;
	float: left;
	background: #d2dede;

}
#footer-left a {
	display: inline-block;
}

address{
	clear:both;
	padding:5px;
	text-align:center;
	font-style:normal;
	font-size:12px;
	color:#fff;
	background:#333;
}

/* --sitemap -- */
.sitemap {
	margin: 0 auto;
	padding: 0.5em 0 0 0;
	line-height: 1.8em;
	font-size: 90%;
	background: #d2dede;
	max-width: 960px;
}
.sitemap-box {
	-js-display: flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	
	max-width: 960px;
	margin: 0 auto;
}
.sitemap-item {
	margin: 0.5em;
	width: 220px;
}
.sitemap-item-title {
	font-weight: bold;
	color: #088; 
}
.sitemap-item-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sitemap-item-list > ul {
	padding: 0;
	margin: 0;
}
.sitemap-item-list > ol {
	padding: 0 0 0 1em;
	margin: 0;
}
.sitemap-item-list a {
	text-decoration: none;
	color: #444;
}
.sitemap-tm {
	max-width: 960px;

	text-align: right;
	padding: 0 0.5em;
	margin: 1em auto 0 auto;

	line-height: 1.5;
	font-size: 90%;
}

@media only screen and (max-width:959px){
	.sitemap {
		display: none;
	}
}
