@charset 'UTF-8';

/* ------------------------------

 CREATORS

------------------------------ */

/* ------------------------------
 ABテスト
------------------------------ */
body{
  padding: 0 0 60px 0;
}
#topRead{
  background: rgba(233, 105, 0, .9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 90;
}
#readInner{
  margin: 0 auto;
  max-width: 1100px;
  height: 100%;
}
#readInner div{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin: 25px 0 0 0;
  float: left;
  position: relative;
  width: 100%;
}
#readLinkWrapper{
  float: right;
  display: inline-block;
}
#readSignupLink,
#readAboutLink{
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  background: #535353;
  color: #FFF;
  /*margin: 15px 10px 0 0;*/
  border-radius: 5px;
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: -9px;
  right: 0;
}
#readClose{
  color: #FFF;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media(max-width: 1024px){
  body{
    padding: 0 0 80px 0;
  }
  #topRead{
    height: 80px;
  }
  #readInner div{
    line-height: 21px;
    margin: 11px 10px 0;
    padding: 10px 20px 0 0;
    width: auto;
  }
  #readLinkWrapper{
    float: left;
    clear: both;
  }
  #readSignupLink, #readAboutLink{
    padding: 0 7px;
    position: static;
  }
  #readClose{
    top: 7px;
    right: 7px;
  }
  #readClose .cbIcon{
    font-size: 13px;
  }
}
@media(max-width: 728px){
  body{
    padding: 0 0 90px 0;
  }
  #topRead{
    height: 90px;
  }
  #readInner div{
    padding: 0 20px 0 0;
  }
}

/* ------------------------------
 PickUp
------------------------------ */

#PickUp{
  position: relative;
  padding-top: 85px;
}
#PickUp .ProfileBg{
  height: 115px;
  margin: -20px 0 0 0;
  padding: 0 0 20px 0;
}
#PickUp .Profile{
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
#PickUp #MainImage{
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
#PickUp #MainImage .mainImage{
  border: 3px solid #fff;
  border-radius: 2px;
}
#PickUp .Label{
  position: absolute;
  top: 10px;
  left: -5px;
}
#PickUp #Ad2{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#PickUp .UserInfo{
  position: relative;
  float: left;
  width: 291px;
  padding: 25px 25px 0 0;
}
#PickUp .UserInfo .userImage{
  position: absolute;
  top: 3px;
  left: 13px;
  width: 64px;
  height: 64px;
  border-radius: 35px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#PickUp .UserInfo .Text{
  height: 78px;
}
#PickUp .UserInfo .Name{
  font-size: 13px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 0 6px 0;
  /*height: 30px;*/
  padding: 0 0 0 100px;
}
#PickUp .UserInfo .genre{
  font-size: 10px;
  padding: 0 0 0 100px;
}
#PickUp .UserInfo > p{
  font-size: 10px;
}
#PickUp .UserInfo .Bottom{
  position: absolute;
  bottom: 0;
  left: 10px;
  width: auto;
}
#PickUp .UserInfo .Count{
  font-size: 11px;
  float: left;
  margin: 2px 0 0 15px;
}
#PickUp .ThumbList{
  position: relative;
  float: left;
  clear: none;
  padding-top: 37px;
}
#PickUp .ThumbList li{
  width: 88px;
  height: inherit;
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
}
#PickUp .ThumbList li .Thumb{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 75% 0 0 0;
}
#PickUp .ThumbList li .Thumb a{
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
#PickUp .ThumbList li .Thumb img{
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
#PickUp .ThumbList .Thumb object{
  pointer-events: none;
}
#PickUp .ThumbList img{
  vertical-align: middle;
  border: 1px solid #fff;
}
#PickUp .ThumbList .ImgOver,
#PickUp .ThumbList .ImgOver .Open{
  width: 88px;
  height: 68px;
  background-size: 20%;
}
#PickUp .ThumbList .ImgOver{
  top: 0;
}
#PickUp .Ad img{
  border: 2px solid #fff;
}
.AdSp{
  display: none;
}

#oneLineNews {
  width: 100%;
  background: #8AA12D;
  text-align: center;
}
#oneLineNews li {
  display: block;
  padding: 10px 5px;
}
#oneLineNews li a{
  color: #fff;
  text-decoration: none;
}
#oneLineNews li a:hover {
  text-decoration: underline;
}
#oneLineNews li a.sp {
  display: none;
  font-size: 10px;
}
@media (max-width: 728px){
  #oneLineNews li a.pc {
    display: none;
  }
  #oneLineNews li a.sp {
    display: block;
  }
}

/* ------------------------------
 Sort
------------------------------ */

