/* acms.cssを強制的に上書き */
[class*=column-map] {
	margin-bottom: 40px !important;
}

/* カスタムフィールド,カスタムユニットの管理画面のスタイル調整用のcss */

/*----------
イラスト付きリスト
------------------------------*/
.pictorial-color{
	height: 15px;
	width: 40px;
	display: inline-block;
	margin-bottom: -3px;
}

.acms-admin-table.-customize {
	font-size: 12px;
}

.acms-admin-table.-customize th {
	border-right: 1px solid #ddd;
	font-weight: bold;
	width: 260px;
}

.acms-admin-btn-radio+label {
	position: relative;
	overflow: hidden;
}

.acms-admin-btn-radio:checked+label::before {
	content: '選択中';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 3px 0;
	background: red;
	text-align: center;
}