@charset "UTF-8";

.only_sp {
	display: block !important;
}

.only_pc {
	display: none !important;
}

.sp-text-left {
	text-align: left !important;
}

.sp-text-gray {
	color: gray;
}


.main .container-fluid {
	padding: 0 5px;
}

.breadcrumb {
	margin-bottom: 0.5rem;
}

div.card-header-buttons {
	margin-left: 1rem;
}

select.date_selector {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}

.form-sp-half {
	max-width: 50%;
}

.sp-p0 {
	padding: 0;
}

.sp-pb0 {
	padding-bottom: 0;
}

.sp-lh-05 {
	line-height: 0.5;
}

.sp-lh-1 {
	line-height: 1;
}

.sp-small {
	font-size: small;
}

.card-body {
	padding: 0.75rem;
}

.table-sm th, .table-sm td {
	padding: 0.2rem;
}

.sp-w100p {
	width: 100%;
}
