/*
  リスト・サムネイルビュー
*/
.wrap-container-item {
  overflow: hidden;
}
.item-thumbnail-view .item,
.item-list-view .item {
  -webkit-transition: background-color ease-out 0.3s;
          transition: background-color ease-out 0.3s;
}
.item-thumbnail-view .item:hover,
.item-list-view .item:hover {
  /*background-color: #f6f6f6;*/
}
.item-thumbnail-view .link-title-item,
.item-list-view .link-title-item {
  color: #3b3b3b;
}
.item-thumbnail-view .link-title-item:hover,
.item-list-view .link-title-item:hover {
  color: #358cda;
  text-decoration: none;
}
.link-name-company:hover {
    color: #358cda;
    text-decoration: none;
}
.item-thumbnail-view .time-release,
.item-list-view .time-release {
  color: #8f8f8f;
}
.item-thumbnail-view .title-item,
.item-list-view .title-item {
  float: none;
}
.item-thumbnail-view {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #ededed;
  padding: 20px 20px 0;
  border-radius: 0 0 10px 10px;
  background-color:#FFF;
}
.item-thumbnail-view .new {
  position: absolute;
  font-size: 0.1px;
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  width: 37px;
  height: 22px;
  top: 88px;
  left: 131px;
  overflow: hidden;
  line-height: 0;
  padding: 0;
  background:none;
}
/*
.item-thumbnail-view .new::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -3px;
  left: 43px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent #34619c;
  z-index: 1;
}
*/
.item-thumbnail-view .new::after {
  position: absolute;
  display: block;
  text-align: center;
  content: "New";
  font-size: 13px;
  color: #fff;
  background: #358cda;
  width: 37px;
  height: 22px;
  line-height: 22px;
  z-index: 10;
  top: 0;
  left: 0;
}

.item-ordinary .link-thumbnail-ordinary span{
  position: absolute;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  background: #358cda;
  width: 30px;
  height: 16px;
  line-height: 16px;
  z-index: 10;
  bottom: -1px;
  right: -1px;
}

.item-thumbnail-view .item-new-block{
    margin-bottom: 10px;
    overflow: hidden;
}

.item-thumbnail-view .item-new-block .item-new {
  position: relative;
  width: 168px;
  float: left;
  margin: 0;
  margin-right: 20px;
  border: none;
  display: none;
  box-shadow:none;
}
#item-new-4:after{
    display: block;
    content: "";
    clear: both;
}
.ieall  {
  width: 228px !important;
  margin-right: 0 !important;
}
.item-thumbnail-view .item-new:hover {
  /*box-shadow: 0 1px 7px rgba(0,0,0,0.2);*/
}
.item-thumbnail-view .item-new:nth-child(4) {
  margin-right: 0;
}
.item-thumbnail-view .thumbnail-item-new {
  margin: 0;
  height: 110px;
  overflow: hidden;
}
.item-thumbnail-view .thumbnail-item-new img {
  max-width: 100%;
}
.item-thumbnail-view .title-item-new,
.item-thumbnail-view .name-company-new,
.item-thumbnail-view .time-release-new {
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}
.item-thumbnail-view .title-item-new {
  font-size: 15px;
  color:#222222;
  font-weight:normal;
  line-height: 18px;
  height: 52px;
  overflow: hidden;
  margin-top: 12px;
}
.ranking-information-item-box {    
}
.ranking-information-item,
.item-thumbnail-view .name-company-new,
.item-thumbnail-view .time-release-new,
.item-thumbnail-view .time-release-ordinary,
.item-thumbnail-view .name-company-ordinary {
  display: block;
}
.item-thumbnail-view .name-company-ordinary,
.item-thumbnail-view .time-release-ordinary {

}
.item-thumbnail-view .name-company-new,
.item-thumbnail-view .name-company-ordinary {
  font-size: 12px;
  color: #5686ab;
}
.item-thumbnail-view .name-company-new {
  margin-top: 12px;
}
.item-thumbnail-view .name-company-ordinary {
 margin-top:5px;
 display: inline;
}
.item-thumbnail-view .time-release-new,
.item-thumbnail-view .time-release-ordinary {
  font-size: 12px;
  text-indent: 21px;
  height: 14px;
  line-height: 14px;
}
.item-thumbnail-view .time-release-new {
  margin-top: 10px;
  font-weight: normal;
}
.ranking-information-item,
.item-thumbnail-view .time-release-ordinary {
  color: #797979;
  position: relative;
  margin-top:3px;
  display:inline;
}
.item-thumbnail-view .item-ordinary {
  position: relative;
  clear: left;
/*  height: 99px;*/
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f2f2f2;
}

.item-thumbnail-view .item-ordinary:first-child {
  margin-top:-19px;
}
.release-list .item-thumbnail-view .item-ordinary:first-child{
    border-top:none;
}
.item-thumbnail-view .item-ordinary:last-child {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom:20px;

}

