@charset "utf-8";
/* CSS Document */

/* basic
-------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html {
  height: 100%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f4f2f1;
  margin: 20px 0;
}

/* bootstrap
-------------------------------------------*/
button.close,
button.btn {
  cursor: pointer;
}

/* main
-------------------------------------------*/
main {
  padding-top: 20px;
  padding-bottom: 20px;
}
