/* ------------------------------
 Modal Format
------------------------------ */

#DetailWrapper {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  display: none;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}
#Cover {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#DetailWrapper #DetailContent {
  position: relative;
  width: 1000px;
  margin: 95px auto 50px auto;
  padding: 46px 0 20px 0;
  border-radius: 5px;
  background: #fff;

  backface-visibility: hidden;
}
#DetailWrapper #DetailContent.official {
  padding: 1px 0 20px 0;
}
.statusFixed {
  position: fixed !important;
}

/* ------------------------------
 Works , Event Detail
------------------------------ */
#DetailPage > #ContentsWrap {
  padding: 75px 0 0 0;
}
#DetailPage #DetailContent {
  position: relative;
  width: 1000px;
  margin: 0 auto 50px;
  padding: 46px 0 20px 0;
  border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
#DetailPage #DetailContent.official {
  padding: 1px 0 20px 0;
}
#DetailHeaderNav {
  position: absolute;
  z-index: 50;
  top: 0;
  width: 1000px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
#DetailHeaderNav.noRadius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#DetailUserData {
  width: 100%;
  height: 46px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#DetailUserData.noRadius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#DetailHeaderNav .left p {
  float: left;
  margin: 0 10px 0 0;
  font-size: 11px;
  line-height: 48px;
}
#DetailUserData .left {
  float: left;
  height: 46px;
  margin: 0 0 0 25px;
}
#DetailUserData .left .thumb {
  float: left;
  width: 30px;
  height: 30px;
  margin: 8px 10px 0 0;
}
#DetailUserData .left .thumb .userImage {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#DetailUserData .left .name {
  font-size: 14px;
  font-weight: bold;
}
#DetailUserData .right {
  float: right;
  height: 46px;
}
#DetailPfNav {
  float: left;
  margin: 18px 10px 0 0;
  font-size: 12px;
}
#DetailPfNav li {
  float: left;
  list-style: none;
}
#DetailPfNav li:after {
  content: "｜";/*区切り線*/
}
#DetailPfNav li:last-child:after {
  content: normal;
}
#DetailPfNav li a {
  padding: 0 5px;
  font-size: 13px;
  font-weight: bold;
}
#DetailUserData .right .FollowBox100 {
  margin: 9px 10px 0 0;
}
#DetailHeader {
  width: 100%;
  height: 80px;
  margin: 0 0 30px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#DetailTitle {
  width: 950px;
  height: 75px;
  margin: 30px auto 0 auto;
  border-radius: 4px;
  background: #f5f5f5;
}
#DetailTitle .left {
  float: left;
  height: 80px;
  margin: 0 0 0 20px;
}
#DetailTitle .left p {
  float: left;
  font-size: 11px;
}
#DetailType {
  display: block;
  margin: 16px 10px 0 0;
  padding: 5px 7px;
  color: #666;
  border-radius: 3px;
  background: #fff;
  font-size: 12px;
}
#DetailCategory {
  margin: 21px 0 0 0;
  opacity: .8;
}
#DetailTitle .left h1 {
  float: left;
  clear: both;
  margin: 9px 0 10px 0;
  font-size: 15px;
}
#DetailTitle .right {
  float: right;
  height: 75px;
  margin: 5px 20px 0 0;
}
#DetailTitle .right dt,
#DetailTitle .right dd {
  float: left;
  font-size: 11px;
}
#DetailTitle .right dt {
  position: relative;
  clear: both;
  width: 70px;
  margin: 8px 5px 0 0;
  padding: 0 0 0 22px;
}
#DetailTitle .right dt .cbIcon {
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 15px;
}
#DetailTitle .right dd {
  width: 70px;
  margin: 8px 0 0 0;
  text-align: right;
}
#DetailLeft {
  float: left;
  width: 600px;
  margin: 0 0 0 25px;
  position: relative;
  z-index: 10;
}
#DetailLeft h3 .cbIcon {
  float: left;
  margin: -2px 2px 0 0;
  font-size: 16px;
}
#Detail {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #ddd;
}
#Detail > div {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
}
#Detail > div .item {
  min-height: 100px;
  margin: 0 0 20px 0;
  text-align: center;
  position: relative;
}
#Detail > div .item .itemOverlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
#Detail > div .item .itemOverlay:hover {
  opacity: 1;
}
#Detail > div .item .itemOverlay ul {
  list-style-type: none;
  text-align: center;
  margin: 10px 10px 0 0;
  float: right;
}
#Detail > div .item .itemOverlay ul li {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 30px;
  line-height: 45px;
  margin: 0 0 10px 0;
  position: relative;
  border: 1px solid rgba(0,0,0,.2);
}
#Detail > div .item .itemOverlay ul li a {
  width: 100%;
  height: 100%;
  color: #b9b9b9;
  display: block;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
