@charset "UTF-8";

.cardBox {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tableBox {
	min-height: 350px;
}
.pageBox {
	margin: 10px 0 0 0;
}

table th {
	width: 10px;
}

.bookCover {
	width: 100px;
	height: 100%;
}
.imgContainer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}
.imgBox {
	width: 70px; 
	height: 100px; 
	border: 1px solid gray;
}
.imgBox img {
	width: 100%;
	height: 100%;
}

.bookInfo {
	width: 70%;
	min-width: 280px;
}
.t_title {
	padding: 5px 0;
    font-size: 1.1em;
}
.t-cnt {
	
}
.t-idx {
	color: var(--bs-link-hover-color);
}

.bookSelect {
	width: 200px;
}
.selectBox {
	min-width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.dateBox {
	padding: 5px 0;
}
.extendsBtn {
}

