#BodyContentDetail_SE {
	margin:0 auto;
	width:100%;
	display:grid;
	grid-template-columns:4fr 1fr;	
}
 @media (max-width: 640px) {
	 #BodyContentDetail_SE {
		grid-template-columns:1fr;
	 }
 }
 #BodyContentDetail_DOI {
	margin:0 auto;
	width:95%;
}
#DOIApply a {
	color:#000000;
	
}
#DOIApply a:hover {
	color:#0183B9;
	text-decoration:none;	
}
 .table, .table * {
	margin: 0 auto; 
	padding: 0;
}
.table {
	display: table; 
	width: 100%; 
	border-collapse: collapse;
	overflow: hidden;
	line-height: 15px;	
}
.table-tr {
	display: table-row; 
	height: 30px;
}
.table-tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-th {
	display: table-cell;
	font-weight: bold;
	background-color: #f0f0f0;
	border: 1px solid #f9f9f9; 	
	text-align: center;
	vertical-align: middle;
    padding: 0.5em;	
    margin: 0.5em 1em;	
	white-space: nowrap;
}
.table-td {
	display: table-cell; 
	height: 100%;
	border: 1px solid #f0f0f0; 
	text-align: left;
	vertical-align: middle;
    padding: 1em;	
    margin: 0.5em 1em;	
	clear:right;
}
 #sSearchTable .table-td a {
	 color:#000000;
	 text-decoration:none;

}
 #sSearchTable .table-td a:hover {
	text-decoration:underline;
}
 #sSearchTable .table-tr:hover{ 
	background: #f0f0f0;
}
 #sSearchTable .table-tr:hover .table-td {
	border: 1px solid #FFFFFF; 	
	}
 #sSearchTable .table-th a {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	display: grid;

	grid-template-columns:1fr 1fr;
	width:100%;

}
#sSearchTable .table-th a .up-down{
	color:#f9f9f9;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
}
#PD-th .up-down {color:#f0f0f0!important;}
                        
 @media (max-width: 640px) {
        #KW-th,#J-th,#PD-th {
            display: none;
        }
		 #sSearchTable .table-td:nth-child(3), #sSearchTable .table-td:nth-child(4), #sSearchTable .table-td:nth-child(6) {   
         display: none;
        }
}
/* 總筆數 */
#Searchhead {
	display:flex;
	flex-wrap: nowrap; 
	justify-content:space-between;
}
.AjPagesRecord {line-height:2;padding-top: 0.3em;text-align:left;}

/*---- AjPage 跳頁選單 ----*/
.AjPages {line-height:2;text-align:right;}
.AjPages span {
	background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	color: #333;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.3em 0.6em;
	text-align:center;		
}
.AjPages a{
	border: 1px solid transparent;
	border-radius: 2px;
	box-sizing: border-box;
	color: #666;
	cursor: pointer;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.3em 0.5em;	
	text-align:center;
	text-decoration: none;
}
.AjPages a:hover {background-color:#333;color:#FFF;}
	