@charset "UTF-8";
/*
 * index.css
 *
 */

/*==================================
              sitemap
==================================*/
.recruit_info #header {
	background-image:url(/img/recruit/sitemap/sitemap_ttl.jpg);
}
.sitemap_list {
    width: 800px;
    margin: 30px auto 20px;
}
.sitemap ul li {
    margin: 10px;
    padding: 0 0 0 25px;
    background-image: url(/img/recruit/sitemap/arrow_01.jpg);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    font-size: 16px;
    text-align: left;
    line-height: 2em;
}
#main  .sitemap_info li {
	background-image: url(/img/recruit/sitemap/arrow_02.jpg);
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
#main .sitemap_info  li:nth-of-type(3),
#main .sitemap_info li:nth-of-type(4),
#main .sitemap_info  li:nth-of-type(5),  {
	background-position: 0% 50%;;
}

