@charset "UTF-8";
/* CSS Document */
h2
{
    border-color: #763626;
    color:#2A3132;
}
h3
{
    color: #763626; 
}
h4
{
    color: #763626; 
}
.btnBase
{
    background-color: #565656;
}
#entryBtn .btnBase,
.entryBtn .btnBase
{
    background-color: #60c4b9;
}
#contentsArea
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.pNav
{
	font-size: .5rem;
	margin: 2rem 0;
}
#newsList .date,
#newsDetail .newsTitle
{
    color: #2A3132;
    border-bottom: 2px;
    border-color: #763626;
    border-bottom-style: solid;
    font-size: 1rem;
    font-weight: 900;
    padding-bottom: .25rem;
    width: 100%;
}
#newsDetail .newsTitle
{
    padding-bottom: .75rem;
}
#newsList dd,
#newsDetail dd
{
    margin: 10px 0;
}
#newsDetail .date
{
    margin-bottom: 20px;
}
#newsDetail .detailUpfile img
{
	margin: 1rem 0;
    width: 100%;
}
#newsDetail
{
	padding: 70px 40px;
	position: relative;
}
#newsDetail h5,
#newsDetail h6
{
	margin-top: 2rem;
}
#newsDetail dl dd
{
	padding-top: 2rem;
}
#newsDetail dl dd table
{
	border-collapse: collapse;
	margin: 0 0 1rem 0;
	width: 100%;
}
#newsDetail dl dd table th,
#newsDetail dl dd table td
{
	border-bottom: 2px solid #c1c7c6;
	padding: 1em;
}
#newsDetail dl dd table th
{
	border-bottom: 2px solid #4d9bc1;;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
}
footer
{
    margin-top: auto;
}

/*モバイル用（780px以下） Start*/
@media (max-width: 780px)
{
    #newsList
    {
        margin-top: 20px;
        padding: 50px 40px;
        position: relative;
    }
    #newsDetail
    {
        margin-top: 20px;
        padding: 50px 40px;
        position: relative;
    }
    .btnBase
    {
        margin: 20px auto;
    }
}
/*モバイル用（780px以下） End*/

/*タブレット限定（781px以上、1499px以下 Start*/
@media screen and (min-width:781px) and (max-width:1499px)
{

}
/*タブレット限定（781px以上、1499px以下 End*/

/*タブレットとPC兼用（781px以上） Start*/
@media (min-width: 781px)
{
    #newsList
    {
        margin: 40px auto 0 auto;
        padding: 50px 40px;
        position: relative;
        width: 60%;
    }
    #newsDetail
    {
        margin: 40px auto 0 auto;
        padding: 50px 40px;
        position: relative;
        width: 60%;
    }
    .btnBase
    {
        margin: 40px auto;
        width: 60%;
    }
}
/*タブレットとPC兼用（781px以上、1499px以下） End*/

/*PC限定（1500px以上） Start*/
@media (min-width: 1500px)
{

}
/*PC限定（1500px以上） End*/