#Detail > div .item .itemOverlay ul li a:hover {
  color: #525252;
}
#Detail > div .item .itemOverlay ul li a .cbIcon {
  vertical-align: middle;
  display: inline-block;
}
#Detail > div .item .itemOverlay ul li.list .cbIcon {
  font-size: 31px;
  width: 30px;
}
#Detail > div .item .itemOverlay ul li.next .cbIcon {
  font-size: 31px;
  width: 30px;
  margin: 0 -4px 0 0;
}
#Detail > div .item .itemOverlay ul li.zoom .cbIcon {
  font-size: 37px;
  width: 37px;
  margin: 0 -2px 0 0;
}
#Detail > div .item .itemOverlay ul li .balloon {
  opacity: 0;
  position: absolute;
  left: -105px;
  top: 50%;
  margin: -13px 0 0 0;
  width: 90px;
  height: 25px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  color: #666;
  line-height: 28px;
  font-size: 12px;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
#Detail > div .item .itemOverlay ul li.download .balloon {
  left: -170px;
  width: 150px;
}
#Detail > div .item .itemOverlay ul li.event .balloon {
  left: -120px;
  width: 100px;
}
#Detail > div .item .itemOverlay ul li a:hover + .balloon {
  opacity: 1;
}
#Detail > div .item .itemOverlay ul li .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
#Detail > div .item .itemOverlay ul li .balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  margin-top: -7px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent rgba(0,0,0,.3);
  /* z-index: -1; */
}
#Detail > div .item img {
  max-width: 600px;
  max-height: 2000px;
}
.iframeWrapper {
  position: relative;
  max-width: 100%;
  height: 0;
  height: auto;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
.iframeWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#OtherWork {
  clear: both;
  box-sizing: border-box;
}
#OtherWork ul {
  width: 100%;
  margin: 20px 0 0 0;
  list-style-type: none;
}
#OtherWork ul li {
  position: relative;
  float: left;
  width: 18%;
  height: auto;
  margin: 0 0 0 2.5%;
  padding: 0 0 25px 0;
}
#OtherWork ul li:first-child {
  margin: 0;
}
#OtherWork .thumb {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  height: 0;
  margin: 0;
  padding: 73.1% 0 0 0;
  border: 1px solid #ddd;
  background: #fbfbfb;
}
#OtherWork .thumb a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
#OtherWork .thumb a object {
  pointer-events: none;
}
#OtherWork .thumb img {
  vertical-align: middle;
}
#OtherWork ul li .thumb a,
#OtherWork ul li .thumb img {
  width: 100%;
  height: auto;
}
#OtherWork .itemStatus {
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 15px;
  text-align: right;
  font-size: 11px;
}
#OtherWork .itemStatus dt,
#OtherWork .itemStatus dd {
  float: left;
  margin: 3px 10px 0 0;
  font-size: 10px;
}
#OtherWork .itemStatus dt {
  margin: 0 3px 0 0;
}
#OtherWork .itemStatus dt .cbIcon {
  margin: -1px 0 0 0;
  font-size: 15px;
}

