/* +Breakpoint
 **----------------------------------------------------------------------------*/
/* +Color
 **----------------------------------------------------------------------------*/
/* +Breakpoint
 **----------------------------------------------------------------------------*/
 
header {
  /*background: url("../images/header-banner01_mv.jpg") center center no-repeat;*/
  background: url("../images/header-banner03.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 564px) {
  header {
    /*background: url("../images/header-banner01_mh.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  header {
    /*background: url("../images/header-banner01_tv.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  header {
    /*background: url("../images/header-banner01_th.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1280px) {
  header {
    /*background: url("../images/header-banner01.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

header.object {
  /*background: url("../images/header-banner02_mv.jpg") center center no-repeat;*/
  background: url("../images/header-banner03.jpg") center center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 564px) {
  header.object {
    /*background: url("../images/header-banner02_mh.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  header.object {
    /*background: url("../images/header-banner02_tv.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1024px) {
  header.object {
    /*background: url("../images/header-banner02_th.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1280px) {
  header.object {
    /*background: url("../images/header-banner02.jpg") center center no-repeat;*/
    background: url("../images/header-banner03.jpg") center center no-repeat;
    background-size: cover;
  }
}

main article {
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
  max-width: 1070px;
  /*padding-top: 40px;*/
  padding-top: 7px;
  margin: 0 auto 70px;
}

main article.search-result {
  padding: 12px 20px 0;
}

@media screen and (min-width: 768px) {
  main article.search-result {
    padding: 12px 30px 0;
  }
}

@media screen and (min-width: 1280px) {
  main article.search-result {
    padding: 12px 0 0;
  }
}

main article .for-accesskey {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  padding: 0;
}

main article section {
  padding: 0;
}

main article .list {
  padding: 0 20px;
  margin-right: 40px;
}

@media screen and (min-width: 768px) {
  main article .list {
    min-height: 640px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1280px) {
  main article .list {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  main article .category-list {
    min-height: 640px;
  }
}

main article .picture {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  main article .picture {
    padding: 0 30px;
    max-width: 325px;
  }
}

@media screen and (min-width: 1280px) {
  main article .picture {
    padding: 0;
  }
}

main article .result {
  padding: 0;
}

@media screen and (min-width: 768px) {
  main article .result {
    min-height: 640px;
  }
}

main article .result-number {
	padding: 0;
	text-align: right;
	font-size: 0.9rem;
}

main article .wrap-content ul li {
  margin-bottom: 16px;
  line-height: 36px;
}

main article .wrap-content ul li .title {
  margin-bottom: 16px;
  font-weight: bold;
}

main article .wrap-content ul li .item {
  font-size: 1rem;
}

main article .wrap-content ul li .media-obj img {
  display: block;
  max-width: 100%;
  margin: 0 auto 25px;
}

main article .wrap-content ul.dashed-border li {
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 1px dashed #ccc;
}

main article .wrap-content ul.dashed-border .li-first {
	padding-top: 0px;
}

main article .block-pagination {
  padding: 0;
  margin-top: 40px;
}

main article .block-pagination .pagination {
  padding-bottom: 0;
}

main article .bottom-group {
  align-self: flex-end;
  padding-top: 40px;
}

main article.category {
  /*padding: 40px 20px 0;*/
  padding: 7px 20px 0;
}

@media screen and (min-width: 768px) {
  main article.category {
    /*padding: 40px 30px 0;*/
    padding: 7px 30px 0;
  }
}

@media screen and (min-width: 1280px) {
  main article.category {
    /*padding: 42px 0 0;*/
    padding: 7px 0 0;
  }
}

main article.category section {
  padding: 0;
}

main article.category .tab-content {
  padding: 20px 20px 0;
}
/*# sourceMappingURL=data.css.map */