#ContentsWrap .ThumbList.event li.wide .right h2#PickupContents {
  width: 100%;
}
#PickupContents ul {
  padding: 15px 0 15px 25px;
  list-style: none;
  background: url(/images/format/BgBeigeNoise.jpg);
  font-size: 0;
}
#PickupContents ul li {
  position: relative;
  display: inline-block;
  width: 250px;
  margin: 0 17px 0 0;
  vertical-align: top;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
}
#PickupContents ul li .Thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 2% 0;
  padding: 56% 0 0 0;
  background: #fbfbfb;
}
#PickupContents ul li .Thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
}
#PickupContents ul li .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: middle;
}
#PickupContents ul li .contentData {
  padding: 10px 10px 10px;
  position: relative;
}
#PickupContents ul li .contentData .title {
  color: #333;
  font-weight: bold;
  line-height: 18px;
  font-size: 12px;
}
#PickupContents ul li .contentData .category {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 10px;
  color: #ccc;
}


#ContentsWrap {
  padding: 20px 0 0;
}
#ContentsWrap .left {
  width: 820px;
  float: left;
}
#ContentsWrap .left .column {
  clear: both;
}
#ContentsWrap .left .column > h2 {
  display: block;
  height: 40px;
  position: relative;
  padding-bottom: 20px;
  background: url(/images/mypage/format/TitleLine.png) 0 40px repeat-x;
  font-size: 20px;
  line-height: 45px;
}
#ContentsWrap .left .column > h2 .text{
  float: right;
  font-size: 12px;
}
#ContentsWrap .left .column > h2 .titleIcon{
  border-width: 9px;
  border-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-left-color: #000;
  border-bottom-color: #000;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 10px 0 10px;
}

#ContentsWrap .left .column.creator > h2 {
  color: #8CA528;
}
#ContentsWrap .left .column.creator > h2 .titleIcon{
  border-top-color: #89A222;
  border-right-color: #89A222;
  border-left-color: #BFD154;
  border-bottom-color: #BFD154;
}

#ContentsWrap .left .column.works > h2 {
  color: #035C84;
}
#ContentsWrap .left .column.works > h2 .titleIcon{
  border-top-color: #4E8CA8;
  border-right-color: #4E8CA8;
  border-left-color: #A9C4EB;
  border-bottom-color: #A9C4EB;
}

#ContentsWrap .left .column.download > h2 {
  color: #6A2C89;
}
#ContentsWrap .left .column.download > h2 .titleIcon{
  border-top-color: #6A2C89;
  border-right-color: #6A2C89;
  border-left-color: #CDA2BE;
  border-bottom-color: #CDA2BE;
}

#ContentsWrap .left .column.event > h2 {
  color: #C81F00;
}
#ContentsWrap .left .column.event > h2 .titleIcon{
  border-top-color: #C81F00;
  border-right-color: #C81F00;
  border-left-color: #EFBCB3;
  border-bottom-color: #EFBCB3;
}

#ContentsWrap .left .column .moreLink {
  display: block;
  margin: 0 auto 30px;
  width: 80%;
  max-width: 350px;
  text-align: center;
  height: 40px;
  background: #999;
  clear: both;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
}
#ContentsWrap .left .column.creator .moreLink {
  background: #8CA528;
}
#ContentsWrap .left .column.works .moreLink {
  background: #035C84;
}
#ContentsWrap .left .column.download .moreLink {
  background: #6A2C89;
}
#ContentsWrap .left .column.event .moreLink {
  background: #C81F00;
}

.ThumbList.creator .Thumb{
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 75% 0 0 0;
  border-bottom: 1px solid #ddd;
}
.ThumbList.creator .Thumb a{
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ThumbList.creator .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;
}

.ThumbList.creator .Profile{
  width: auto;
  padding: 5px;
}
.ThumbList.creator .Profile .Left{
  position: relative;
  float: left;
}
.ThumbList.creator .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);
}
.ThumbList.creator .Profile .Right{
  line-height: 1.3;
  height: 50px;
  margin-left: 40px;
}
.ThumbList.creator .Profile .Name{
  font-size: 12px;
  font-weight: bold;
  max-height: 30px;
  margin: 5px 0;
}
.ThumbList.creator .Profile .Right p{
  min-height: 20px;
}



