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

#detail{
    line-height:2;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #eee; */
    /* padding: 0.4em; */
    /* margin: 0 0 2em; */
    /* text-align: center; */
    align-items: flex-start;
    /* justify-content: center; */
}
#detail > div{
    width: 50%;
}
@media screen and (max-width: 600px) {
    #detail > div{
        width: 100%;
    }
}

.detailText{font-size:16px;padding: 1em;border-radius: 5px;/* margin: 0.4em; *//* border: 1px solid #eee; */min-width: 300px;font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}


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


.detailText > div {font-size:15px;/* font-size: 16px!important; */}

.detailUpfile{
    margin-bottom: 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: 'FontAwesome';
    content: '\f104';
    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% 0;font-size:15px;line-height: 1.8;}
.pNav a{font-size:15px;color:#666;border-bottom: 1px dotted #666;}
.pNav a:hover{border-bottom: 0px solid #098b3b;}



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



.pCate{padding: 1% 0;font-size:14px;text-align: right;display: inline;}
.pCate a{font-size:14px;color: #fff;border-bottom: 1px dotted #01a496;padding: 0.5% 1%;/* margin: 1%; */border-radius: 50px;background: #01a496;}
.pCate a:hover{background:#959595;color: #fff;}

.pCate a:after{
    font-size: 10px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: normal;
    margin: 0 10px;
    height: 20px;
    line-height: 20px;
}


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