#DetailRight {
  float: right;
  width: 300px;
  margin: 0 25px 0 0;
  position: relative;
  z-index: 10;
}
#FavWrap {
  border-top: 1px dotted #ddd;
  padding: 20px 0 0 0;
}
.favWorkInfo {
  margin: 0 0 20px 0;
}
.favWorkInfo .favWorkThumb,
.favWorkInfo .favWorkData {
  float: left;
}
.favWorkInfo .favWorkThumb {
  width: 72px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 0 0 10px;
}
.favWorkInfo .favWorkThumb img {
  vertical-align: middle;
  max-width: 100%;
}
.favWorkInfo .favWorkData {
  width: 200px;
  height: 50px;
  margin: 0 0 0 10px;
}
.favWorkInfo .favWorkData .favWorkInfoTitle {
  margin: 0 0 5px 0;
  font-weight: bold;
  line-height: 16px;
  min-height: 25px;
}
.favWorkInfo .favWorkData .favWorkInfoCreator {
  color: #666;
  font-size: 12px;
}
#DetailFavUser {
  clear: both;
  margin: 0px 0 10px 0;
}
#DetailFavUser ul {
  width: 220px;
  margin: 0 0 0 2px;
  list-style-type: none;
  float: left;
}
#DetailFavUser ul li {
  display: block;
  float: left;
  height: 22px;
  margin: 0 0 15px 8px;
  line-height: 22px;
}
#DetailFavUser ul li .userImage {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#DetailContent .DetailFavMore {
  float: right;
  display: block;
  height: 22px;
  background: #819A20;
  color: #fff;
  border-radius: 22px;
  padding: 0 15px 0 10px;
  line-height: 22px;
  margin: 0 10px 0 0;
}
#DetailContent .DetailFavMore .cbIcon {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.FavBox {
  margin: 0 0 20px 0;
}
#DetailContent .ShareMenu {
  position: relative;
  margin: 0 0 20px;
  border: 2px solid #ddd;
  border-radius: 3px;
  background: #F5F5F5;
  width: 296px;
  height: 35px;
}
.ShareMenu .label {
  height: 35px;
  padding: 0 0 0 30px;
  width: 130px;
  text-align: left;
  color: #888;
  line-height: 36px;
  float: left;
}
.ShareMenu .label .cbIcon {
  position: absolute;
  top: 6px;
  left: 7px;
  color: #ccc;
  font-size: 22px;
}
.ShareMenu ul {
  width: 130px;
  list-style-type: none;
  float: left;
  margin: 6px 0 0 5px;
}
#DetailContent .ShareMenu ul li {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0 0 8px;
}
#DetailContent .ShareMenu a {
  cursor: pointer;
}
#DetailContent .ShareMenu .snsIcon {
  font-size: 22px;
}
#DetailContent .ShareMenu ul.close {
  display: none;
}

#DetailRight #DetailData,
#DetailDataSp {
  margin: 0 0 30px 0;
  list-style-type: none;
  border-top: 1px dotted #ddd;
}
#DetailRight #DetailData > li,
#DetailDataSp li {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dotted #ddd;
}
#DetailRight #DetailData li h4,
#DetailDataSp li h4 {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0 0 0 12px;
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 11px;
  line-height: 11px;
}
#DetailRight #DetailData li h4 .cbIcon,
#DetailDataSp li h4 .cbIcon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
}
#DetailRight #DetailData li p {
  font-size: 12px;
  line-height: 1.5;
}
#DetailRight #DetailData li#License h4 {
  float: left;
}
#DetailRight #DetailData li#License a,
#DetailRight #DetailData li#License p {
  float: right;
}
#DetailRight .published {
  margin: 10px 0 0 0;
  text-align: right;
  font-size: 10px;
}
.tags a {
  float: left;
  color: #fff;
  background: #87A500;
  position: relative;
  height: 24px;
  line-height: 25px;
  padding: 0 15px 0 15px;
  border-radius: 13px;
  margin: 0 5px 5px 0px;
  font-size: 12px;
}
#PhotoReportList {
  list-style-type: none;
}
#PhotoReportList li {
  display: inline-block;
  width: 88px;
  height: 88px;
  margin: 3px;
  border: 1px solid #ddd;
}
#PhotoReportList li .PhotoReportModalTrigger {
  display: block;
  width: 70px;
  height: 70px;
  margin: 9px;
}
#PhotoReportList .PhotoReportModalTrigger:hover {
  opacity: .9;
}
#PhotoReportList li img {
  vertical-align: middle;
}
#OtherPhotoListTrigger {
  padding: 10px 0 0;
  text-align: right;
}

