@charset "utf-8";

/****  機関紙 ****/


.table_journal{
	border-spacing: 0;
	border-collapse: collapse;
text-align:center;
}

.table_journal th,.table_journal td{
	padding: 10px;
	border-top: 1px solid #339802;
	border-left: 1px solid #339802;
}
.table_journal th:nth-child(n+2){
	border-left: 1px solid #FFF;
}


.table_journal th{
	background: #339802;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: normal;
}
.table_journal tr:nth-child(even) th{
	background: #339802;
}
.table_journal td{
	background: #FFFFFF;

}
.table_journal tr:nth-child(even) td{
	background: #f3f3f3;
}
.table_journal th:last-child,.table_journal td:last-child{
	border-right: 1px solid #339802;
}
.table_journal tr:last-child th,.table_journal tr:last-child td{
	border-bottom: 1px solid #339802;
}


.table_journal tr td:nth-child(3){
    text-align:left;
    }