@charset "UTF-8";
.l-detail-history.page_content {
  background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top;
}

.l-detail-history.page_content .l-footer-history_slider::before {
  background: #ffde00;
}

.l-detail-history.page_content .l-footer-history_slider::after {
  background: #ffde00;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.is_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.l-pager a, .l-pager .is-current {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .l-detail-history.page_content {
    padding: 20px 0 40px;
    background: #FFDE00 url(../images/content/history-bg.png) no-repeat center top -110px;
  }
  .l-detail-history.page_content .c-page-h2 {
    font-size: 50px;
  }
}

/*============================================================
common_contentwrap
==============================================================*/
.wear_column_about {
  margin-bottom: 120px;
}

.wear_column_about .common_contentwrap {
  padding-bottom: 0;
  margin-bottom: 0;
}

.common_contentwrap {
  padding: 40px;
  margin-bottom: 40px;
}

.common_contentwrap.mb0 {
  margin-bottom: 0;
}

.common_contentwrap.layer01 {
  background-color: #FF758B;
}

.common_contentwrap.layer01 .item .list .txtbox a .date {
  color: #000;
}

.common_contentwrap .ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}

.common_contentwrap .ttl.color01 {
  color: #fff;
}
.common_contentwrap .item::after {
  content: '';
  display: block;
  width: 31.708%;
}
.common_contentwrap .item .list {
  width: 31.708%;
  margin-bottom: 40px;
}

.common_contentwrap .item .list:nth-child(odd) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -47%);
          transform: translate(-49%, -47%);
}

.common_contentwrap .item .list:nth-child(even) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle03.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
}
.common_contentwrap.layer01 .item .list:nth-child(even) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle02.png) no-repeat;
  background-size: contain;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -47%);
          transform: translate(-50%, -47%);
}

.common_contentwrap .item .list .img {
  margin-bottom: 20px;
}

.common_contentwrap .item .list .img a {
  display: block;
  position: relative;
}

.common_contentwrap .item .list .img a img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common_contentwrap .item .list .txtbox a {
  display: block;
}

.common_contentwrap .item .list .txtbox a .date {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  color: #8B8B8B;
  margin-bottom: 10px;
}

.common_contentwrap .item .list .txtbox a .list_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

.common_contentwrap .item .list .txtbox .label {
 font-size: 10px;
}
.common_contentwrap .item .list .txtbox .label .span {
  display: inline-block;
  background-color: #FF758B;
  font-size: 10px;
  padding: 4px 6px;
  border: 2px solid #fff;
  font-weight: bold;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 10px;
}

.common_contentwrap .item .list .txtbox .category {
  margin-bottom: 20px;
}

/*
.common_contentwrap .item .list .txtbox .category ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}

.common_contentwrap .item .list .txtbox .category ul li a {
 font-size: 10px;
}
*/
.common_contentwrap .item .list .txtbox .category ul .span {
  border: 1px solid #FF758B;
  color: #FF758B;
  background-color: #fff;
  display: block;
  font-size: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  padding: 4px 7px;
}

