#UserPortfolio #ContentsWrap #Contents{
  width: 96%;
}

/* ------------------------------
 Portfolio Fixed Nav
------------------------------ */
#fixedUserData{
  width: 96%;
}
#fixedHeaderNav .left p{
  font-size: 10px;
  line-height: 16px;
  float: none;
  width: 220px;
  margin: 0;
}
#fixedUserData .left .name{
  font-size: 12px;
  display: table-cell;
  width: 180px;
  height: 30px;
  padding: 8px 0 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 700px){
  #fixedUserData .left .name{
    display: none;
  }
}
#fixedUserData .left .genre{
  display: none;
}


/* ------------------------------
 Portfolio
------------------------------ */
#PorfolioTitle{
  margin: 0 2%  !important;
}
#UserPortfolio #PortfolioHeader #MainVisual{
  box-sizing: border-box;
  width: 96%;
  height: auto;
  border-width: 3px;
}
#UserPortfolio #PortfolioHeader #MainVisual img{
  width: 100%;
  vertical-align: middle;
}
#ContentsHeaderInner,
#ContentsHeaderInner #UserData{
  width: 100%;
  padding: 0 1%;
  box-sizing: border-box;
}
#UserProfile .dataWrapper .data li{
  width: 90px;
}
#UserProfile .dataWrapper .data li.dataFav {
  width: 70px;
}
#UserProfile .dataWrapper .data span{
  display: none;
}
#UserPortfolio #PortfolioNav {
  margin: 15px 2% 0 2%;
  width: 96%;
}
#UserPortfolio #PortfolioNav #NavInner{
  width: 100%;
}
#ViewSelect{
  position: absolute;
  top: 60px;
  right: 0;
  display: none;
  float: none;
  margin: 0;
  padding: 10px 10px 6px 4px;
  border-radius: 5px;
  background: #ccc;
}
#PortfolioWorks #ViewSelect{
  display: block;
}
#ViewSelect > .trigger{
  margin: 0 0 0 5px;
}
#UserPortfolio #ContentsWrap{
  margin: 15px 0 0 0;
}
#PortfolioWorks #UserPortfolio #ContentsWrap{
  margin: 55px 0 0 0;
}


/* ------------------------------
 Works items
------------------------------ */
@media screen and (max-width: 1024px) and (min-width: 900px){
  #ItemList li{
    display: block;
    float: left;
    width: 23%;
    height: auto;
    margin: 0 1% 20px 1%;
  }
}
@media screen and (max-width: 899px){
  #ItemList li{
    display: block;
    width: 31.333%;
    height: auto;
    margin: 0 1% 20px 1%;
  }
}
#ItemList{
  width: 100%;
  margin: 0 0 -10px 0;
  list-style-type: none;
}
#ItemList li .thumb{
  position: relative;
  width: 95%;
  height: 0;
  margin: 2.5%;
  padding: 73.1% 0 0 0;
  overflow: hidden;
}
#ItemList li .thumb a{
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ItemList li .thumb a 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;
}
#ItemList .itemData{
  box-sizing: border-box;
  width: 100%;
  height: 58px;
}
#SortButton{
  position: static;
}
#cbSortWindow,
#cbSearchWindow{
  width: 100%;
  min-width: 300px;
  box-sizing: border-box;
}
.SortDetail .Left,
.SortDetail .Right{
  float: none;
  clear: both;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
}
.SortDetail li .Trigger{
  background: url(/images/sp/format/IconOpenDown.png) 98% 12px no-repeat #fff !important;
}
.SubGenreMenu{
  display: none;
}


/* ------------------------------
 Download
------------------------------ */
.downloadContents #ItemList li{
  height: auto;
}
.downloadContents #ItemList li .thumb{
  position: relative;
  width: 95%;
  height: auto;
  height: 0;
  margin: 2.5%;
  padding: 100% 0 0 0;
}
.downloadContents #ItemList li .thumb a{
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.downloadContents #ItemList li .thumb a 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;
}
.downloadContents #ItemList .itemData{
  box-sizing: border-box;
  width: 100%;
  height: 75px;
}


/* ------------------------------
 Event
------------------------------ */
#EventList{
  width: auto;
  margin: 20px 0 -10px 0;
}
#EventList li{
  box-sizing: border-box;
  width: 100%;
}
#EventList .thumb{
  width: 37%;
}
#EventList li .thumb a img{
  max-width: 100%;
  height: auto;
}
#EventList .itemData{
  width: 60%;
}
#EventList .itemData .detailBtn{
  display: none;
}
#EventList .itemData .eventTitle{
  width: 100%;
}


/* ------------------------------
 Diary
------------------------------ */
#DiaryList{
  width: 100%;
  margin: 0 0 20px 0;
}
#DiaryList > li{
  box-sizing: border-box;
  width: 100%;
}
.diaryText p{
  word-wrap: break-word;
  word-break: break-all;
}
#DiarySide{
  float: none;
  clear: both;
  box-sizing: border-box;
  width: 100%;
  margin: 10px auto 30px;
}

/* ------------------------------
 Comment
------------------------------ */

