﻿/*
sitemap.css
*/


/*=======================================
サイトマップ
=======================================*/
/* サイトマップ */

#siteList .inner {
	position: relative;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#siteList {
  margin-top: -30px;
  text-align: center;
}

#siteList li {
  float: left;
  width: 260px;
  margin-top: 30px;
  margin-right: 10px;
}

#siteList li:nth-child(3n) {
  margin-right: 0;
}

#siteList li a span {
  display: inline-block;
  width: 8.5em;
  line-height: 8.5em;
  border-radius: 50%;
  background-color: #17499d;
  color: #fff;
  font-size: 1.5rem;
  transition: ease-in-out 0.5s;
}

#siteList li a:hover span {
  background-color: #208B89;
}