@charset "utf-8";
/* img
-------------------------------------------------------------*/
#news.detail #contents img{
	/*width: 50%;*/
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#news.detail #contents.old-news img{
    width: auto;
    height:auto;
    display: block;
    margin: 0 auto 20px;
}

/*=============================================================
 old-news
=============================================================*/
/* table
-------------------------------------------------------------*/
.old-news table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid var(--lineColorGray);
	margin: 20px 0;
}
.old-news table caption{
	color: var(--textColorBlack);
	text-align: left;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 12px;
}
.old-news table th{color: var(--textColorBlack)!important;}
.old-news table th,
.old-news table td{
	padding: 16px;
	font-weight: 400;
	line-height: 150%;
	border-bottom:1px solid var(--lineColorGray);
	background-color:#fff;
	text-align: left;
	box-sizing: border-box;
}
.old-news table thead th, .old-news table tbody th, .old-news table tbody td:first-child{
	background-color: var(--bgColorGray)!important;
}
.old-news table th{border-right:1px solid var(--lineColorGray);}
.old-news table tbody th{
	font-weight: 400;	
}
.old-news table th:last-child{
	border-right:none;
}
.old-news table td{
	font-weight: 400;
	border-right:1px solid var(--lineColorGray);
}
.old-news table td:last-child{
	border-right:none;
}
.old-news .color-box{margin-top: 40px;}
.old-news p:not(.link-btn02) a,
.old-news table a{
	color: var(--textColorBlack);
	position: relative;
	padding: 0;
	background-image: linear-gradient(to right, var(--bgColorBlack), var(--bgColorBlack));
	background-size: 100% 1px;
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: background-size 0.3s ease, background-image 0.3s ease; 
}
.old-news p:not(.link-btn02) a:hover,
.old-news table a:hover{
	color: var(--primaryColor);
	text-decoration: none;
	background-size: 0 1px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:979px){
    .old-news table th,
    .old-news table td{
        /*display: block;
        width: 100%!important;
        */
        border-right:none;
    }
    .sp-table-scroll .table-default th {
        border-bottom: 1px solid var(--lineColorGray);
    }





}
