@charset "UTF-8";
/**
 * list_view.css
 */

/* list_view
--------------------------------------------------------- */
.list_view {
	position: relative;
	padding: 0;
	margin: 0;
}


/* list_view_header
--------------------------------------------------------- */
.list_view .list_view_header {
	position: relative;
	height: 42px;
	padding: 0;
	margin: 0 16px;
	visibility: hidden;
}
	.list_view .list_view_header .list_count {
		position: absolute;
		top: 16px;
		left: 0;
	}
	.list_view .list_view_header .view_buttons {	
		position: absolute;
		top: 4px;
		right: 0;
	}
		.list_view .list_view_header .view_buttons .view_button img {
			width: 32px;
			height: 32px;
			border: 1px solid #999;
			border-radius: 4px;
		}


/* menu
--------------------------------------------------------- */
.list_view .btn_menu {
	cursor: pointer;
}

/* list_view
--------------------------------------------------------- */
.list_view .list_area {
	visibility: hidden;
}

.list_view .loader_area {
	margin: 16px auto;
}



/* レスポンシブ bootstrap4 v2
----------------------------------------------- */
/* モバイル（xs） iPhone 6,7,8 縦 */
@media (max-width: 575px) {
	.list_view .list_view_header {
		margin: 0 16px;
	}
		.list_view .list_view_header .list_count {
			top: 16px;
		}
}
/* モバイル（sm）iPhone 6,7,8 横 */
@media (min-width: 576px) and (max-width: 767px) {
}
/* タブレット（md） iPad 縦 */
@media (min-width: 768px) and (max-width: 991px) {
}
/* タブレット（lg） iPad 横 iPad Pro 縦 */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* PC（xl）iPad Pro 横 */
@media (min-width: 1200px) {
}
