@charset 'utf-8';
/* ------------------------------
 Modal
------------------------------ */
div.cm_wrapper {
    /*position: fixed;*/
}
div.cm_wrapper .ModalClose {
  position: absolute;
  display: block;
  right: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  color: #ccc;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
}
div.cm_wrapper .ModalClose:hover {
  opacity: 0.7;
  text-decoration:none;
}
div.cm_wrapper .Message {
    margin-bottom: 50px;
}
div.cm_wrapper .Header {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
div.cm_wrapper .Text {
    font-size: 12px;
    font-weight: normal;
    line-height: 180%;
    margin-top: 20px;
}
div.cm_wrapper .CreatorImage {
  border-radius: 50px;
  box-shadow: 0 0 0 1px rgba(150,150,150,0.25);
}
div.cm_wrapper .CreatorName {
    font-size: 13px;
}
div.cm_wrapper button{
    width:130px;
    border: none;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    -ms-transition: All 0.3s ease;
    transition: All 0.3s ease;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 14px;
    text-align: center;
    padding: 6px 0;
}
div.cm_wrapper button:hover{
    cursor: pointer;
}
.cm_wrapper .BtnNo{
    border:1px solid #ccc;
    background:#fff;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    margin:0 10px;
}
.cm_wrapper .BtnYes,
.cm_wrapper .deleteButton{
    border:1px solid #89A222;
    background: #89A222;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    color: #fff;
    margin:0 10px;
}
.cm_wrapper .BtnNo:hover{
    background-color:#f5f5f5;
}
.cm_wrapper .BtnYes:hover,
.cm_wrapper .deleteButton:hover{
    background-color:#739101;
}

/* ------------------------------
 Trim Modal
 /mypage/
------------------------------ */
#cover{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
#TrimWindow{
    position: fixed;
    z-index: 600;
    /*display: none;*/
    padding: 20px 10px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	top:10px;
    left: 10px;
    overflow: hidden;
    padding: 0;
    width: 380px;
    height: 285px;
}
#TrimWindow #TrimOk{
    display: block;
    margin: 10px auto 0 auto;
    padding: 6px 10px;
    width: 80px;
    height: 14px;
    border-radius: 4px;
    background : -ms-linear-gradient(to bottom,#89a222 0%,#789111 100%) no-repeat ;
    background : -webkit-gradient(linear,left top , left bottom,from(#89a222),to(#789111)) no-repeat ;
    background : -moz-linear-gradient(-180deg,#89a222 0%,#789111 100%) no-repeat ;
    background : -o-linear-gradient(-180deg,#89a222 0%,#789111 100%) no-repeat ;
    background : linear-gradient(-180deg,#89a222 0%,#789111 100%) no-repeat ;
    color: #FFF;
    text-align: center;
    letter-spacing: 1px;
    line-height: 14px;
    cursor: pointer;
}
#TrimArea , #MoveArea{
    position: relative;
    overflow: hidden;
    width: 380px;
    height: 180px;
    background: #777;
}
#MoveAreaWrap{
    position: absolute;
    top: 25px;
    left: 105px;
    width: 170px;
    height: 130px;
}
#ProfileMoveAreaWrap{
    position: absolute;
    top: 30px;
    left: 130px;
    width: 120px;
    height: 120px;
}
#MoveArea{
    z-index: 95;
}
#MoveArea img{
    cursor: move;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#ScaleControl{
    position: absolute;
    bottom: 70px;
    right: 85px;
    width: 190px;
    padding: 0 10px;
    z-index: 110;
    border-radius: 5px;
    background-color: #ddd;
    background-image: url(/images/format/IconSliderPlus.png), url(/images/format/IconSliderMinus.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 197px center, 5px center;
}
#scaleSlider {
    position: relative;
    cursor: pointer;
    width: 190px;
    margin: 0;
    height: 13px !important;
    background: none;
}
#scaleSlider > a {
    display: block;
    position: absolute;
    top: 0 !important;
    margin-left: -10px;
    width: 20px !important;
    height: 13px !important;
    border-radius: 5px;
    background: -ms-linear-gradient(to bottom,#9ab333 0%,#89a222 100%) no-repeat;
    background: -webkit-gradient(linear,left top , left bottom,from(#9ab333),to(#89a222)) no-repeat;
    background: -moz-linear-gradient(-180deg,#9ab333 0%,#89a222 100%) no-repeat;
    background: -o-linear-gradient(-180deg,#9ab333 0%,#89a222 100%) no-repeat;
    background: linear-gradient(-180deg,#9ab333 0%,#89a222 100%) no-repeat;
    cursor: pointer !important;
}
#ImageControl{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 110;
}
#ImageControl > div{
    position: absolute;
    cursor: pointer;
}
#trimImagePrev{
    top: 70px;
    left: -8px;
}
#trimImageNext{
    top: 70px;
    right: -370px;
}
#trimWindowClose{
	position: absolute;
    display: block;
	right: 5px;
	top: 5px;
	cursor: pointer;
  color: #CCC;
	font-size: 18px;
	background: none;
	width: 18px;
	height: 18px;
	line-height: 1;
	z-index: 110;
	padding: 0;
  -webkit-transition: color 0.3s ease;
     -moz-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
       -o-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
#trimWindowClose:hover{
  color: #FFF;
}
#trimInfo{
    width: 300px;
    z-index: 300;
    position: absolute;
    bottom: 65px;
    left: 40px;
    font-size: 11px;
    color: #888;
}
#trimImageLen{
  position: absolute;
  top: 162px;
  font-size: 12px;
  text-align: center;
  width: 100%;
  color: #FFF;
}
#trimInfoText{
    float: right;
}
#TrimMask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#imageList{
    display: none;
}
#TrimWindow #TrimOk{
    position: absolute;
    bottom: 20px;
    left: 140px;
    z-index: 110;
}