#PrevNextNav {
  position: absolute;
  top: 3px;
  padding: 0 0 0 1015px;

  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.diary #PrevNextNav {
  margin: 0 0 0 820px;
}
#NextButton,
#PrevButton,
#DetailModalClose {
  display: block;
  overflow: hidden;
  -webkit-transition: color .3s ease;
       -o-transition: color .3s ease;
          transition: color .3s ease;
  text-align: center;
  color: #b9b9b9;
  border: 2px solid #ddd;
  background-color: #fff;
}
#DetailModalClose {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #fff;
  border: none;
  background: none;
}
#DetailModalClose img {
  width: 26px;
}
#NextButton,
#PrevButton {
  height: 65px;
  width: 50px;
  line-height: 65px;
  border-radius: 15px;
}
#PrevButton {
  position: absolute;
  top: 0;
  left: -69px;
}
#NextButton:hover,
#PrevButton:hover {
  color: #525252;
}
#PrevNextNav .cbIcon {
  font-size: 23px;
}
#NextButton .cbIcon,
#PrevButton .cbIcon{
  padding: 0 0 0 2px;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
}
#NextButton .cbIcon {
  margin: 0 -2px 0 0;
}
#PrevButton .cbIcon {
  margin: 0 0 0 -2px;
}
#PrevNextNav p {
  display: none;
}

/* ------------------------------
 トップコンテンツ, ダッシュボードからの場合次へ,前へボタンは非表示
------------------------------ */
body#Works #NextButton,
body#Works #PrevButton,
body#Download #NextButton,
body#Download #PrevButton,
body#Event #NextButton,
body#Event #PrevButton,
body#MypageDashboard #NextButton,
body#MypageDashboard #PrevButton {
  display: none;
}

/* ------------------------------
 詳細ページの場合 閉じるボタンは非表示
------------------------------ */
#DetailPage #DetailModalClose {
  display: none;
}

/* ------------------------------
 Works Detail
------------------------------ */
.workComment {
  margin: 0 0 30px 0;
  line-height: 20px;
}


/* ------------------------------
 Event Detail
------------------------------ */
#DetailHeader.event #DetailTitle .right {
  height: 40px;
}
#DetailHeader.event #DetailTitle .right p {
  margin: 12px 0 0 0;
  font-size: 12px;
  font-weight: bold;
}

#DetailLeft #Detail.event {
  border-bottom: none;
}
#DetailLeft table {
  width: 100%;
  margin: 0 0 5px 0;
  border-top: 1px solid #ddd;
  line-height: 18px;
}
#DetailLeft table.tableLast {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #ddd;
}
#DetailLeft tr {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
#DetailLeft tr:last-child {
  border-bottom: none;
}
#DetailLeft td.tableTitle {
  width: 95px;
  padding: 10px 0;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}
