@charset "utf-8";

html { font-size: 62.5%; }
body { color: #000; font-size: 1.6rem; font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; line-height: 1.5; }
*, *:before , *:after { box-sizing: border-box; }

body { background: #fff; color: #000; }
a { color: #495f99; text-decoration: none; }
h1 { font-size: 2rem; }

#wrapper {
}
#contents {
}
.contents-inner {
  padding: 0 17px;
}
.contents-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #495f99;
  color: #fff;
  text-align: center;
}
.contents-body {
}
.contents-foot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin: 30px 0 0;
  background: #eee;
  color: #aaa;
  font-size: 1rem;
  text-align: center;
}

.moviLink-notification {
  margin: 30px 0 0;
}
.moviLink-notification ul {
}
.moviLink-notification ul li {
  padding: 0 11px 11px 22px;
  border-left: 4px solid #ccc;
  list-style: none;
}
.moviLink-notification ul li + li {
  margin: 40px 0 0;
}
.moviLink-notification ul li dl {
  display: flex;
  flex-direction: column;
}
.moviLink-notification ul li dl dt {
  margin: 5px 0 0;
  color: #495f99;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  order: 2;
}
.moviLink-notification ul li dl dd {
  margin: 1em 0 0;
  order: 3;
}
.moviLink-notification ul li dl dd.date {
  margin: 0;
  color: #aaa;
  font-size: 1.3rem;
  font-weight: bold;
  order: 1;
}
.moviLink-notification ul li dl dd p {
  color: #555;
}
.moviLink-notification ul li dl dd p + p {
  margin: 1em 0 0;
}
