@charset "utf-8";
.error {
  margin: 15px 6px 20px 10px;
}
/* 検索モジュール
--------------------------*/
.fullmod {
  padding: 0 !important;
}
.fullmod-body {
  width: 768px;
  margin: 0 auto;
  padding-top: 50px;
}
/**: カテゴリから探す ***/
.fullmod-body .catSearch .inner {
  width: 768px;
}
.noItem {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 15px;
  text-align: center;
}
.catSearch .ofInner {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-left: -20px;
  padding: 0 20px;
}
.catLi li {
  float: left;
  margin: 0.5%;
  width: 19%;
}
.catLi li img {
  border-radius: 6px;
  margin: 0 auto;
  width: 100%;
}
.catLi li a {
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.catLi li a h3 {
  color: #333333;
  font-size: 92%;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
.subCatLi {
  background: #f4f4f4;
  display: none;
  padding: 15px;
}
.subCatLi li {
  float: left;
  margin: 5px 1% 5px 0;
  width: 32%;
}
.subCatLi a {
  display: block;
  background-color: #ffffff;
  background-image: url("../img/bg_listArrow.png");
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 8px 14px;
  border-bottom: 1px solid #dedede;
  color: #333333;
  font-size: 85%;
  padding: 8px 20px 8px 8px;
  height: 44px;
}
.subCatLi li a h4 {
  display: table-cell;
  height: 44px;
  vertical-align: middle;
}
.subCatLi ul {
  margin: 0 0 25px 0;
}
#TOP .subCatLi li {
  width: 19%;
}
.fullmod-open .subCatLi li {
  width: 32.3% !important;
}
.subCatLi_sp {
  display: none;
}
.secondly {
  display: none;
}
.photoSearch .ofInner .col3 li {
  width: 32.3%;
}
@media screen and (max-width:860px) {
  .subCatLi li {
    float: left;
    margin: 5px 1% 5px 0;
    width: 48%;
  }
  #TOP .subCatLi li {
    width: 49%;
  }
}
@media screen and (max-width:768px) {
  .fullmod-body {
    width: auto;
    padding-top: 0;
  }
  .fullmod-body .catSearch .inner {
    padding: 0;
    width: auto;
  }
  .fullmod-body .catSearch .ofInner {
    margin: 0;
    overflow-x: inherit;
    overflow-y: inherit;
    white-space: inherit;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    padding: 0;
  }
  .fullmod-body .catSearch .catLi li {
    margin: 0;
    width: 100%;
  }
  .subCatLi {
    margin: 0 20px 0 0;
  }
  .subCatLi li {
    float: left;
    margin: 5px 1% 5px 0;
    width: 100%;
  }
  .fullmod-body .catSearch .catLi li a {
    border: 1px solid #cccccc;
    border-width: 1px 0;
    height: 80px;
    line-height: 80px;
    margin-top: -1px;
    background-image: url(../img/bg_toggleArrow_down.png);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
  }
  .fullmod-body .catSearch .catLi li a.active {
    border: 1px solid #cccccc;
    border-width: 1px 0;
    height: 80px;
    line-height: 80px;
    margin-top: -1px;
    background-image: url(../img/bg_toggleArrow_up.png) !important;
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
  }
  .fullmod-body .catSearch .catLi li a h3 {
    font-size: 100%;
    padding: 0;
    text-align: left;
    margin-left: 120px;
  }
  .fullmod-body .catSearch .catLi li a img {
    border-radius: 0;
    height: 80px;
    width: inherit;
    float: left;
  }
  .catLi {
    -webkit-overflow-scrolling: touch;
  }
  .catLi li {
    display: inline-block;
    float: none;
    margin: 0.5% 1%;
    width: 25%;
  }
  .catLi .subCatLi_sp li {
    display: inherit !important;
  }
  .fullmod-body .catLi li {
    display: inherit;
  }
  .fullmod-body .catLi .subCatLi_sp li a {
    color: #333333;
    padding: 10px !important;
    height: auto;
    line-height: normal;
    background-image: url("../img/bg_listArrow_gray.png");
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 5px 10px;
  }
  .fullmod-body .catLi .subCatLi_sp li a.subCatTitle {
    color: #333333;
    padding: 10px !important;
    height: auto;
    line-height: normal;
    background-color: #f4f4f4;
    background-image: url(../img/bg_toggleArrow_down_gray.png);
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 10px 5px;
  }
  .secondly li a h4 {
    padding-left: 15px !important;
  }
  .fullmod-body .catLi .subCatLi_sp li a.active_secondly {
    background-image: url(../img/bg_toggleArrow_up_gray.png) !important;
  }
  .fullmod-body .catLi .subCatLi_sp li a.active_secondly h4 {
    font-weight: bold !important;
  }
  .fullmod-body .subCatLi {
    display: none !important;
  }
}
@media screen and (max-width:690px) {
  .catLi li a h3 {
    font-size: 84%;
  }
}
@media screen and (max-width:490px) {
  .catLi li a h3 {
    font-size: 80%;
  }
  .catLi li {
    width: 45%;
  }
  #TOP .subCatLi li {
    width: 100%;
  }
}
/*** タグから探す ***/
.tagLi {
  margin: 0;
  width: 100%;
}
.tagLi li a {
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 80px;
  color: #333333;
  display: inline-block;
  float: left;
  font-size: 84%;
  margin: 5px 5px 5px 0;
  padding: 4px 8px;
  text-align: center;
}
.tagLi li a:hover {
  text-decoration: none;
}
.photoSearch ul li {
  float: left;
  margin: 0.5% 0.5% 15px 0.5%;
  width: 24%;
  overflow: hidden;
}
.photoSearch .imgThumb {
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  border: 1px solid #dddddd;
}
.photoSearch ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.photoSearch ul li a img {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  min-width: 100%;
  width: 100%;
}
.sTitle {
  color: #333333;
  font-size: 84%;
  font-weight: bold;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.galleryLi li {
  float: left;
  width: 31.3%;
  margin: 1%;
}
.galleryLi .imgThumb {
  overflow: hidden;
  padding-top: 67%;
  position: relative;
  border: 1px solid #dddddd;
}
.galleryLi li a {
  display: block;
  text-decoration: none;
}
.galleryLi li img {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  min-width: 100%;
  width: 100%;
}
#TOP .photoSearch .sCompany {}
.sCompany {
  color: #333333;
  font-size: 74%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabs {
  margin: 6px;
}
.tabs a {
  border: 1px solid #cccccc;
  float: left;
  width: 90px;
  text-align: center;
  display: block;
  padding: 8px;
  margin-left: -1px;
  text-decoration: none;
  background: #f5f5f5;
  color: #333333;
  font-size: 13px;
}
.tabs a.active {
  background: #666666;
  color: #ffffff;
}
@media screen and (max-width:768px) {
  .photoSearch ul li {
    width: 47%;
    margin: 1.5%;
  }
  .galleryLi li {
    width: 47%;
    margin: 1.5%;
  }
  .tabs {
    width: 216px;
    margin: 10px auto;
  }
}
@media screen and (max-width:470px) {
  .galleryLi li {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width:480px) {
  .photoSearch ul li {
    margin: 0 0 25px 0;
    width: 100%;
  }
  .col2 ul li {
    width: 47%;
    margin: 1.5%;
  }
}
.posterList01 li, .posterList02 li {
  float: left;
  margin: 1% 1% 35px 1%;
  min-height: 425px;
  width: 14.5%;
}
.posterList01 li a, .posterList02 li a {
  color: #333333;
  display: block;
  text-align: center;
}
.posterList01 li a:hover, .posterList02 li a:hover {
  text-decoration: none;
}
.posterList01 li a img, .posterList02 li a img {
  border: 1px solid #cccccc;
  width: 100%;
  margin: 0 auto;
}
.cTitleWrap {
  height: 44px;
}
.cTitle {
  font-size: 92%;
  font-weight: bold;
  margin: 0 0 5px 0;
  white-space: normal;
}
.cCompany {
  font-size: 74%;
  overflow: hidden;
}
.cCompanyWrap {
  height: 35px;
}
@media screen and (max-width:1024px) {
  .posterList01 li, .posterList02 li {
    width: 23%;
    margin: 1% 1% 35px 1%;
  }
  /*スクロール形式にする*/
  .photoSearch .ofInner {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
  }
  .photoSearch .ofInner .photoLi li {
    display: inline-block;
    float: none !important;
    margin: 0.5% 1% !important;
    width: 60% !important;
  }
  .pickup .ofInner, .newCatalog .ofInner, #newCatalogsInner .ofInner, .newCatalogs .ofInner {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
  }
  #newCatalogsInner .ofInner {
    margin-right: -15px;
    margin-left: -15px;
  }
  .newCatalogs .ofInner {
    margin-right: -40px;
    margin-left: -40px;
  }
  .ofInner .posterList01 li {
    display: inline-block;
    float: none !important;
    margin: 0.5% 1% !important;
    width: 19% !important;
    min-height: inherit;
  }
  .noScroll .photoSearch .ofInner, .noScroll .ofInner {
    overflow-x: inherit;
    overflow-y: inherit;
    white-space: inherit;
    -webkit-overflow-scrolling: none;
    margin-right: 0;
    width: 100%;
  }
  .noScroll .ofInner .photoLi li {
    width: 47.4% !important;
    margin: 1.5%;
    float: left;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  .noScroll .ofInner .posterList01 li {
    display: inline-block;
    float: none !important;
    margin: 0.5% 1% !important;
    width: 35% !important;
    min-height: inherit;
  }
  .photoSearch .ofInner .col3 li {
    width: 31.3% !important;
    float: left !important;
  }
}
@media screen and (max-width:768px) {
  .posterList01 li, .posterList02 li {
    margin: 1% 2% 25px 2%;
    width: 29%;
  }
  .ofInner .posterList01 li {
    display: inline-block;
    float: none !important;
    margin: 0.5% 1% !important;
    width: 25% !important;
    min-height: inherit;
  }
}
@media screen and (max-width:480px) {
  .posterList01 li, .posterList02 li {
    margin: 1% 2.5%;
    min-height: 380px;
    width: 45%;
  }
}
@media screen and (max-width:400px) {
  .posterList01 li, .posterList02 li {
    min-height: 360px;
  }
}
@media screen and (max-width:360px) {
  .posterList01 li, .posterList02 li {
    min-height: 320px;
  }
}
/*** キーワード検索 ***/
.fullmod-body .KeySearch .inner {
  padding: 0;
  width: auto;
}
.keySearchWrap {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}
.keySearchWrap input[type="text"] {
  border: none;
  padding-right: 90px;
}
.pages .keySearchWrap input[type="text"], .fullmod-body .keySearchWrap input[type="text"] {
  border: 1px solid #cccccc;
}
@media screen and (max-width:768px) {
  .fullmod-body .keySearchWrap {
    margin: 20px;
  }
}
/*** メーカー検索 ***/
.companySearch {
  background: #ffffff;
  border-radius: 4px;
  width: 768px;
  height: 500px;
  padding: 20px;
}
.fullmod-body .companySearch {
  padding: 0;
  width: 768px;
}
.companySearch .left {
  float: left;
  width: 35%;
}
.companySearch .right {
  float: right;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 65%;
}
.kanaLi li {
  float: left;
}
.kanaLi li.none a {
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  cursor: inherit;
  color: #C1C1C1;
}
.kanaLi li a {
  border: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  display: block;
  margin: 4px;
  padding: 5px 10px;
  text-align: center;
}
.kanaLi li a:hover {
  text-decoration: none;
}
.companySearch .right ul {
  margin-bottom: 15px;
}
.companySearch .right li a {
  display: block;
  color: #333333 !important;
  padding: 3px 0 3px 10px;
}
.kanaIndex {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 5px;
}
/*** メーカー検索（リスト型）***/
.companyListSearch .arrowList li a {
  background-color: #f9f9f9;
  border-bottom: 1px solid #cccccc;
}
.companyListSearch .arrowList li {
  float: left;
  width: 20%;
}
.companyListSearch .toggleList li a.gyo {
  display: none;
}
.companyListSearch .toggleList .kanaArrowLi li ul {
  display: none;
}
.companyListSearch .toggleList .kanaArrowLi li {
  float: left;
}
.companyListSearch .toggleList .kanaArrowLi li a {
  background: none;
  border-left: 1px solid #cccccc;
  padding: 5px 10px;
}
.companyListSearch .toggleList .kanaArrowLi li:last-child a {
  border-right: 1px solid #cccccc;
}
.fullmod-body .companyListSearch {
  display: none;
}
.fancy-toDetailBtn {
  border: 2px solid #fff;
  display: block;
  padding: 8px 10px;
  border-radius: 4px;
  color: #fff !important;
  margin-left: 10px;
  text-decoration: none !important;
  width: 200px;
  margin: 20px auto 15px auto;
  font-size: 105%;
}
@media screen and (max-width:768px) {
  .fullmod-body h2.title01 {
    border-bottom: 1px solid #ccc;
    font-size: 105%;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    margin: 0;
    padding: 10px 5px 10px 5px;
  }
  #company_pc {
    display: none !important;
  }
  .fullmod-body .companyListSearch {
    display: block;
  }
  .companyListSearch .arrowList li {
    float: left;
    width: 100%;
  }
  .companyListSearch .toggleList li a.gyo {
    display: block;
  }
  .companyListSearch .toggleList .kanaArrowLi {
    display: none;
    float: none;
  }
  .companyListSearch .toggleList li.gyo-active a.gyo {
    background-image: url("../img/bg_toggleArrow_up.png");
    background-position: 97%;
    font-weight: bold;
  }
  .companyListSearch .toggleList .kanaArrowLi li {
    float: none;
  }
  .companyListSearch .toggleList .kanaArrowLi li a {
    background-image: url("../img/bg_toggleArrow_down_gray.png");
    background-repeat: no-repeat;
    background-size: 10px 5px;
    background-position: 97%;
    border-left: none;
    padding: 10px 40px 10px 20px;
  }
  .companyListSearch .toggleList .kanaArrowLi li:last-child a {
    border-right: none;
  }
  .companyListSearch .toggleList .kanaArrowLi li.kana-active a.kana {
    background-image: url("../img/bg_toggleArrow_up_gray.png");
    font-weight: bold;
  }
  .companyListSearch .toggleList .kanaArrowLi li ul li a {
    background-image: url("../img/bg_listArrow_gray.png") !important;
    background-size: 5px 7px !important;
  }
}
@media screen and (max-width:640px) {
  .photoSearch .ofInner .col3 li {
    width: 48% !important;
    float: left !important;
  }
}
@media screen and (max-width:480px) {
  .fancy-toDetailBtn {
    width: auto;
  }
  .noScroll .ofInner .photoLi li {
    margin: 0 0 25px 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .ofInner .posterList01 li {
    display: inline-block;
    float: none !important;
    margin: 0.5% 1% !important;
    width: 45% !important;
    min-height: inherit;
  }
  #TOP #newCatalogs #newCatalogsInner .ofInner .posterList01 li {
    margin: 0.5% 2% !important;
  }
}