@charset "UTF-8";
/* =================================================
   unique layout
================================================= */
/* -----------------------------------------------
    変数
----------------------------------------------- */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       topics
    ------------------------------------- */
}

#article .section#topics {
  width: 100%;
  margin: 0 auto;
}

#article .section#topics .inner {
  padding: 0 0 0.3em 0 !important;
}

#article .section#topics .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #bfbfbf;
}

#article .section#topics .inner ul li {
  font-size: 1.2rem;
  padding: 1.4em 3.5em 1.4em 8.2em;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  /*
                    background: url(../images/news/sp/news_arrow.gif) right 1.5em center no-repeat;
                    background-size: (20/640)*100% auto;
                    */
  box-sizing: border-box;
}

#article .section#topics .inner ul li .day {
  font-weight: bold;
  font-family: Helvetica,Arial, sans-serif;
  letter-spacing: 0.05em;
  position: absolute;
  z-index: 1;
  top: 1.3em;
  /* left: -7.0em; */
  left: 1.0em;
}

#article .section#topics .inner ul li p {
  margin: 1em 0 0;
}

#article .section#topics .inner ul li a,
#article .section#topics .inner ul li a:link {
  color: #666666;
  padding: 0;
  background: none;
}

#article .section#topics .inner ul li a:hover {
  color: #cb4800;
}

#article .section#topics .inner p.notice {
  font-size: 1.2rem;
  margin: 2.5em 1.3em 0;
}
