@charset "utf-8";
/* CSS Document */
/***************スマホのスタイル***************/

.title-lead-area {
  color: #010101;
}

.title-lead-area h1 {
  font-size: 16px;
  font-weight: normal;
  /*margin-bottom: 10px;*/
  width: 100%;
}

.title-lead-area p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #666666;
}

.columnCateHeader {
  padding-bottom: 10px;
}

/*記事件数表記*/
#totalCountPara {
  font-size: 12px;
  color: #666666;
}
#totalCountPara.author_total {
  display: inline-block;
  margin-left: 10px;
}

/* リストスタイル */
.columnListstyle {
  padding-top: 5px;
}

.commonListstyle .title {
  font-size: 1.0em;
  color: #454545;
  font-weight: 100 !important;
}

.group_header {
  text-align: center;
  padding: 5px 0 10px 0;
}

.group_header span {
  font-size: 1.2em;
  margin-right: 5px;
}

.commonListstyle .mv {
  margin-bottom: 10px !important;
  overflow: hidden;
}

.commonListstyle .mv .grandMvTitle h2 {
  margin-bottom: 5px;
}

.commonListstyle .mv .grandMvTitle .columnCategory span {
  color: #fff important;
}

.commonListstyle .mv .new {
  width: 100px;
  padding: 3px 10px;
  background: #5acdc3;
  color: #fff;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -37px;
  transform: rotate(315deg);
}

.pagerBtn {
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  /*display: none;*/
  align-items: center;
}

.pagerBtn a{
  display: block;
  width: 100%;
  background: #5acdc3;
  box-shadow: 0 3px 0 #54bfb5;
  border-radius: 5px;
  /*border: 1px solid #E4E4E4;*/
  margin: 5px 0;
  cursor: pointer;
  box-sizing: border-box;
}

.pagerBtn .page {
  margin: 0 auto;
  color: #878787;
}

.pagerBtn .prev {
  float: left;
  width: 33%;
}

.pagerBtn .prev .text {
  float: right;
  color: #fff;
}

.pagerBtn .prev .mark {
  float: left;
  color: #fff;
}

.pagerBtn .next {
  float: right;
  width: 33%;

}

.pagerBtn .next .text {
  float: left;
  color: #fff;
}

.pagerBtn .next .mark {
  float: right;
  color: #fff;
}

#prevBtn {
  /*display: none;*/
  padding: 7px 30% 4px 10%;
}

#nextBtn {
  /*display: none;*/
  padding: 7px 10% 4px 30%;
}

/*部位選択*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  margin: 10px auto 10px;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 41px !important;
  line-height: 41px;
  border: 1px solid #fff;
}
.dropmenu li a, .dropmenu span.first {
  display: inline-block;
  margin: 0;
  padding: 10px 0 10px 10px;
  background: #ededed;
  color: #666666;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 10;
  width: 55%;
  top: 100%;
  right: 3px;
  margin: 0;
  margin-top: 1px;
  padding: 0;
  box-shadow: 0px 0px 7px 0px gray;
  background: url(../common_img/bg_dot_beige.png);
  background-color: #fff;
  padding: 10px;
}
.dropmenu li ul li{
  /*width: 100%;*/
  border: none;
  /*border-top: 1px solid #ccc;*/
  float: left;
  width: auto;
  background: none;
  margin: 0 5px 5px 0;
  font-weight: 600;
}
.dropmenu li ul li a{
  border: 1px solid #E4E4E4;
  background-color: #fff;
  border-radius: 15px;
  font-size: 1em;
  /*color: #53b2ab;*/
  color: #666666;
  padding: 5px 12px;
  display: inline-block;
  cursor: pointer;
}
.dropmenu li ul li a.active {
  color: #53b2ab;
}
.dropmenu li:hover > a{
  background: #FFFFFF;
}
.dropmenu li a:hover{
  background: #fff;
  color: #53b2ab;
}
#partsMenu li ul{
  display: none;
}
/*
#partsMenu li:hover ul{
  display: block;
}
*/
#selectBox {
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  border: 1px solid #ededed;
  background-color: #ededed;
}

#downArrow {
  float: right;
  padding: 13px 15px 0px 15px;
  background: #ccc;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  box-sizing: border-box;
  height: inherit;
}

#downArrow span {
  transform: rotate(90deg);
  display: inline-block;
}

/*カテゴリ絞り込みリスト*/
.categorySmall {
  overflow: hidden;
}

.category_filter_list {
  /*height: 75px;*/
  overflow: hidden;
}

.view_more {
  cursor: pointer;
  float: right;
  color: #51ABA3;
  display: none;
  margin-top: 10px;
}
/***************タブレットのスタイル***************/
@media screen and (min-width:600px){
  .category_filter_list {
    /*height: 110px;*/
  }
  #partsMenu li {
    display: block;
  }
}

/***************PCのスタイル***************/
@media screen and (min-width:1024px){
  .title-lead-area h1 {
    font-size: 24px;
    font-weight: 600;
  }
  .commonListstyle .title {
    font-size: 1.1em;
  }
  .commonListstyle.columnListstyle ul li .title, .commonListstyle .latestList li .title {
    font-size: 1.2em !important;
    color: #333 !important;
  }
  .commonListstyle .mv {
    margin-bottom: 20px !important;
  }

  #totalCountPara {
    font-weight: 600;
    font-size: 0.9em;
  }
  .pagerBtn {
    margin-bottom: 20px;
  }
  .pagerBtn a {
    border: 1px solid #ccc;
    color: #999;
    background: none;
    box-shadow: none;
  }
  .pagerBtn .next .text,.pagerBtn .prev .text {
        color: #615f5e;
  }
  .pagerBtn .next .mark,.pagerBtn .prev .mark {
        color: #53b2ab;
  }

  /*部位リスト */
  .partsSortList h3 {
    font-size: 16px;
    border-bottom: 1px solid #53b2ab;
    padding: 5px 0;
    margin: 0 5px 20px 5px;
  }
  .partsSortList ul {
    clear: both;
    overflow: hidden;
  }
  .partsSortList ul li {
    float: left;
  }
  .partsSortList ul li a {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 0px 8px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #333;
    display: block;
    text-decoration: none;
    cursor: pointer;
  }
  .partsSortList ul li a:hover,.partsSortList ul li a.active {
    color: #fff !important;
    background-color: #53b2ab;
  }
  .partsSortList ul li a .count_text {
    color: #53b2ab;
    letter-spacing: 0.1em;
  }
  .partsSortList ul li a:hover .count_text,.partsSortList ul li a.active .count_text {
    color: #fff;
  }

  /*部位区切り*/
  .group_header {
    text-align: left;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: -20px;
    margin-bottom: 10px;
  }
  .group_header .parts_count_text {
    font-size: 12px;
  }
}
