@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 #f90;
	border-left:solid 1px #f90;
	border-bottom:solid 1px #f90;
}
.newskiji {
	margin-bottom: 10px;
	width:100%;
	display:table;
	border-left:solid 1px #f90;
	border-bottom:solid 1px #f90;
	clear: both;
}
.photobox {
	display:block;
	text-align: center;
}
.photobox > .box30 > img {
	width: 90%;
	margin: 10px;
}
/* PC用 */
@media only screen and (min-width : 919px ){
.photobox {
	display:flex;
	justify-content: space-around;
}
.photobox > img {
	max-width: 100%;
	margin: 10px;
}
}
