/* #sitemap
----------------------------------------------------------- */
html,
body {
	background-color: white;
}

h1 {
	padding: 0 25px;
	font-size: 16px;
	color: #009fd6;
	line-height: 50px;
	border-bottom: 1px solid #d1d1d1;
}

.main {
	padding: 26px 65px;
	font-size: 13px;
	line-height: 36px;
	letter-spacing: 0.9px;
	letter-spacing: 0.09rem;
}

.main a {
	color: #009fd6;
}

.main a:hover {
	text-decoration: none;
}

.main .title {
	color: #009fd6;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-right: 54px;
	float: left;
}

.main .products {
	clear: left;
	overflow: hidden;
	margin-bottom: 15px;
}

.main .products a {
	color: #565656;
}

.main .products a:hover {
	color: #009fd6;
}

.main .item {
	float: left;
	width: 33.3%;
}

.main .item h3 {
	font-size: 16px;
	color: #202020;
	border-bottom: 1px solid #009fd6;
	margin-right: 30px;
}

.main .title:last {
	margin-right: 0;
}

@media only screen and (max-width: 750px) {
	.main {
		padding: 20px 30px;
		line-height: 30px;
	}
	.main .title {
		float: none;
		margin-right: 0;
	}
	.main .item {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.main .item h3 {
		margin-right: 0;
	}
}