@charset "UTF-8";
/*--変数--*/
#main {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

h2.title_main {
  margin: 10px 0 20px 0; }

ul.backnumber {
  width: 730px;
  float: left; }

ul.backnumber li {
  /*background:rgba(242,239,157,0.1);*/
  margin: 0 0 40px 0;
  padding-top: 20px; }

ul.backnumber > li li {
  background: none;
  padding: 0 40px; }

ul.backnumber dt {
  font-size: 0.8rem; }

ul.backnumber span.publication_date {
  margin-left: 20px; }

ul.backnumber span.new {
  width: 65px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background-image: url(../parts/new_bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #fff;
  text-align: center;
  font-weight: 600; }

ul.backnumber dd li {
  margin: 0 0 20px 0; }

ul.backnumber dd li img {
max-width:400px;
  margin: 0 auto 10px auto;
  display: block; }

ul.backnumber a.link {
  width: 140px;
  height: 25px;
  font-weight: 600;
  margin-left: auto;
  display: block;
  position: relative; }

ul.backnumber a.link:hover {
  border-bottom: 1px dashed #AAAAAA; }

ul.backnumber a.link:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 7px;
  right: 2px;
  margin: auto;
  border-top: solid 1px #00428a;
  border-right: solid 1px #00428a;
  color: #00428a; }

.right_col {
  width: 205px;
  float: right;
  border: solid 1px #c4c4c4;
  border-top: none; }

.right_col dl {
  font-size: 0.8rem;
  position: relative; }

.right_col dl dt {
  height: 35px;
  line-height: 35px;
  text-indent: 10px;
  background: #ea6d8d;
  color: #fff;
  font-weight: 600;
  font-size: 1.0rem; }
  .right_col dl dt span {
    font-weight: 500;
    font-size: 0.7rem;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0; }

.right_col dl dd {
  position: relative; }
  .right_col dl dd a {
    display: block;
    line-height: 18px;
    padding: 7px 20px 7px 20px; }

.right_col dl dd a:hover {
  background: rgba(242, 239, 157, 0.3); }

.right_col dl dd a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: 5px;
  margin: auto;
  border-top: solid 1px #ea6d8d;
  border-right: solid 1px #ea6d8d; }

.right_col dl.archive_list a:before {
  border: none; }

.right_col li.year {
  margin: 10px 0 0 20px;
  font-size: 0.9rem; }

form,
footer {
  clear: both; }

form {
  width: 730px;
  text-align: center;
  margin: 20px 0 20px; }

form button {
  border-style: none; }

form button {
  width: 30px;
  height: 30px;
  min-height: 30px;
  text-align: center;
  font-size: 0.8rem;
  border: solid 1px #bebebe;
  background: white;
  margin: 0 5px 0 0; }

form button.active {
  background: #00428a;
  border: #00428a;
  color: #fff; }

form button:first-of-type,
form button.next,
form button.prev {
  width: 60px; }