/* ------------------------------
 Message
------------------------------ */
.ModalBox {
    display: none;
}
#ModalRecommendCreatorTit {
  /*width: 360px;*/
  border-bottom: solid 1px #E1E1E1;
  text-align:left;
}
#ModalRecommendCreator {
  width: 380px;
}
.cm_wrapper .ModalRecommendCreator .RecommendList,
#ModalRecommendCreator .RecommendList {
  list-style: none;
  width: 360px;

}
#ModalRecommendCreator .RecommendList .CreatorName {
  width: 230px;
}
.FollowerOthersParent{
  position: relative;
  /*width: 360px;*/
  padding-bottom: 10px;
  border-bottom: solid 5px #F0F0F0;
}
.FollowerOthersParent .CreatorImage {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: solid 1px #E1E1E1;
}
.FollowerOthersParent .CreatorImage img {
  width: 45px;
  height: 45px;
  max-width: 45px;
  max-height: 45px;
}
.FollowerOthersParent .CreatorName {
  width: 230px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  text-align:left;
  top: 12px;
  left: 57px;
  color: #000;
  line-height: 1.2;
}
.FollowerOthersParent .FollowBox {
    right:0;
    position:absolute;
    top:10px;
}
#ModalFollowerOthers {
  width: 380px;
}
.cm_wrapper .ModalFollowerOthers .RecommendList,
#ModalFollowerOthers .RecommendList {
  list-style: none;
  /*width: 360px;*/
}
.cm_wrapper .RecommendList .CreatorName,
#ModalFollowerOthers .RecommendList .CreatorName {
  width: 220px;
}
.cm_wrapper .ModalRecommendCreator .ModalScroll,
.cm_wrapper .ModalFollowerOthers .ModalScroll,
#ModalRecommendCreator .ModalScroll,
#ModalFollowerOthers .ModalScroll{
  /*width: 380px;*/
  max-height: 544px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ModalScroll::-webkit-scrollbar{
  width: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.25);
}
.ModalScroll::-webkit-scrollbar-thumb{
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.ModalRecommendCreator .RecommendList .FollowCreators{
  width:290px
}

#ModalSendMessage {
  width: 580px;
  padding-top: 30px;
}
.MessageCompose,
.IntroductionCompose{
  padding: 20px;
  width: 540px;
  background: #F3F2ED;
  overflow: hidden;
}
.cm_wrapper .MessageCompose .CreatorImage,
#MessageCompose #CreatorImage,
.cm_wrapper .IntroductionCompose .CreatorImage,
#IntroductionCompose #CreatorImage{
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
  padding:0;
  border-radius: 40px;
}
.MessageCompose .CreatorInfo,
#MessageCompose #CreatorInfo,
.IntroductionCompose .CreatorInfo,
#IntroductionCompose #CreatorInfo {
  width: 440px;
  height: 82px;
  float: left;
  text-align:left;
}
.CreatorInfo .Name,
#CreatorInfo .Name {
  margin-top: 6px;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
}
.CreatorInfo .Genre,
#CreatorInfo .Genre {
  margin-top: 9px;
  margin-bottom: 10px;
  padding: 0 5px 15px;
  font-size: 11px;
  color: #666;
  border-bottom: solid 1px #CCC;
}
.CreatorData dt,
.CreatorData dd {
  float: left;
  margin: 0 10px 0 0;
  font-size: 10px;
  color: #888;
}
.CreatorData dt{
  margin: 0 5px 0 0;
}
.CreatorData .cbIcon{
  color:#aaa;
  float: left;
  font-size: 14px;
  margin: -3px 2px 0 0;
}
.InputBox textarea {
  height: 100px;
  width: 98%;
}
/* k_test
#MessageCompose #CreatorStatus {
  width: 114px;
  float: right;
  padding-top: 19px;
}
*/
.MessageCompose .InputBox,
#MessageCompose .InputBox,
.IntroductionCompose .InputBox,
#IntroductionCompose .InputBox {
  margin: 0;
}
.MessageCompose .InputBox .Text {
    margin-top:0;
}
.MessageCompose .InputBox textarea.Text,
.IntroductionCompose .InputBox textarea.Text{
  max-width: 529px;
}
.MessageThread,
#MessageThread {
  list-style: none;
  padding: 0;
}
.MessageThread > li,
#MessageThread > li {
  min-height: 62px;
  width: 100%;
  padding: 20px 10px 40px;
  border-bottom: solid 1px #E1E1E1;
  position: relative;
}
.cm_wrapper .MessageThread .CreatorImage,
#MessageThread .CreatorImage {
  width: 62px;
  height: 62px;
  float: left;
  padding:0;
  border-radius: 31px;
}
.MessageThread .CreatorImage img,
#MessageThread .CreatorImage img {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  margin: 0;
  border-radius:3px;
}
.MessageThread .forClone {
    display:none;
}
.MessageThread .MessageText,
#MessageThread .MessageText {
  padding: 0 15px 0 82px;
  line-height: 1.6;
  font-size: 13px;
  text-align:left;
}
.MessageThread .MessageFooter,
#MessageThread .MessageFooter {
  width: 180px;
  height: 18px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  position: absolute;
  display: block;
}
.TimeStamp {
  width: 120px;
  font-size: 11px;
  color: #999;
  text-align: right;
  line-height: 18px;
  position: absolute;
  right: 5px;
}
.MessageThread ul.RoundDeleteBox,
#MessageThread ul.RoundDeleteBox {
  width: 48px;
  height: 18px;
  position: absolute;
  right: 0;
  list-style: none;
}
.MessageThread ul.RoundDeleteBox li,
#MessageThread ul.RoundDeleteBox li {
  margin: 0 3px;
  padding: 0px;
  width: 18px;
  position: absolute;
  border: none;
}
.BtnSubmitBox {
  margin-top: 20px !important;
}
.ModalSendMessage .BtnSubmitBox .BtnSubmit{
  width: 180px;
}
.cm_wrapper .ModalSendMessage .ModalScroll,
#ModalSendMessage .ModalScroll,
.cm_wrapper .ModalSendMessageSp .ModalScroll,
#ModalSendMessageSp .ModalScroll  {
  width: 580px;
    max-height: 173px;/*max-height: 346px;*/
  overflow-y: scroll;
  overflow-x: hidden;
}