.ThumbList.works .Thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  margin: 0 0 2% 0;
  padding: 75% 0 0 0;
  border-bottom: 1px solid #ddd;
  background: #FbFbFb;
}
.ThumbList.works .Thumb a{
  display: block;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ThumbList.works .Thumb a img{
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.ThumbList.works > li {
  padding: 0;
  margin-bottom: 50px;
  width: 252px;
}
.ThumbList.works .Count {
  position: absolute;
  bottom: -30px;
  right: 0;
  margin: 0 2px 0 10px;
}
.ThumbList.works .Type{
  color: #aaa;
  margin: 0 5px 0 0;
  text-align: right;
}
.ThumbList.works > li h2{
  margin: 8px 12px;
}
.ThumbList.works > li h2 .title .cbIcon{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  top: -2px;
  color: #AAA;
}

.ThumbList.works > li .Creator{
  display: table;
  background: #F2F1ED;
  padding: 6px 10px;
  width: 232px;
  box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
  border-top: 1px solid #ddd;
}
.ThumbList.works > li .Creator .userImage{
  width: 22px;
  height: 22px;
  border-radius: 11px;
  box-shadow: 0 0 0 1px rgba(150,150,150,0.25);
}



.ThumbList.download .Thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding: 170% 0 0 0;
  border-bottom: 1px solid #ddd;
  background: #FbFbFb;
}
.ThumbList.download .Thumb a{
  display: block;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.ThumbList.download .Thumb a img{
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  max-width: 100%;
  /*max-height: 100%;*/
  height: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  vertical-align: baseline;
}
.ThumbList.download {
  margin-left: -42px;
}
.ThumbList.download > li {
  padding: 0;
  width: 170px;
  margin-left: 42px;
}
.ThumbList.download > li .Creator{
  display: table;
  background: #F2F1ED;
  padding: 6px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 1px rgba(255,255,255,1) inset;
  border-top: 1px solid #ddd;
}
.ThumbList.download > li .Creator .userImage{
  width: 22px;
  height: 22px;
  border-radius: 11px;
  box-shadow: 0 0 0 1px rgba(150,150,150,0.25);
}
.ThumbList.download > li .Creator .userName {
  display: table-cell;
  padding: 0 0 0 10px;
}


#ContentsWrap .left .column.event > h2 {
  margin-bottom: 30px;
}
.ThumbList.event li.normal {
  width: 232px;
  height: 358px;
  margin-bottom: 35px;
  padding: 10px;
}
.ThumbList.event .Thumb{
  position: relative;
  display: block;
  width: 96%;
  height: 0;
  margin: 2% 2% 20px;
  padding: 96% 0 0 0;
}
.ThumbList.event .Thumb a{
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ThumbList.event .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;
}
.ThumbList.event .LabelNow,
.ThumbList.event .LabelSoon{
  position: absolute;
  top: -22px;
  left: 0;
  width: 160px;
  height: 16px;
  padding: 6px 0 0 6px;
  color: #fff;
  background: url(/images/event/LabelBg.png) no-repeat;
}
.ThumbList.event .LabelSoon{
  background-position: 0 -22px;
}
.ThumbList.event .Region{
  font-size: 11px;
  float: left;
  width: 60px;
  padding: 4px 0 3px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #aca99c;
}
.ThumbList.event .Period{
  font-weight: bold;
  float: right;
  margin: 4px 0 0 0;
}
.ThumbList.event .Period span{
  font-size: 13px;
  font-weight: bold;
}
.ThumbList.event h2{
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  clear: both;
  height: 40px;
  margin: 0;
  padding-top: 8px;
}
.ThumbList.event .Place{
  margin-bottom: 8px;
}
.ThumbList.event .Place span{
  margin-right: 1em;
}
.ThumbList.event .Genre{
  line-height: 1.3;
  color: #999;
}


.ThumbList.event li.wide {
  border: none;
  width: 100%;
  margin-bottom: 40px;
}
#ContentsWrap .ThumbList.event li.wide .left {
  width: 378px;
  border: 1px solid #ddd;
  float: left;
}
#ContentsWrap .ThumbList.event li.wide .right {
  width: 400px;
  float: left;
  margin: 0 0 0 20px;
  font-size: 14px;
  padding: 0;
}
#ContentsWrap .ThumbList.event li.wide .right .Region {
  font-size: 13px;
  padding: 8px 0 7px;
}
#ContentsWrap .ThumbList.event li.wide .right h2 {
  font-size: 20px;
  height: auto;
}
.ThumbList.event li.wide .Genre {
  font-size: 12px;
  margin: 0 0 15px 0;
}
.Outline {
  margin: 0 0 15px 0;
  line-height: 20px;
}
#ContentsWrap .ThumbList.event li.wide .right table{
	width: 100%;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.ThumbList.event li.wide .right tr{
	border-bottom: 1px solid #DDD;
	font-size: 13px;
}
.ThumbList.event li.wide .right tr:last-child{
	border-bottom: none;
}
.ThumbList.event li.wide .right td.tableTitle{
	width: 90px;
	padding: 10px 0 10px 0;
	text-align: right;
	font-weight: bold;
}
.ThumbList.event li.wide .right td.tableDetail{
	padding: 10px 10px 10px 20px;
}


#ContentsWrap .right {
  float: right;
  width: 250px;
  padding: 12px 0 0 0;
}

