#drawerMenu {
  font-weight: normal;
  background-color: #f5f5f5;
}
#drawerMenu .menuTitle {
  padding: 15px 0;
  background: #c1c1c1;
  text-align: center;
}
#drawerMenu .menuTitle img {
  width: 75px;
}
#drawerMenu nav {
  background-color: #f5f5f5;
}
#drawerMenu nav .menuList {
  margin: 0 0 20px;
  font-size: 15px;
  background-color: #f5f5f5;
}
#drawerMenu nav .menuList li {
  height: 50px;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}
#drawerMenu nav .menuList li a {
  display: block;
  width: 100%;
  height: 50px;
  color: #231815;
  position: relative;
}
#drawerMenu nav .menuList li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: transparent url("../../images/common/icon_arrow_gray.png") center center no-repeat;
  background-size: 8px 12px;
  position: absolute;
  top: 20px;
  right: 10px;
}
#drawerMenu nav .menuList li a span {
  margin: 15px 0 0;
  padding: 0 0 0 10px;
  display: inline-block;
  position: relative;
}
#drawerMenu nav .menuList li a span:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  height: 22px;
}
#drawerMenu nav .menuList li a span.top:before {
  background: transparent url("../../images/nav/menu_link_top.png") center center no-repeat;
  background-size: 23px 21px;
}
#drawerMenu nav .menuList li a span.new:before {
  background: transparent url("../../images/nav/menu_link_new.png") center center no-repeat;
  background-size: 18px 21px;
}
#drawerMenu nav .menuList li a span.rank:before {
  background: transparent url("../../images/nav/menu_link_rank.png") center center no-repeat;
  background-size: 21px 18px;
}
#drawerMenu nav .menuList li a span.search:before {
  background: transparent url("../../images/nav/menu_link_search.png") center center no-repeat;
  background-size: 16px 20px;
}
#drawerMenu nav .menuList li a span.theater:before {
  background: transparent url("../../images/nav/menu_link_theater.png") center center no-repeat;
  background-size: 24px 19px;
}
#drawerMenu nav .menuList li a span.mytheater:before {
  background: transparent url("../../images/nav/menu_link_mytheater.png") center center no-repeat;
  background-size: 21px 22px;
}
#drawerMenu nav .menuList li a span.mypage:before {
  background: transparent url("../../images/nav/menu_link_mypage.png") center center no-repeat;
  background-size: 20px 20px;
}
#drawerMenu nav .menuList li.innerList {
  padding: 8px 0 6px 0;
  height: auto;
}
#drawerMenu nav .menuList li.innerList ul {
  padding: 0 0 0 17px;
}
#drawerMenu nav .menuList li.innerList ul li {
  height: auto;
  border: none;
}
#drawerMenu nav .menuList li.innerList ul li a {
  height: auto;
  font-size: 13px;
  line-height: 2.4;
}
#drawerMenu nav .menuList li.innerList ul li a:after {
  content: none;
}
#drawerMenu nav .menuList li.innerList ul li a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: transparent url("../../images/common/icon_arrow_red.png") center center no-repeat;
  background-size: 6px 10px;
}
#drawerMenu nav .menuList li.innerList ul li.profileEdit a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: transparent url("../../images/common/icon_edit.png") center center no-repeat;
  background-size: 11px 11px;
}
#drawerMenu nav .menuList li.innerList ul li.daccount a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: transparent url("../../images/common/logout_daccount.png") center left  no-repeat;
  background-size: 14px 14px;
}
#drawerMenu nav .menuList li.innerList ul li.facebook a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: transparent url("../../images/common/logout_facebook.png") center left no-repeat;
  background-size: 14px 14px;
}
#drawerMenu nav .menuList li.innerList ul li.twitter a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  background: transparent url("../../images/common/logout_twitter.png") center left no-repeat;
  background-size: 14px 14px;
}
#drawerMenu nav .menuList li.innerList ul li.yahoo a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 8px;
  background: transparent url("../../images/common/logout_yahoo.png") top left no-repeat;
  background-size: 16px 8px;
}
#drawerMenu .attentionList {
  padding: 4% 6% 1% 10%;
  font-size: 13px;
  background-color: #f5f5f5;
}
#drawerMenu .attentionList li {
  margin: 0 0 10px;
  background-color: #f5f5f5;
  position: relative;
}
#drawerMenu .attentionList li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: transparent url("../../images/common/icon_smallarrow_gray.png") center center no-repeat;
  background-size: 6px 10px;
  position: absolute;
  top: 3px;
}
#drawerMenu .attentionList li a {
  padding: 0 0 0 10px;
  display: inline-block;
  color: #5f5f5f;
}

@media screen and (min-width: 600px) {
  #drawerMenu {
    max-width: 300px;
    width: 30%;
    position: absolute;
    top: 53px;
    left: auto !important;
    background: none;
  }
  #drawerMenu nav .menuList {
    margin: 0 0 20px;
  }
  #drawerMenu nav .attentionList {
    padding: 0 6% 5px 5%;
  }
}
@media screen and (min-width: 1000px) {
  #drawerMenu nav {
    margin: 0 0 15px;
  }
  #drawerMenu .adSpace {
    padding: 0 0 15px;
    display: block;
  }
  #drawerMenu .adSpace a img {
    width: 100%;
  }
}
@media screen and (max-width: 999px) and (min-width: 1px) {
  .adSpace {
    display: none;
  }
}
@media screen and (max-width: 599px) and (min-width: 1px) {
  #drawerMenu {
    display: none;
    width: 270px;
    position: absolute;
    left: -270px;
  }
  #drawerMenu nav .attentionList {
    padding: 0 15px 0 20px;
  }

	#drawerMenu .attentionList.under { display: none;}
}

#rank { margin-bottom: 20px;}