.calendar {
  margin: 20px 0; }
  .calendar table {
    margin: 12px 8px 28px;
    display: inline-block;
    vertical-align: top; }
    .calendar table th,
    .calendar table td {
      border: 1px solid #cacaca;
      text-align: center;
      font-size: 1.6rem;
      letter-spacing: 0; }
    .calendar table th {
      font-weight: bold;
      background: #ececec;
      font-size: 1.2rem;
      padding: 2px 0; }
    .calendar table td {
      color: #ccc; }
      .calendar table td a {
        padding: 6px 0;
        width: 28px;
        display: block; }
    .calendar table .saturday {
      color: #508cd4; }
    .calendar table .holiday {
      color: #dc4252; }
  .calendar caption {
    text-align: left;
    margin: 0 0 8px;
    font-size: 2.0rem; }

.previous-list {
  background: #f6f6f1;
  padding: 12px 16px;
  margin: 30px 0; }
  .previous-list li {
    display: inline-block; }
  .previous-list a,
  .previous-list span {
    display: inline-block;
    padding: 4px 5px;
    letter-spacing: 0; }
  .previous-list .active {
    border: 1px solid #ebebeb;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.1) inset;
    cursor: default;
    background: #3298fd;
    color: #fff;
    border-radius: 3px; }

.news-link-list {
  margin: 0 0 32px; }
  .news-link-list li {
    margin: 0 0 4px; }

div + .page-wrapper {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }

.tabelogModule {
  position: relative;
  border: 1px solid #ccc;
  padding: 8px 15px;
  margin: 0 10px 20px;
  background-color: #f9f9f9;
  overflow: hidden;
  clear: both;
  border-radius: 5px; }
  .tabelogModule .img img {
    width: 90px;
    float: left;
    margin-right: 10px; }
  .tabelogModule .name {
    margin-bottom: 5px; }
  .tabelogModule th {
    white-space: nowrap;
    padding-right: 20px;
    font-size: 85%;
    vertical-align: top;
    color: #666; }
  .tabelogModule td {
    font-size: 85%;
    vertical-align: top; }
  .tabelogModule .link {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 85%;
    padding-left: 16px;
    padding-bottom: 5px;
    background: url(../images/movie/icon_official.png) no-repeat 0 0; }

.poweredby_blk {
  display: block;
  position: relative;
  border: solid 5px #f33;
  border-radius: 40px;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  background-color: #002b60; }
  .poweredby_blk:hover, .poweredby_blk:focus {
    color: #fff; }
  .poweredby_blk img {
    position: absolute;
    width: 15%;
    right: 20px;
    top: 18px; }
  .poweredby_blk span {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 68%;
    vertical-align: middle; }

/*# sourceMappingURL=news.css.map */
