/* ------------------------------
 portfolioBaseStyle
------------------------------ */

body{
  background-color: #fff;
}
body.portfolioHidden{
  padding: 20px 0 0 0;
}
#portfolioHiddenLabel{
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #9fb44e;
}
.noScroll{
  overflow: hidden;
}
#Contents{
  /*width: 100%;*/
}
#UserPortfolio{
  width: 100%;
  padding: 0 0 30px 0;
  /* background: #444; */
}
.userImage img{
  border-radius: 5px;
}
.sp{
  display: none;
}
@media screen and (min-width: 728px){
  #spPortfolioNavContent{
    display: none !important;
  }
}


/* ------------------------------
 PortfolioHeader
------------------------------ */
#UserPortfolio #PortfolioHeader{
  width: 100%;
  padding: 65px 0 0 0;
}
#UserPortfolio #PortfolioHeader h1{
  font-family: メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
  color: #000;
}
#UserPortfolio #PortfolioHeader #MainVisual{
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 1090px;
  height: 216px;
  margin: 0 auto -20px auto;
  border: 5px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
}
#UserPortfolio #PortfolioHeader #MainVisual img{
  width: 1090px;
}
#ContentsHeaderInner{
  height: 115px;
  margin: 0 auto;
  background: #666;
}
#MainVisual + #ContentsHeaderInner{
  height: 135px;
}
#ContentsHeaderInner #UserData{
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
}

#UserProfile{
  position: relative;
  height: 100%;
}
#UserProfile .nameWrap{
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 75px;
}
#UserProfile .nameWrap #nameWrapHeader{
  float: left;
  height: 30px;
  padding: 0 0 0 70px;
  color: #fff;
}
#UserProfile .nameWrap .name{
  font-size: 14px;
  font-weight: bold;
  float: left;
  padding: 0 0 0 30px;
  color: #fff;
}
#UserProfile .nameWrap .job{
  font-size: 11px;
  float: left;
  clear: both;
  margin: 7px 0 0 0;
  padding: 0 0 0 30px;
  color: #fff;
}
#UserProfile .nameWrap .userImage{
  line-height: 72px;
  position: absolute;
  top: -7px;
  left: 3px;
  display: block;
  width: 72px;
  height: 72px;
  text-align: center;
  -webkit-border-radius: 36px;
     -moz-border-radius: 36px;
          border-radius: 36px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#UserProfile .nameWrap .userImage img{
  display: inline;
  vertical-align: middle;
}
#UserProfile .nameWrap .data{
  float: left;
  clear: both;
  margin: 22px 0 0 85px;
  color: #fff;
}
#UserProfile .nameWrap .data dt,
#UserProfile .nameWrap .data dd{
  font-size: 11px;
  float: left;
  margin: 0 5px 0 0;
}
#UserProfile .nameWrap .data dt{
  position: relative;
  width: 15px;
  margin: 0 5px 15px 10px;
  text-align: left;
  color: #fff;
}
#UserProfile .nameWrap .data dt .cbIcon{
  position: absolute;
  top: -5px;
  left: 0;
}
#UserProfile .nameWrap .data dt.socialDt{
  font-size: 0;
  margin: 0;
}
#UserProfile .nameWrap .data dd.social{
  margin: -6px 0 0 5px;
}
#UserProfile .nameWrap .data dd.social a{
  float: left;
  margin: 0 5px 0 0;
}
#UserProfile .nameWrap .data dd.url a{
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #ffbf00;
}

#UserProfile .dataWrapper{
  position: absolute;
  right: 0;
  bottom: 50px;
  height: 40px;
}
#UserProfile .dataWrapper .data{
  float: left;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  list-style-type: none;
  border-left: 1px solid #ddd;
}
#UserProfile .dataWrapper .data:first-child{
  border-left: none;
}
#UserProfile .dataWrapper .data li{
  font-weight: bold;
  float: left;
  clear: both;
  width: 140px;
  margin: 0 0 4px 0;
  text-align: right;
}
#UserProfile .dataWrapper .data li.dataFav{
  width: 100px;
}
#UserProfile .dataWrapper .data li.last{
  margin: 0;
}
#UserProfile .dataWrapper .data .cbIcon,
#UserProfile .dataWrapper .data span{
  float: left;
}
#UserProfile .dataWrapper .data .cbIcon{
  margin: -3px 0 0 0;
}
#UserProfile .dataWrapper .data a{
  display: block;
}
#UserProfile .dataWrapper .data span{
  margin: 0 0 0 4px;
}

