.post-date {
vertical-align:top;
  display: inline-block;
  max-width: 120px; /* 日付の固定幅 */
}

.post-store {
vertical-align:top;
  display: inline-block;
  width: 120px; /* 店名の固定幅 */
	border:1px solid #ccc;
	border-radius:3px;
	font-size:15px;
	text-align:center;
	line-height:19px;
	padding:5px 0 3px;
	margin-left:5px;
	margin-right:10px;
}
.post-store a,.post-date a{
	font-weight:bold;
}

.post-title {
vertical-align:top;
  display: inline-block;
  width: calc(100% - 265px); /* 残り幅をタイトルに */
  word-break: break-word; /* タイトルの途中で改行 */
}


@media screen and (max-width: 600px) {

.post-title {
vertical-align:top;
  display: inline-block;
  width: 100%; /* 残り幅をタイトルに */
  word-break: break-word; /* タイトルの途中で改行 */

}
}