#ContentsWrap .right .RightContents > h4 {
  margin: 20px 0 5px 0px;
}
#ContentsWrap .right .RightContents:first-child > h4 {
  margin: 0 0 5px 0;
}
#ContentsWrap .right .RightContents > h4 .text {
  color: #666;
  font-size: 11px;
  padding: 0 0 0 5px;
  font-weight: normal;
}
#ContentsWrap .right .RightContents > h4 .cbIcon {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 4px 0 0;
  font-size: 22px;
}
#ContentsWrap .right #RankingList.RightContents > h4 .cbIcon {
  font-size: 26px;
}
#ContentsWrap .right .RightContents.contest > h4 .cbIcon {
  font-size: 20px;
}
#ContentsWrap .right .RightContents.sns > h4 .cbIcon {
  font-size: 26px;
}

#ContentsWrap .right #RankingList .rankingDate {
  height: 20px;
  margin: 0 15px;
  text-align: center;
  color: #89a222;
  border-radius: 3px;
  background: #fff;
  line-height: 21px;
}
#ContentsWrap .right #RankingList .rankingDate .monthly,
#ContentsWrap .right #RankingList .rankingDate .all {
  display: none;
}
#ContentsWrap .right #RankingList .rankingTab {
  margin: 10px 0 0 0;
  list-style-type: none;
  text-align: center;
}
#ContentsWrap .right #RankingList .rankingTab li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  color: #999;
  font-weight: bold;
}
#ContentsWrap .right #RankingList .rankingTab li.current {
  color: #000;
}
#ContentsWrap .right #RankingList .rankingTab .tab {
  cursor: pointer;
}
#ContentsWrap .right #RankingList .rankingTab li .cbIcon {
  margin: -2px 0 0 0;
}
#ContentsWrap .right #RankingList .rankingLabel {
  position: relative;
  padding: 10px 0 9px 0;
  text-align: center;
  color: #555;
  background: #e5e3db;
  font-size: 11px;
  font-weight: bold;
}
#ContentsWrap .right #RankingList .rankingLink {
  display: block;
  height: 25px;
  margin: 0 15px;
  text-align: center;
  color: #666;
  border: 2px solid #ccc;
  border-radius: 15px;
  background: rgba(255, 255, 255, .5);
  font-size: 10px;
  font-weight: bold;
  line-height: 28px;
}
.ranking {
  padding: 0 0 15px 0;
  background: #fcfcfc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.ranking ul {
  padding: 0 10px 10px;
  list-style-type: none;
}
.ranking .monthly,
.ranking .all {
  display: none;
}
.ranking ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #dcdcdc;
}
.ranking ul li:last-child {
  border-bottom: none;
}
.ranking ul li.loading {
  padding: 0;
  height: 100px;
  position: relative;
}
.ranking li .rankingIcon {
  float: left;
  width: 22px;
  margin: 0 10px 0 0;
  font-size: 13px;
}
.ranking li .textWrapper {
  float: left;
  width: 140px;
  margin: 0 10px 0 0;
}
.workRanking.ranking li .textWrapper {
  width: 120px;
}
.ranking li .textWrapper .rankingName,
.ranking li .textWrapper .rankingWorksTitle {
  display: inline-block;
  margin: 0 0 3px 0;
  color: #555;
  font-weight: bold;
}
.workRanking.ranking li .textWrapper .rankingName {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.ranking li .textWrapper .rankingFavNum {
  font-size: 12px;
}
.ranking li .textWrapper .rankingFavNum .cbIcon {
  display: inline-block;
  margin: -1px 0 0 0;
  vertical-align: middle;
  font-size: 13px;
}
.ranking li .userImage {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

#Banner > div {
  margin: 20px 0 0 0;
}

.RelatedService .Heading {
  background: #e5e3db;
  text-align: center;
  padding: 4px 0 0 0;
}
.RelatedService ul {
  background: #FCFCFB;
  padding: 0 10px 0;
  border-right: 1px solid #F3F2ED;
  border-left: 1px solid #F3F2ED;
  border-bottom: 1px solid #F3F2ED;
}
.RelatedService li {
  clear: both;
  width: auto;
  min-height: 40px;
  padding: 10px 5px;
  list-style: none;
  border-bottom: 1px dotted #ccc;
}
.RelatedService li:last-child {
  padding-bottom: 15px;
  border: none;
}
.RelatedService li img {
  float: right;
  clear: right;
  /* 強制的にサイズ変更 */
  width: 85px !important;
  height: auto !important;
  margin: 0 0 0 10px;
  border: 2px solid #E4E2DA;
}
.RelatedService li h4 {
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 3px;
  line-height: 18px;
}
.RelatedService li p {
  margin-right: 0;
  color: #666;
  font-size: 10px;
  line-height: 14px;
}

#Sns {
  padding: 10px;
  background: #FCFCFB;
  border: 1px solid #F3F2ED;
}
.widgetWrapper.twitter {
  margin: 15px 0 5px 0;
}
.widgetWrapper.twitter script + iframe {
  margin: 10px auto;
  display: block;
}

#News ul {
  padding: 10px;
  list-style-type: none;
  background: #FCFCFB;
  border: 1px solid #F3F2ED;
}
#News ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
#News ul li:last-child {
  border-bottom: none;
}
