@charset "utf-8";
/* ############################################################################
 *
 * 日記専用
 *
 * ############################################################################ */

/* ============================================================================
 * 日記ページ
 * ============================================================================ */

/*====================================
 日記リスト
=====================================*/
.diaryListSubInfo {
  border-bottom: 1px solid #ccc;
  padding: 5px 8px 5px 0;
  font-size: 14px;
  text-align: left;
}

.diaryListSubInfo .diaryCount {
  float: left;
  margin-left: 10px;
  line-height: 28px;
}

.diaryListSubInfo .diaryCount .all{
  color: #e07c76;
}

.diaryListSubInfo .diaryCount .friend{
  color: #5389d6;
}

.diaryListSubInfo .diaryCount .draft{
  color: #777;
}

.diaryListSubInfo select {
  background: #FFFDF4;
  border: 2px solid #bbb;
  border-radius: 5px;
  color: #0C2245;
  height: 28px;
  line-height: 30px;
  text-align: left;
  text-indent: 5px;
  vertical-align: middle;
  width: 160px;
  outline: none;
}

/*日記コメント*/
#diaryCommentArea{
  padding:10px;
  background-color:#f9f9f9;
  box-sizing: border-box;
}

#diaryCommentArea .commentTitle{
  background:#fff;
  margin:5px 0 20px 0;
  width:auto;
}
#diaryCommentArea textarea{
  width:100%;
  box-sizing: border-box;
}
#diaryCommentArea dl dt{
  margin-top:10px;
  font-weight:bold;
  color:#800000;
}
#diaryCommentArea dl.CommentConfirm dd{
  background:#fff;
  border:1px solid #ccc;
  border-radius:5px;
  padding:5px;
}
#diaryCommentArea dl.CommentConfirm dd.commnetBody{
  padding-right:5px;
  height:500px;
  overflow-y:scroll;
}
#diaryCommentArea #message-box{
  height:450px;
}

div.diaryArea table.comment{
  width:100%;
}
div.diaryArea table.comment th{
  background:#fcfbfa;
}

.commentBtn{
  display: inline-block;
  min-width:250px;
  border: 1px solid #ff8410;
  background-color: #ff8410;
  color:#fff;
  font-size: 1rem;
  cursor: pointer;
}
.commentBtn:hover{
  background-color:#FFAE4F;
}

.cancelBtn{
  display: inline-block;
  border:none;
  color:#fff;
  background-color: #aaa;
  font-size: 18px;
  width:250px;
  cursor: pointer;
  border-radius: 8px;
  margin-bottom:20px;
}
.cancelBtn:hover{
  background-color:#bbb;
}
#deleteBtn{
  float: right;
  color:#fff;
  background-color: #cc0000;
  border-radius: 5px;
  padding:2px 10px;
  font-size:14px;
  margin-top: 2px;
}
#deleteBtn:hover{
  opacity: 0.7;
}

a.commentBtn, a.cancelBtn{
  color:#fff;
}

.btnarea .commentBtn, .btnarea .cancelBtn{
  font-size:16px;
  width: auto;
  border-width: 0;
  padding:2px 20px 0;
  margin: 0;
  border-radius: 4px;
}


/* 日記 前へ次へ */
ul.diarynav{
  display: table;
  border-style:solid;
  border-color:#CCAA99;
  border-width: 1px 0;
  background-color:#fff;
  margin-bottom: 10px;
}
ul.diarynav li{
  display: table-cell;
  width: 400px;
  padding:5px;
}

