.newsContainer {
	width: 100%;
	/*background-image: linear-gradient(#d1d1af, #86b8b7, #979f8a, #c0a90d, #e6c005);*/	/*A*/
	background-image: linear-gradient(white, #e0dfcb, #30aed4, #a9a393, #ffc186, #e0dfcb);	
}
#main #news {
	width: 100%;
	padding: 70px 20px 50px 20px;	
}
#main #news .newsBox {
	width: calc(100% / 1);
	height: 100%;
	margin-bottom: 50px;
	background-color: rgba(255, 255, 255, 1);
}
#main #news .newsBox .newsContentsTitle {
	width: calc(100%);
	padding: 10px 10px 10px 10px;
}
#main #news .newsBox .newsContentsTitle .newsTitle {
	width: calc(100%);
	font-size: 1em;
}
#main #news .newsBox .newsContentsMain {
	width: calc(100%);
	padding: 10px 0px 10px 0px;
}
#main #news .newsBox .newsContentsMain .newsStatement {
	width: calc(100%);
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	line-height: 1.7em;
}
#main #news .newsBox .newsContentsImg {
	width: calc(100%);
	padding: 10px 10px 10px 10px;
}
#main #news .newsBox .newsContentsImg img {
	width: calc(100%);
	height: calc(300px;);
	object-fit: contain;
}
#main #news .newsBox .moreInfoButton {
	width: calc(100%);
	height: 30px;
	padding: 0px 0px 0px 0px;
}
#main #news .newsBox .moreInfoButton p {
	width: calc(100%);
	height: 100%;
	color: white;
	background-color: gray;
	text-align: center;
	font-size: 1em;
	line-height: 30px;
	margin: 0 auto;
}

.moreInfo {
	width: 100%;
	height: calc(100%);
	z-index: 999;
	background-color: rgba(255, 255, 255, 1);
	display: none;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.moreInfo .moreInfoBox {
	width: 100%;
	height: calc(100% - 50px);
	animation: fadeIn .8s ease 0s 1 normal;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.moreInfo .moreInfoBox .newsContentsBoxInner {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.moreInfo .moreInfoBox .newsContentsBoxInner .newsContentsTitle {
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.moreInfo .moreInfoBox .newsContentsBoxInner .newsContentsTitle p {
	font-size: 1em;
}
.moreInfo .moreInfoBox .newsContentsBoxInner .newsContentsImg {
	width: 100%;
	height: calc(auto);
	padding-top: 10px;
	padding-bottom: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
.moreInfo .moreInfoBox .newsContentsBoxInner .newsContentsImg img {
	width: 100%;
	height: calc(100%);
	object-fit: contain;
}
.moreInfo .moreInfoBox .newsContentsBoxInner .newsContentsMain {
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
}
.moreInfo .moreInfoBox .newsContentsBoxInner .newsContentsMain p {
	font-size: 0.8em;
	line-height: 1.7em;
}
.moreInfo .CloseBox {
	width: calc(100% - 0%);
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	transform: translate3d(0, 0, 0);
}
.moreInfo .CloseBox .CloseInner {
	width: 100%;
	height: 100%;
	position: relative;
}
.moreInfo .CloseBox .CloseInner .CloseLineBox {
	width: 50px;
	height: 100%;
	position: absolute;
	right: 0px;
	padding: 15px;
}
.moreInfo .CloseBox .CloseInner .CloseLineBox .CloseLineInner {
	width: 100%;
	height: 100%;
	position: relative;
}
.moreInfo .CloseBox .CloseInner .CloseLineBox .CloseLineInner .CloseLine {
	width: calc(100%);
	height: calc(2px);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: black;
}
.moreInfo .CloseBox .CloseInner .CloseLineBox:first-child .CloseLineInner .CloseLine {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.moreInfo .CloseBox .CloseInner .CloseLineBox:last-child .CloseLineInner .CloseLine {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media all and (min-width: 480px) {

	#main #news {
		width: 100%;
		padding: 50px 20px 50px 320px;
	}
	#main #news .newsBox {
		margin-bottom: 50px;
		background-color: rgba(255, 255, 255, 1);
		padding: 10px 10px 10px 10px;
		
	}

	#main #news .newsBox .newsContentsTitle {
		width: calc(100%);
		padding: 10px 10px 10px 10px;
	}
	
	#main #news .newsBox .newsContentsImg {
		height: 600px;
		padding: 10px 10px 10px 10px;
	}
	#main #news .newsBox .newsContentsImgNone {
		height: 0px;
		padding: 10px 10px 10px 10px;
	}
	#main #news .newsBox .newsContentsImg img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	
	#main #news .newsBox .moreInfoButton {
		height: 40px;
		padding: 10px 10% 0px 10%;
	}

.moreInfo .moreInfoBox {
	padding-left: 20%; 
	padding-right: 20%; 
}

}
