@charset "UTF-8";

/*
========================================

	news_sort.css
    
========================================
*/

.search_item {
	/*display: inline-block;
	padding: 3px;*/
	cursor: pointer;
    
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    
    padding: 1rem;
    background: #f2f2f7;
    border-left: 1px solid #d2d2de;
    border-top: 1px solid #d2d2de;
    border-right: 1px solid #d2d2de;
}

.search_item.is-active {
	/*color: white;*/  
	background:#171c61;
    color: #fff;
    border-color:#171c61;
}

.is-hide {
	display: none;
}

div.notice p,
div.notice_old_file p {
	padding: 1rem;
	font-size:0.875rem;
    
    display: none;
}

div.notice p.not_exist {
	color: #5c6bc0;
	background:rgba(255,255,255,0.5);
	margin: 2rem 1rem 4rem 2rem;
	padding: 2rem 3rem !important;
	border: 4px dashed rgba(92,107,192,0.15);
	border-radius: 8px;
}