@charset "utf-8";
/* CSS Document */
.newsbox {
	background:#fff;
}
.newshead {
	margin-top: 10px;
	display:table;
	width:100%;
	text-align:left;
	color:#000;
	font-size:1.1em;
	line-height:1.4em;
	vertical-align:bottom;
	clear: both;
	border-top:solid 1px #09f;
	border-left:solid 1px #09f;
	border-bottom:solid 1px #09f;
}
.newskiji {
	margin-bottom: 10px;
	width:100%;
	display:table;
	border-left:solid 1px #09f;
	border-bottom:solid 1px #09f;
	clear: both;
}
.photobox {
	display:block;
	text-align: center;
}
.photobox > .box30 > img {
	width: 90%;
	margin: 10px;
}
.newshead {
	display:table;
	width:100%;
	text-align:left;
	color:#000;
	font-size:1.1em;
	line-height:1.4em;
	vertical-align:bottom;
	clear: both;
	border-top:solid 1px #09f;
	border-left:solid 1px #09f;
	border-bottom:solid 1px #09f;
}
.newskiji {
	width:100%;
	display:table;
	border-left:solid 1px #09f;
	border-bottom:solid 1px #09f;
	clear: both;
}

.clear{
	clear:both;
}
/* styles for desktop */
@media screen and (min-width:919px) {
.photobox {
	display:flex;
	justify-content: space-around;
}
.photobox > img {
	max-width: 100%;
	margin: 10px;
}
.datebox {
	clear: none;
	float:left;
	width:15%;
	margin:0;
	text-align: center;
}
.newsbox {
	clear: none;
	float:right;
	width:85%;
	margin:10px 0 0 0;
}
.newskiji .newsdate{
	text-align:left;
	margin:10px 0 0 0;
}
}