@media screen and (max-width: 768px) {
  .wear_column_about {
    margin-bottom: 60px;
  }
  .common_contentwrap {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
  .common_contentwrap.mb0 {
    padding: 20px;
  }
  .common_contentwrap .item::after {
   display: none;
  }
  .common_contentwrap.layer01 .item .list {
    width: 45%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 0px;
  }
  .common_contentwrap.layer01 .item .list:nth-child(n+3) {
    display: none;
  }
  .common_contentwrap.layer01 .item .list .img {
    width: 100%;
  }
  .common_contentwrap .item .list .img a img {
    width: 140px;
    height: 140px;
    min-width: 140px;
    min-height: 140px;
  }
  .common_contentwrap .item .list:nth-child(odd) .img a::before {
    width: 150px;
    height: 150px;
  }
  
  .common_contentwrap .item .list:nth-child(even) .img a::before {
    width: 150px;
    height: 150px;
  }
  .common_contentwrap.layer01 .item .list:nth-child(even) .img a::before {
    width: 150px;
    height: 150px;
  }
  .common_contentwrap.layer01 .item .list .txtbox {
    width: 100%;
  }
  .common_contentwrap .item .list {
    width: 100%;
/*
    max-width: 450px;
    margin: auto;
*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 20px;
  }
  .common_contentwrap .item .list .img {
    width: 42%;
    margin-bottom: 20px;
  }
  .common_contentwrap .item .list .txtbox {
    width: 50%;
  }
  .common_contentwrap .item .list .txtbox a .date {
    margin-bottom: 5px;
  }
  .common_contentwrap .item .list .txtbox a .list_ttl {
    margin-bottom: 20px;
  }
    .common_contentwrap .item .list .txtbox a .date {
        font-size: 12px;
    }

    .common_contentwrap .item .list .txtbox a .list_ttl {
        font-size: 14px;
    }
}

/*============================================================
common_trouble
==============================================================*/
.common_trouble {
  background: #FF758B;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

.common_trouble::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/original_icon.png) no-repeat;
  background-size: contain;
  width: 163px;
  height: 100px;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.common_trouble_title {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 20px;
}

.common_trouble_text {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .common_trouble {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
    margin-bottom: 50px;
  }
  .common_trouble_inner {
    width: 76%;
    margin: 0 auto;
  }
  .common_trouble_title {
    font-size: 1.8rem;
  }
  .common_trouble_text {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*============================================================
左サイド
==============================================================*/
#page_content {
  /*============================================================
右サイド
==============================================================*/
}

#page_content .l-aside-category .p-section_aside_cate:last-child {
  border-bottom: 2px solid #c4c4c4;
}

#page_content .l-aside-category .p-section_aside_cate .h3_ttl {
  font-size: 1.4rem;
  margin-bottom: 15px;
  padding-left: 5px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item {
  border-bottom: 2px solid #ebebeb;
  padding: 15px;
  padding-left: 5px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item:last-child {
  border-bottom: none;
}

#page_content .l-aside-category .p-section_aside_cate .content .item a {
  display: block;
  /* padding: 15px;
  padding-left: 5px; */
}

#page_content .l-aside-category .p-section_aside_cate .content .item a .date {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  color: #8B8B8B;
  margin-bottom: 10px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item a .item_ttl {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 10px;
}

#page_content .l-aside-category .p-section_aside_cate .content .item .label {
  margin-bottom: 10px;

}

#page_content .l-aside-category .p-section_aside_cate .content .item .label.color01 .span {
  background-color: #FF758B;
  font-size: 10px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 4px 7px;
}
/*
#page_content .l-aside-category .p-section_aside_cate .content .item .category li {
  margin-right: 5px;
  margin-bottom: 5px;
 }
*/
 #page_content .l-aside-category .p-section_aside_cate .content .item .category a {
   border: 1px solid #FF758B;
     color: #FF758B;
     background-color: #fff;
     display: block;
     font-size: 10px;
     font-weight: bold;
     padding: 4px 7px;
     margin-right: 5px;
     margin-bottom: 5px;
  }

#page_content .l-aside-category .p-section_aside_cate .content .sns_txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 15px;
}

#page_content .l-aside-category .p-section_aside_cate .content .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    justify-content: left
}

#page_content .l-aside-category .p-section_aside_cate .content .sns_list li {
 margin-right: 15px;
}

#page_content .l-aside-category .p-section_aside_cate .content .sns_list li:last-child {
  margin-right: 0;
}

#page_content .l-aside-category .p-section_aside_cate .content_category {
  padding-left: 5px;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}

#page_content .l-aside-category .p-section_aside_cate .content_category ul li a::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/category_arrow.png) no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
  top: 2px;
  right: 60px;
}

#page_content .l-aside-category .p-section_aside_cate .content_tag {
  padding-left: 5px;
}

