@charset "UTF-8";

/* ================================================================
	サイトマップ
=================================================================== */
.sitemap{
  background-color:#FFF;
  padding:15px 170px 60px;
  font-size:13px;
}
#sitemap .titleMain {
	background-image: url(../images/sitemap/bgTitleMain.png);
}
.leftBox{
  width:312px;
  float:left;
}
.rightBox{
  width:312px;
  float:right;
}
.sitemapList li{
  line-height:200%;
  position:relative;
  padding-left:20px;
}
.sitemapList li.title{
  padding-left:0;
}
.sitemapList li.title:after,
.sitemapList li.underlayerList:after{
  background-image:none;
}
.sitemapList li:after{
  position:absolute;
  content:"";
  background-image:url(../images/sitemap/iconArrow.png);
  width:6px;
  height:9px;
  top:7px;
  left:5px;
}
.underlayerList{
  height:140px;
}
li h3{
  font-size:15px;
  color:#95D100;
  border-bottom:1px solid #C8C8C8;
  padding-bottom:11px;
  margin-bottom:15px;
  margin-top:45px;
}
.sitemapList li a{
  text-decoration:none;
  color:#505050;
}
.sitemapList li a:hover{
  opacity:.8;
}
.underlayer{
  position:absolute;
  top:-25px;
  left:110px;
}
li.recruit ul{
  float:right;
  padding-right:100px;
}
.lastList{
  margin-top:20px;
}
/*公開前処理*/
.noOpen{
  opacity:.5;
}