#UserProfile > .data dd.url a{
  display: block;
  float: left;
  margin: 0 10px 0 0;
  text-decoration: underline;
  color: #fff;
}
#UserProfile .FollowBox100{
  position: absolute;
  right: 0;
  bottom: 17px;
  display: block;
}
#UserProfile .BtnMessage{
  position: absolute;
  right: 110px;
  bottom: 17px;
}
#UserProfile .BtnMessage a{
  display: block;
  overflow: hidden;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #a0a0a0;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
}
#UserProfile .BtnMessage a:hover{
  background: #eee;
}
#UserProfile .BtnMessage a .cbIcon{
  font-size: 16px;
  margin: 6px 0 0 2px;
}


/* ------------------------------
 portfolioNav
------------------------------ */
#UserPortfolio #PortfolioNav{
  width: 100%;
  height: 50px;
  margin: 15px 0 0 0;
  /*
  background: rgba(255,255,255,0.7);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#B2FFFFFF,EndColorStr=#B2FFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#B2FFFFFF,EndColorStr=#B2FFFFFF)";
  */
}
/* IE9- hack */
#UserPortfolio #PortfolioNav:not(:target){
  -ms-filter: none;
      filter: none;
}
/* /IE9- hack */
#UserPortfolio #PortfolioNav #NavInner{
  position: relative;
  width: 1100px;
  height: 47px;
  margin: 0 auto;
  /*border-top: 1px solid #ddd;*/
  /*border-right: 1px solid #ddd;*/
  border-bottom: 3px solid #666;
       border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
  /*border-left: 1px solid #ddd;*/

  -moz-border-top-left-radius: 5px;
     -moz-border-top-right-radius: 5px;
}
#SpNavTrigger{
  display: none;
}
#NavLeft{
  float: left;
  height: 50px;
  list-style-type: none;
}
#NavLeft li{
  line-height: 52px;
  float: left;
  width: 100px;
  height: 50px;
  margin: 0 0 0 -1px;
}
#NavLeft li:first-child,
#NavLeft li:first-child a{
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;

     -moz-border-top-left-radius: 5px;
}
#NavLeft li a{
  font-weight: bold;
  position: relative;
  float: left;
  width: 100px;
  height: 47px;
  list-style-type: none;
  text-align: center;
  color: #444;
  border-bottom: 3px solid transparent;
}
#NavLeft li:hover{
  background: #aaa;
}
#NavLeft li:hover a{
  height: 47px;
  color: #fff;
  border-bottom: 3px solid #666;
}
#NavLeft li a span{
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
  width: 99%;
  height: 25px;
  margin: 7px 0 0 0;
  border-right: #000 1px solid;
}
#NavLeft li a .cbIcon{
  font-size: 15px;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: transparent;
}
#NavLeft .btnProfile span{
  border: none;
}

#ViewSelect{
  font-size: 11px;
  float: right;
  margin: 16px 16px 0 0;
}
#ViewSelect > .trigger{
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
  color: #333;
}
#ViewSelect > .trigger .btn{
  position: relative;
  z-index: 50;
}
#SortButton{
  position: relative;
}
#ViewSelect > .trigger .cbIcon,
#ViewSelect > .trigger > .btn p{
  float: left;
}
#ViewSelect > .trigger > .btn p{
  font-weight: normal;
  margin: 4px 0 0 1px;
}
#ViewSelect > .trigger > p{
  font-size: 11px;
  font-weight: normal;
  margin: 4px 0 0 4px;
}
#cbSortWindow,
#cbSearchWindow{
  top: 45px;
  right: 0;
  left: auto;
}
#cbSortWindow{
  width: 107px;
}
#cbSortWindow p,
#cbSearchWindow p{
  color: #333;
}
#cbSortWindow a span,
#cbSearchWindow a span,
#cbSortWindow p span,
#cbSearchWindow p span{
  font-size: 12px;
  margin-left: 0;
  color: #333;
}