#ModalIntroduction {
  width: 580px;
}

#ModalFolder {
  width: 580px;
  padding-top: 10px !important;
}
.ModalFolder .ModalScroll {
  width: 560px;
  max-height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
}
#ModalFolder .Inner {
  width: 560px;
}
.ModalFolder .FolderAdd dt{
  text-align: left;
}
.ModalFolder .FolderAdd dd{
  padding: 15px 0;
}
.ModalFolder .FolderAdd input{
  width: 285px;
}
.cm_wrapper .AddFolder .Text {
    font-size:13px;
    line-height:100%;
    margin:0;
}
.cm_wrapper .FolderSetting > li {
  width: 522px;
  padding: 0 20px 0 8px;
  border-top: solid 1px #DDD;
  border-right: solid 1px rgba(0,0,0,0);
  border-bottom: solid 1px rgba(0,0,0,0);
  border-left: solid 1px rgba(0,0,0,0);
}
.cm_wrapper .FolderSetting label {
  line-height: 130% !important;
}
#Tag .CheckGroup label {
  float: right;
  margin: 7px 0 0 0 !important;
}

/**
 * modal
 */
div.cm_wrapper .Text {
    font-size: 13px;
    line-height:1.4;
  margin: 10px 0;
}
div.cm_wrapper .Message.NoMarginBottom {
    margin-bottom:0;
}
div.cm_wrapper .RecommendList .CreatorImage{
    padding:0;
    width: 45px;
    height: 45px;
}
.cm_wrapper .FollowerOthersParent .CreatorImage {
    padding:0;
}
.ModalFolder .CreatorImage,
.ModalBlockUser .CreatorImage{
  display: block;
  width: 80px;
  height: 80px;
  margin: 20px auto;
}
.BlockCompose{
  padding: 20px;
  background: #F3F2ED;
  overflow: hidden;
}
.BlockCompose .CreatorName{
  margin: 0 0 20px 0;
}