/* NEW bookstore sidebar
-------------------------------------------------------------*/
#sidebar{
  width: 154px;
}
.sidebar_login_box{
  border: 1px solid #eb3938;
  background-color: #e7ebee;
  padding: 15px 10px;
  width: 132px;
}
.sidebar_login_box h3{
  background-image: url(../assets/icon_sideber_login_text.png);
  background-size: 20px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: bold;
  line-height: 17px;
  padding-left: 30px;
}
a.sidebar_login_btn{
  border: 1px solid #eb3938;
  border-radius: 3px;
  background-color: #ffffff;
  color: #eb3938;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 100%;
}
a.sidebar_login_btn.registration{
  background-color: #eb3938;
  color: #ffffff; 
  margin: 15px 0 10px;
}
.sidebar_banner{
  display: block;
  margin-top: 10px;
}
a.sidebar_search_link{
  background-image: url(../assets/icon_sidebar_search_blue.png);
  background-size: 14px;
  background-position: 36px center;
  background-repeat: no-repeat;
  border-radius: 3px;
  border: 1px solid #385caf;
  color: #385caf;
  font-size: 12px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-left: 15px;
  height: 32px;
  margin: 20px 0 20px;
  line-height: 32px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sidebar_download_box{
  border-radius: 3px;
  background-color: #282c3b;
  padding: 15px 10px;
  text-align: center;
  width: 134px;
}
.sidebar_download_box h3{
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.sidebar_download_box p{
  color: #a9abb1;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  margin: 10px 0 15px;
}
.sidebar_download_box a{
  display: block;
  margin-top: 10px;
}
.sidebar_download_box a img{
  width: 100%;
}
.sidebar_section{
  margin-top: 20px;
}
.sidebar_section h2{
  border-bottom: 2px solid #e0e0e0;
  background-size: 16px;
  background-position: left 2px;
  background-repeat: no-repeat;
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 10px 22px;
}
.sidebar_section--zassi h2{
  background-image: url(../assets/icon_sort_search_zassi.png);
}
.sidebar_section--nendai h2{
  background-image: url(../assets/icon_sort_search_nendai.png);
}
.sidebar_section--keyword h2{
  background-image: url(../assets/icon_sort_search_keyword.png);
}
.sidebar_list{
  margin-top: 15px;
}
.sidebar_list li{
  margin-top: 12px;
}
.sidebar_list li:first-child{
  margin-top: 0;
}
.sidebar_list li a{
  background-image: url(../assets/icon_arrow_right_small.png);
  background-size: 4px 6px;
  background-position: left 4px;
  background-repeat: no-repeat;
  color: #222222;
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sidebar_list li a:hover{
  opacity: 0.8;
}




