@charset "utf-8";

#main {
  padding-top: 20px;
}

#main .main {
  width: 70%;
  float: right;
}

#main .main .contents a {
  color: blue;
}

#main .main .list .item {
  width: 100%;
  display: table;
  color: inherit;
  text-decoration: none;
  padding: 1em 0;
  background: url(../../_images/_common/listmark-1.png) right center no-repeat;
  border-top: 1px solid #c3cbd4;
  border-bottom: 1px solid #c3cbd4;
  margin-bottom: -1px;
}

#main .main .list .item > * {
  display: table-cell;
  vertical-align: middle;
}

#main .main .list .item .title {
  padding-right: 0.5em;
}

#main .main .list .item:hover {
  background-color: #f2f2f2;
}

#main .main .list .item .time {
  width: 7em;
}

#main .pager-single .list .btn-1 {
  margin: 0 auto;
}

#main .pager-single .list .btn-1 > * {
  background: url(../../_images/_common/arrow-3.png) 0.5em center no-repeat;
}

#main .pager-single .list .btn-1:hover > * {
  background: url(../../_images/_common/arrow-4.png) 0.5em center no-repeat;
}

#main .pager-single .list a:hover {
  text-decoration: none;
}

#main .side {
  width: 25%;
  float: left;
}

#main .side .title {
  position: relative;
  font-weight: bold;
  text-align: center;
  padding: 0.75em;
  background: #e4e7e9;
}

#main .side .title:after {
  content: '';
  display: block;
  width: 3em;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #112f5a;
  margin-left: -1.5em;
}

#main .side ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 1em 1.5em;
  background: url(../../_images/_common/listmark-1.png) 5px 1.75em no-repeat;
  background-size: 5px 8px;
  border-bottom: 1px solid #c3cbd4;
}

#main .side ul li a:hover {
  background-color: #f2f2f2;
}

@media screen and (max-width:736px) {
  #main .main,
  #main .side {
    width: 100%;
    float: none;
  }
  #main .side {
    margin-top: 30px;
  }
}
