/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/) のLHモディファイ
 * https://getbootstrap.com/docs/4.0/examples/grid/ の実装に必要なcssのLHモディファイ
 * https://www.l-h.co.jp/css_bs4_LH/grid_LH.css としてDeploy
 * Copyright 2018 Akila Inouye.
 * Original CSS is Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */




body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h3 {
  margin-top:1rem;
}

.row {
  margin-bottom: 0.5rem;
}
.row .row {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgb(dd,dd,cc);
  border: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}