
.SideMenuSection {
  margin-top: 1rem;
}
.SideMenuSection__Header {
  background: url(../../../img/bg/bg_sidemenu_header_arrow.gif) no-repeat;
  height: 1.85rem;
  text-indent: 1.4rem;
  font-size: .85rem;
  font-weight: normal;
  line-height: 2rem;
  color: #fff;
  cursor: default;
}
.SideMenuSection__HeaderLink {
  display: block;
  color: #fff !important;
}
.SideMenuSection__List {
  list-style-image: url("../../../img/lst/list_arrow_blue_normal.gif");
  list-style-position: inside;
  border-color: #a0c8fa;
  border-style: solid;
  border-width: 0 1px 1px;
}
.SideMenuSection__List.--full {
  list-style: none;
}
.SideMenuSection__Item {
  border-bottom: 1px dotted #cccccc;
  padding: 2px 0 2px .75rem;
  font-size: 12px;
  line-height: 1.4rem;
}
.SideMenuSection__Item:last-child {
  border-width: 0;
}
.SideMenuSection__Item.--banner {
  padding: 1.2rem 0;
  text-align: center;
}
.SideMenuSection__Item.--full {
  padding: .5rem 0;
  text-align: center;
  line-height: 1.15rem;
}
.SideMenuSection__Item.--corp-seminar {
  background: url(../../../img/img/houjin_bar.png) no-repeat 4% center;
  padding-left: 4.1rem;
  text-align: left;
  font-weight: bold;
}
.SideMenuSection__Item.--new-seminar {
  background: url(../../../img/img/sbnr-shinjin.png) no-repeat 4% center;
  padding-left: 4.5rem;
  text-align: left;
  font-weight: bold;
}
.SideMenuSection__Item.--group {
  background: url(../../../img/img/img_grouptokuten.png) no-repeat center top;
  padding-left: 4.5rem;
  text-align: left;
  font-weight: bold;
}
