.jirei-main-top {
  width: 100%;
  height: 200px;
  background: url(../_img/jirei/jirei_main_bg.jpg) top center no-repeat #f3eacc;
}
.jirei-main-top_inner {
  width: 1172px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.jirei-main-top_title {
  position: absolute;
  top: 65px;
  left: 70px;
}
.jirei-main-top_img1 {
  position: absolute;
  top: 5px;
  right: 192px;
}
.jirei-main-top_img2 {
  position: absolute;
  top: 30px;
  right: 20px;
}

.jirei-main-top_sp {
  display: none;
  width: 100%;
}
.jirei-main-top_sp h1 img {
  width: 100%;
  height: auto;
}

/*  jirei archive*/
.jirei-archive {
  margin-bottom: 40px;
  /* clearfix */
  overflow: hidden;
  *zoom: 1;
}

.jirei-archive .tag-list {
  //position: absolute;
  //bottom:5px;
  //height: 54px;
  overflow: auto;
}
.jirei-archive .tag-list li {
  font-size: 12px;
  color: white;
  background: #999;
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.jirei-archive .tag-list li.type-label {
  background: #017b26;
}
.jirei-archive .tag-list li.country-label {
  background: #032981;
}
.jirei-archive .tag-list li.genre-label {
  background: #ff8000;
}

.jirei-archive .date {
  font-size: 11px;
}

.jirei-archive-box-first {
  float: left;
  width: 385px;
  /* height: 415px; */
  box-sizing: border-box;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.jirei-archive-box-first a {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.jirei-archive-box-first a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9b4633;
  border-right: 2px solid #9b4633;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 80%;
}

.jirei-archive-box-first .box-img {
  width: 354px;
  height: 240px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.jirei-archive-box-first .box-txt {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding-right: 30px;
}

.jirei-archive-box {
  float: right;
  width: 470px;
  /* height: 137px; */
  border-top: 1px solid #ccc;
}
.jirei-archive .jirei-archive-box:last-child {
  border-bottom: 1px solid #ccc;
}
.jirei-archive-box a {
  display: block;
  padding: 15px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  /* clearfix */
  overflow: hidden;
  *zoom: 1;
}
.jirei-archive-box a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9b4633;
  border-right: 2px solid #9b4633;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
}

.jirei-archive-box .box-img {
  float: left;
  width: 120px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.jirei-archive-box .box-body {
  float: right;
  width: 300px;
}
.jirei-archive-box .box-tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

/* tag-list-span */
.tag-list-span {
}
.tag-list-span span {
  font-size: 12px;
  color: white;
  background: #999;
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tag-list-span span.type-label {
  background: #017b26;
}
.tag-list-span span.country-label {
  background: #032981;
}
.tag-list-span span.genre-label {
  background: #ff8000;
}

/*  jirei-search  */
.jirei-search {
  overflow: hidden;
}
.jirei-search_genre {
  width: 580px;
  float: left;
}
.jirei-search_genre ul {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 20px;
}
.jirei-search_genre ul li {
}
.jirei-search_type {
  width: 280px;
  float: right;
}

@media screen and (max-width: 599px) {
  .jirei-main-top {
    display: none;
  }
  .jirei-main-top_sp {
    display: block;
  }
  /* jirei-archive */
  .jirei-archive {
  }
  .jirei-archive .tag-list {
    position: inherit;
    height: auto;
  }
  .jirei-archive-box-first {
    float: none;
    width: 100%;
    height: auto;
  }
  .jirei-archive-box-first .box-img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .jirei-archive-box {
    float: none;
    width: 100%;
    height: auto;
  }
  .jirei-archive-box .box-img {
    width: 30%;
  }
  .jirei-archive-box .box-body {
    width: 65%;
  }
}
