/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2021 | 07:42:19 */
@media screen and (min-width:670px) and (max-width:885px){
  /*===============*/  
 
 .PostList{
display:flex;
  align-items:stretch;
  flex-wrap:wrap;
  
}
.Post_item{
  width:45%;
  max-width:100%;
  display:inline-block;
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:10px;
  border:solid 1px #e5e3d1;
  background-color:white;
}
  .Post_body{
    display:block;
  }
.Post_thumbnail{
  font-size:0;
}
.Post_thumbnail img{
  width:100%;
}
.Post_meta{
 
}
.Post_time{
  padding:8px;
}
.Post_time time{
  color:black;
  font-size:13px;
  letter-spacing:2px;
  font-weight:bold;
}
.Post_category_event{
  padding:8px;
}
.Post_category_event div{
	display:inline-block;
  background-color:white;
  color:black;
  border:solid 1px black;
  padding-left:8px;
  padding-right:8px;
  padding-top:5px;
  padding-bottom:5px;
  font-size:13px;
  letter-spacing:2px;
  font-weight:bold;
}
.Post_title{
  color:black;
  padding-top:10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  font-size:16px;
  letter-spacing:2px;
}
  
  
 /*===============*/ 
  
}/*media screen 終了*/