#DetailLeft td.tableDetail {
  padding: 10px 10px 10px 20px;
}
#DetailLeft td.tableDetail .address {
  margin: 0 0 10px 0;
}
#DetailLeft td.tableDetail.url a:hover {
  text-decoration: underline;
}
#DetailLeft #Map {
  width: 450px;
  height: 400px;
}
.largeMap:hover {
  text-decoration: underline;
}
#OutLine {
  font-size: 12px;
}
#DetailData .event {
  font-size: 11px;
}
.ParticipantCreatorList {
  clear: both;
  margin: 0 0 0 -10px;
  padding: 0 0 10px;
  list-style-type: none;
}
.ParticipantCreatorList li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  margin: 0 0 10px 10px;
  padding: 0 17px 8px 8px;
  border-radius: 5px;
  line-height: 15px;
}
.ParticipantCreatorList .coverThumbnails {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 7px 0 0;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
.ParticipantCreatorList .participantCreatorName,
.ParticipantCreatorList .participantCreatorTitle {
  display: inline-block;
  clear: both;
  overflow: hidden;
  width: calc(100% - 47px);
  max-width: 200px;
  margin: 2px 0 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 15px;
}
.ParticipantCreatorList .participantCreatorTitle {
  font-size: 10px;
}
#ParticipantCreatorToggleButton {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  margin: 0 0 20px 0;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 15px;
  line-height: 36px;
}
#ParticipantCreatorToggleButton .text {
  margin: 0 5px 0 0;
  font-weight: bold;
}
#ParticipantCreatorToggleButton .cbIcon {
  position: absolute;
  top: 8px;
  right: 10px;
}
#ParticipantCreatorToggleButton.open .up,
#ParticipantCreatorToggleButton .down {
  display: inline-block;
}
#ParticipantCreatorToggleButton .up,
#ParticipantCreatorToggleButton.open .down {
  display: none;
}
#SideCreatorInfo {
  position: relative;
}
#SideCreatorInfo .thumb {
  position: absolute;
  top: 15px;
  left: 0;
}
#SideCreatorInfo .thumb .userImage {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#SideCreatorInfo .name {
  position: absolute;
  top: 15px;
  left: 50px;
  width: 250px;
  font-size: 13px;
}
#SideCreatorInfo .name a:hover {
  text-decoration: underline;
}
#DetailRight #DetailData li#SideCreatorInfo .genre {
  position: absolute;
  top: 40px;
  left: 50px;
  width: 250px;
  font-size: 11px;
}
#SideCreatorInfo .comment {
  margin: 65px 0 0 0;
  font-size: 11px;
}

/* ------------------------------
 Download
------------------------------ */
#DownloadWrap {
  margin: 0 0 20px 0;
}
#DownloadSize {
  float: left;
  width: 300px;
  margin: 0 0 10px 0;
}
#DownloadSize > p {
  margin: 0 0 5px 0;
  font-size: 11px;
}
#DownloadSize .minict_wrapper {
  padding: 5px;
  border-color: #89a222 !important;
}
#DownloadSize .minict_wrapper input {
  font-size: 14px;
}
#DownloadButton {
  position: relative;
  width: 300px;
  padding: 10px 0 10px 15px;
}
#DownloadButton .cbIcon {
  position: absolute;
  top: 7px;
  left: 90px;
  font-size: 22px;
}
#DownloadWrap .zipInfo {
  margin: 7px 0 0 5px;
  text-align: center;
  color: #999;
  font-size: 12px;
}