@media screen and (min-width: 1024px){
  .SortDetail .Menu ul{
    position: absolute;
    top: 0;
    right: 98%;
    display: none;
    width: 200px;
    list-style: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
  }
  .SortDetail .Menu li:hover > ul{
    display: block;
  }
}


/* ------------------------------
 fixed nav
------------------------------ */
#fixedHeaderNav{
  position: fixed;
  z-index: 50;
  top: 45px;
  display: none;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#fixedUserDataWrapper{
  width: 100%;
}
#fixedUserData{
  overflow: hidden;
  width: 1100px;
  height: 46px;
  margin: 0 auto;
}
#fixedHeaderNav .left p{
  font-size: 11px;
  line-height: 48px;
  float: left;
  margin: 0 10px 0 0;
}
#fixedUserData .left{
  float: left;
  height: 46px;
  margin: -40px 0 0 0;
  -webkit-transition: margin .2s .1s  ease;
       -o-transition: margin .2s .1s  ease;
          transition: margin .2s .1s  ease;
}
#fixedHeaderNav.show #fixedUserData .left{
  margin: 0 0 0 1px;
}
#fixedUserData .left .thumb{
  float: left;
  width: 30px;
  height: 30px;
  margin: 8px 10px 0 0;
}
#fixedUserData .left .thumb .userImage{
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#fixedUserData .left .name{
  font-size: 14px;
  font-weight: bold;
}
#fixedUserData .right{
  float: right;
  height: 46px;
}
#fixedPfNav{
  font-size: 12px;
  float: left;
  margin: 18px 10px 0 0;
}
#fixedPfNav li{
  float: left;
  list-style: none;
}
#fixedPfNav li:after{
  content: '｜';/*区切り線*/
}
#fixedPfNav li:last-child:after{
  content: normal;
}
#fixedPfNav li a{
  font-size: 13px;
  font-weight: bold;
  padding: 0 5px;
}
#fixedUserData .right .FollowBox100{
  margin: 9px 0 0 0;
}

/* ------------------------------
 portfolioContents
------------------------------ */
#UserPortfolio #ContentsWrap{
  width: 100%;
  margin: 20px 0 0 0;
}
#UserPortfolio #ContentsWrap #ContentsHeader{
  width: 100%;
  height: 50px;
}
#UserPortfolio #ContentsWrap #Contents{
  width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ------------------------------
 bannerArea
------------------------------ */
#BannerArea{
  line-height: 90px;
  clear: both;
  width: 728px;
  height: 90px;
  margin: 30px auto 0;
  text-align: center;
  vertical-align: middle;
}


/* ------------------------------
 Works items
------------------------------ */
#ItemList{
  width: 1133px;
  margin: 20px 0 0 -33px;
  list-style-type: none;
}
#ItemList li{
  float: left;
  width: 250px;
  height: 250px;
  margin: 0 0 20px 33px;
  /*border: 1px solid #ddd;*/
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
}
#ItemList li .thumb{
  display: block;
  float: left;
  width: 230px;
  height: 172px;
  margin: 10px;
}
#ItemList li .thumb a{
  line-height: 172px;
  display: block;
  width: 230px;
  height: 172px;
  text-align: center;
  vertical-align: middle;
}
#ItemList li .thumb a object{
  pointer-events: none;
}
#ItemList li .thumb a img{
  max-width: 100%;
  height: auto;
  max-height: 100%;
  /*display: inline-block;*/
  vertical-align: middle;
  box-shadow: #000 0 0 0;
}
#ItemList .itemData{
  line-height: 18px;
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 230px;
  height: 38px;
  padding: 0 10px 20px 10px;
  word-wrap: break-word;
}
#ItemList .itemData .itemTitle{
  font-size: 12px;
  font-weight: bold;
}
#ItemList .itemData .itemTitle .cbIcon{
  font-size: 18px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
}
#ItemList .itemData .itemStatus{
  font-size: 10px;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 15px;
  text-align: right;
}
#ItemList .itemData .itemStatus dt,
#ItemList .itemData .itemStatus dd{
  float: left;
  margin: 0 8px 0 0;
}
#ItemList .itemData .itemStatus dt{
  margin: 1px 1px 0 0;
}
.favIcon .cbIcon{
  font-size: 15px;
}
.viewIcon .cbIcon{
  font-size: 16px;
}
.downloadIcon .cbIcon{
  font-size: 16px;
}

