@charset "UTF-8";
#up_ymd{
	text-align:right;
	font-size: 15px;
	margin:5px 10px;
}

#detail{
    line-height:2;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #eee; */
    padding: 0.4em;
    margin: 0 0 2em;
    /* text-align: center; */
    /* align-items: center; */
    justify-content: center;
}


.detailText{font-size:16px;padding: 1em;border-radius: 5px;flex: 1 0 0;margin: 0.4em;/* border: 1px solid #eee; */min-width: 500px;}

@media(max-width: 499px) {
	.detailText {
		min-width: 300px;
	}
}


.detailText a{font-size:16px;color:#098b3b;font-weight:600;}
.detailText a:hover{color:#f58600}


.detailText > div {font-size:15px}

.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
	padding: 2%;
}


.detailUpfile img{
    max-width: 500px;
}

.backORcloseBtn{
	text-align: right;
	line-height:100%;
	/* margin: 15px; */
	padding-bottom: 15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:0px 13px;
	/* 	border: 1px solid #d48e46; */
	color: #ffffff;
	background: #999;
	border-radius: 2px;
	text-decoration:none;
	font-size:16px;
	line-height: 1.3;
}


.backORcloseBtn a::before{
    font-family: 'Font Awesome 5 Free';
    content: '\f30a';
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.8;
    padding-right:10px;
}


.backORcloseBtn a:hover{
    background:#098b3b;
}



.detailUpfile img{
	min-width: 300px;
	height:auto;
	width: 100%;
	padding: 2%;
}
.pNav{padding: 2%;font-size:15px;}
.pNav a{font-size:15px;color:#666;border-bottom: 1px dotted #666;}
.pNav a:hover{border-bottom: 1px solid #098b3b;}



.categoryArea{
	text-align:right;
	padding-bottom: 60px;
}


.pCate{padding: 0.5% 0;font-size:14px;text-align: right;}
.pCate a{font-size:14px;color: #fff;/* border-bottom: 1px dotted #666; */padding: 0.5% 2%;background: #95908b;margin: 1%;border-radius: 20px;}
.pCate a:hover{background: #ccc;color:#666}



.news_title{font-size: 20px;text-align:left;padding: 2%;border-bottom: 1px solid #666;}