/* 日記コメント */
.diaryCommentWrap{
  /*background:#fff;*/
  padding:5px 0;
  /*border-radius:0 0 5px 5px;
  border:1px solid #ccc;
  border-top:none;*/
}
.commentHeader{
  text-align: left;
  padding:3px;
  color:#000;
  border-bottom:2px solid #6c4033;
  font-size:18px;
}
.diaryComment {
  box-sizing: border-box;
  display: table;
  width: 100%;
  margin-bottom: 10px;
  background-color:#fdfdfd;
  border: 1px solid #eae4de;
  border-radius: 4px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 5px;
  width:100%;
}
.commentBody{
  background:none;
  text-align:left;
}
.commentBody .comment_title{
  display: table;
  width: 100%;
  border-bottom:none;
  box-sizing: border-box;
  padding: 0px 0px 0px -5px;
  background: #fefaf5;
  border-radius: 4px 4px 0 0;
}
.commentBody .comment_title .name{
  display: table-cell;
  vertical-align: middle;
  font-size:14px;
  padding-left:10px;
}
.commentPettanArea_wrap{
  float:left;
  padding:5px 0 0 20px;
  font-size: 12px;
  margin-bottom: 8px;
}
.commentBody .comment_title .date{
  font-size:13px;
  color:#666;
}
.commentBody .comment_title .info{
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  font-size:13px;
  padding:5px;
}
.commentBody .comment_title .info span{
  font-size:110%;
  text-align: right;
}
.commentBody .comment_title .info span.gray{
  font-size: 13px;
  text-align: right;
}
.ownerCommentBox.diaryComment .comment_title {
  background:#fefaf5;
}
.ownerCommentBox.diaryComment{
  /*background:#fefaf5;*/
  margin-left: 0;
  margin-right: auto;
}
.diary-user-image{
  display: table-cell;
  text-align: left;
  padding: 5px 0px 5px 5px;
  vertical-align: middle;
}
.diary-user-image {
  width: 36px;
  margin-left: 10px;
  text-align: right;
}
.diary-user-image img {
  width: 35px;
  border-radius: 5px;
}

.commentPettanBtn {
  /*color: #848484 !important;*/
  margin-right: 5px;
}
.commentPettanCnt {
  margin-right: 5px;
}
.commentPettanCnt img{
  vertical-align: middle;
  margin-right: 2px;
}

/*サイドエリア*/
.newcomment div{
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.newcomment p.title,
.diaryArchive p.title,
.diarySearch p.title,
.diaryTag p.title{
  border-bottom: 2px solid #CCAA99;
  margin-bottom: 5px;
}
.newcomment div:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.newcomment a{
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.diaryArchive .archiveList,
.diaryTag .tagList {
  padding-left: 5px;
}
.diaryArchive .archiveList li,
.diaryTag .tagList li{
  margin-bottom: 4px;
}
.diaryArchive .archiveList .month_list{
  margin-top: 2px;
  padding-left: 20px;
  display: none;
}
.diaryArchive .archiveList .month_list.open{
  display: block;
}
.diaryArchive .archiveList .month_list li{
  margin-bottom: 0;
}
.diaryArchive .archiveList .month_list li a.select{color: #000;}
.diaryArchive .archiveList .month_list li a.select:hover{color: #ff6c00;}
.bb{
  border-bottom:1px dotted #999!important;
}

.diarySearch .searchArea{
  box-sizing: border-box;
  display: table;
  width: 100%;
  margin:10px 0 5px;
}

.diarySearch .searchInputWrapper {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 80%;
  vertical-align: middle;
}

.diarySearch .searchInputWrapper .search_input{
  color: #444;
  width: 100%;
  display: inline-block;
  border: #aaa69f solid 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 5px 10px;
  border-radius:4px 0 0 4px;
}

.diarySearch .searchButtonWrapper a#btnSearchSubmit {
  display: inline-block;
  background-color: #aaa69f;
  border-radius:0 4px 4px 0;
  height: 22px;
  padding: 3px 5px 5px 5px;
  width: 78%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-family: FontAwesome;
}

/*====================================
 日記投稿
=====================================*/
ul.diary_input_notice{
  list-style:disc;
  text-align: left;
  margin-left:15px;
}
.diary_input_notice a{
	color:#1067b7;
	font-weight:bold;
}
/* タグ関連 */
.tagInputArea .tagItem, .tagDetail .tagItem, .tagIndex .tagItem{
  display: inline-block;
  padding: 2px 8px 2px 5px;
  color: #6e6e6e;
  background: #e3e3e3;
  border-radius: 4px;
  margin-right: .5em;
}
.tagIndex .tagItem {
  padding: 2px;
  font-size:10px;
  background: #eee;
  border: 1px solid #aaa;
  color: #6e6e6e;
}

.tagInputArea .tagItem {
  cursor: pointer;
  margin: .5em .5em .5em 0;
}
.tagInputArea .tagItem:hover {
  color: #fff;
  background-color: #939393;
  border-color: #939393;
}
.tagAddBtn {
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 3px 5px;
  outline: none;
}
.tagAddBtn:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/*====================================
 日記詳細
=====================================*/
h1.diary .diarycnt .date{
  float: left;
  margin-right: 20px;
  padding-left: 32px;
}

.childList-enter-active, .childList-leave-active {
  transition: all 0.5s;
}
.childList-enter, .childList-leave-to{
  opacity: 0;
}

.parentList-enter-active, .parentList-leave-active {
  transition: all 0.5s;
}
.parentList-enter, .parentList-leave-to{
  opacity: 0;
}

.btnCommentDel{
  font-size: 13px;
}
.btnCommentDel:visited,
.btnCommentDel:link{
  color: #dd2d78;
}
.btnCommentDel:hover{
  color:#ff6c00;
}

/* ---------- コメントフォーム ---------- */
#comment-input{
  background: #fff;
  margin-top: 10px;
  padding:10px;
  text-align: center;
  overflow: hidden;
}
#comment-input textarea{
  width:100%;
  height: 80px;
}
#comment-input textarea:focus{
  outline-color: #ff8410;
}
#comment-input .registerBtn{
  font-size: 12px;
  width: 150px;
}

