@charset "UTF-8";

/* bootstrap.cssより後で読み込むこと */

@media (max-width: 480px) {
  .container{padding:0}
   div[class^="col-"] {padding:0}
   .row {margin:0;}
}

.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-17 {
  font-size: 17px;
}
.font-18 {
  font-size: 18px;
}
.font-19 {
  font-size: 19px;
}
.font-20 {
  font-size: 20px;
}

img {
  margin: 0 0 0px;
}

.image-caption {
  margin-top: 11px;
  margin-bottom: 11px;
}

.image-title {
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 17px;
}
