body.diarywp{
	background-image: url("./backwall_for_diary.jpg");
	background-attachment: fixed;
	background-size: cover;
}

/* 絞り込み用ヘッダー要素（ここから） */
.searchheader {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    padding: 8px 20px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    z-index: 10;
	text-align: right;
  }
.searchheader form {
    display: block;
    width: 980px;
    margin: 0 auto;
  }
.searchheader select {
    margin-right: 2px;
    padding: 8px;
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
  }
.searchheader #searchtag, #searchword {
    height: 33px;
    width: 200px;
    margin-right: 2px;
    padding: 0 6px;
  }
.searchheader #button,
.searchheader #resetbutton {
    height: 33px;
    margin-right: 2px;
    padding: 0 6px;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ddd;
  }
.searchheader #button {
    background-color: #ff7f50;
    border-color: #de693e;
    color: #fff;
  }
.searchheader #button:hover,
.searchheader #resetbutton:hover {
    opacity: .7;
  }
/* 絞り込み用ヘッダー要素（ここまで） */

/* divメイン部分（ここから）*/
.tablewrap {
    width: 70%;
    margin: 20px auto; 
  }
  
.tabledata {
	display: flex;
	flex-flow: column;
	border: none;
	padding:  8px;
    vertical-align: top;
	border-radius: 10px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	box-shadow: 5px 5px 10px 0 #bbbbbb;
	margin-bottom: 15px;
	justify-content: center;
  }
.builddate{
	width: 100%;
}
.maincont{
	width: 85%;
	margin: 0 auto;
}
p.uldate{
	text-align: right;
	font-size: 13px;
	padding-right: 10px;
  }
p.contsum{
    text-align: left;
	font-size: 16px;
	width: 100%;
  }
p.fortag{
    margin-top: 1.5rem;
	text-align: center;
	font-size: 15px;
  }
h2.diarytitle{
    text-align: left;
	padding-left:10px;
	font-size: 22px;
	padding-right: 10px;
  }
  
.lastupdate{
	width: 100%;
	text-align: right;
}
/* divメイン部分（ここまで）*/

/* 〇〇作品ずつ表示（ここから）*/
.pagination{
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.pagination li{
    margin: 5px;
}

.pagination:not(.active) a{
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 10px;
}

.pagination a:hover{
    background-color: #394882;
    color: #FFFFFF;
}

.active{
    text-decoration: underline;
	font-weight: bold;
	color: #00CCFF;
}

.twcontainer{
	display: none;
}

/* 日記サムネイル要素（ここから） */
a.tsudukilink{
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
/* 日記サムネイル要素（ここまで） */