.item-thumbnail-view .link-thumbnail-ordinary {
  display: block;
  margin: 0;
  border: 1px solid #f2f2f2;
  width: 118px;
  height: 78px;
  position: relative;
  float:right;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
}
.item-thumbnail-view .thumbnail-ordinary img {
  max-width: 100%;
}
.item-thumbnail-view .title-item-ordinary {
  display: block;
  margin: 0;
  width: 600px;
  overflow: hidden;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}
.item-thumbnail-view .link-title-item-ordinary {
  color: #3b3b3b;
}
.container-item-list {
  margin-top: 0px;
  margin-bottom:20px;

}

.item-list-view {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #ededed;
    padding: 11px 20px 0;
    border-radius: 0 0 10px 10px;
    background-color:#FFF;
}

.item-list-view .item-ordinary {
  position: relative;
  background-color: #fff;
  padding-top: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
  margin: 0;
}

.item-list-view .item-ordinary .new{
  position: absolute;
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  background: #358cda;
  width: 30px;
  height: 16px;
  line-height: 16px;
  z-index: 10;
  bottom: 8px;
  right: 0;
}

body.category .item-list-view{
    border-top:1px solid #ededed;
}

.item-list-view .item-ordinary.technology .container-item-detail {
  border-color: #585858;
}
.item-list-view .item-ordinary.mobile .container-item-detail {
  border-color: #2e49ad;
}
.item-list-view .item-ordinary.app .container-item-detail {
  border-color: #e30f0f;
}
.item-list-view .item-ordinary.entertainment .container-item-detail {
  border-color: #edc81e;
}
.item-list-view .item-ordinary.beauty .container-item-detail {
  border-color: #f292b8;
}
.item-list-view .item-ordinary.fashion .container-item-detail {
  border-color: #ed7014;
}
.item-list-view .item-ordinary.lifestyle .container-item-detail {
  border-color: #73c150;
}
.item-list-view .item-ordinary.business .container-item-detail {
  border-color: #4775b4;
}
.item-list-view .container-item-detail {
  overflow: hidden;
}
.item-list-view .name-company-ordinary,
.item-list-view .time-release-ordinary {
  display: block;
}
.item-list-view .title-item-ordinary {
  font-size: 14px;
  margin: 4px 0 0px;
  font-weight: normal;
  line-height: 1.6;
}
.item-rankinglistview .link-title-item-ordinary,
.item-toplistview .link-title-item-ordinary{
    font-size:14px;
}
.item-list-view .name-company-ordinary,
.item-list-view .time-release-ordinary {
  font-size: 12px;
  height: 14px;
  line-height: 14px;
}
.item-list-view .name-company-ordinary {
  float: left;
  color: #5686ab;
}
.item-list-view .time-release-ordinary {
  float: right;
  font-size: 12px;
  text-indent: 21px;
}
.item-rankinglistview .title-item-ordinary,
.item-toplistview .title-item-ordinary{
    float:none;
    width:730px;
}
.item-toplistview .name-company-ordinary{
    display: inline-block;
    width:auto;
    float:none;
}
.item-rankinglistview .name-company-ordinary{
    display: inline-block;
    width:auto;
    float:left;
}
.item-toplistview .time-release-ordinary{
    display: inline-block;
    width:auto;
    float:none;
}
.item-rankinglistview .ranking-information-item{
    width:auto;
    margin-top:2px;
}

.button-read-more {
  font-size: 12px;
  color: #333;
  background-color: #ededed;
  color:#3b3b3b;
  width: 200px;
  height: 33px;
  line-height: 33px;
  border-radius: 4px;
  margin:0 auto;
  margin-bottom:20px;
}
.button-read-more:hover {
  color: #333;
  /*background-color: #f7f7f7;*/
}
.gallery-main,
.information-main {
  margin-top: 20px;
}
.heading-main-gallery,
.heading-main-information {
  margin: 0;
}
.contianer-gallery,
.contianer-information {
  margin-top: 0;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0 0 10px 10px;
}
.contianer-gallery {
  position: relative;
  background-color:#FFF;
}
.carousel {
  width: 692px;
  margin: 0 auto;
}
.container-slide {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 28px;
  height: 83px;
}
.container-slide .slide {
  margin: 0 6px;
}
.container-slide a {
  background-color: #000;
  height: 83px;
  overflow: hidden;
}
.container-slide a img {
    width:130px;
    height:73px;
}
.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-prev,
.flex-next {
  display: block;
  position: absolute;
  -webkit-transition: background-color ease-out 0.3s;
          transition: background-color ease-out 0.3s;
  background-color: #ededed;
  width: 32px;
  height: 100%;
  top: 0;
}
.flex-prev:hover,
.flex-next:hover {
  background-color: #f7f7f7;
}
.flex-prev::after,
.flex-next::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  top: 50%;
  left: 50%;
}
.flex-prev {
  left: 0;
  border-radius: 0 0 0 10px;
}
.flex-prev::after {
  background-position: 3px -480px;
}
.flex-next {
  right: 0;
  border-radius: 0 0 10px 0;
}
.flex-next::after {
  background-position: 3px -440px;
}
.flex-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 0 10px;
}
.flex-control-nav li {
  display: inline-block;
  width: 20px;
}
.flex-control-nav li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background-color: #ededed;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-radius: 10px;
}
.flex-control-nav li a.flex-active {
  background-color: #8ab7de;
}
.contianer-information {
  font-size: 13px;
  padding: 25px 20px 30px;
  overflow: hidden;
  background-color:#FFF;
}
.date-infromation,
.index-information {
  float: left;
}
.date-infromation {
  clear: left;
  width: 132px;
  color: #3b3b3b;
}
.index-information {
  margin-left: 0;
  width: 600px;
  margin-bottom: 28px;
  line-height: 1.846153846153846;
}
.index-information:last-child {
  margin-bottom: 0;
}
.index-information a {
  color: #3b3b3b;
  -webkit-transition: color ease-in 0.2s;
          transition: color ease-in 0.2s;
}
.index-information a:hover {
  color: #157792;
  text-decoration: underline;
}
.container-item.fire {
  -webkit-transform-origin: 100% 0%;
      -ms-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  -webkit-animation: right 0.5s ease 0ms 1 forwards;
          animation: right 0.5s ease 0ms 1 forwards;
}
@-webkit-keyframes right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg);
  }
}