.commentInput-enter-active, .commentInput-leave-active {
  transition: all 0.2s ease-in;
}
.commentInput-enter-to, .commentInput-leave{
  max-height: 100px;
}
.commentInput-enter, .commentInput-leave-to{
  max-height: 0px;
}

/* ---------- 返信フォーム ---------- */
.reply-input{
  padding: 10px;
  border-top: 1px solid #d8d8d8;
  overflow: hidden;
}
.reply-input textarea{
  padding:4px;
  width: calc(100% - 8px);
  background: #fefaf5;
  border-color: #885352;
  border-radius: 3px;
}
.reply-input textarea:focus{
  outline-color: #ff8410;
}
.reply-input .registerBtn{
  font-size: 11px;
  padding: 5px 10px;
  max-width: 100px;
}

.replyInput-enter-active, .replyInput-leave-active {
  transition: all 0.2s ease-in;
}
.replyInput-enter-to, .replyInput-leave{
  max-height: 100px;
}
.replyInput-enter, .replyInput-leave-to{
  max-height: 0px;
}

/*====================================
 ぺったんリスト
=====================================*/
.pettan-record{
  display: table;
  width: 100%;
  border-bottom: 1px dotted #c5b4a5;
  padding: 3px 0;
  background-color: #fff;
  box-sizing: border-box;
}
.pettan-record .detail {
  display: table-cell;
  width: 90%;
  text-align:left;
  padding-right:5px;
}
.pettan-record .img {
  display: table-cell;
  vertical-align:top;
  width: 10%;
  padding: 5px 10px;
}
.pettan-record .img img{
  width: 60px;
  border-radius: 15%;
}

/*====================================
 返信メッセージ
=====================================*/
.commentBody .recomment_title{
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 7px 0px 0px 7px;
  border-radius: 4px 4px 0 0;
}
.commentBody .recomment_title .name{
  display: table-cell;
  vertical-align: middle;
  font-size:14px;
  padding-left:10px;
}
.commentBody  .commentPettanArea{
  margin-top:5px;
  font-size: 12px;
}
.commentBody .recomment_title .date{
  font-size:13px;
  color:#666;
}
.commentBody .recomment_title .info{
  display: table-cell;
  vertical-align: top;
  text-align: right;
  font-size:11px;
  padding:5px;
}
.commentBody .recomment_title .info span{
  font-size:110%;
  text-align: right;
}
.commentBody .recomment_title .info span.gray{
  font-size: 13px;
  text-align: right;
}

.re_comment_box {
  padding-right: 5px;
  box-sizing: border-box;
  display: table;
  width:100%;
}

.comment_parent{
  background-color:#fff !important;
}

.diary_re_comment{
  border-top: 1px solid #d8d8d8;
  padding-left: 40px;
}

.comment_txt{
  padding: 10px 10px 10px 20px;
}

.re_comment_txt{
  padding: 5px 10px 10px 13px;
}