#page_content .l-aside-category .p-section_aside_cate .content_tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page_content .l-aside-category .p-section_aside_cate .content_tag ul li {
  margin-right: 3px;
  margin-bottom: 1px;
}

#page_content .l-aside-category .p-section_aside_cate .content_tag ul li a {
  border: 1px solid #FF758B;
  padding: 4px 7px;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  color: #FF758B;
}

#page_content .l-content_category {
  /*============================================================
snsbox
==============================================================*/
}

#page_content .l-content_category .l-category_content .top_txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 50px;
}

#page_content .l-content_category .top_contentwrap01 {
  padding: 60px 40px;
  border-bottom: 2px solid #EBEBEB;
}

#page_content .l-content_category .top_contentwrap01 .ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}

#page_content .l-content_category .top_contentwrap01 .top_txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box {
  margin-bottom: 40px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list {
  padding: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list .img {
  margin-bottom: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list .name {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 {
  padding: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02:nth-child(odd) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle.png) no-repeat;
  background-size: contain;
  width: 144px;
  height: 133px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -48%);
          transform: translate(-49%, -48%);
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02:nth-child(even) .img a::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/content/cicle02.png) no-repeat;
  background-size: contain;
  width: 144px;
  height: 133px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-49%, -48%);
          transform: translate(-49%, -48%);
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .img {
  margin-bottom: 20px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .img a {
  display: block;
  position: relative;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .img a img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a {
  display: block;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a .date {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox a .list_ttl {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox .label {
  display: inline-block;
  background-color: #FF758B;
  font-size: 10px;
  padding: 4px 6px;
  border: 2px solid #fff;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox .category ul li {
  margin-right: 5px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .list02 .txtbox .category ul li a {
  border: 1px solid #FF758B;
  color: #FF758B;
  background-color: #fff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 7px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-prev {
  left: -23px;
  background: url(../images/common/slider-prev01.png) no-repeat center/21px 20px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-prev::before {
  display: none;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-next {
  right: -23px;
  background: url(../images/common/slider-next01.png) no-repeat center/21px 20px;
}

#page_content .l-content_category .top_contentwrap01 .slider_box .slick-next::before {
  display: none;
}

#page_content .l-content_category .top_contentwrap01 .btn {
  width: 130px;
  margin: auto;
}

#page_content .l-content_category .top_contentwrap01 .btn a {
  font-family: 'Poppins', sans-serif;
  display: block;
  padding: 5px;
  text-align: center;
  background-color: #FFDE00;
  border-radius: 100px;
}

#page_content .l-content_category .sns_box {
  padding-top: 50px;
  max-width: 710px;
  margin: auto;
  margin-bottom: 110px;
}

#page_content .l-content_category .sns_box .sns_contwrap {
  margin-bottom: 40px;
}

#page_content .l-content_category .sns_box .instagram {
  max-width: 570px;
  margin: auto;
}

#page_content .l-content_category .sns_box .instagram .ttl {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

#page_content .l-content_category .sns_box .instagram .img {
  width: 18%;
}


/*============================================================
breakpoint 1100px
==============================================================*/
@media screen and (max-width: 1100px) {
  .l-category_content .c-title_cate {
    padding-top: 40px;
  }
  .l-aside-category {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 500px;
    padding: 0 30px;
    margin: auto;
  }
  #page_content .l-aside-category .p-section_aside_cate .content .sns_list {
    max-width: 200px;
    margin: auto;
  }
  #page_content .l-aside-category .p-section_aside_cate .content .sns_list li {
/*    width: calc(100% / 2);*/
  }
}

