/*全体設定*/
body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ;
	font-size: 14px;
}

/*テーブル*/
table thead th[class^="sorting"] {
    padding: 0;
}

table thead th[class^="sorting"] a {
	position: relative;
	display: block;
    padding: 8px;
    width: 100%;
    height: 100%;
    color: #333;
    text-decoration: none;
}

table thead th[class^="sorting"] a:hover {
    color: #333;
    text-decoration: none;
}

table thead th[class^="sorting"] a:after {
	font-family: FontAwesome;
	content: '\f0dc';
	color: #D4D4D4;
	right: 0;
    position: absolute;
    top: 8px;
    right: 4px;
    display: block;
}

table thead th[class^="sorting"] a[class="asc"]:after {
	font-family: FontAwesome;
	content: '\f0de';
	color: #424242;
	right: 0;
    position: absolute;
    top: 8px;
    right: 4px;
    display: block;
}

table thead th[class^="sorting"] a[class="desc"]:after {
	font-family: FontAwesome;
	content: '\f0dd';
	color: #424242;
	right: 0;
    position: absolute;
    top: 8px;
    right: 4px;
    display: block;
}

/*固定幅*/
.col-left-variable {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media (min-width: 992px) {
	.col-left-variable {
		float: left;
		margin-right: -320px;
	}
}

@media (min-width: 992px) {
	.col-left-variable-in {
		margin-right: 320px;
	}
}

.col-right-fixed {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media (min-width: 992px) {
	.col-right-fixed {
		float: left;
		width: 320px;
	}
}

.col-left-fixed {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media (min-width: 992px) {
	.col-left-fixed {
		float: left;
		width: 320px;
	}
}

.col-right-variable {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 100%;
}

@media (min-width: 992px) {
	.col-right-variable {
		margin-left: -320px;
	}
}

@media (min-width: 992px) {
	.col-right-variable-in {
		margin-left: 320px;
	}
}

/*セレクトボックス*/
.select2-container--bootstrap .select2-selection--single {
    line-height: 1.7;
}

.select2-container--bootstrap .select2-results>.select2-results__options {
    max-height: 360px;
}

.select2-container--bootstrap .select2-selection--single {
    padding-left: 16px;
}

/*その他*/
#toast-container>div {
    opacity: .94;
}

.required > label:after {
    content: ' *';
    color: #C3232D;
}

select.form-control {
	cursor: pointer;
}

.table-responsive .table th, .table-responsive .table td {
	white-space: nowrap;
}
