/********************
* 検索画面CSS
*********************/
/** チェックボックス */
.checkbox-inline {
	margin: 0px;
}
/** 検索ボタン(詳細) */
.searchButtonDetail {
	display: flex;
	margin: 20px auto;
}
/** 収録(文字数) */
.select2-selection__rendered {
	font-size: 12px;
}
.select2-results__options {
	font-size: 11px;
}
/** チェックボックスOFF */
.checkImgOff {
	opacity: 0.5;
}
/** チェックボックスON */
.checkImgOn {
	opacity: 1.0;
	background-color: #eaeaea;
	border-radius: 25%;
}
