@charset "utf-8";
#l_stage {
 border-radius:8px;
 padding:10px 7px 10px 10px;
 line-height:1.6em;
 letter-spacing:0.1em;
 margin-bottom: 30px;
}

#l_stage a {
 background: url(/res/p/common/img/icon/ico_stage.png) left center no-repeat;
 background-size:35px 35px;
 display:block;
 padding-left:40px;
 line-height:1.4;
 color: #5f5f5f;
 text-decoration: none;
}

#l_stage a:hover {
 text-decoration: underline;
}

#l_stage a div div {
  margin:0 0 7px 0;
  display:block;
  font-weight:bold;
  font-size: 10px;
}

#l_stage a em {
  font-size:10px;
  display:block;
}

#l_stage.not_login {
  border:#c1ab0a 2px solid;
}

#l_stage.not_login a {
  background: url(/res/p/common/img/icon/ico_stage2.png) left center no-repeat;
  background-size:35px 35px;
}

#l_stage.not_login a div div {
  margin:0 0 7px 0;
  display:block;
  font-weight:bold;
  font-size: 10px;
}

#l_stage.not_login a b {
  margin:3px 0 0 0;
  display:block;
  font-size:10px;
}

#l_stage.rank_04 { background:#9ea3c2; }
#l_stage.rank_03 { background:#caad49; }
#l_stage.rank_02 { background:#b8b8b8; }
/*#l_stage.rank_02 { background:#a28e40; }*/

#l_stage.rank_01 { background:#fff; border:#c1ab0a 2px solid; }
#l_stage.rank_01 a {
        background: url(/res/p/common/img/icon/ico_stage2.png) left center no-repeat;
        background-size:35px 35px;
        color:#202020 !important;
}