@charset "utf-8";

/*日記一覧定義*/
/*右カラム背景色*/
/*日記利用規約定義*/
#right-contents {
  padding-right:10px;
}
h1{
  width:620px;
  height:33px;
  background: url(/home/images/title_diary_list_all.png) no-repeat;
  background-size: 640px;
  padding-top:17px;
  text-align:right;
  padding-right:20px;
}

#search-word-display{
  text-align:center;
  margin-top:20px;
}

/* タブ */
.diaryTub{
  width: 100%;
  margin:10px 0 20px;
  box-shadow: 0 -2px #EBD9CB inset;
}
.diaryTub li{
  display: inline-block;
  text-align: center;
  width:150px;
  font-size:14px;
}
.diaryTub li a{
  display: block;
  padding:5px;
  text-decoration: none;
  color:#333;
  
}
.diaryTub li.active a,
.diaryTub li a:hover{
  border-bottom:2px solid #EA731C;
  padding-bottom:3px;
  transition: all 0s ease 0s;
}


/*その年の注目日記*/
.diaryYearList .diaryTub{
  width: 100%;
  margin:10px 0 20px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  border-bottom: 3px solid #ec6941;
  padding-bottom: 5px;
}
.diaryYearList .diaryTub li{
  display: inline-block;
  text-align: center;
  width:150px;
  font-size:16px;
}

/* 日記リスト */

.diarylist-area{
  padding:0;
}
.diaryPanelList{
  display: inline-block;
  width:310px;
  background:#fff;
  text-align: center;
  box-shadow: 1px 1px 3px #aaa;
  margin-bottom:15px;
  text-align: left;
  position: relative;
}
.diaryPanelList:nth-child(odd){
  margin-left:15px;
}

.diaryPanelList a .title,
.diaryList a .title{
  color: #1067b7;
}

.diaryPanelList a .title:hover,
.diaryList a .title:hover,
.diaryPanelList.visited a .title:hover,
.diaryList.visited a .title:hover{
  color: #ff6c00;
}


.diaryPanelList .image{
  width:100%;
  height:180px;
  overflow: hidden;
  position: relative;
}
.diaryPanelList .image img{
  width:100%;
  position: absolute;
  transition: all 0.5s ease 0s;
  background: #fff;
  display: inline-block;
  zoom: 1;
}
.diaryPanelList a:hover .image img{
  transition: all 0.5s ease 0s;
  opacity:0.7;
}
.diaryPanelList .title,
.diaryPanelList .title:hover{
  font-size:16px;
  margin-bottom:5px;
  transition: all 0.5s ease 0s;
}
.diaryPanelList .bottom{
  padding: 10px;
}
.diaryPanelList a{
  text-decoration: none;
}
.diaryPanelList .body{
  font-size:12px;
  color:#666;
  height: 4.5em;
  word-wrap:break-word;
}
.diaryPanelList .userInfo {
  display: table;
  width: 100%;
  margin-bottom:-5px;
}
.diaryPanelList .userInfo div{
  display: table-cell;
  vertical-align: middle;
}
.diaryPanelList .userInfo div a{
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
    display: block;
    width: 210px;
}
.diaryPanelList .userImg {
	width: 28px;
	vertical-align: middle;
	border-radius: 25%;
	margin-right: 5px;
}
.diaryPanelList .counter{
  text-align: right;
}
.diaryPanelList .counter img{
  height:16px;
  margin-right:5px;
  vertical-align: -3px;
}
.counter{
  font-size:14px;
}
.counter .fa-comment{
  color:#2368a4;
}


.diaryTub + .diaryList{
  border-top: 1px solid #ccc;
}
.diaryList {
  display: table;
  width: 640px;
  background: #fff;
  margin-bottom: 10px;
}

.diaryList.visited, .diaryPanelList.visited{
  background: #fafafa;
}
.diaryList.visited a .title, .diaryPanelList.visited a .title{
  color:#555;
}

.diaryList .middle{
  padding: 10px;
}

.diaryList .listImage{
  width: 106px;
  height: 106px;
  overflow: hidden;
  position: relative;
}

.diaryList .listImage a{
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

.diaryList .listImage img{
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

.diaryList > div {
  display: table-cell;
}
.diaryList .userInfo{
  font-size: 100%;
  color: #777;
  margin-top: 8px;
}

.diaryList .userInfo a:hover, .diaryList .right a:hover, .diaryPanelList .userInfo a:hover{
  opacity:0.7;
  transition: all 0.5s ease 0s;
}
.diaryList .userInfo a .userImg{
  width: 28px;
  vertical-align: top;
  border-radius: 10%;
}
.diaryList .title,
.diaryList .title:hover{
  font-size: 16px;
  margin-bottom: 0px;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 430px;
}
.diaryList .body {
  color: #777;
  font-size: 12px;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 505px;
  margin-bottom: 5px;
}
.diaryList .counter {
  margin-top: 15px;
  margin-right: 10px;
}
.diaryList .counter img{
  height: 16px;
  margin-right: 5px;
  vertical-align: -3px;
}
.diaryList a{
  text-decoration: none;
}


/* 友達のみアイコン */
img.friendOnly{
  position: absolute;
  top:0px;
  left:0px;
  width:70px;
  z-index:2;
}
.diaryList .friendOnly {
  background-color: #e07c76;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 5px;
  font-size: 11px!important;
  white-space: nowrap;
}

/*日記検索窓定義*/
.diary_search_box{
  background:#F9F7F5;
  width: 100%;
  margin:15px 0 20px;
  text-align: left;
  box-shadow: 1px 1px 3px #aaa;
  box-sizing:border-box;
}
.diary_search_box h3{
  text-align: center;
  background:#EBD9CB;
  padding:3px;
  font-size:14px;
}
.diary_search_box input[type='text']{
  width:200px;
}

/*前へ次への遷移リンクエリア*/
#main-contents table.move-page-box{
  background:#eee;
  margin:5px auto;
  width:640px;
}
#main-contents table.move-page-box td{
  padding:2px;
  border:none;
  background:#eee;
}
#main-contents table.move-page-box td.center{
  width:90px;
}
#main-contents table.move-page-box td.left,
#main-contents table.move-page-box td.right{
  width:275px;
}


