/* Start side menu css */
.navLeftPage {
  color: white;
  background: rgba(29,29,28,1);
}
.navLeftPage .list li,
.navLeftPage .list .divider,
.navLeftPage .list li:first-child,
.navLeftPage .list li:last-child {
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  border-color: #101012;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.navLeftPage .list > li > a {
  color: #ccc;
  font-weight: normal;
}
.navLeftPage .list,
.navLeftPage .list .divider {
  background: inherit;
}
.navLeftPage .list .divider {
  top: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  padding: 6px;
  background: #333;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navLeftPage .list > li > a:after { margin-top: -8px;}
.navLeftPage .list { margin: 0px;}
.navLeftPage .list li, 
.navLeftPage .list .divider, 
.navLeftPage .list li:last-child {
  background-color: #2b2b2b;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #181818;
}
.navLeftPage .list .divider {
  color: inherit;
  font-size: 1em;
  background: inherit;
}
.navLeftPage .divider > span {
  padding-right: 15px;
  background: url(../../images/icon-8x8-menu-title.png) no-repeat right center;
}
.navLeftPage .list > li > a {
  overflow:hidden;
  display:block;
  color: inherit;
  line-height: 1.5em;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.navLeftPage .lan > li > a {
  background-size: 20px;
  background-position: 10px center;
}
.navLeftPage ul.msv .pc { background-image: url(../../images/icon-32x32-msv-pc.png);}
.navLeftPage ul.msv .msv { background-image: url(../../images/icon-32x32-msv-msv.png);}
.navLeftPage ul.msv .touch { background-image: url(../../images/icon-32x32-msv-touch.png);}
/* End side menu css */
