/* 左サイドカラム非表示指定 */
#side{
  display:none !important;
}
#contents{
  float:left
     !important;
}
.col-lg-9 {
    width: 100%     !important;
}

.serchf {
text-align: right;
    }
.text1{
  font-size:90%
}
.unstyled{
  font-size: 80%;
}
.js-disp-none {
  display:none;
}