@charset "utf-8";
/* CSS Document */

/* --------------------------マージン */

/* 下マージン */

.mb0px     { margin-bottom: 0px !important; }
.mb10px     { margin-bottom: 10px !important; }
.mb20px     { margin-bottom: 20px !important; }
.mb30px     { margin-bottom: 30px !important; }
.mb40px     { margin-bottom: 40px !important; }
.mb50px     { margin-bottom: 50px !important; }

/* 上マージン */

.mt0px     { margin-top: 0px !important; }
.mt10px     { margin-top: 10px !important; }
.mt20px     { margin-top: 20px !important; }
.mt30px     { margin-top: 30px !important; }
.mt40px     { margin-top: 40px !important; }
.mt50px     { margin-top: 50px !important; }

/* 左マージン */

.ml0px     { margin-left: 0px !important; }
.ml10px     { margin-left: 10px !important; }
.ml20px     { margin-left: 20px !important; }
.ml30px     { margin-left: 30px !important; }
.ml40px     { margin-left: 40px !important; }
.ml50px     { margin-left: 50px !important; }

/* 右マージン */

.mr0px     { margin-right: 0px !important; }
.mr10px     { margin-right: 10px !important; }
.mr20px     { margin-right: 20px !important; }
.mr30px     { margin-right: 30px !important; }
.mr40px     { margin-right: 40px !important; }
.mr50px     { margin-right: 50px !important; }

/* --------------------------パディング */

/* 下パディング */

.pb0px     { padding-bottom: 0px !important; }
.pb10px     { padding-bottom: 10px !important; }
.pb20px     { padding-bottom: 20px !important; }
.pb30px     { padding-bottom: 30px !important; }
.pb40px     { padding-bottom: 40px !important; }
.pb50px     { padding-bottom: 50px !important; }

/* 上パディング */

.pt0px     { padding-top: 0px !important; }
.pt10px     { padding-top: 10px !important; }
.pt20px     { padding-top: 20px !important; }
.pt30px     { padding-top: 30px !important; }
.pt40px     { padding-top: 40px !important; }
.pt50px     { padding-top: 50px !important; }

/* 左パディング */

.pl0px     { padding-left: 0px !important; }
.pl10px     { padding-left: 10px !important; }
.pl20px     { padding-left: 20px !important; }
.pl30px     { padding-left: 30px !important; }
.pl40px     { padding-left: 40px !important; }
.pl50px     { padding-left: 50px !important; }

/* 右パディング */

.pr0px     { padding-right: 0px !important; }
.pr10px     { padding-right: 10px !important; }
.pr20px     { padding-right: 20px !important; }
.pr30px     { padding-right: 30px !important; }
.pr40px     { padding-right: 40px !important; }
.pr50px     { padding-right: 50px !important; }