/*
Theme Name: Tanaka Seta-Karahashi_wp
Author: aisis
Description: Tanaka Seta-Karahashi_wp
*/

.grid {
  display: grid;
  gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.item {
  border-radius: 10px;
  background: #e6e6e6;
  padding: 5px;
  text-align: center;
}



.bk-img {
	
  width: 100%;
	
  height: 200px;
	
  background-repeat: no-repeat;
	
  background-position: center;
	
  background-size: cover;
	
}

p {
  text-align: left;
}

.post img {
	max-width: 100%;
	height : auto;
}

.wp-pagenavi {
	clear: both;
    text-align:center;
	margin: 20px 20px;
}

.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
#prevnext {
    font-size:14px;
    line-height:1.8;
    margin:20px 0px;
    padding: 0px;
    list-style: none;
}
#prevnext .prev {
    float:left;
}
#prevnext .next {
    float:right;
}


ul.sidebar {list-style:circle;
    padding-left: 1em; 
}



