@charset "UTF-8";
/* -------------------------------------------------------------------------------- */
/* 空白（スペース）ブロック                                        .mgsblk-spacer */
/* -------------------------------------------------------------------------------- */

.mgsblk-spacer--sm { height: 20px; }
.mgsblk-spacer--md { height: 40px; }
.mgsblk-spacer--lg { height: 80px; }
.mgsblk-spacer--xl { height: 120px; }

/* 管理画面では領域が分かるように薄く点線表示 */
.editor-styles-wrapper .mgsblk-spacer--editor {
	position: relative;
	outline: 1px dashed #ccc;
	outline-offset: -1px;
}

@media only screen and (max-width: 739px) {
	.mgsblk-spacer--sm { height: 14px; }
	.mgsblk-spacer--md { height: 28px; }
	.mgsblk-spacer--lg { height: 50px; }
	.mgsblk-spacer--xl { height: 72px; }
}
