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