/* ------------------------------
 Diary
------------------------------ */
#DetailWrapper #DetailContent.diary {
  width: 800px !important;
}
#DiaryList {
  float: left;
  width: 800px;
  list-style-type: none;
  line-height: 1.3;
}
#DetailWrapper #DiaryList > li {
  float: left;
  width: 750px;
  padding: 0 25px;
  border-radius: 5px;
}
.diaryTitle {
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.diaryData {
  margin: 10px 0;
  text-align: right;
}
.diaryData p {
  display: inline-block;
  margin: 0 0 0 10px;
}
.diaryData a {
  text-decoration: underline;
}
.diaryText {
  line-height: 1.5;
}
.diaryText h1 {
  font-size: 28px;
}
.diaryText h2 {
  font-size: 26px;
}
.diaryText h3 {
  font-size: 22px;
}
.diaryText h4 {
  font-size: 20px;
}
.diaryText h5 {
  font-size: 16px;
}
.diaryText h6 {
  font-size: 14px;
}
.diaryText ol,
.diaryText ul {
  padding: 0 0 0 20px;
}
.diaryText img {
  max-width: calc(100% - 20px);
  margin: 10px;
}
.diaryText a {
  text-decoration: underline;
}
.diarySns {
  float: right;
  clear: both;
  margin: 30px 0 0 0;
}
iframe.twitter-share-button {
  width: 105px !important;
}
#DiaryList .detailComment {
  position: relative;
  width: 100%;
  margin: 10px 0 0 0;
}
#DiaryList .detailComment > h3 {
  position: absolute;
  top: -30px;
}
#DiaryList .commentForm textarea {
  width: 615px;
  max-width: 615px;
}
#DiaryList .commentForm .dummyForm {
  width: 605px;
}

/* ------------------------------
 FAV Modal
------------------------------ */
.ModalFavUsers .ModalClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  color: #ccc;
  font-size: 20px;
  line-height: 17px;
}
.ModalFavUsers .ModalClose:hover {
  opacity: .7;
}
#ModalFavUsersTit {
  padding: 0 0 10px 0;
  text-align: left;
  /*width: 360px;*/
  border-bottom: solid 1px #e1e1e1;
  font-weight: bold;
}
.ModalFavUsers .ModalScroll,
#ModalFavUsers .ModalScroll {
  overflow-x: hidden;
  overflow-y: auto;
  /*width: 380px;*/
  height: 544px;
}
.ModalFavUsers .FavUsersList,
#ModalFavUsers .FavUsersList {
  list-style: none;
  /*width: 360px;*/
}
.FavUsersBox {
  position: relative;
  min-height: 45px;
  padding: 10px 0;
  border-bottom: solid 1px #e1e1e1;
}
.FavUsersBox .CreatorImage {
  position: absolute;
  top: 10px;
  left: 0;
}
.FavUsersBox .CreatorImage a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 25px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
.FavUsersBox .CreatorName {
  position: absolute;
  top: 27px;
  left: 55px;
}
.FavUsersBox .FollowBox {
  position: absolute;
  top: 22px;
  right: 10px;
}

