#app {
	min-width: 320px;
}
.container{
	display: flex;
}
.mainarea {
	width: 100%;
}
.disabled {
	pointer-events: none;
    opacity:0.4;
}
.row {
    margin-top: 0px;
    margin-bottom: 0px;
}
.alert {
	background-color: #FFF8E1;
	color: #BF360C;
}

.col_title {
  color: rgba(0,0,0,54%) !important;
  min-width: 160px;
}

.btn_toggle_cricle {
	margin: 0 0 3px 3px;
	padding: 7px 9px 5px 9px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
}
.btn_group_first {
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}
.btn_group_end {
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.no_border {
	border: none;
}
.img_circle {
	border-radius: 50%;
}
.fa_xl {
	font-size: 2em
}
.search_erea {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.search_input {
	outline: 0;
	width: 100%;
	padding-left: 5px;
	font-weight: bold;
}
.icon_color {
	color: rgba(0, 0, 0, 0.5);
}
.search_link {
	padding: 0.5rem !important;
	border-radius: 50%;
}
.search_link:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.list_header {
	display: none;
}
.list_col {
	padding: 3px 0;
}
.col_header {
	display: block;
	font-size: 0.75em;
	color: #4285f4;
	font-weight: bold;
}
.col_body {
	padding-left: 10px;
}
.btn_tag {
	text-align: center;
	vertical-align: middle;
	font-size: 0.81rem;
	font-weight: 400;
	transition: color 0.15s ease-in-out
		, background-color 0.15s ease-in-out
		, border-color 0.15s ease-in-out
		, box-shadow 0.15s ease-in-out
		, -webkit-box-shadow 0.15s ease-in-out;
	padding: 0.375rem 0.75rem;
	border-radius: 50rem;
	cursor: pointer;
	white-space: normal;
	word-wrap: break-word;
	color: inherit;
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, 0.25);
}
.btn_tag:hover {
	color: inherit;
	background-color: rgba(0, 0, 0, 0.25);
}
.btn_150 {
	min-width: 150px !important;
	height: 40px !important;
}
.btn_200 {
	min-width: 200px !important;
	height: 40px !important;
}
.modal_sidemenu_left {
	height: 97%;
	max-width: calc(786px / 3);
	margin: .5rem;
}
.modal_full_height {
	height: 100%;
}
.container {
	padding: 0;
}
#search_text {
	max-width: 300px;
}
#input-keyword {
	margin-top: 1rem;
}
.v-btn:focus {
	outline: 0;
}
.v-text-field--outlined .v-label {
    top: 13px!important;
}
.v-text-field--outlined>.v-input__control>.v-input__slot {
    min-height: 44px!important;
}
.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expand-row) {
    background: #fff30040!important;
}
.theme--light.v-label {
	color: rgba(0, 0, 0, 0.87)!important;
	font-size: 14px!important;
}
.v-text-field .v-input__prepend-inner, .v-text-field .v-input__append-inner {
	margin-top: 10px!important;
}
.v-list-group__header {
	flex: 0 0 auto!important;
}
.dashed_border {
    border-style: dashed!important;
}
.mainarea {
    padding-top: 1.5rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-top: 50px;
}
.v-data-table__checkbox .mdi-checkbox-marked, .v-data-table__checkbox .mdi-minus-box,
.v-data-table__checkbox .v-ripple__container{
    color: #2196F3 !important;
    caret-color: #2196F3 !important;
}
.v-radio .v-label {
	padding-top: 0px;
}
.v-main {
	padding-left: initial!important;
}
.v-data-table__mobile-row__header {
	color: grey!important;
}

header#admin_header div.v-toolbar__content, .v-toolbar__extension {
    padding: 4px 8px;
}
.v-data-table__wrapper {
    min-width: auto !important;
}
@media (min-width: 320px) {
    .v-data-table > .v-data-table__wrapper > table > thead > tr > th
    , .v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
        padding: 0 4px;
    }
    .v-data-table > .v-data-table__wrapper > table > thead > tr > th:first-child
    , .v-data-table > .v-data-table__wrapper > table > tbody > tr > td:first-child {
        padding: 0 4px 0 8px;
    }
    .v-data-table > .v-data-table__wrapper > table > thead > tr > th:last-child
    , .v-data-table > .v-data-table__wrapper > table > tbody > tr > td:last-child {
        padding: 0 8px 0 4px;
    }
	header#admin_header div.v-toolbar__content, .v-toolbar__extension {
	    padding: 4px 8px;
	}
    .mainarea {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .v-data-table td, .v-data-table th {
        padding-right: 4px;
        padding-left:  16px;
    }
}
@media (min-width: 960px) {
	.mainarea {
	    max-width: 1080px;
	    padding-left: 3.5rem;
	}
}
.v-data-table__checkbox {
	padding-right: 4px;
}
.global_header {
	z-index: 110 !important;
}
.app_header {
    max-height: 48px;
    border-bottom: solid;
    border-color: rgba(0, 0, 0, 0.12)!important;
    border-width: thin;
    position: fixed;
    z-index: 110;
}
@media (max-width: 960px) {
    .global_header .v-toolbar__content {
        padding-left: 4px;
        padding-right: 4px;
    }
}
.file_preview {
    justify-content: center;
    display: block;
}
.csv_ex_header {
    border: 1px solid;
    border-color: #a8a8a8;
    background-color: #7ccc7c;
}
.csv_ex_item {
    border: 1px solid;
    border-color: #a8a8a8;
    border-top: transparent; /* 上辺が透明になる */
}

strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
s {
    text-decoration: line-through;
}
u {
    text-decoration: underline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
v-main {
	width: 100%;
}
.dummy_button {
    color: transparent !important;
    cursor: unset;
}
.header_logo_img {
	width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: 0 0;
}
.word_break {
	word-break : break-all ;
}
.close_btn_preview_modal {
	position: absolute;
	top: 0;
	right: 0;
}