/*TOPのみ*/
#main{
  padding:0;
  background:none;
}
#middle_contents{
  margin-top:80px;
}
.eyecatch{
  display: block;
}

/*インフォ(管理画面のおしらせ　dl作り)*/
.mainTitle--info{
  margin-bottom:20px;
  font-size:26px;
  color:#444444;
}
.info dl {
    height: 250px;
    overflow: auto;
    font-family:Meiryo, メイリオ, 游ゴシック, 游ゴシック体, YuGothic, "Yu Gothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
    font-size:10px;
    padding-right:10px;
}
.info dt{
  float:left;
  clear:both;
  margin-bottom:5px;
}
.info dt span{
  font-weight:bold;
  display: inline-block;
  margin-right:5px;
}
.info dd{
  float:right;
  width:600px;
  word-break:break-all;
  margin-bottom:5px;
}

.mainBox__topText{
  text-align:center;
  margin-bottom:20px;
  color:#444444;
}
.mainBnrList__unit{
  margin-bottom:10px;
}
.mainBnrList__unit--left{
  float:left;
  width:49.5%;
}
.mainBnrList__unit--right{
  float:right;
  width:49.5%;
}
.Sora_book_wrap img {
    width: 100%;
}
.Banner_Sora {
    text-align: center;
}

