@charset "utf-8";
/* CSS Document */
dl,ul,ol,menu,li {list-style:none;}


.rankingList{position:absolute; right:50%; margin-right:-610px; width:200px;}
.rankingList .wr_tit{width:200px; height:40px; background:#3aa347; color:#fff; padding:10px 0px; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 7px 7px 0 0 ; border-radius: 7px 7px 0 0; font-size:22px; line-height:38px; text-align:center; font-weight:700; text-decoration: none;}



.rankingList .wr_rank{float:left; width:196px; border-left:2px solid #ccc; border-right:2px solid #ccc; border-bottom:2px solid #ccc; background:#fff;}
.rankingList  ul{padding:15px; margin:0 auto;}
.rankingList  ul li{display:block; line-height:26px;}
.rankingList  ul li em.rank{display:inline-block; width:14px; padding:2px 1px; margin-right:9px; font:normal bold 11px Tahoma; color:#fff; background:#999; text-align:center;}
.rankingList  ul li:first-child em.rank{background:#3aa347; font-weight:700;}
.rankingList  ul li a{color:#333; text-decoration:none; font-size:12px; font-family:'Dotum', '돋움', serif;}
.rankingList  ul li:first-child a{color:#333; text-decoration:none; font-weight:700; font-size:12px; font-family:'Dotum', '돋움', serif;}
