#top_bar {
  background-color: #f8b500;
  height: 8px;
}
/****************/
/*  ダイアログ  */
/****************/
#dialog {
  display: none;
}
#dialog p{
  padding: 15px 5px;
  line-height: 2em;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog-titlebar {
  display: none;
}
/****************/
/*   フッター   */
/****************/
.footer {
  bottom: 0;
  width: 100%;
  height: 30px;
  background-color: #f5f5f5;
}
.footer p {
  line-height: 30px;
}