﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
.article {
  margin-bottom: 95px;
}

.article .image {
  text-align: center;
  width: 200px;
}

.article .image div+div {
  margin-top: 10px;
}

.article .tablebox {
  margin-top: 20px;
}

.article .att {
  margin-top: 10px;
  font-size: calc(1.2em / 1.4);
}