﻿/*
sitemap.css
*/


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


/* メインコンテンツ sitemap用 */

.main.inner {
  margin: 0 auto;
  width: 1080px;
}

.main {
  display:block; /* for IE11 */
}

.main p {
  margin-bottom: 30px;
}

.main a:link {
  color: #1d297f;
}

.main li {
}

.main p,
.main li,
.main dl,
.main table {
  line-height: 1.5;
}

.main h2 {
  color: #2a8617;
}

/* センタリング下線付H2 */
.main div.ttl01 {
   text-align: center;
}

.main .ttl01 h2 {
  display: inline-table;
  background: url(../images/common/icon_triangle.png) no-repeat left 30%;
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  margin-bottom: 22px;
  padding: 0 15px 22px 50px;
  border-bottom: 1px solid #2a8617;
}







/* サイトマップ */
#siteList {
  margin-top: -30px;
  text-align: center;
}

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

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

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

#siteList li a:hover span {
	opacity:0.5;
}

/*#siteList li:nth-child(even) a:hover span {
  background-color: #f08300;
}

#siteList li:nth-child(odd) a:hover span {
  background-color: #007b43;
}*/



