@charset "utf-8";

p.title{
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
}
p.contents{
  margin: 10px 0;
  padding: 0 20px;
  font-size: 16px;
  color: green;
  font-weight: bold;
}
.links{
  background: #666;
}
.links p{
  text-align: center;
}
.links p a{
  padding: 5px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}
.images{
  display: flex;
  justify-content: center;
}
.inscription{
  width: auto;
}
.exhibitionhall{
  width: auto;
}
.momument{
  width: auto;
}
.secondhall{
  display: none;
}

p.link01{
  margin: 10px 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
p.link01 a{
  font-size: 14px;
  font-weight: normal;
}

.lower_images{
  display: flex;
  justify-content: center;
}
.img02{
  width: auto;
}
