@charset "utf-8";
/* CSS Document */
#cohobation #intro {
  margin-top: 30px;
}
#cohobation #sepa {
  margin-top: 60px;
}
#cohobation #thumbs {
  margin-top: 60px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
#cohobation #thumbs a {
  display: inline-block;
  margin: 0 5px;
}
#cohobation #link {
  margin-top: 60px;
}
#cohobation #link #itemArea {
  display: flex;
  align-items: top;
  justify-content: space-between;
}
#cohobation #link #itemArea .Item {
  flex: 1;
  padding: 0 5px;
  border: 1px solid #336699;
  border-radius: 3px;
  margin: 0 5px;
}
#cohobation #link #itemArea .Item dl {
  display: flex;
  margin: 0;
}
#cohobation #link #itemArea .Item dt {
  margin-top: 5px;
  text-align: center;
}
#cohobation #link #itemArea .Item dd {
  padding-left: 5px;
  padding-bottom: 5px;
}
#cohobation #link #itemArea .Item dd h4 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
