/* ===============================
Spacing & Alignment Utilities
=============================== */

/* Auto Margin */

.m-a{
 margin:auto !important;
}


/* ===============================
Margin Left
=============================== */

.post_content .ml0{ margin-left:0 !important; }
.post_content .ml10{ margin-left:0.625rem !important; }
.post_content .ml20{ margin-left:1.25rem !important; }
.post_content .ml30{ margin-left:1.875rem !important; }
.post_content .ml40{ margin-left:2.5rem !important; }


/* ===============================
Margin Right
=============================== */

.post_content .mr0{ margin-right:0 !important; }
.post_content .mr10{ margin-right:0.625rem !important; }
.post_content .mr20{ margin-right:1.25rem !important; }
.post_content .mr30{ margin-right:1.875rem !important; }
.post_content .mr40{ margin-right:2.5rem !important; }
.post_content .mr60{ margin-right:3.75rem !important; }


/* ===============================
Margin Top
=============================== */

.post_content .mt0{ margin-top:0 !important; }
.post_content .mt10{ margin-top:0.625rem !important; }
.post_content .mt20{ margin-top:1.25rem !important; }
.post_content .mt30{ margin-top:1.875rem !important; }
.post_content .mt40{ margin-top:2.5rem !important; }
.post_content .mt60{ margin-top:3.75rem !important; }
.post_content .mt80{ margin-top:5rem !important; }
.post_content .mt100{ margin-top:6.25rem !important; }


/* ===============================
Margin Bottom
=============================== */

.post_content .mb0{ margin-bottom:0 !important; }
.post_content .mb10{ margin-bottom:0.625rem !important; }
.post_content .mb20{ margin-bottom:1.25rem !important; }
.post_content .mb30{ margin-bottom:1.875rem !important; }
.post_content .mb40{ margin-bottom:2.5rem !important; }
.post_content .mb60{ margin-bottom:3.75rem !important; }
.post_content .mb80{ margin-bottom:5rem !important; }
.post_content .mb100{ margin-bottom:6.25rem !important; }


/* ===============================
Table Text Alignment
=============================== */

.post_content table td.align-center{
 text-align:center !important;
}

.post_content table td.align-right{
 text-align:right !important;
}

.post_content table td.align-left{
 text-align:left !important;
}


/* ===============================
改行なし
=============================== */

td.nowrap, td.nowrap {
  white-space: nowrap;
}