
.news.container_wide {
	background-color: #FFFFFF;
}

.news .content {
    padding-bottom: 110px;
    padding-left: 30px;
    padding-right: 30px;	
}
@media ( min-width:992px ) {
	.news .content {
		padding-bottom: 110px;
		padding-left: 80px;
		padding-right: 80px;	
	}
}

.news .news-box {
	position:relative;
	border: 1px solid #808080;
	margin-top: 170px;
}

.news .news-box a {
	text-decoration:none;
}

.news .news-box img {
	width:100%;
}

/* */

.news .round-date {
	position: absolute;
    top: -64px;
    right: 27px;
	width: 133px;
    height: 133px;    
}

.news .round-date .image {
	position: absolute;
	left:0px;
	top:0px;
}

.news .round-date .date {
	position: absolute;
    left: 25px;
    top: 36px;
    color: #FFFFFF;
    font-size: 1.9em;
    font-style: italic;
}

/* */
.news .news-box .passage {
	padding-top: 97px;
    padding-left: 30px;
    padding-bottom: 50px;    
}
@media ( min-width:992px ) {
	.news .news-box .passage {
		padding-left: 60px;
	}
}

.news .news-box .passage2 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;    
    padding-bottom: 95px;
}
@media ( min-width:992px ) {
	.news .news-box .passage2 {
	    padding-left: 57px;
    	padding-right: 57px;    	
	}
}


.news .news-box .passage .bar {
    width: 120px;
    border-top: 2px solid #bc9b6e;
}

.news .news-box .passage .title01 {
    margin-top: 27px;
    font-size: 2.3em;
    font-weight: normal;
    letter-spacing: 5px;
    line-height: 1.35em;
    color: #004270;
}

.news .news-box .passage .title01 a {
    color: #004270;
    text-decoration:none;
}
.news .news-box .passage .title01 a:active {
    color: #004270;
}

.news .news-box  .passage2  .desc01 {
	margin-top: 14px;
    font-weight: normal;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    line-height: 1.8em;
    color: #152149;
}

/* */
.news a {
	text-decoration:none;
}

.news  .square-btn a {
	text-decoration:none;
    color:#bc9b6a;	
}

.news .square-btn-container {
    margin-top: 100px;    
}

.news  .square-btn {
    border: 1px solid #bc9b6a;
    font-size: 1.2em;
    color:#bc9b6a;
    padding: 16px 0px;
    width: 300px;
    text-align: center;
    /* font-weight: bold; */
    font-weight: normal;
    letter-spacing: 5px;
	margin-left: auto;
    margin-right: auto;
}



.news a .square-btn:hover {
    border: 1px solid #004270;
    color:#004270;
	transition: all 0.4s ease-in-out;    
}