/* ------------------------------
 Comment Form
 2014/08/13 k_test
------------------------------ */
#DetailComment,
.detailComment {
  float: left;
  clear: both;
  width: 100%;
  margin: 0 0 40px 0;
}
#CommentForm,
.commentForm {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #ddd;
}
#CommentForm #MyThumb,
.commentForm .myThumb {
  float: left;
  margin: 0 20px 0 0;
}
#CommentForm #MyThumb .userImage,
.commentForm .myThumb .userImage {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#CommentForm textarea,
.commentForm textarea {
  float: left;
  width: 465px;
  max-width: 465px;
  height: 50px;
  color: #888;
}
#CommentForm textarea:focus,
.commentForm textarea:focus {
  outline: 0;
}
.textareaWrapper {
  position: relative;
  float: left;
}
.textareaWrapper:after,
.textareaWrapper:before {
  position: absolute;
  top: 20px;
  left: -14px;
  width: 0;
  height: 0;
  content: " ";
  pointer-events: none;
  border: solid transparent;
}
.textareaWrapper:after {
  margin-top: -8px;
  border-width: 8px;
  border-color: transparent;
  border-right-color: #fff;
}
.textareaWrapper:before {
  margin-top: -7px;
  border-width: 7px;
  border-color: transparent;
  border-right-color: #bbb;
}
.textareaWrapper.ErrorColor:after {
  border-right-color: #ffe5ce !important;
}
#CommentForm .dummyForm,
.commentForm .dummyForm {
  display: block;
  float: left;
  width: 458px;
  height: 28px;
  padding: 10px;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
#CommentForm .commentBtn,
.commentForm .commentBtn,
#CommentForm .commentFavBtn,
.commentForm .commentFavBtn {
  float: left;
  margin: 0 0 0 10px;
  letter-spacing: 1px;
  color: #000 !important;
}
#DetailComment ul,
.detailComment ul {
  list-style-type: none;
}
#DetailComment ul.userComment li,
.detailComment ul.userComment li {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #ddd;
}
#DetailComment ul.userComment li .commentThumb,
.detailComment ul.userComment li .commentThumb {
  position: absolute;
  margin: 0;
}
#DetailComment ul.userComment li .commentThumb .userImage,
.detailComment ul.userComment li .commentThumb .userImage {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#DetailComment ul.userComment li .comment,
.detailComment ul.userComment li .comment {
  float: left;
  box-sizing: border-box;
  width: 100%;
  min-height: 30px;
  padding: 0 50px;
  line-height: 19px;
}
#DetailComment ul.userComment li .commentUserData,
.detailComment ul.userComment li .commentUserData {
  float: left;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 50px;
  font-size: 11px;
}
#DetailComment ul.userComment li .commentUserData p,
.detailComment ul.userComment li .commentUserData p {
  float: left;
}
#DetailComment ul.userComment li .commentUserData .date,
.detailComment ul.userComment li .commentUserData .date {
  float: right;
}
#DetailComment ul.userComment li .commentUserData .name,
.detailComment ul.userComment li .commentUserData .name {
  margin: 4px 10px 0 0;
}
#DetailComment ul.userComment li .commentDeleteBtn,
.detailComment ul.userComment li .commentDeleteBtn {
  position: absolute;
  top: 10px;
  right: 0;
}

.diary #DetailComment ul.userComment li .comment,
.diary .detailComment ul.userComment li .comment {
  width: 660px;
}
.diary #DetailComment ul.userComment li .commentUserData,
.diary .detailComment ul.userComment li .commentUserData {
  width: 650px;
}

/* ------------------------------
 Photo Report Modal
------------------------------ */
#PhotoReportModalCover {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease .2s;
       -o-transition: opacity .3s ease .2s;
          transition: opacity .3s ease .2s;
  opacity: .7;
  background: #000;
}
#PhotoReportModal {
  position: fixed;
  z-index: 600;
  top: 95px;
  left: 0;
  padding: 30px;
  -webkit-transition: opacity .3s ease .2s, top .2s ease, left .2s ease, width .2s ease;
       -o-transition: opacity .3s ease .2s, top .2s ease, left .2s ease, width .2s ease;
          transition: opacity .3s ease .2s, top .2s ease, left .2s ease, width .2s ease;
  opacity: 0;
  border-radius: 5px;
  background: #fff;
}

#PhotoReportModal .ModalClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  cursor: pointer;
  color: #999;
  font-size: 20px;
}

#PhotoReportModal .ModalClose:hover {
  text-decoration: none;
  color: #ccc;
}

#SlideArea {
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}
#SlideArea li {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
  text-align: center;
  opacity: 0;
}

.current {
  z-index: 10;
  opacity: 1 !important;
}

.hidden {
  display: none;
}

#SlideCounter {
  padding: 10px 0 0 0;
  text-align: right;
  color: #666;
  font-size: 12px;
}

#SlideDescription {
  padding: 10px 0 0 0;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
}

#SlideController a {
  color: #999;
}
#SlideController a:hover {
  color: #fff;
}
#SlideNextButton,
#SlidePrevButton {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 50px;
  height: 40px;
  margin: -25px 0 0 0;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
#SlideNextButton {
  right: -60px;
}
#SlidePrevButton {
  left: -60px;
}
#SlideController .cbIcon {
  font-size: 30px;
}


/* ------------------------------
  alert modal
------------------------------ */

