@charset "utf-8";
/* CSS Document */

/*--------------------------------------------*/
/*モバイル*/
/*--------------------------------------------*/
/*メインイメージ*/
.main_image {
	background: #fff;
}

/*収蔵資料概要ページ*/
.outline_index table {
	border-collapse: collapse;
	color: #333;
	margin: 30px 0;
	width: 100%;
}

.outline_index table tr {
	border-bottom: 1px solid #699;
}

.outline_index table th {
	background-color: #699;
	color: #fff;
	text-align: center;
	padding: 5px;
}

.outline_index table th:first-child {
	width: 60%;
}

.outline_index table td {
	padding: 5px;
}

.outline_index table .number {
	text-align: right;
	vertical-align: bottom;
}

.outline_index table tfoot {
	color: #699;
	font-weight: bold;
}

.outline_index ul {
	width: 100%;
}
.outline_index ul li {
	display: inline-block;
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
	width: 100%;
}
/*標本リストの項目アイコン表示*/
.outline_index ul li:before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
}





/***********************************/
/*576px～*/
/***********************************/
@media (min-width: 576px ){	
	
}

/***********************************/
/*768px～*/
/***********************************/
@media (min-width: 768px ){
	/*メインイメージ*/
    .main_image {
        background: #eee;
        background: url(../img/storage/storage_main.jpg) no-repeat center /cover;
    }

	/*収蔵資料概要ページ*/
    .outline_index table {
		margin: 30px auto; 
        width: 60%;
    }
	
	.outline_index table td {
        padding: 5px 10px;
    }
	
	.outline_index ul {
        margin-left: 10px;
    }
	
	.outline_index ul li {
		margin-bottom: 5px;
        width: 48%;
    }
}

/***********************************/
/*992px～*/
/***********************************/
@media (min-width: 992px ){

}

/***********************************/
/*1200px～*/
/***********************************/
@media (min-width: 1200px ){

}
