@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400');

html {
  font-size: 10px;
}

body {
  max-width: 1400px;
  min-width: 1000px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 2.2rem;
  color: gray;
  margin: 40px 40px 0 40px;
}

a {
  text-decoration: none;
}

a:link {
  color: gray;
}

a:visited {
  color: gray;
}

a:hover {
  color: silver;
}

a:active {
  color: silver;
}

a:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.noMouseHover a:hover img, /* クラス単位でopacityを戻す */
a:hover img.noMouseHover   /* 画像単位でopacityを戻す */
{
  filter: alpha(opacity=100);
  opacity: 1;
}

.clearFix::after{
  content: "";
  display: block;
  clear: both;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

nav, footer ul {
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

nav ul, footer ul {
  width: 430px;
  display: table;
  table-layout: fixed;
  text-align: center;
}

nav ul {
  margin: 40px 0 100px -13px;
  padding: 0;
}

article {
  min-height: 500px;
  margin-left: 5px;
}

h1 {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

footer ul {
  margin: 350px 0 18px -5px;
  padding: 0;
}

nav ul li, footer ul li {
  display: table-cell;
  vertical-align: middle;
}

nav ul li.currentPage, footer ul li.currentPage {
  border-bottom: 1px solid gold;
}

footer hr {
  border-width: 1px 0 0 0;
  border-color: whitesmoke;
  margin-bottom: 1px;
}

.bottom * {
  display: inline-block;
}

address {
  font-size: 1.2rem;
  font-style: normal;
  margin-left: 15px;
}

address .small {
  font-size: 1rem;
  margin-left: 10px;
}

address .tel, address .mail {
  margin-left: 15px;
}

footer .copyright {
  font-size: 1rem;
  float: right;
  margin: 15px 30px 0 0;
}