@charset "UTF-8";

/*: お知らせ ::::::::::::::::::::::::::::::::::::::::::::::::::*/

body{
	background: #FFF;
}

/*　お知らせ一覧
-----------------------------------*/
#sitemapArea{
  display: block;
  margin-bottom: 20px;
}
#sitemapArea h2{
  color: #a566a7;
  text-align: center;
  margin:0 0 10px 0;
  padding: 10px 10px 10px 10px;
}







.stripedList{
  width: 620px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .stripedList {
    width: 100%;
  }
}

.linkList{
  padding: 30px 0px 30px 0px;
}

.stripedList li{
  background-image: url(/sitemap/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-size: 20px 21px;
  background-color:#ececec;
  padding: 15px 5px 15px 40px;
}

.stripedList li:nth-child(even){
  background-image: url(/sitemap/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-size: 20px 21px;
  background-color:#fbfbfb;
  padding: 15px 5px 15px 40px;
}

.stripedListInner li:nth-child(even){
  background-image: url(/sitemap/images/arrow.png);
  background-repeat: no-repeat;
  background-position: 10px 14px;
  background-size: 20px 21px;
  background-color:#ececec;
  padding: 15px 5px 15px 40px;

}



#yearList ul li a{
  background-image: url(/members/images/arrow_members.png);
  background-repeat: no-repeat;
  background-position: 10px 8px;
  background-size: 20px 21px;
  height: 40px;
  padding: 10px 5px 10px 40px;
  margin: 0 0 1px 0;
  line-height: 20px;
  display: block;
}



