.filter li {
  cursor: pointer;
}

.filter li.is-active {
  color: red;
}

.category li {
  display: none;
}

.category li.is-show {
  display: block;
}
body.vnlist{
	background-image: url("./backwall_for_diary.jpg");
	background-attachment: fixed;
	background-size: cover;
}

/* divメイン部分（ここから）*/
.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 #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;
  }

.tablewrap {
    width: 75%;
    margin: 20px auto; 
  }
  
.tabledata {
	display: flex;
	border: none;
	padding: 12px 8px;
    vertical-align: top;
	border-radius: 10px;
	border: 2px solid #dddddd;
	background-color: #ffffff;
	box-shadow: 5px 5px 10px 0 #bbbbbb;
	margin-bottom: 15px;
  }
.packageimg{
	width: 30%;
	padding: 0% 4%;
}
.mainintro{
	width: 65%;
}
p.contsum{
    text-align: left;
	font-size: 16px;
	width: 95%;
  }
h2.articletitle{
    text-align: center;
	font-size: 22px;
  }
/* 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;
}