/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
  #page_content .l-content_category .l-category_content .top_txt {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  #page_content .l-content_category .top_contentwrap01 {
    padding: 40px 20px;
  }
  #page_content .l-content_category .top_contentwrap01 .top_txt {
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box .list {
    padding: 15px;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box {
    margin-bottom: 20px;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box .slick-prev {
    top: 42%;
  }
  #page_content .l-content_category .top_contentwrap01 .slider_box .slick-next {
    top: 42%;
  }
  #page_content .l-content_category .sns_box {
    padding: 40px 20px 0;
    max-width: 400px;
    margin: auto;
    margin-bottom: 100px;
  }
  #page_content .l-content_category .sns_box .twitter {
    margin: auto;
    margin-bottom: 40px;
  }
  #page_content .l-content_category .sns_box .facebook {
    margin: auto;
  }
  #page_content .l-content_category .sns_box .instagram .img {
    width: 30%;
  }
  .sp_footer_link {
    padding: 0 20px;
  }
  .sp_footer_link .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
  }
  .sp_footer_link .txt {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .sp_footer_link .sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
  .sp_footer_link .sns_list li {
    margin-right: 30px;
  }
  .sp_footer_link .sns_list li:last-child {
    margin-right: 0;
  }
/*
  .sp_footer_link .sns_list li img {
    width: 88px;
    height: 88px;
  }
*/
  .sp_footer_link .detail_link .list {
    position: relative;
    border-top: 2px solid #c4c4c4;
  }
  .sp_footer_link .detail_link .list:last-child {
    border-bottom: 2px solid #c4c4c4;
  }
  .sp_footer_link .detail_link .list::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/content/contents_arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 27px;
  }
  .sp_footer_link .detail_link .list a {
    display: block;
    padding: 20px;
  }
  .sp_footer_link .detail_link .list a span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
    .sp_footer_link .detail_link .btn {
        width: 300px;
        margin: auto;
        margin-top: 40px;
        text-align: center;
    }

    .sp_footer_link .detail_link .btn a {
        display: block;
        border: 3px solid #000;
        border-radius: 100px;
        font-size: 14px;
        font-weight: bold;
        padding: 10px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .sp_footer_link .detail_link .btn a:hover {
        background-color: #000;
        color: #fff;
    }

  #page_content .l-aside-category.sp_only {
    padding: 0 20px;
    margin-bottom: 80px;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate {
    border-top: none;
    border-bottom: none;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .h3_ttl {
    font-size: 20px;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content_category ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content_category ul li {
    margin-bottom: 10px;
    width: 50%;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content_category ul li a {
    font-size: 14px;
    font-weight: bold;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content_category ul li a::after {
    right: 30px;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content_tag ul li {
    margin-bottom: 3px;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content_tag ul li a {
    font-weight: bold;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item:first-child {
    border-top: 2px solid #ededed;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item:last-child {
    border-bottom: 2px solid #ebebeb;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item{
    position: relative;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/content/contents_arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* margin-bottom: 10px; */
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item .category {
    margin-bottom: 10px;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item .flex .label {
    margin-right: 10px;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item .flex .date {
    margin-bottom: 0;
    color: #000;
    font-size: 10px;
  }
  #page_content .l-aside-category.sp_only .p-section_aside_cate .content.new .item .item_ttl {
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
/*============================================================
pagenation
==============================================================*/
.pagenation{
  display: flex;
  justify-content: center;
}
.pagenation li{
  width: 32px;
  height: 32px;
  margin: 0 6px;
  line-height: 32px;
  text-align: center;
  background-color: #ebebeb;
}
.pagenation li.current{
  background-color: #c9c7c7;
}
.pagenation li.pager_item_next{
 background-color:transparent;
 background: url(../images/category/pager_arrow_n.png) no-repeat left center;
}
.pagenation li.pager_item_next a{
  width: 32px;
  height: 32px;
 }
.pagenation li.pager_item_prev{
  background-color:transparent;
  background: url(../images/category/pager_arrow_p.png) no-repeat right center;
 }
 .pagenation li.pager_item_prev a{
   width: 32px;
   height: 32px;
 }
.pagenation li a{
  display: block;
  font-size: 1.2rem;
  font-weight: bold;


}
/*# sourceMappingURL=rublog.css.map */