.container-select-sub-category {
  color: #666;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.container-select-sub-category li {
  display: inline-block;
  position: relative;
  line-height: 1;
}

/*
  categorylist.cssより
*/

/* CSS Document */
.item-thumbnail-view{
    border-width: 1px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* カテゴリ選択用：IE8の場合は普通にradioボタンが表示されます。                              */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.categoryCheckBox {
    background-color: #f1f1f1;
    margin-bottom:10px;
    margin-top:10px;
    padding: 16px 16px 12px
}
.categoryCheckBox input[type=radio] {
    display: inline-block;
    margin-right: 6px;
}
.categoryCheckBox input[type=radio] + label {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-size: 10px;
    line-height: 17px;
    height: 17px;
    cursor: pointer;
}

@media (min-width: 1px) {
    .categoryCheckBox input[type=radio] {
        display: none;
        margin: 0;
    }
    .categoryCheckBox input[type=radio] + label {
        padding: 0 0 0 29px;
    }
    .categoryCheckBox input[type=radio]:checked + label::before,
    .categoryCheckBox input[type=radio] + label::after {
      content: "";
      position: absolute;
      display: block;
      border-radius: 50%;
    }

    /* カテゴリーのマーカ */
    .categoryCheckBox input[type=radio] + label::after {
      top: 0;
      left: 0;
      width: 17px;
      height: 17px;
    }

    .categoryCheckBox input[type=radio]:checked + label::before {
      background-color: #FFF;
      border: 2px solid #ccc;
      box-sizing: border-box;
      height: 31px;
      width: 31px;
      top: -7px;
      left: -7px;
      -webkit-transform-origin: center center;
      -moz-transform-origin: center center;
      -ms-transform-origin: center center;
      -o-transform-origin: center center;
      transform-origin: center center;
      -webkit-animation: checked .2s ease-out;
      -o-animation: checked .2s ease-out;
      animation: checked .2s ease-out;
    }

    .categoryCheckBox input[type=radio] + label.technology::after{
        background: #585858;
    }
    .categoryCheckBox input[type=radio] + label.mobile::after{
        background: #2e49ad;
    }
    .categoryCheckBox input[type=radio] + label.application::after{
        background: #e30f0f;
    }
    .categoryCheckBox input[type=radio] + label.entertainment::after{
        background: #edc81e;
    }
    .categoryCheckBox input[type=radio] + label.beauty::after{
        background: #f292b8;
    }
    .categoryCheckBox input[type=radio] + label.fashion::after{
        background: #ed7014;
    }
    .categoryCheckBox input[type=radio] + label.lifestyle::after{
        background: #73c150;
    }
    .categoryCheckBox input[type=radio] + label.business::after{
        background: #4775b4;
    }

}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@-webkit-keyframes checked {
  from {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes checked {
  from {
    -o-transform: scale(.8);
    transform: scale(.8);
  }
  to {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes checked {
   from {
    transform: scale(.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes checked {
  from {
    transform: scale(.8);
  }
  to {
    transform: scale(1);
  }
}

/* 「スマートフォン版を表示」ボタン */
.goSmartphonePageBox {
    width: 100%;
    height: 100px;
    background-color: #333;
    padding: 18px 0 2px 0;
}
.goSmartphonePageBox a span::before {
  position: relative;
  top: 14px;
  right:40px;
  display: inline-block;
  width: 26px;
  height: 48px;
  content: '';
  background: url("../images/icon-mobile.png") no-repeat 0 0;
}
.goSmartphonePageBox a {
    padding-left: 33px;
    margin: 0 auto;
    width: 90%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    cursor: pointer;
    background-color: #104f8a;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 6px 0 #0b3f77;
    text-decoration: none;
    font-size: 1.8rem;
    letter-spacing: 0.13em;
    transition: background-color 0.15s ease-in-out 0s;
}
.goSmartphonePageBox a:hover {
    background-color: #1c78b7;
}