.replyButton{
  display: block;
  text-align: center;
  border: 1px solid #ddd6d6;
  background: #f4f2f2;
  width: 80px;
  border-radius: 5px;
  padding: 2px 0px;
  margin-bottom: 8px;
  margin-right:7px;
  float:right;
  text-decoration:none;
  letter-spacing: 1px;
  font-size: 11px;
  color: #8c5353 !important;
}
.replyButton:hover{
  opacity: 0.7;
}
.replyBar{
  background: #f4f2f2;
  padding: 5px;
  font-size: 12px;
  color: #8c5353;
  border: 1px #d8d8d8;
  border-style: solid none solid none;
}
.replyBar a{
  display: inline-block;
  width: 100%;
}
.replyBar .fa{
  margin-left: 5px;
  font-size: 12px !important;
}

.pettanListPopUpBtnArea {
  margin-top: 8px;
  float: right;
}
.pettanListPopUpBtnArea a{
  color: #DC6161 !important;
}



/*====================================
 日記引用エリア
=====================================*/
.quote_box{
  display: flex;
  align-items: center;
  width: calc(100% - 4px);
  border: 2px solid #ccc;
  border-radius: 5px;
}
.quote_txtArea{
  width: calc(100% - 155px);
  padding: 0 15px;
}
.quote_txtArea .txtArea_ttl{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote_txtArea .txtArea_ttl a{
  color: #1067b7;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}
.quote_txtArea .txtArea_txt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 39px;
  margin: 3px 0 0;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
}
.quote_txtArea .txtArea_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 12px;
}
.quote_txtArea .txtArea_info .info_user a{
  display: flex;
  align-items: center;
}
.quote_txtArea .txtArea_info .info_user img{
  width: 30px;
  height: 30px;
  margin: 0 7px 0 0;
  border-radius:3px;
}
.quote_txtArea .txtArea_info .info_user .name{
  font-weight: bold;
  font-size: 14px;
}
.quote_txtArea .txtArea_info .info_date{
  color: #555;
}

.quote_imgArea{
  width: 125px;
  height: 125px;
  overflow: hidden;
}
.quote_imgArea a{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.quote_imgArea img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
}
/*20210226入力欄リニューアル*/
#right-contents .diary_input_wrap.box{
  background:none;
  border:none;
}
.diary_input_wrap.box h1{
  margin-bottom:20px;
  background:#fff;
  border-top:2px solid #40B7BE;
  border-bottom:2px solid #40B7BE;
}
.diary_input_wrap .diary_input{
  width:100%;
  margin:0 auto 10px;
  border:1px solid #ccc;
}
.diary_input_wrap .diary_input dt{
  text-align:left;
  background:#40b7be;
  color:#fff;
  font-weight:bold;
  padding:5px 10px;
  display:flex;
  align-items: center;
}
.diary_input_wrap .diary_input dd{
  padding:10px 20px;
  text-align:left;
  background:#fff;
}
.diary_input_wrap .diary_input .requied,
.diary_input_wrap .diary_input .option{
  padding:3px  5px !important;
  font-size:11px !important;
  margin-bottom:3px;
}
.diary_input_wrap .diary_input .flex_box{
  display:flex;
}
.diary_input_wrap .diary_input .flex_box div{
  width:50%;
}
.diary_input_wrap .ruleArea{
  border: 2px #40b7be;
  border-style: solid none;
  background: #fff;
  margin:20px 0 20px 0;
  text-align: left;
  padding: 6px 10px;
}
.diary_input_wrap .ruleArea .title{
  font-weight: bold;
  margin-bottom: 5px;
}
.diary_input_wrap .rule_link a{
  color: #1067b7;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none;
}
.diary_input_wrap .rule_link span:first-child{
  margin-right:20px;
}
.diary_input_wrap .rule_link span .fa{
  color: #72c8cf;
}
.diary_input_wrap .btnarea{
  border:none;
}
.diary_input_wrap .conf_title{
  font-size:18px;
  font-weight:bold;
  color:#555;
}
table.image-insert-table .mark_down_list th,
table.image-insert-table .mark_down_list td{
  padding:2px;
  border:none;
}

table.image-insert-table .mark_down_list dl{
  width: 100%;
}
table.image-insert-table .mark_down_list dt{
  font-weight: bold;
  margin-top: 10px !important;
}
table.image-insert-table .mark_down_list dt:first-child{
  margin-top: 0px !important;
}
table.image-insert-table .mark_down_list dd{
  border:1px solid #999;
  border-radius: 3px;
  padding: 3px 3px 3px 5px;
  background-color:#eee;
  margin-left:0 !important;
}
.markdown-sample{
  width: 300px;
  padding: 10px;
}