@charset "utf-8";
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #ffffff;
  background-image: url(icon/main_bg.gif);
  background-attachment: fixed;
  background-repeat: repeat;
  font-size: 12px;
  color: #706860;
  text-decoration: none;
}
img {
  display: block;
}
.link {
  font-size: 12px;
  font-weight: bold;
  color: #235b5b;
}
a:link {
  color: #235b5b;
  text-decoration: none;
}
a:visited {
  color: #235b5b;
  text-decoration: underline;
}
a:hover {
  color: #ffffff;
  background: #80a0a5;
}
a img:hover {
  color: #ffffff;
}
a:active {
  color: #ffffff;
  background: #80a0a5;
}
.midashi {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.main {
  font-size: 12px;
  color: #706860;
}
.small {
  font-size: 10px;
}
/*20190417追記*/
article {
  max-width: 640px;
  margin: 30px auto 0;
  color: #706860;
  border: 1px solid #235b5b;
  box-sizing: border-box;
}
article .title_area {
  font-size: 14px;
  background: #235b5b;
  padding: 1px;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
article .title_area img {
  padding-right: 1.5em;
  width: 100px;
  height: auto;
}
article ul.contents_area {
  padding: 0;
  list-style: none;
  display: flex;
}
article ul.contents_area img {
  display: inline-block;
  max-width: 360px;
  height: auto;
}
article li {
  width: 100%;
  padding: 5px;
  padding-top: 0;
}
article li:first-child {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  padding-top: 0;
}
article li:first-child img {
  width: 90px;
}

/*20200731追記*/
article ul.contents_area #recruit {
  display: block;
  width: 330px;
}
article ul.contents_area #official_site {
  display: block;
  width: 331px;
}
article ul.contents_area #yumemakura {
  display: block;
  width: 146px;
}
article ul.contents_area #suba_book {
  display: block;
  width: 180px;
}
article ul.contents_area #tech {
  display: block;
  width: 200px;
}
article ul.contents_area #push {
  display: block;
  width: 188px;
}
footer {
  width: 640px;
  height: 30px;
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #235b5b;
  color: white;
}
footer p {
  width: 100%;
  margin-right: 0.8rem;
  text-align: right;
}