/* 右カラムランキング */
.upper_inner {
  width: 100%;
  background: #fff;
  font-size: 120%;
  margin-bottom: 5px;
}
.upper_inner.visited {
  background: #fafafa;
}
.upper_inner .item{
  display: flex;
  justify-content: flex-start;
}
.upper_icon{
  width: 50px;
  height: 50px;
}
.upper_txt {
  line-height: 120%;
  padding: 10px 5px 0px 5px;
  width: calc( 100% - 60px );
  font-size: 13px;
  text-align: left;
}
.upper_txt .rankTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.upper_txt .userName {
  font-size:11px;
  color:#555;
}
.contents.ask a {
  text-decoration: none;
}
.upper_txt a {
  color: #1067b7;
}
.upper_inner.visited .upper_txt a {
  color: #666;
}
.upper_txt a:hover, .upper_inner.visited .upper_txt a:hover {
  color: #ff6c00;
}
.upper_txt .pettanCnt img:hover{
  opacity: 1;
}
.upper_txt img {
  vertical-align: text-top;
}
.upper_txt .userName{
  padding-top: 6px;
}

/* 最新のｺﾒﾝﾄ */
.comment li{
  border-bottom:1px solid #fff;
  box-shadow:0 1px 0 #ddd;
  padding-bottom:3px;
  margin-bottom:3px;
}
.comment li:last-child{
  border:none;
  box-shadow:none;
  margin:0;
  padding:0;
}
.comment a{
  text-decoration: none;
}
.comment p{
  margin:0;
  font-size:12px;
}
.comment .cmttext{
  background:#fff;
  padding:2px 4px;
  margin:3px 0;
  color:#666;
}

/*過去の注目日記*/
.contents .rankingWrap h3{
  text-align: left;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin: 0;
  border-bottom: 3px solid #ec6941;
  padding: 10px 10px 5px;
  margin-bottom: 10px;
}

.contents .rankingWrap h3 .fa{
  color: #EF873B;
}

.contents ul.year_select{
  padding: 0 5px;
}

.contents ul.year_select li{
  float: left;
  width: calc(100% / 4);
  margin: 8px 0;
}

.contents ul.year_select li a{
  padding: 2px 10px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  color:#1067b7;
}
.contents ul.year_select li a:hover{
  color: #ff6c00;
}

.contents ul.year_select li.active a{
  color: #fff;
  background: #ec6941;
  border: 1px solid #ec6941;
}

/* お知らせ */
.info li{
  border-bottom:1px solid #fff;
  box-shadow:0 1px 0 #ddd;
  padding-bottom:3px;
  margin-bottom:3px;
}
.info a{
  text-decoration: none;
}

/* 日記を書く */
.new-diary{
  margin-bottom:15px;
}
.new-diary a{
  box-sizing: border-box;
  font-size:120%;
}
.new-diary .fa{
  margin-right:5px;
  color:#dd2d78;
}

/*##################### 2017.3.22追加 #####################*/
/*----------------------------------------
サブナビゲーション
----------------------------------------*/
.contents.diary a {
  text-decoration: none;
}

.contents.diary{
  width: 960px;
}

.howtoLinkArea a img:hover{
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}

.contents.diary #right-contents{
  padding-right: 0!important;
}

.contents.diary #right-contents .newPosts{
  background: #ee2a6b;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  width: 280px;
  text-align: center;
  margin: 10px auto 0;
}
.contents.diary #right-contents .newPosts:hover{
  background-color:#f57ea5;
}

.contents.diary h1 {
  width: 940px;
  height: 33px;
  background: url(/home/images/title_diary_list_all_long.png) no-repeat;
  background-size: 960px;
  padding-top: 17px;
  text-align: right;
  padding-right: 20px;
}


.areaWrap{
  margin-top:20px;
}
.contents.maigo h2 {
  border:none;
  box-shadow: none;
  font-size: 16px;
  margin: 0 0 15px 0;
  border-bottom:3px solid #ec6941;
  padding:10px 10px 5px;
  border-radius: 0;
}

.contents.maigo h2 span:not(.condText){
  font-size:12px;
  margin-left:30px;
}

.detailAreaWrap h2.detail_head span{
  margin-left: 0!important;
}

.areaWrap .contentsBlock{
  width:636px;
  float:left;
}
.areaWrap .contentsBlock h2{
  width:616px;
}
.areaWrap .rightArea{
  width:300px;
  float:right;
}

.contents.diary .contentsWrap{
  margin-top: 15px;
}

.contentsWrap .diaryTub{
  margin: 0 0 20px;
}

.diaryColumn h2.diaryAttenHead {
  width: 620px;
  border: none;
  box-shadow: none;
  font-size: 16px;
  border-bottom: 3px solid #ec6941;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 10px 5px;
  margin-bottom: 15px;
  background-size: 16px;
  color: #000;
}

div.page_area{
  border-width: 1px 0;
  border-style: solid;
  border-color: #ca9;
  background-color: #fff;
  padding: 5px;
  margin: 20px 0;
}

.diary_ruleBox{
  width: 100%;
  margin: 0 auto 0;
  padding: 20px 15px;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
}