#contents {
    
}
  #contents .page-header h1 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  #contents .section01 {
    padding: 40px 0;
  }
    #contents .section01 .box {
    }
      #contents .section01 .box ul {
      }
        #contents .section01 .box ul li {
          padding: 11px 0;
        }
          #contents .section01 .box ul li .box_left {
            float: left;
            width: 220px;
            font-weight: bold;
          }
            #contents .section01 .box ul li .box_left .date {
              display: inline-block;
              width: 110px;
              color: #008d4c;
            }
            #contents .section01 .box ul li .box_left .label {
              display: inline-block;
              border-radius: 5px;
              width: 90px;
              padding: 5px 0 3px;
              color: #fff;
              line-height: 1;
              text-align: center;
            }
          #contents .section01 .box ul li .box_right {
            float: left;
          }
            #contents .section01 .box ul li .box_right a {
              color: #333;
              text-decoration: none;
            }
              #contents .section01 .box ul li .box_right a:hover {
                text-decoration: underline;
              }

    #contents .section01 .box-pager {
      padding: 40px 0 50px;
    }
      #contents .section01 .box-pager ul {
        text-align: center;
      }
        #contents .section01 .box-pager ul li {
          display: inline-block;
        }
          #contents .section01 .box-pager ul li span {
            display: inline-block;
            background: #f7ab00;
            border-radius: 5px;
            margin: 0 10px;
            padding: 10px 0;
            width: 40px;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            text-align: center;
            color: #fff;
          }
          #contents .section01 .box-pager ul li a {
            display: inline-block;
            border-radius: 5px;
            margin: 0 10px;
            padding: 10px 0;
            width: 40px;
            font-size: 20px;
            font-weight: bold;
            color: #f7ab00;
            line-height: 1;
            text-align: center;
            text-decoration: none;
          }
            #contents .section01 .box-pager ul li a:hover {
              background: #f7ab00;
              color: #fff;
            }
          #contents .section01 .box-pager ul li a.prev {
            margin-right: 20px;
            width: auto;
          }
          #contents .section01 .box-pager ul li a.next {
            margin-left: 20px;
            width: auto;
          }
            #contents .section01 .box-pager ul li a.prev:hover,
            #contents .section01 .box-pager ul li a.next:hover {
              background: none;
            }
            #contents .section01 .box-pager ul li a.prev img,
            #contents .section01 .box-pager ul li a.next img {
              vertical-align: top;
            }

@media screen and (max-width: 640px) {

  #contents .page-header h1 {
    padding-top: 23px;
    padding-bottom: 24px;
  }
  #contents .section01 {
    padding: 10px 0;
  }
      #contents .section01 .box ul {
        padding: 0 4%;
      }
        #contents .section01 .box ul li {
          padding: 10px 0;
        }
          #contents .section01 .box ul li .box_left {
            float: none;
            width: 100%;
          }
            #contents .section01 .box ul li .box_left .date {
              width: 90px;
            }
            #contents .section01 .box ul li .box_left .label {
              width: 80px;
            }
          #contents .section01 .box ul li .box_right {
            float: none;
            width: 100%;
            margin-top: 4px;
          }

    #contents .section01 .box-pager {
      padding: 10px 0 30px;
    }
          #contents .section01 .box-pager ul li span {
            border-radius: 5px;
            margin: 0 8px;
            padding: 8px 0;
            width: 32px;
            font-size: 16px;
          }
          #contents .section01 .box-pager ul li a {
            margin: 0 8px;
            padding: 8px 0;
            width: 32px;
            font-size: 16px;
          }
          #contents .section01 .box-pager ul li a.prev {
            margin-right: 20px;
          }
          #contents .section01 .box-pager ul li a.next {
            margin-left: 20px;
          }
    #contents .section01 .box-pager ul li.prev a img,
    #contents .section01 .box-pager ul li.next a img {
      width: auto !important;
    }

}