div.cm_wrapper {
  /*position: fixed;*/
}
div.cm_wrapper .Message {
  margin-bottom: 50px;
}
div.cm_wrapper .Header {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: bold;
}
div.cm_wrapper button {
  width: 130px;
  padding: 6px 0;
  -webkit-transition: All .3s ease;
     -moz-transition: All .3s ease;
      -ms-transition: All .3s ease;
       -o-transition: All .3s ease;
          transition: All .3s ease;
  text-align: center;
  border: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
          border-radius: 3px;
  font-size: 14px;
}
div.cm_wrapper button:hover {
  cursor: pointer;
}
.cm_wrapper .BtnNo {
  margin: 0 10px;
  border: 1px solid #ccc;
  background: #fff;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
  background-image:     -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
  background-image:         linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
}
.cm_wrapper .BtnYes,
.cm_wrapper .deleteButton {
  margin: 0 10px;
  color: #fff;
  border: 1px solid #89a222;
  background: #89a222;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  background-image:     -ms-linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
  background-image:         linear-gradient(top, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}
.cm_wrapper .BtnNo:hover {
  background-color: #f5f5f5;
}


/* ------------------------------
  拡大画像
------------------------------ */
#DetailImageWrapper{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: #3c3c3c;
  overflow-y: auto;
}
#DetailImageContentsWrap {
  padding: 45px 0;
  background: rgba(0, 0, 0, 0.7);
}
#detailImageNav {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#detailImageNavInner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#detailImageNav .closeWrapper {
  width: 100%;
  text-align: right;
  height: 45px;
  position: relative;
}
#DetailPage .closeWrapper {
  display: none;
}
#DetailImageWrapper .closeWrapper {
  display: block !important;
}
#detailImageNav .closeWrapper #ImageDetailModalClose{
  position: fixed;
  top: 5px;
  right: 30px;
  z-index: 10;
}
#detailImageNav .closeWrapper #ImageDetailModalClose img {
  width: 26px;
}
#detailImageNav .left {
  float: left;
  width: 300px;
}
#detailImageNav .left .thumb{
    float: left;
    width: 30px;
    height: 30px;
    margin: 8px 10px 0 0;
}
#detailImageNav .left .thumb .userImage {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  box-shadow: 0 0 0 1px rgba(150,150,150,.25);
}
#detailImageNav .left p,
#detailImageNav .left span {
    float: left;
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 48px;
}
#detailImageNav .left a {
  color: #fff;
}
#detailImageNav .right {
  float: right;
  text-align: right;
  width: 600px;
  line-height: 48px;
}
#detailImageNav .right .count {
  display: inline-block;
  vertical-align: middle;
}
#detailImageNav .right .count dt,
#detailImageNav .right .count dd {
  float: left;
}
#detailImageNav .right .count dt {
  width: 65px;
  text-align: left;
}
#detailImageNav .right .count dd {
  margin: 0 25px 0 0;
}
#detailImageNav .right .count dt .cbIcon {
    display: inline-block;
    vertical-align: middle;
    margin: -1px 5px 0 0;
}
#detailImageNav .right .FavBox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#detailImageNav .right ul.FavBox li > a {
  width: 150px;
  padding: 5px 0 3px;
  line-height: 18px;
}
#detailImageNav .right ul.FavBox li > a .cbIcon {
    top: 4px;
    left: 35px;
}
#detailImageNav .right ul.FavBox li.StatusFaved .CancelBalloon{
  top: initial;
  bottom: -63px;
  background: url(/images/format/FavCancelBalloon_up.png) no-repeat;
}

#detailImageNav .right ul.FavBox li.StatusFaved .CancelBalloon a.FavCancel{
  margin: 23px 15px 13px;
}
#detailImage {
  text-align: center;
  padding: 45px 0 0 0;
}
#DetailImageWrapper #detailImage {
  padding: 45px;
}
#detailImage img{
  max-width: 1100px;
  max-height: 100%;
}
