@charset "UTF-8";
/*/////////////////////////////////////////////// 投稿ページ関連*/
section#news_area{
	background-color:#fff;
}

#news_area nav{
	width:100%;
	margin: 1.5em auto;
}

#news_area ul.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	margin: 1.5em auto;
	padding-left: 0;
	list-style: none;
	border-radius: 3px;
}

#news_area ul.pagination li.page-item{
	list-style: none;
}
#news_area ul.pagination li.page-item .page-link {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
#news_area ul.pagination li.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #000;
	border-color: #000;
}

#news_area ul.pagination{
}

#news_area ul.pagination{
}

#news_area .posts h1,#news_area .posts h2,#news_area .posts h3,#news_area .posts h4 {
	margin:1.0em 0;
}
#news_area .posts p {
	margin:.5em 0;
	padding-bottom:0;
	line-height:150%;
}
#news_area .posts a {
	color:#972261;
}
#news_area .posts table th, #news_area .posts table td{
	padding:5px 7px;
}
#news_area .posts img{
	display: inline-block;
	border: 1px solid #ddd;
	width:90%;
	margin: 10px;
	padding:3px;
}
.conf_table th.t_title{
	color:#2d2d2d;
	font-size: 1.2em;
}
#news_area .posts .file_area table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#news_area .posts .file_area table th{
	border-bottom: solid 2px #972261;
	width: 15%;
	padding: 1.0em 0 1.0em 2.5em;
}
#news_area .posts .file_area table td{
	border-bottom: solid 2px #ccc;
	width: 70%;
	margin:o auto;
	padding: 1.0em 0 1.0em 2.5em;
}

#news_area .posts .info_area{
	border-bottom: solid 1px #ccc;
	width: 100%;
	margin:2.0em 1.0em;
	padding:1.0em 0;
	text-align: right;
}

#news_area .posts dl.documents{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin:.7em 0;
}
#news_area .posts dl.documents dt,
#news_area .posts dl.documents dd{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1em 1em;
	border-bottom:solid 2px rgb(200,200,200);
}
#news_area .posts dl.documents dt{
	margin:0;
	width:130px;
	font-weight:700;
	border-bottom:solid 2px rgb(220,100,90);
	text-align:center;
}
#news_area .posts dl.documents dd{
	margin:0;
	width:calc(100% - 130px);
}
#news_area .posts dl.documents dd a{
	color:rgb(220,100,90);
	transition:opacity .2s ease-out;
}
#news_area .posts dl.documents dd a:hover{
	opacity:.5;
}
#news_area .posts dl.documents dd img{
	width:30px;
	margin-top:30px;
}
#news_area .posts .release_date{
	margin-top:50px;
	padding-bottom:1em;
	font-size:.95em;
	line-height:1.5;
	text-align:right;
	border-bottom:solid 1px rgb(210,210,210);
}
#news_area .posts table{
/*
	border:1px solid #9E005D;
*/
}
@media screen and (max-width: 768px) {
	#news_area .posts .file_area table th{
		padding: 1.0em 0 1.0em 1.0em;
	}
	#news_area .posts .file_area table td{
		border-bottom: solid 2px #ccc;
		width: 70%;
		padding: 1.0em 0 1.0em 2.5em;
	}
}

@media screen and (max-width: 480px) {
	#news_area .posts table {
		width:90%;
	}
	#news_area .posts img{
		width:90%;
	}
	#news_area .posts img.w1{
		width:90%;
	}
	#news_area .posts .file_area table th{
		width: 20%;
		padding: 1.0em 0 1.0em 1.0em;
	}
	#news_area .posts .file_area table td{
		border-bottom: solid 2px #ccc;
		width: 70%;
		padding: 1.0em 0 1.0em 2.5em;
	}
}