/* ------------------------------
 Download
------------------------------ */
.downloadContents #ItemList li{
  height: 335px;
}
.downloadContents #ItemList li .thumb{
  width: 230px;
  height: 230px;
}
.downloadContents #ItemList li .thumb a{
  line-height: 230px;
  width: 230px;
  height: 230px;
}
.downloadContents #ItemList li .thumb img{
  vertical-align: middle;
}
.downloadContents #ItemList .itemData{
  height: 65px;
}
.downloadContents #ItemList .categoryData{
  font-size: 10px;
  margin: 0 0 3px;
}


/* ------------------------------
 Pager
 pearライブラリを使用したページャーのスタイル
------------------------------ */
#Pager.contentsUi {
 background: none;
 padding: 15px 0;
}
#Pager.contentsUi a,
#Pager.contentsUi b {
  height: 30px;
  line-height: 31px;
  min-width: 30px;
}


/* ------------------------------
 Hover Style
------------------------------ */
#ItemList a,
#EventList a{
  -webkit-transition: opacity .3s ease;
     -moz-transition: opacity .3s ease;
      -ms-transition: opacity .3s ease;
       -o-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
#ItemList li.hover a,
#EventList li.hover a{
  opacity: .8;
  /*background: none;*/
}

.currentBox,
#UserPortfolio #PortfolioHeader h1,
#ContentsHeaderInner,
#UserData .nameWrap .name,
#UserData .nameWrap .job,
#UserPortfolio #PortfolioNav #NavInner,
#NavLeft li a,
#ViewSelect p,
#NavLeft li,
#NavLeft li:hover,
#NavLeft li.current,
#NavLeft li:hover a,
#NavLeft li.current a,
#NavLeft li a .cbIcon,
#ItemList > li,
#EventList > li,
#DiaryList > li,
#DiarySide,
.profileContent,
#Pager a,
#DetailContent,
#DetailTitle,
.DetailFavMore,
.commentUserData a,
#DetailData a,
#DetailHeaderInner,
#DetailUserData,
#DetailUserData .name,
#DetailUserData .genre,
#DetailPfNav li:after{
  -webkit-transition: color .3s ease, background .3s ease, border-right-color .3s ease;
     -moz-transition: color .3s ease, background .3s ease, border-right-color .3s ease;
      -ms-transition: color .3s ease, background .3s ease, border-right-color .3s ease;
       -o-transition: color .3s ease, background .3s ease, border-right-color .3s ease;
          transition: color .3s ease, background .3s ease, border-right-color .3s ease;
}
#PortfolioHeader #MainVisual,
#UserData .nameWrap .userImage{
  -webkit-transition: border-color .3s ease;
     -moz-transition: border-color .3s ease;
      -ms-transition: border-color .3s ease;
       -o-transition: border-color .3s ease;
          transition: border-color .3s ease;
}
#UserPortfolio #PortfolioNav #NavInner,
#NavLeft li a,
#NavLeft li:hover a,
#NavLeft li.current a{
  -webkit-transition: border-bottom-color .3s ease;
     -moz-transition: border-bottom-color .3s ease;
      -ms-transition: border-bottom-color .3s ease;
       -o-transition: border-bottom-color .3s ease;
          transition: border-bottom-color .3s ease;
}