#SortBox{
  margin-bottom: 10px;
}
#SelectGenre{
  width: 280px;
}
#SelectRegion{
  width: 200px;
}

.SortDetail{
  top: 127px;
}
#SortGenre{
  width: 250px;
}
#SortView{
  left: 330px;
}
#SortRegion{
  left: 545px;
  width: 200px;
}

#ShowBtn{
  float: left;
  margin: 0 0 0 10px;
}
#ShowBtn li{
  float: left;
  margin-left: 3px;
  list-style: none;
  cursor: pointer;
}


/* ------------------------------
 List
------------------------------ */

/*１行表示*/
.LineListBox{
  clear: both;
}
.LineList{
  min-height: 153px;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
.LineList .ProfileWrapper{
  float: left;
  width: 268px;
  margin-right: 5px;
  border-radius: 3px;
}
.LineList .Profile{
  padding: 8px;
  border: 1px solid #eee;
}
.LineList .Profile .Left{
  float: left;
  margin: 3px 0 0 3px;
}
.LineList .Profile .Left .userImage{
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 35px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
.LineList .Profile .Right{
  height: 72px;
  margin: 0 0 0 85px;
}
.LineList .Profile .Name{
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
  height: 35px;
  margin-top: 5px;
}
.LineList .Profile .Right p{
  font-size: 10px;
  margin-bottom: 5px;
}
.LineList .Bottom{
  clear: both;
}
.LineList .Profile .FollowBox{
  margin-right: 15px;
}
.LineList .Profile .Count{
  font-size: 11px;
  float: right;
  width: 165px;
  padding-top: 2px;
  text-align: left;
}

.LineList .ThumbList{
  clear: none;
}
.LineList .ThumbList li{
  width: 152px;
  height: inherit;
  margin: 0 0 10px 13px;
  padding: 0;
  border: none;
}

/*
.LineList .ThumbList .Thumb{
  line-height: 115px;
  display: block;
  width: 150px;
  height: 115px;
  text-align: center;
}
*/

.LineList .ThumbList .Thumb{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  height: 0;
  padding: 75% 0 0 0;
}
.LineList .ThumbList .Thumb a{
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.LineList .ThumbList .Thumb img{
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.LineList .ThumbList .Thumb object{
  pointer-events: none;
}
.LineList .ThumbList .Thumb{
  border: 1px solid #ddd;
}
.LineList .ThumbList .Thumb img{
  vertical-align: middle;
}
.LineList .ThumbList .ImgOver{
  top: 0;
  width: 152px;
  height: 114px;
}
.LineList .ThumbList .ImgOver .Open{
  width: 152px;
  height: 114px;
  background-size: 12%;
}
.LineList .ThumbList .ImgOver .StatusFav{
  right: 5px;
  bottom: 8px;
}

/*タイル表示*/
.TileList .ThumbList > li{
  box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.TileList .ThumbList .Thumb{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 75% 0 0 0;
  border-bottom: 1px solid #ddd;
}
.TileList .ThumbList .Thumb a{
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.TileList .ThumbList .Thumb a img{
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}

.TileList .Profile{
  width: auto;
  padding: 5px;
}
.TileList .Profile .Left{
  position: relative;
  float: left;
}
.TileList .Profile .Left .userImage{
  display: block;
  width: 30px;
  height: 30px;
  margin: 5px 0 0 0;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
.TileList .Profile .Right{
  line-height: 1.3;
  height: 50px;
  margin-left: 40px;
}
.TileList .Profile .Name{
  font-size: 12px;
  font-weight: bold;
  max-height: 30px;
  margin: 5px 0;
}
.TileList .Profile .Right p{
  min-height: 20px;
}


/* ------------------------------
 広告表示時
------------------------------ */
#headerAd{
  margin: -40px 0 20px 0;
}
#headerAd iframe{
  display: block;
  margin: 0 auto;
}
#AdArea{
  display: block;
}
#AdColumn{
  position: relative;
  z-index: 50;
  width: 1100px;
  margin: 0 auto;
}
#AdColumn #Ad1{
  float: left;
}
#AdColumn #Ad1 > div{
  float: left;
}
#AdColumn #Ad2{
  float: right;
}
#AdArea #jackBanner{
  position: absolute;
  z-index: 60;
  top: 0;
  left: 50%;
  width: 1500px;
  margin: 0 0 0 -750px;
}


/* ------------------------------
 js : itemHover.js
------------------------------ */
.UserInfo.hover .userImage,
.Profile.hover .Left .userImage{
  opacity: .8 !important;
}
.UserInfo.hover .Name,
.Profile.hover .Name{
  text-decoration: underline !important;
}
