@charset "utf-8";

.newsbox {
	width: 866px;
	margin: 0 auto 66px;
	padding: 0 0 66px;
	background: url(../images/common/common_circle1.png) no-repeat center bottom;
}

.newsbox:last-of-type {
	padding: 0;
	background: none;
}

.newsbox .titlebox {
	margin: 0 0 45px;
	position: relative;
}

.newsbox .titlebox h3 {
	margin: 0 0 0 135px;
	height: 80px;
	border-top: 1px solid #d7c6b8;
	border-bottom: 1px solid #d7c6b8;
	padding: 30px 0 0;
	font-size: 150%;
	color: #bc0617;
	line-height: 1.4em;
}

.newsbox .titlebox .datebox {
	width: 110px;
	position: absolute;
	left: 0;
	top: 0;
	border-left: 1px solid #bc0617;
	border-bottom: 1px solid #bc0617;
	border-right: 1px solid #bc0617;
	border-top: 4px solid #bc0617;
	padding: 10px 0;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.newsbox .titlebox .datebox .year {
	color: #bc0617;
	font-size: 110%;
}
.newsbox .titlebox .datebox .month {
	color: #bc0617;
	font-size: 110%;
	line-height: 1.8em;
}
.newsbox .titlebox .datebox .day {
	color: #bc0617;
	font-weight: 400;
	font-size: 320%;
	line-height: 1em;
}
.newsbox .content .txt p {
	font-size: 105%;
	line-height: 1.9em;
	padding-bottom: 1.5em;
}



.newsbox.style1 .content {
	width: 770px;
	margin: 0 auto;
}

.newsbox.style1 .content .txt {
	margin: 0 0 20px;
}

.newsbox.style2 .content {
	width: 770px;
	margin: 0 auto;
}

.newsbox.style2 .content .img {
	margin: 0 0 25px;
}
.newsbox.style2 .content .txt {
}

.newsbox.style3 .content {
	overflow:hidden;
}

.newsbox.style3 .content .img {
	width: 376px;
	float: left;
}
.newsbox.style3 .content .txt {
	width: 448px;
	float: right;
}

.newsbox.style4 .content {
	overflow:hidden;
}

.newsbox.style4 .content .img {
	width: 376px;
	float: right;
}
.newsbox.style4 .content .txt {
	width: 448px;
	float: left;
}


.newsbox.style1 .img,
.newsbox.style2 .img2,
.newsbox.style3 .img2,
.newsbox.style4 .img2 {
	display: none !important;
}