#CommentForm #MyThumb,
.commentForm .myThumb{
  display: none;
  margin: 0 62px 0 0;
}
.textareaWrapper{
  box-sizing: border-box;
  width: 100%;
  margin: 0 -62px 0 0;
  padding: 0 62px 0 0;
}
.textareaWrapper textarea,
.textareaWrapper .dummyForm{
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  height: 52px !important;
}
.textareaWrapper:after,
.textareaWrapper:before{
  position: absolute;
  top: 20px;
  left: -14px;
  display: none;
  width: 0;
  height: 0;
  content: ' ';
  pointer-events: none;
  opacity: 0;
  border: solid transparent;
}
#CommentForm .commentBtn,
.commentForm .commentBtn,
#CommentForm .commentFavBtn,
.commentForm .commentFavBtn{
  position: relative;
}


/* ------------------------------
 Profile
------------------------------ */
#ProfileHeader{
  margin: 10px 0;
  padding: 0 4% 10px;
}
#ProfileHeader .left{
  width: 100%;
}
#ProfileHeader .left .thumb{
  float: none;
  margin: 30px auto 10px;
}
#ProfileHeader .left #DataArea{
  width: 100%;
  margin: 10px 0;
}
#ProfileHeader .left .name,
#ProfileHeader .left .genre,
#ProfileHeader .left .school,
#ProfileHeader .left #ProfileSns{
  float: none;
  clear: both;
  text-align: center;
}
#ProfileHeader .left #ProfileSns{
  margin: 0;
}
#ProfileHeader .right{
  width: 100%;
  margin: 20px 0 0 0;
  text-align: center;
}
#ProfileHeader .right dl{
  display: inline-block;
  float: none;
  margin: 0;
  text-align: left;
  vertical-align: top;
}
#ProfileContentLeft{
  width: 100%;
  margin: 0;
}
.columnTitle{
  float: none;
  margin: 0 0 0 4%;
  padding: 0 0 0 20px;
}
.columnTitle .cbIcon{
  left: 0;
}
.columnContent{
  float: none;
  clear: both;
  box-sizing: border-box;
  width: 92%;
  margin: 10px 4%;
}
#UserComment{
  box-sizing: border-box;
  margin: 0;
  padding: 10px 4%;
}
#UserCareer th{
  width: 85px;
}
#ProfileContentRight{
  width: 100%;
  margin: 0;
}
#UserFollow ul,
#UserFollower ul{
  width: 92%;
  margin: 10px 4%;
}
#UserFollow ul li,
#UserFollower ul li,
#UserFollow ul li .userImage,
#UserFollower ul li .userImage{
  width: 50px;
  height: 50px;
}
#ProfileContentRight .column h4{
  margin: 0 0 0 4%;
}
#ProfileContentRight .column .moreButton{
  margin: 0 4% 0 0;
}


/* ------------------------------
 Follow, Follwer
------------------------------ */
#UserList .textWrapper{
  max-width: 300px;
}
#UserList .data dt span{
  display: none;
}
@media screen and (max-width: 1000px){
  #Contents > h3{
    margin: 0 10px;
  }
  #UserList{
    padding: 0 10px;
  }
  #UserList > li{
    box-sizing: border-box;
    height: auto;
    padding: 20px 10%;
  }
  #UserList li > .userImage{
    margin: 0 17px 0 10px;
  }
  #UserList .textWrapper{
    display: table;
    max-width: 230px;
    height: 60px;
  }
  #UserList .textWrapper .center{
    display: table-cell;
    vertical-align: middle;
  }
  #UserList .textWrapper p{
    margin: 0 0 5px 0;
  }
  #UserList .textWrapper .address{
    display: none;
  }
  #UserList .FollowBox80,
  #UserList .data{
    position: static;
    margin: 0 0 5px 0;
  }
  #UserList .FollowBox80{
    float: left;
    clear: both;
    margin: 10px 10px 0 0;
  }
  #UserList .data{
    float: left;
    margin: 15px 0 0 0;
  }
  #UserList .data dt,
  #UserList .data dd{
    margin: 0 5px 0 0;
  }
  .latestWorks{
    display:         box;
    display: -webkit-box;
    display:    -moz-box;
    display:      -o-box;
    display:     -ms-box;
    width: 100%;
    margin: 10px 0 0 0;

            box-pack: start;
       -moz-box-pack: start;
    -webkit-box-pack: start;
         -o-box-pack: start;
        -ms-box-pack: start;
  }
  .latestWorks li{
    float: none;
    width: 23%;
    height: auto;
    margin: 0 0 0 2.66%;
  }
  .latestWorks li:first-child{
    margin: 0;
  }
  .latestWorks li .thumb,
  .latestWorks li .thumb a,
  .latestWorks li .thumb img{
    width: 100%;
  }
  .latestWorks li .thumb a{
    line-height: 0;
  }
  #UserList .data .Introduction{
    right: 0 !important;
    width: 100%;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
  }
  #UserList .data .Introduction p{
    width: auto;
  }
}


/* ------------------------------
 Pager
 pearライブラリを使用したページャーのスタイル
------------------------------ */
#Pager.contentsUi a[title="next page"] {
  height: 40px;
}


/* ------------------------------
 ページトップボタン
------------------------------ */
#BtnPageTop{
  display: none !important;
}
