@charset "utf-8";

.inner {
	width:86%;
}
.post{
	margin:0 auto;
	width:97%;
}
.postUL{
	width:80%;
	margin:35px auto 0;
}
.postUL li{
	width:45%;
}

.postUL{
	width:80%;
	margin:35px auto 0;
}
.postDL{
	width:80%;
	margin:0 auto 0;
}
.postDL dt{
	width:100%;
	font-weight:800;
}
.postDL dd img {
	border-radius: 10px;
}

.postDL dd{
	width:45%;
}
.midashiPost{
	margin-top:35px;
	display:flex;
}

.midashiPost:before{
  display:block;
  content:'◆◆';
  color:#FFCE55;
  padding-right:10px;
}
.midashiPost:after{
  display:block;
  content:'◆◆';
  color:#FFCE55;
  padding-left:10px;
}

.dateRight{
	text-align:right;
	margin:15px auto;
}

.titleDate{
	width:100%;
	margin:5px 0 10px;
}

.titleDate li:first-child{
	text-align:left;
	font-weight:bold;
	font-size:110%;
	width:75%;
	line-height:1.5;
}
.titleDate li:nth-child(2){
	text-align:right;
	width:25%;
}

.ttl_balloon.newsObi{
	padding-left:7%;
}
	@media screen and (max-width: 916px) {
		.inner{
			width:100%;
		}
		.postUL{
			width:100%;
		}
		.post{
			line-height:1.8;
		}
		.postDL{
			width:100%;
		}
		.postDL dt{
			font-size:small;
			line-height:1.4em;
		}
}

		@media (max-width: 640px) {
			.ttl_balloon.newsObi {
				padding-left: 13%;
			}
			.newsRap .titleDate li:first-child,
			.newsRap .titleDate li:nth-child(2){
				width: 100%;
			}
	}
