﻿@charset "utf-8";
#sitemap {
	margin-top: 30px;
	text-align: center;
}
#sitemap ul {
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
}
#sitemap li {
	margin: 10px;
	list-style-type: none;
}
h2 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	font-weight: normal;
	font-size: 116%;
	letter-spacing: .3em;
	margin-bottom: 30px;
}
h2:after {
  content: " ";
  margin-left: -.3em;
}
h2:before, h2:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h2:before {
  border-left: solid 1px #03A9F4;
  border-top: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  left: 0;
}
h2:after {
  content: '';
  border-top: solid 1px #03A9F4;
  border-right: solid 1px #03A9F4;
  border-bottom: solid 1px #03A9F4;
  right: 0;
}
@media screen and (min-width:480px){

}
@media screen and (min-width:768px) and (max-width:1024px) {

}
@media screen and (min-width:1024px) {

}
