@charset "utf-8";
/* CSS Document */
.newsbox {
	background:#fff;
	max-width: 100%;
	border-top:solid 1px #0cf;
	border-left:solid 1px #0cf;
	border-bottom:solid 1px #0cf;
}
.newshead {
	padding-top: 10px;
	display:table;
	text-align:left;
	color:#000;
	font-size:1.1em;
	line-height:1.4em;
	vertical-align:bottom;
	clear: both;
	background-color: #eeefff;
	border-bottom:solid 1px #0cf;
}
.newshead p{
	padding:0 10px 0 10px;
	margin: 0;
}
.newstitle {
	font-size: 1.3em;
	word-break: break-all;
}
.newskiji {
	margin-bottom: 10px;
	display:table;
	word-break: break-all;
	clear: both;
}
.newskiji p {
	max-width:350px;
}
.photobox {
	display:block;
	text-align: center;
}
.photobox > .box30 > img {
	width: 90%;
	margin: 10px;
}
/* タブレット */
@media only screen and (min-width : 767.7px ){
.newshead {
	width:100%;
}
.newskiji p {
	max-width:730px;
}
}
/* PC用 */
@media only screen and (min-width : 919px ){
.newskiji p {
	max-width:660px;
}
.photobox {
	display:flex;
	justify-content: space-around;
}
.photobox > img {
	max-width: 100%;
	margin: 10px;
}
}
