@charset "UTF-8";

.grid {
  width: 100%;
  margin: 50px auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
追加変更
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.item {
  max-width: 300px;
  height: auto;
  border: solid 1px #E2E2E2;
  margin: 0 20px 30px 20px;
  background-color: #ffffff;
}
.item a {
	display: block;
	border: solid 1px #ffffff;
	color: #000000;
	text-decoration: none;
}
.item a:hover {
	box-shadow: 0 0 10px #dddddd;
  border: solid 1px #dddddd;
}
.item img {
	width: 100%;
	height: auto;
	border: none;
  padding: 0 0 10px 0;
  vertical-align: bottom;
}

.item h3 {
  margin-top: 0;
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 120%;
  font-weight: bold;
  line-height: 120%;
}
.item p {
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 90%;
  line-height: 160%;
}

.itemtex {
	margin-top: 0;
	margin-bottom: 20px;
}

.item .day {
  font-family:'jostbook';
  font-size: 15px;
	margin-top: 0;
  font-weight: normal;
}
.item .new {
  font-family:'jostbook';
  font-size: 15px;
	margin-top: 0;
  font-weight: normal;
  color: #FF0004;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
--------------------------------------------------------------------------------------------------------------------------------------------*/
/* ########### 599px以下 #################################################################################################### */	
@media (max-width: 599px) {
.item {
	max-width: 460px;
}
  
  
  
  
}
  