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

.serchf {
text-align: right;
    }