@charset "utf-8";

/*----------------------------------------------------
 parts
----------------------------------------------------*/


img {
}






/* ----------------------------------------------
module.css
---------------------------------------------- */


/*--- float ----------*/

.flL { float:  left; }
.flR { float: right; }
.flLPc { float:  left; }
.flRPc { float: right; }
@media screen and (max-width: 640px) {
    .flLPc,
    .flRPc { float: none; }
}


/*--- float（画像のfloat） ----------*/

.flImgL { float:  left; margin-right: 10px; }
.flImgR { float: right; margin-left:  10px; }
.flImgLPc { float:  left; margin-right: 10px; }
.flImgRPc { float: right; margin-left:  10px; }
@media screen and (max-width: 640px) {
    .flImgLPc,
    .flImgRPc { float: none; margin: 0 0 10px 0; width: 100%; }
}


/*--- column（float） ----------*/

.clm2-1,
.clm2-2,
.clm3-1,
.clm3-2,
.clm3-3,
.clm4-1,
.clm4-2,
.clm4-4,
.clm5-1,
.clm5-3,
.clm5-5 { width: 100%; overflow: hidden; }
ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
ul.clm2-2 > li, .clm2-2 > dl, .clm2-2 > div,
ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
ul.clm3-3 > li, .clm3-3 > dl, .clm3-3 > div,
ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div,
ul.clm4-4 > li, .clm4-4 > dl, .clm4-4 > div,
ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div,
ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div,
ul.clm5-5 > li, .clm5-5 > dl, .clm5-5 > div,
ul.clm6-1 > li, .clm6-1 > dl, .clm6-1 > div,
ul.clm6-3 > li, .clm6-3 > dl, .clm6-3 > div,
ul.clm6-6 > li, .clm6-6 > dl, .clm6-6 > div{ float: left; margin-bottom: 20px; }
ul.clm2-1 > li a, .clm2-1 > dl > a, .clm2-1 > div > a,
ul.clm2-2 > li a, .clm2-2 > dl > a, .clm2-2 > div > a,
ul.clm3-1 > li a, .clm3-1 > dl > a, .clm3-1 > div > a,
ul.clm3-2 > li a, .clm3-2 > dl > a, .clm3-2 > div > a,
ul.clm3-3 > li a, .clm3-3 > dl > a, .clm3-3 > div > a,
ul.clm4-1 > li a, .clm4-1 > dl > a, .clm4-1 > div > a,
ul.clm4-2 > li a, .clm4-2 > dl > a, .clm4-2 > div > a,
ul.clm4-4 > li a, .clm4-4 > dl > a, .clm4-4 > div > a,
ul.clm5-1 > li a, .clm5-1 > dl > a, .clm5-1 > div > a,
ul.clm5-3 > li a, .clm5-3 > dl > a, .clm5-3 > div > a,
ul.clm5-5 > li a, .clm5-5 > dl > a, .clm5-5 > div > a { display: block; width: 100%; height: 100%; }
@media screen and (max-width: 640px) {
    ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
    ul.clm2-2 > li, .clm2-2 > dl, .clm2-2 > div,
    ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
    ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
    ul.clm3-3 > li, .clm3-3 > dl, .clm3-3 > div,
    ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
    ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div,
    ul.clm4-4 > li, .clm4-4 > dl, .clm4-4 > div,
    ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div,
    ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div,
    ul.clm5-5 > li, .clm5-5 > dl, .clm5-5 > div,
    ul.clm6-1 > li, .clm6-1 > dl, .clm6-1 > div,
    ul.clm6-3 > li, .clm6-3 > dl, .clm6-3 > div,
    ul.clm6-6 > li, .clm6-6 > dl, .clm6-6 > div{ float: left; margin-bottom: 10px; }
}

ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
ul.clm2-2 > li, .clm2-2 > dl, .clm2-2 > div { width:   49%; margin-right: 2%; }
ul.clm2-1 > li:nth-child(2n), .clm2-1 > dl:nth-child(2n), .clm2-1 > div:nth-child(2n),
ul.clm2-2 > li:nth-child(2n), .clm2-2 > dl:nth-child(2n), .clm2-2 > div:nth-child(2n) { margin-right: 0; }
ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
ul.clm3-3 > li, .clm3-3 > dl, .clm3-3 > div { width:   32%; margin-right: 2%; }
ul.clm3-1 > li:nth-child(3n), .clm3-1 > dl:nth-child(3n), .clm3-1 > div:nth-child(3n),
ul.clm3-2 > li:nth-child(3n), .clm3-2 > dl:nth-child(3n), .clm3-2 > div:nth-child(3n),
ul.clm3-3 > li:nth-child(3n), .clm3-3 > dl:nth-child(3n), .clm3-3 > div:nth-child(3n) { margin-right: 0; }
ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div,
ul.clm4-4 > li, .clm4-4 > dl, .clm4-4 > div { width: 23.5%; margin-right: 2%; }
ul.clm4-1 > li:nth-child(4n), .clm4-1 > dl:nth-child(4n), .clm4-1 > div:nth-child(4n),
ul.clm4-2 > li:nth-child(4n), .clm4-2 > dl:nth-child(4n), .clm4-2 > div:nth-child(4n),
ul.clm4-4 > li:nth-child(4n), .clm4-4 > dl:nth-child(4n), .clm4-4 > div:nth-child(4n) { margin-right: 0; }
ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div,
ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div,
ul.clm5-5 > li, .clm5-5 > dl, .clm5-5 > div { width: 18.4%; margin-right: 2%; }
ul.clm5-1 > li:nth-child(5n), .clm5-1 > dl:nth-child(5n), .clm5-1 > div:nth-child(5n),
ul.clm5-3 > li:nth-child(5n), .clm5-3 > dl:nth-child(5n), .clm5-3 > div:nth-child(5n),
ul.clm5-5 > li:nth-child(5n), .clm5-5 > dl:nth-child(5n), .clm5-5 > div:nth-child(5n) { margin-right: 0; }
ul.clm6-1 > li, .clm6-1 > dl, .clm6-1 > div,
ul.clm6-3 > li, .clm6-3 > dl, .clm6-3 > div,
ul.clm6-6 > li, .clm6-6 > dl, .clm6-5 > div { width: 15%; margin-right: 2%; }
ul.clm6-1 > li:nth-child(6n), .clm6-1 > dl:nth-child(6n), .clm6-1 > div:nth-child(6n),
ul.clm6-3 > li:nth-child(6n), .clm6-3 > dl:nth-child(6n), .clm6-3 > div:nth-child(6n),
ul.clm6-6 > li:nth-child(6n), .clm6-6 > dl:nth-child(6n), .clm6-6 > div:nth-child(6n) { margin-right: 0; }
@media screen and (max-width: 640px) {
    ul.clm2-1 > li, .clm2-1 > dl, .clm2-1 > div,
    ul.clm3-1 > li, .clm3-1 > dl, .clm3-1 > div,
    ul.clm4-1 > li, .clm4-1 > dl, .clm4-1 > div,
    ul.clm5-1 > li, .clm5-1 > dl, .clm5-1 > div,
    ul.clm6-1 > li, .clm6-1 > dl, .clm6-1 > div{ width: 100%; margin-right:  0; }
    ul.clm3-2 > li, .clm3-2 > dl, .clm3-2 > div,
    ul.clm4-2 > li, .clm4-2 > dl, .clm4-2 > div { width:  49%; margin-right: 2%; }
    ul.clm3-2 > li:nth-child(3n), .clm3-2 > dl:nth-child(3n), .clm3-2 > div:nth-child(3n) { margin-right: 2%; }
    ul.clm3-2 > li:nth-child(2n), .clm3-2 > dl:nth-child(2n), .clm3-2 > div:nth-child(2n) { margin-right:  0; }
    ul.clm4-2 > li:nth-child(2n), .clm4-2 > dl:nth-child(2n), .clm4-2 > div:nth-child(2n) { margin-right:  0; }
    ul.clm6-3 > li:nth-child(2n), .clm6-3 > dl:nth-child(2n), .clm6-3 > div:nth-child(2n) { margin-right:  0; }
    ul.clm5-3 > li, .clm5-3 > dl, .clm5-3 > div { width:  32%; margin-right: 2%; }
    ul.clm5-3 > li:nth-child(5n), .clm5-3 > dl:nth-child(5n), .clm5-3 > div:nth-child(5n) { margin-right: 2%; }
    ul.clm5-3 > li:nth-child(3n), .clm5-3 > dl:nth-child(3n), .clm5-3 > div:nth-child(3n) { margin-right:  0; }
}


/*--- column（inline-block） ----------*/

.clmIb2-1,
.clmIb2-2,
.clmIb3-1,
.clmIb3-2,
.clmIb3-3,
.clmIb4-1,
.clmIb4-2,
.clmIb4-4,
.clmIb5-1,
.clmIb5-3,
.clmIb5-5 { width: 100%; letter-spacing: -0.4em; }
ul.clmIb2-1 > li, .clmIb2-1 > dl, .clmIb2-1 > div,
ul.clmIb2-2 > li, .clmIb2-2 > dl, .clmIb2-2 > div,
ul.clmIb3-1 > li, .clmIb3-1 > dl, .clmIb3-1 > div,
ul.clmIb3-2 > li, .clmIb3-2 > dl, .clmIb3-2 > div,
ul.clmIb3-3 > li, .clmIb3-3 > dl, .clmIb3-3 > div,
ul.clmIb4-1 > li, .clmIb4-1 > dl, .clmIb4-1 > div,
ul.clmIb4-2 > li, .clmIb4-2 > dl, .clmIb4-2 > div,
ul.clmIb4-4 > li, .clmIb4-4 > dl, .clmIb4-4 > div,
ul.clmIb5-1 > li, .clmIb5-1 > dl, .clmIb5-1 > div,
ul.clmIb5-3 > li, .clmIb5-3 > dl, .clmIb5-3 > div,
ul.clmIb5-5 > li, .clmIb5-5 > dl, .clmIb5-5 > div { display: inline-block; letter-spacing: normal; }
ul.clmIb2-1 > li, .clmIb2-1 > dl, .clmIb2-1 > div,
ul.clmIb2-2 > li, .clmIb2-2 > dl, .clmIb2-2 > div { width: 50%; }
ul.clmIb3-1 > li, .clmIb3-1 > dl, .clmIb3-1 > div,
ul.clmIb3-2 > li, .clmIb3-2 > dl, .clmIb3-2 > div,
ul.clmIb3-3 > li, .clmIb3-3 > dl, .clmIb3-3 > div { width: 33.333%; }
ul.clmIb3-1 > li:nth-child(3n+2), .clmIb3-1 > dl:nth-child(3n+2), .clmIb3-1 > div:nth-child(3n+2),
ul.clmIb3-2 > li:nth-child(3n+2), .clmIb3-2 > dl:nth-child(3n+2), .clmIb3-2 > div:nth-child(3n+2),
ul.clmIb3-3 > li:nth-child(3n+2), .clmIb3-3 > dl:nth-child(3n+2), .clmIb3-3 > div:nth-child(3n+2) { width: 33.334%; }
ul.clmIb4-1 > li, .clmIb4-1 > dl, .clmIb4-1 > div,
ul.clmIb4-2 > li, .clmIb4-2 > dl, .clmIb4-2 > div,
ul.clmIb4-4 > li, .clmIb4-4 > dl, .clmIb4-4 > div { width: 25%; }
ul.clmIb5-1 > li, .clmIb5-1 > dl, .clmIb5-1 > div,
ul.clmIb5-3 > li, .clmIb5-3 > dl, .clmIb5-3 > div,
ul.clmIb5-5 > li, .clmIb5-5 > dl, .clmIb5-5 > div { width: 20%; }
ul.clmIb2-1 > li a, .clmIb2-1 > dl > a, .clmIb2-1 > div > a,
ul.clmIb2-2 > li a, .clmIb2-2 > dl > a, .clmIb2-2 > div > a,
ul.clmIb3-1 > li a, .clmIb3-1 > dl > a, .clmIb3-1 > div > a,
ul.clmIb3-2 > li a, .clmIb3-2 > dl > a, .clmIb3-2 > div > a,
ul.clmIb3-3 > li a, .clmIb3-3 > dl > a, .clmIb3-3 > div > a,
ul.clmIb4-1 > li a, .clmIb4-1 > dl > a, .clmIb4-1 > div > a,
ul.clmIb4-2 > li a, .clmIb4-2 > dl > a, .clmIb4-2 > div > a,
ul.clmIb4-4 > li a, .clmIb4-4 > dl > a, .clmIb4-4 > div > a,
ul.clmIb5-1 > li a, .clmIb5-1 > dl > a, .clmIb5-1 > div > a,
ul.clmIb5-3 > li a, .clmIb5-3 > dl > a, .clmIb5-3 > div > a,
ul.clmIb5-5 > li a, .clmIb5-5 > dl > a, .clmIb5-5 > div > a { display: block; width: 100%; height: 100%; }
@media screen and (max-width: 640px) {
    ul.clmIb2-1 > li, .clmIb2-1 > dl, .clmIb2-1 > div,
    ul.clmIb3-1 > li, .clmIb3-1 > dl, .clmIb3-1 > div,
    ul.clmIb4-1 > li, .clmIb4-1 > dl, .clmIb4-1 > div,
    ul.clmIb5-1 > li, .clmIb5-1 > dl, .clmIb5-1 > div { width: 100%; }
    ul.clmIb3-1 > li:nth-child(3n+2), .clmIb3-1 > dl:nth-child(3n+2), .clmIb3-1 > div:nth-child(3n+2) { width: 100%; }
    ul.clmIb3-2 > li, .clmIb3-2 > dl, .clmIb3-2 > div,
    ul.clmIb4-2 > li, .clmIb4-2 > dl, .clmIb4-2 > div { width: 50%; }
    ul.clmIb3-2 > li:nth-child(3n+2), .clmIb3-2 > dl:nth-child(3n+2), .clmIb3-2 > div:nth-child(3n+2) { width: 50%; }
    ul.clmIb5-3 > li, .clmIb5-3 > dl, .clmIb5-3 > div { width: 33.333%; }
    ul.clmIb5-3 > li:nth-child(3n+2), .clmIb5-3 > dl:nth-child(3n+2), .clmIb5-3 > div:nth-child(3n+2) { width: 33.334%; }
}


/*--- flexbox ----------*/

.clmFl2, ul.clmFl2 > li, .clmFl2 > dl,
.clmFl3, ul.clmFl3 > li, .clmFl3 > dl,
.clmFl4, ul.clmFl4 > li, .clmFl4 > dl,
.clmFl5, ul.clmFl5 > li, .clmFl5 > dl {
    display: flex;
    display: -webkit-box;	/* Androidブラウザ用 */
    display: -ms-flexbox;	/* IE10 */
    display: -webkit-flex;	/* safari（PC）用 */
    justify-content: space-between;
    align-content: space-between;
    -ms-align-content: space-between;		/* IE10 */
    -webkit-align-content: space-between;	/* safari（PC）用 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;		/* IE10 */
    -webkit-flex-wrap: wrap;	/* safari（PC）用 */
    align-items: stretch;
    -ms-align-items: stretch;		/* IE10 */
    -webkit-align-items: stretch;	/* safari（PC）用 */
}
.clmFl2, ul.clmFl2 > li, .clmFl2 > dl { flex-basis:   49%; }
.clmFl3, ul.clmFl3 > li, .clmFl3 > dl { flex-basis:   32%; }
.clmFl4, ul.clmFl4 > li, .clmFl4 > dl { flex-basis: 23.5%; }
.clmFl5, ul.clmFl5 > li, .clmFl5 > dl { flex-basis: 18.4%; }
.clmFl2 a, ul.clmFl2 > li a, .clmFl2 > dl a,
.clmFl3 a, ul.clmFl3 > li a, .clmFl3 > dl a,
.clmFl4 a, ul.clmFl4 > li a, .clmFl4 > dl a,
.clmFl5 a, ul.clmFl5 > li a, .clmFl5 > dl a { display: block; width: 100%; height: 100%; }


/*--- flexbox（複数行に渡って上下左右の間隔を均等にする場合） ----------*/

.clmFlSp2-1, ul.clmFlSp2-1 > li, .clmFlSp2-1 > dl,
.clmFlSp2-2, ul.clmFlSp2-2 > li, .clmFlSp2-2 > dl,
.clmFlSp3-1, ul.clmFlSp3-1 > li, .clmFlSp3-1 > dl,
.clmFlSp3-2, ul.clmFlSp3-2 > li, .clmFlSp3-2 > dl,
.clmFlSp3-3, ul.clmFlSp3-3 > li, .clmFlSp3-3 > dl,
.clmFlSp4-1, ul.clmFlSp4-1 > li, .clmFlSp4-1 > dl,
.clmFlSp4-2, ul.clmFlSp4-2 > li, .clmFlSp4-2 > dl,
.clmFlSp4-4, ul.clmFlSp4-4 > li, .clmFlSp4-4 > dl,
.clmFlSp5-1, ul.clmFlSp5-1 > li, .clmFlSp5-1 > dl,
.clmFlSp5-3, ul.clmFlSp5-3 > li, .clmFlSp5-3 > dl,
.clmFlSp5-5, ul.clmFlSp5-5 > li, .clmFlSp5-5 > dl {
    display: flex;
    display: -webkit-box;	/* Androidブラウザ用 */
    display: -ms-flexbox;	/* IE10 */
    display: -webkit-flex;	/* safari（PC）用 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;		/* IE10 */
    -webkit-flex-wrap: wrap;	/* safari（PC）用 */
    align-items: stretch;
    -ms-align-items: stretch;		/* IE10 */
    -webkit-align-items: stretch;	/* safari（PC）用 */
    margin: 0.5%;
}
.clmFlSp2-1, ul.clmFlSp2-1 > li, .clmFlSp2-1 > dl,
.clmFlSp2-2, ul.clmFlSp2-2 > li, .clmFlSp2-2 > dl { flex-basis:     49%; }
.clmFlSp3-1, ul.clmFlSp3-1 > li, .clmFlSp3-1 > dl,
.clmFlSp3-2, ul.clmFlSp3-2 > li, .clmFlSp3-2 > dl,
.clmFlSp3-3, ul.clmFlSp3-3 > li, .clmFlSp3-3 > dl { flex-basis: 32.333%; }
.clmFlSp4-1, ul.clmFlSp4-1 > li, .clmFlSp4-1 > dl,
.clmFlSp4-2, ul.clmFlSp4-2 > li, .clmFlSp4-2 > dl,
.clmFlSp4-4, ul.clmFlSp4-4 > li, .clmFlSp4-4 > dl { flex-basis:     24%; }
.clmFlSp5-1, ul.clmFlSp5-1 > li, .clmFlSp5-1 > dl,
.clmFlSp5-3, ul.clmFlSp5-3 > li, .clmFlSp5-3 > dl,
.clmFlSp5-5, ul.clmFlSp5-5 > li, .clmFlSp5-5 > dl { flex-basis:     19%; }
.clmFlSp2-1 a, ul.clmFlSp2-1 > li a, .clmFlSp2-1 > dl > a,
.clmFlSp2-2 a, ul.clmFlSp2-2 > li a, .clmFlSp2-2 > dl > a,
.clmFlSp3-1 a, ul.clmFlSp3-1 > li a, .clmFlSp3-1 > dl > a,
.clmFlSp3-2 a, ul.clmFlSp3-2 > li a, .clmFlSp3-2 > dl > a,
.clmFlSp3-3 a, ul.clmFlSp3-3 > li a, .clmFlSp3-3 > dl > a,
.clmFlSp4-1 a, ul.clmFlSp4-1 > li a, .clmFlSp4-1 > dl > a,
.clmFlSp4-2 a, ul.clmFlSp4-2 > li a, .clmFlSp4-2 > dl > a,
.clmFlSp4-4 a, ul.clmFlSp4-4 > li a, .clmFlSp4-4 > dl > a,
.clmFlSp5-1 a, ul.clmFlSp5-1 > li a, .clmFlSp5-1 > dl > a,
.clmFlSp5-3 a, ul.clmFlSp5-3 > li a, .clmFlSp5-3 > dl > a,
.clmFlSp5-5 a, ul.clmFlSp5-5 > li a, .clmFlSp5-5 > dl > a { display: block; width: 100%; height: 100%; }
@media screen and (max-width: 640px) {
    .clmFlSp2-1, ul.clmFlSp2-1 > li, .clmFlSp2-1 > dl,
    .clmFlSp3-1, ul.clmFlSp3-1 > li, .clmFlSp3-1 > dl,
    .clmFlSp4-1, ul.clmFlSp4-1 > li, .clmFlSp4-1 > dl,
    .clmFlSp5-1, ul.clmFlSp5-1 > li, .clmFlSp5-1 > dl { flex-basis:    100%; margin: 0 0 1% 0; }
    .clmFlSp3-2, ul.clmFlSp3-2 > li, .clmFlSp3-2 > dl,
    .clmFlSp4-2, ul.clmFlSp4-2 > li, .clmFlSp4-2 > dl { flex-basis:     49%; }
    .clmFlSp5-3, ul.clmFlSp5-3 > li, .clmFlSp5-3 > dl { flex-basis: 32.333%; }
}

/*--- 中央配置 ----------*/

.mgC {
    margin-right: auto !important;
    margin-left : auto !important;
}


table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}
table th,
table td {
    padding: 10px;
    border: 1px solid #BBB;
}


.clear {
    clear: both;
    _zoom: 1;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

/*--- cssハック ----------*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: inline-block;
}

/*--- hides IE-mac \ ----------*/

*html .clearfix { height: 1% }
.clearfix { display: block; }

/*--- hide  IE-mac ----------*/


/*----------------------------------------------------
 display
----------------------------------------------------*/
.dispN  { display: none !important; }
.dispB  { display: block !important; }
.dispI  { display: inline !important; }
.dispIB { display: inline-block !important; }
.dispT  { display: table !important; }
.dispTC { display: table-cell !important; }



/*----------------------------------------------------
 position
----------------------------------------------------*/
.posiS { position: static; }
.posiR { position: relative; }
.posiA { position: absolute; }
.posiF { position: fixed; }


/* top */
.top00 { top: 0px !important; }
.top01 { top: 1px !important; }
.top02 { top: 2px !important; }
.top03 { top: 3px !important; }
.top04 { top: 4px !important; }
.top05 { top: 5px !important; }
.top06 { top: 6px !important; }
.top07 { top: 7px !important; }
.top08 { top: 8px !important; }
.top09 { top: 9px !important; }
.top10 { top: 10px !important; }
.top11 { top: 11px !important; }
.top12 { top: 12px !important; }
.top13 { top: 13px !important; }
.top14 { top: 14px !important; }
.top15 { top: 15px !important; }
.top16 { top: 16px !important; }
.top17 { top: 17px !important; }
.top18 { top: 18px !important; }
.top19 { top: 19px !important; }
.top20 { top: 20px !important; }
.top21 { top: 21px !important; }
.top22 { top: 22px !important; }
.top23 { top: 23px !important; }
.top24 { top: 24px !important; }
.top25 { top: 25px !important; }
.top26 { top: 26px !important; }
.top27 { top: 27px !important; }
.top28 { top: 28px !important; }
.top29 { top: 29px !important; }
.top30 { top: 30px !important; }
.top31 { top: 31px !important; }
.top32 { top: 32px !important; }
.top33 { top: 33px !important; }
.top34 { top: 34px !important; }
.top35 { top: 35px !important; }
.top36 { top: 36px !important; }
.top37 { top: 37px !important; }
.top38 { top: 38px !important; }
.top39 { top: 39px !important; }
.top40 { top: 40px !important; }
.top41 { top: 41px !important; }
.top42 { top: 42px !important; }
.top43 { top: 43px !important; }
.top44 { top: 44px !important; }
.top45 { top: 45px !important; }
.top46 { top: 46px !important; }
.top47 { top: 47px !important; }
.top48 { top: 48px !important; }
.top49 { top: 49px !important; }
.top50 { top: 50px !important; }
.top51 { top: 51px !important; }
.top52 { top: 52px !important; }
.top53 { top: 53px !important; }
.top54 { top: 54px !important; }
.top55 { top: 55px !important; }
.top56 { top: 56px !important; }
.top57 { top: 57px !important; }
.top58 { top: 58px !important; }
.top59 { top: 59px !important; }
.top60 { top: 60px !important; }
.top61 { top: 61px !important; }
.top62 { top: 62px !important; }
.top63 { top: 63px !important; }
.top64 { top: 64px !important; }
.top65 { top: 65px !important; }
.top66 { top: 66px !important; }
.top67 { top: 67px !important; }
.top68 { top: 68px !important; }
.top69 { top: 69px !important; }
.top70 { top: 70px !important; }
.top71 { top: 71px !important; }
.top72 { top: 72px !important; }
.top73 { top: 73px !important; }
.top74 { top: 74px !important; }
.top75 { top: 75px !important; }
.top76 { top: 76px !important; }
.top77 { top: 77px !important; }
.top78 { top: 78px !important; }
.top79 { top: 79px !important; }
.top80 { top: 80px !important; }
.top81 { top: 81px !important; }
.top82 { top: 82px !important; }
.top83 { top: 83px !important; }
.top84 { top: 84px !important; }
.top85 { top: 85px !important; }
.top86 { top: 86px !important; }
.top87 { top: 87px !important; }
.top88 { top: 88px !important; }
.top89 { top: 89px !important; }
.top90 { top: 90px !important; }
.top91 { top: 91px !important; }
.top92 { top: 92px !important; }
.top93 { top: 93px !important; }
.top94 { top: 94px !important; }
.top95 { top: 95px !important; }
.top96 { top: 96px !important; }
.top97 { top: 97px !important; }
.top98 { top: 98px !important; }
.top99 { top: 99px !important; }
.top100 { top: 100px !important; }
.top105 { top: 105px !important; }
.top110 { top: 110px !important; }
.top115 { top: 115px !important; }
.top120 { top: 120px !important; }
.top125 { top: 125px !important; }
.top130 { top: 130px !important; }
.top135 { top: 135px !important; }
.top140 { top: 140px !important; }
.top145 { top: 145px !important; }
.top150 { top: 150px !important; }
.top155 { top: 155px !important; }
.top160 { top: 160px !important; }
.top165 { top: 165px !important; }
.top170 { top: 170px !important; }
.top175 { top: 175px !important; }
.top180 { top: 180px !important; }
.top185 { top: 185px !important; }
.top190 { top: 190px !important; }
.top195 { top: 195px !important; }
.top200 { top: 200px !important; }

/* bottom */
.btm00 { bottom: 0px !important; }
.btm01 { bottom: 1px !important; }
.btm02 { bottom: 2px !important; }
.btm03 { bottom: 3px !important; }
.btm04 { bottom: 4px !important; }
.btm05 { bottom: 5px !important; }
.btm06 { bottom: 6px !important; }
.btm07 { bottom: 7px !important; }
.btm08 { bottom: 8px !important; }
.btm09 { bottom: 9px !important; }
.btm10 { bottom: 10px !important; }
.btm11 { bottom: 11px !important; }
.btm12 { bottom: 12px !important; }
.btm13 { bottom: 13px !important; }
.btm14 { bottom: 14px !important; }
.btm15 { bottom: 15px !important; }
.btm16 { bottom: 16px !important; }
.btm17 { bottom: 17px !important; }
.btm18 { bottom: 18px !important; }
.btm19 { bottom: 19px !important; }
.btm20 { bottom: 20px !important; }
.btm21 { bottom: 21px !important; }
.btm22 { bottom: 22px !important; }
.btm23 { bottom: 23px !important; }
.btm24 { bottom: 24px !important; }
.btm25 { bottom: 25px !important; }
.btm26 { bottom: 26px !important; }
.btm27 { bottom: 27px !important; }
.btm28 { bottom: 28px !important; }
.btm29 { bottom: 29px !important; }
.btm30 { bottom: 30px !important; }
.btm31 { bottom: 31px !important; }
.btm32 { bottom: 32px !important; }
.btm33 { bottom: 33px !important; }
.btm34 { bottom: 34px !important; }
.btm35 { bottom: 35px !important; }
.btm36 { bottom: 36px !important; }
.btm37 { bottom: 37px !important; }
.btm38 { bottom: 38px !important; }
.btm39 { bottom: 39px !important; }
.btm40 { bottom: 40px !important; }
.btm41 { bottom: 41px !important; }
.btm42 { bottom: 42px !important; }
.btm43 { bottom: 43px !important; }
.btm44 { bottom: 44px !important; }
.btm45 { bottom: 45px !important; }
.btm46 { bottom: 46px !important; }
.btm47 { bottom: 47px !important; }
.btm48 { bottom: 48px !important; }
.btm49 { bottom: 49px !important; }
.btm50 { bottom: 50px !important; }
.btm51 { bottom: 51px !important; }
.btm52 { bottom: 52px !important; }
.btm53 { bottom: 53px !important; }
.btm54 { bottom: 54px !important; }
.btm55 { bottom: 55px !important; }
.btm56 { bottom: 56px !important; }
.btm57 { bottom: 57px !important; }
.btm58 { bottom: 58px !important; }
.btm59 { bottom: 59px !important; }
.btm60 { bottom: 60px !important; }
.btm61 { bottom: 61px !important; }
.btm62 { bottom: 62px !important; }
.btm63 { bottom: 63px !important; }
.btm64 { bottom: 64px !important; }
.btm65 { bottom: 65px !important; }
.btm66 { bottom: 66px !important; }
.btm67 { bottom: 67px !important; }
.btm68 { bottom: 68px !important; }
.btm69 { bottom: 69px !important; }
.btm70 { bottom: 70px !important; }
.btm71 { bottom: 71px !important; }
.btm72 { bottom: 72px !important; }
.btm73 { bottom: 73px !important; }
.btm74 { bottom: 74px !important; }
.btm75 { bottom: 75px !important; }
.btm76 { bottom: 76px !important; }
.btm77 { bottom: 77px !important; }
.btm78 { bottom: 78px !important; }
.btm79 { bottom: 79px !important; }
.btm80 { bottom: 80px !important; }
.btm81 { bottom: 81px !important; }
.btm82 { bottom: 82px !important; }
.btm83 { bottom: 83px !important; }
.btm84 { bottom: 84px !important; }
.btm85 { bottom: 85px !important; }
.btm86 { bottom: 86px !important; }
.btm87 { bottom: 87px !important; }
.btm88 { bottom: 88px !important; }
.btm89 { bottom: 89px !important; }
.btm90 { bottom: 90px !important; }
.btm91 { bottom: 91px !important; }
.btm92 { bottom: 92px !important; }
.btm93 { bottom: 93px !important; }
.btm94 { bottom: 94px !important; }
.btm95 { bottom: 95px !important; }
.btm96 { bottom: 96px !important; }
.btm97 { bottom: 97px !important; }
.btm98 { bottom: 98px !important; }
.btm99 { bottom: 99px !important; }
.btm100 { bottom: 100px !important; }
.btm105 { bottom: 105px !important; }
.btm110 { bottom: 110px !important; }
.btm115 { bottom: 115px !important; }
.btm120 { bottom: 120px !important; }
.btm125 { bottom: 125px !important; }
.btm130 { bottom: 130px !important; }
.btm135 { bottom: 135px !important; }
.btm140 { bottom: 140px !important; }
.btm145 { bottom: 145px !important; }
.btm150 { bottom: 150px !important; }
.btm155 { bottom: 155px !important; }
.btm160 { bottom: 160px !important; }
.btm165 { bottom: 165px !important; }
.btm170 { bottom: 170px !important; }
.btm175 { bottom: 175px !important; }
.btm180 { bottom: 180px !important; }
.btm185 { bottom: 185px !important; }
.btm190 { bottom: 190px !important; }
.btm195 { bottom: 195px !important; }
.btm200 { bottom: 200px !important; }


/* left */
.left00 { left: 0px !important; }
.left01 { left: 1px !important; }
.left02 { left: 2px !important; }
.left03 { left: 3px !important; }
.left04 { left: 4px !important; }
.left05 { left: 5px !important; }
.left06 { left: 6px !important; }
.left07 { left: 7px !important; }
.left08 { left: 8px !important; }
.left09 { left: 9px !important; }
.left10 { left: 10px !important; }
.left11 { left: 11px !important; }
.left12 { left: 12px !important; }
.left13 { left: 13px !important; }
.left14 { left: 14px !important; }
.left15 { left: 15px !important; }
.left16 { left: 16px !important; }
.left17 { left: 17px !important; }
.left18 { left: 18px !important; }
.left19 { left: 19px !important; }
.left20 { left: 20px !important; }
.left21 { left: 21px !important; }
.left22 { left: 22px !important; }
.left23 { left: 23px !important; }
.left24 { left: 24px !important; }
.left25 { left: 25px !important; }
.left26 { left: 26px !important; }
.left27 { left: 27px !important; }
.left28 { left: 28px !important; }
.left29 { left: 29px !important; }
.left30 { left: 30px !important; }
.left31 { left: 31px !important; }
.left32 { left: 32px !important; }
.left33 { left: 33px !important; }
.left34 { left: 34px !important; }
.left35 { left: 35px !important; }
.left36 { left: 36px !important; }
.left37 { left: 37px !important; }
.left38 { left: 38px !important; }
.left39 { left: 39px !important; }
.left40 { left: 40px !important; }
.left41 { left: 41px !important; }
.left42 { left: 42px !important; }
.left43 { left: 43px !important; }
.left44 { left: 44px !important; }
.left45 { left: 45px !important; }
.left46 { left: 46px !important; }
.left47 { left: 47px !important; }
.left48 { left: 48px !important; }
.left49 { left: 49px !important; }
.left50 { left: 50px !important; }
.left51 { left: 51px !important; }
.left52 { left: 52px !important; }
.left53 { left: 53px !important; }
.left54 { left: 54px !important; }
.left55 { left: 55px !important; }
.left56 { left: 56px !important; }
.left57 { left: 57px !important; }
.left58 { left: 58px !important; }
.left59 { left: 59px !important; }
.left60 { left: 60px !important; }
.left61 { left: 61px !important; }
.left62 { left: 62px !important; }
.left63 { left: 63px !important; }
.left64 { left: 64px !important; }
.left65 { left: 65px !important; }
.left66 { left: 66px !important; }
.left67 { left: 67px !important; }
.left68 { left: 68px !important; }
.left69 { left: 69px !important; }
.left70 { left: 70px !important; }
.left71 { left: 71px !important; }
.left72 { left: 72px !important; }
.left73 { left: 73px !important; }
.left74 { left: 74px !important; }
.left75 { left: 75px !important; }
.left76 { left: 76px !important; }
.left77 { left: 77px !important; }
.left78 { left: 78px !important; }
.left79 { left: 79px !important; }
.left80 { left: 80px !important; }
.left81 { left: 81px !important; }
.left82 { left: 82px !important; }
.left83 { left: 83px !important; }
.left84 { left: 84px !important; }
.left85 { left: 85px !important; }
.left86 { left: 86px !important; }
.left87 { left: 87px !important; }
.left88 { left: 88px !important; }
.left89 { left: 89px !important; }
.left90 { left: 90px !important; }
.left91 { left: 91px !important; }
.left92 { left: 92px !important; }
.left93 { left: 93px !important; }
.left94 { left: 94px !important; }
.left95 { left: 95px !important; }
.left96 { left: 96px !important; }
.left97 { left: 97px !important; }
.left98 { left: 98px !important; }
.left99 { left: 99px !important; }
.left100 { left: 100px !important; }
.left105 { left: 105px !important; }
.left110 { left: 110px !important; }
.left115 { left: 115px !important; }
.left120 { left: 120px !important; }
.left125 { left: 125px !important; }
.left130 { left: 130px !important; }
.left135 { left: 135px !important; }
.left140 { left: 140px !important; }
.left145 { left: 145px !important; }
.left150 { left: 150px !important; }
.left155 { left: 155px !important; }
.left160 { left: 160px !important; }
.left165 { left: 165px !important; }
.left170 { left: 170px !important; }
.left175 { left: 175px !important; }
.left180 { left: 180px !important; }
.left185 { left: 185px !important; }
.left190 { left: 190px !important; }
.left195 { left: 195px !important; }
.left200 { left: 200px !important; }


/* right */
.right00 { right: 0px !important; }
.right01 { right: 1px !important; }
.right02 { right: 2px !important; }
.right03 { right: 3px !important; }
.right04 { right: 4px !important; }
.right05 { right: 5px !important; }
.right06 { right: 6px !important; }
.right07 { right: 7px !important; }
.right08 { right: 8px !important; }
.right09 { right: 9px !important; }
.right10 { right: 10px !important; }
.right11 { right: 11px !important; }
.right12 { right: 12px !important; }
.right13 { right: 13px !important; }
.right14 { right: 14px !important; }
.right15 { right: 15px !important; }
.right16 { right: 16px !important; }
.right17 { right: 17px !important; }
.right18 { right: 18px !important; }
.right19 { right: 19px !important; }
.right20 { right: 20px !important; }
.right21 { right: 21px !important; }
.right22 { right: 22px !important; }
.right23 { right: 23px !important; }
.right24 { right: 24px !important; }
.right25 { right: 25px !important; }
.right26 { right: 26px !important; }
.right27 { right: 27px !important; }
.right28 { right: 28px !important; }
.right29 { right: 29px !important; }
.right30 { right: 30px !important; }
.right31 { right: 31px !important; }
.right32 { right: 32px !important; }
.right33 { right: 33px !important; }
.right34 { right: 34px !important; }
.right35 { right: 35px !important; }
.right36 { right: 36px !important; }
.right37 { right: 37px !important; }
.right38 { right: 38px !important; }
.right39 { right: 39px !important; }
.right40 { right: 40px !important; }
.right41 { right: 41px !important; }
.right42 { right: 42px !important; }
.right43 { right: 43px !important; }
.right44 { right: 44px !important; }
.right45 { right: 45px !important; }
.right46 { right: 46px !important; }
.right47 { right: 47px !important; }
.right48 { right: 48px !important; }
.right49 { right: 49px !important; }
.right50 { right: 50px !important; }
.right51 { right: 51px !important; }
.right52 { right: 52px !important; }
.right53 { right: 53px !important; }
.right54 { right: 54px !important; }
.right55 { right: 55px !important; }
.right56 { right: 56px !important; }
.right57 { right: 57px !important; }
.right58 { right: 58px !important; }
.right59 { right: 59px !important; }
.right60 { right: 60px !important; }
.right61 { right: 61px !important; }
.right62 { right: 62px !important; }
.right63 { right: 63px !important; }
.right64 { right: 64px !important; }
.right65 { right: 65px !important; }
.right66 { right: 66px !important; }
.right67 { right: 67px !important; }
.right68 { right: 68px !important; }
.right69 { right: 69px !important; }
.right70 { right: 70px !important; }
.right71 { right: 71px !important; }
.right72 { right: 72px !important; }
.right73 { right: 73px !important; }
.right74 { right: 74px !important; }
.right75 { right: 75px !important; }
.right76 { right: 76px !important; }
.right77 { right: 77px !important; }
.right78 { right: 78px !important; }
.right79 { right: 79px !important; }
.right80 { right: 80px !important; }
.right81 { right: 81px !important; }
.right82 { right: 82px !important; }
.right83 { right: 83px !important; }
.right84 { right: 84px !important; }
.right85 { right: 85px !important; }
.right86 { right: 86px !important; }
.right87 { right: 87px !important; }
.right88 { right: 88px !important; }
.right89 { right: 89px !important; }
.right90 { right: 90px !important; }
.right91 { right: 91px !important; }
.right92 { right: 92px !important; }
.right93 { right: 93px !important; }
.right94 { right: 94px !important; }
.right95 { right: 95px !important; }
.right96 { right: 96px !important; }
.right97 { right: 97px !important; }
.right98 { right: 98px !important; }
.right99 { right: 99px !important; }
.right100 { right: 100px !important; }
.right105 { right: 105px !important; }
.right110 { right: 110px !important; }
.right115 { right: 115px !important; }
.right120 { right: 120px !important; }
.right125 { right: 125px !important; }
.right130 { right: 130px !important; }
.right135 { right: 135px !important; }
.right140 { right: 140px !important; }
.right145 { right: 145px !important; }
.right150 { right: 150px !important; }
.right155 { right: 155px !important; }
.right160 { right: 160px !important; }
.right165 { right: 165px !important; }
.right170 { right: 170px !important; }
.right175 { right: 175px !important; }
.right180 { right: 180px !important; }
.right185 { right: 185px !important; }
.right190 { right: 190px !important; }
.right195 { right: 195px !important; }
.right200 { right: 200px !important; }



/*----------------------------------------------------
 overflow
----------------------------------------------------*/
.ofH  { overflow: hidden !important; }
.ofV  { overflow: visible !important; }
.ofS  { overflow: scroll !important; }
.ofA  { overflow: auto !important; }


/*----------------------------------------------------
 float
----------------------------------------------------*/
.fL  { float: left !important; }
.fR  { float: right !important; }
.fN  { float: none !important; }

/*----------------------------------------------------
 text-align
----------------------------------------------------*/
.taR {text-align: right !important;}
.taL { text-align: left !important; }
.taC { text-align: center !important; }


.lspI { list-style-position: inside!important; }
.lspO { list-style-position: outside!important; }


.wsNowrap { white-space: nowrap!important; }
.wsNormal { white-space: nowrap!important; }

/*----------------------------------------------------
 text-decoration
----------------------------------------------------*/
.tdN { text-decoration: none!important; }
.tdU { text-decoration: underline!important; }


/*----------------------------------------------------
 font-size　（サイズ変更ボタンの影響を受ける）
----------------------------------------------------*/
.fs08 { font-size: 8px !important; }
.fs09 { font-size: 9px !important; }
.fs10 { font-size:10px !important; }
.fs11 { font-size:11px !important; }
.fs12 { font-size:12px !important; }
.fs13 { font-size:13px !important; }
.fs14 { font-size:14px !important; }
.fs15 { font-size:15px !important; }
.fs16 { font-size:16px !important; }
.fs17 { font-size:17px !important; }
.fs18 { font-size:18px !important; }
.fs19 { font-size:19px !important; }
.fs20 { font-size:20px !important; }
.fs21 { font-size:21px !important; }
.fs22 { font-size:22px !important; }
.fs23 { font-size:23px !important; }
.fs24 { font-size:24px !important; }
.fs25 { font-size:25px !important; }
.fs26 { font-size:26px !important; }
.fs27 { font-size:27px !important; }
.fs28 { font-size:28px !important; }
.fs29 { font-size:29px !important; }
.fs30 { font-size:30px !important; }
.fs31 { font-size:31px !important; }
.fs32 { font-size:32px !important; }
.fs33 { font-size:33px !important; }
.fs34 { font-size:34px !important; }
.fs35 { font-size:35px !important; }
.fs36 { font-size:36px !important; }
.fs37 { font-size:37px !important; }
.fs38 { font-size:38px !important; }
.fs39 { font-size:39px !important; }
.fs40 { font-size:40px !important; }
.fs41 { font-size:41px !important; }
.fs42 { font-size:42px !important; }
.fs43 { font-size:43px !important; }
.fs44 { font-size:44px !important; }
.fs45 { font-size:45px !important; }
.fs46 { font-size:46px !important; }
.fs47 { font-size:47px !important; }
.fs48 { font-size:48px !important; }
.fs49 { font-size:49px !important; }
.fs50 { font-size:50px !important; }
.fs51 { font-size:51px !important; }
.fs52 { font-size:52px !important; }
.fs53 { font-size:53px !important; }
.fs54 { font-size:54px !important; }
.fs55 { font-size:55px !important; }
.fs56 { font-size:56px !important; }
.fs57 { font-size:57px !important; }
.fs58 { font-size:58px !important; }
.fs59 { font-size:59px !important; }
.fs60 { font-size:60px !important; }
.fs61 { font-size:61px !important; }
.fs62 { font-size:62px !important; }
.fs63 { font-size:63px !important; }
.fs64 { font-size:64px !important; }
.fs65 { font-size:65px !important; }
.fs66 { font-size:66px !important; }
.fs67 { font-size:67px !important; }
.fs68 { font-size:68px !important; }
.fs69 { font-size:69px !important; }
.fs70 { font-size:70px !important; }
.fs71 { font-size:71px !important; }
.fs72 { font-size:72px !important; }
.fs73 { font-size:73px !important; }
.fs74 { font-size:74px !important; }
.fs75 { font-size:75px !important; }
.fs76 { font-size:76px !important; }
.fs77 { font-size:77px !important; }
.fs78 { font-size:78px !important; }
.fs79 { font-size:79px !important; }
.fs80 { font-size:80px !important; }
.fs81 { font-size:81px !important; }
.fs82 { font-size:82px !important; }
.fs83 { font-size:83px !important; }
.fs84 { font-size:84px !important; }
.fs85 { font-size:85px !important; }
.fs86 { font-size:86px !important; }
.fs87 { font-size:87px !important; }
.fs88 { font-size:88px !important; }
.fs89 { font-size:89px !important; }
.fs90 { font-size:90px !important; }
.fs91 { font-size:91px !important; }
.fs92 { font-size:92px !important; }
.fs93 { font-size:93px !important; }
.fs94 { font-size:94px !important; }
.fs95 { font-size:95px !important; }
.fs96 { font-size:96px !important; }
.fs97 { font-size:97px !important; }
.fs98 { font-size:98px !important; }
.fs99 { font-size:99px !important; }
.fs100 { font-size:100px !important; }


/*----------------------------------------------------
 font-weight
----------------------------------------------------*/
.fwN { font-weight: normal !important; }
.fwB { font-weight: bold !important; }


/*----------------------------------------------------
 line-height
----------------------------------------------------*/
.lh0   { line-height: 0; }
.lh0p1 { line-height: 0.1; }
.lh0p2 { line-height: 0.2; }
.lh0p3 { line-height: 0.3; }
.lh0p4 { line-height: 0.4; }
.lh0p5 { line-height: 0.5; }
.lh0p6 { line-height: 0.6; }
.lh0p7 { line-height: 0.7; }
.lh0p8 { line-height: 0.8; }
.lh0p9 { line-height: 0.9; }
.lh1   { line-height: 1; }
.lh1p1 { line-height: 1.1; }
.lh1p2 { line-height: 1.2; }
.lh1p3 { line-height: 1.3; }
.lh1p4 { line-height: 1.4; }
.lh1p5 { line-height: 1.5; }
.lh1p6 { line-height: 1.6; }
.lh1p7 { line-height: 1.7; }
.lh1p8 { line-height: 1.8; }
.lh1p9 { line-height: 1.9; }
.lh2   { line-height: 2; }

.lh10   { line-height: 10em; }
.lh11   { line-height: 11em; }
.lh12   { line-height: 12em; }
.lh13   { line-height: 13em; }
.lh14   { line-height: 14em; }
.lh15   { line-height: 15em; }
.lh16   { line-height: 16em; }
.lh17   { line-height: 17em; }
.lh18   { line-height: 18em; }
.lh19   { line-height: 19em; }
.lh20   { line-height: 20em; }
.lh21   { line-height: 21em; }
.lh22   { line-height: 22em; }
.lh23   { line-height: 23em; }
.lh24   { line-height: 24em; }
.lh25   { line-height: 25em; }
.lh26   { line-height: 26em; }
.lh27   { line-height: 27em; }
.lh28   { line-height: 28em; }
.lh29   { line-height: 29em; }
.lh30   { line-height: 30em; }


/*----------------------------------------------------
 table-layout
----------------------------------------------------*/
.tlAuto { table-layout: auto; }
.tlFix  { table-layout: fixed; }


/*----------------------------------------------------
 hoverで透過
----------------------------------------------------*/
.onOpa:hover {
  opacity: 0.7 !important;
}


/*----------------------------------------------------
 vertical-align
----------------------------------------------------*/
.vaT { vertical-align: top !important; }
.vaM { vertical-align: middle !important; }
.vaB { vertical-align: bottom !important; }

/*----------------------------------------------------
 ぶら下げインデント 文字幅指定
----------------------------------------------------*/
.tI0     { margin-left:     0 !important; text-indent:      0 !important; }
.tI1em   { margin-left:   1em !important; text-indent:   -1em !important; }
.tI1p5em { margin-left: 1.5em !important; text-indent: -1.5em !important; }
.tI2em   { margin-left:   2em !important; text-indent:   -2em !important; }
.tI2p5em { margin-left: 2.5em !important; text-indent: -2.5em !important; }
.tI3em   { margin-left:   3em !important; text-indent:   -3em !important; }
.tI3p5em { margin-left: 3.5em !important; text-indent: -3.5em !important; }
.tI4em   { margin-left:   4em !important; text-indent:   -4em !important; }
.tI4p5em { margin-left: 4.5em !important; text-indent: -4.5em !important; }
.tI5em   { margin-left:   5em !important; text-indent:   -5em !important; }
.tI5p5em { margin-left: 5.5em !important; text-indent: -5.5em !important; }
.tI6em   { margin-left:   6em !important; text-indent:   -6em !important; }
.tI6p5em { margin-left: 6.5em !important; text-indent: -6.5em !important; }
.tI7em   { margin-left:   7em !important; text-indent:   -7em !important; }
.tI7p5em { margin-left: 7.5em !important; text-indent: -7.5em !important; }
.tI8em   { margin-left:   8em !important; text-indent:   -8em !important; }
.tI8p5em { margin-left: 8.5em !important; text-indent: -8.5em !important; }
.tI9em   { margin-left:   9em !important; text-indent:   -9em !important; }
.tI9p5em { margin-left: 9.5em !important; text-indent: -9.5em !important; }
.tI10em  { margin-left:  10em !important; text-indent:  -10em !important; }
.tI10p5em{ margin-left:10.5em !important; text-indent:-10.5em !important; }

.tI01   { margin-left:   1px !important; text-indent:   -1px !important; }
.tI02   { margin-left:   2px !important; text-indent:   -2px !important; }
.tI03   { margin-left:   3px !important; text-indent:   -3px !important; }
.tI04   { margin-left:   4px !important; text-indent:   -4px !important; }
.tI05   { margin-left:   5px !important; text-indent:   -5px !important; }
.tI06   { margin-left:   6px !important; text-indent:   -6px !important; }
.tI07   { margin-left:   7px !important; text-indent:   -7px !important; }
.tI08   { margin-left:   8px !important; text-indent:   -8px !important; }
.tI09   { margin-left:   9px !important; text-indent:   -9px !important; }
.tI10   { margin-left:   10px !important; text-indent:   -10px !important; }
.tI11   { margin-left:   11px !important; text-indent:   -11px !important; }
.tI12   { margin-left:   12px !important; text-indent:   -12px !important; }
.tI13   { margin-left:   13px !important; text-indent:   -13px !important; }
.tI14   { margin-left:   14px !important; text-indent:   -14px !important; }
.tI15   { margin-left:   15px !important; text-indent:   -15px !important; }
.tI16   { margin-left:   16px !important; text-indent:   -16px !important; }
.tI17   { margin-left:   17px !important; text-indent:   -17px !important; }
.tI18   { margin-left:   18px !important; text-indent:   -18px !important; }
.tI19   { margin-left:   19px !important; text-indent:   -19px !important; }
.tI20   { margin-left:   20px !important; text-indent:   -20px !important; }
.tI21   { margin-left:   21px !important; text-indent:   -21px !important; }
.tI22   { margin-left:   22px !important; text-indent:   -22px !important; }
.tI23   { margin-left:   23px !important; text-indent:   -23px !important; }
.tI24   { margin-left:   24px !important; text-indent:   -24px !important; }
.tI25   { margin-left:   25px !important; text-indent:   -25px !important; }
.tI26   { margin-left:   26px !important; text-indent:   -26px !important; }
.tI27   { margin-left:   27px !important; text-indent:   -27px !important; }
.tI28   { margin-left:   28px !important; text-indent:   -28px !important; }
.tI29   { margin-left:   29px !important; text-indent:   -29px !important; }
.tI30   { margin-left:   30px !important; text-indent:   -30px !important; }


/*----------------------------------------------------
 ぶら下げインデント 文字幅指定 ※ul
----------------------------------------------------*/
ul.tI0          { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI0 > li     { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI1em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI1em > li   { margin-left:   1em !important; text-indent:   -1em !important; }
ul.tI1p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI1p5em > li { margin-left: 1.5em !important; text-indent: -1.5em !important; }
ul.tI2em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI2em > li   { margin-left:   2em !important; text-indent:   -2em !important; }
ul.tI2p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI2p5em > li { margin-left: 2.5em !important; text-indent: -2.5em !important; }
ul.tI3em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI3em > li   { margin-left:   3em !important; text-indent:   -3em !important; }
ul.tI3p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI3p5em > li { margin-left: 3.5em !important; text-indent: -3.5em !important; }
ul.tI4em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI4em > li   { margin-left:   4em !important; text-indent:   -4em !important; }
ul.tI4p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI4p5em > li { margin-left: 4.5em !important; text-indent: -4.5em !important; }
ul.tI5em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI5em > li   { margin-left:   5em !important; text-indent:   -5em !important; }
ul.tI5p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI5p5em > li { margin-left: 5.5em !important; text-indent: -5.5em !important; }
ul.tI6em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI6em > li   { margin-left:   6em !important; text-indent:   -6em !important; }
ul.tI6p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI6p5em > li { margin-left: 6.5em !important; text-indent: -6.5em !important; }
ul.tI7em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI7em > li   { margin-left:   7em !important; text-indent:   -7em !important; }
ul.tI7p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI7p5em > li { margin-left: 7.5em !important; text-indent: -7.5em !important; }
ul.tI8em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI8em > li   { margin-left:   8em !important; text-indent:   -8em !important; }
ul.tI8p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI8p5em > li { margin-left: 8.5em !important; text-indent: -8.5em !important; }
ul.tI9em        { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI9em > li   { margin-left:   9em !important; text-indent:   -9em !important; }
ul.tI9p5em      { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI9p5em > li { margin-left: 9.5em !important; text-indent: -9.5em !important; }
ul.tI10em       { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI10em > li  { margin-left:  10em !important; text-indent:  -10em !important; }
ul.tI10p5em     { margin-left:     0 !important; text-indent:      0 !important; }
ul.tI10p5em > li{ margin-left:10.5em !important; text-indent:-10.5em !important; }



/*----------------------------------------------------
 border
----------------------------------------------------*/
.bdr   { border:        1px solid #000 !important; }
.bdrN  { border:        none !important; }

.bdrT  { border-top:    1px solid #000 !important; }
.bdrTN { border-top:    none !important; }

.bdrL  { border-left:   1px solid #000 !important; }
.bdrLN { border-left:   none !important; }

.bdrR  { border-right:  1px solid #000 !important; }
.bdrRN { border-right:  none !important; }

.bdrB  { border-bottom: 1px solid #000 !important; }
.bdrBN { border-bottom: none !important; }


/*----------------------------------------------------
 border-width
----------------------------------------------------*/
.bw01 { border-width: 1px !important; }
.bw02 { border-width: 2px !important; }
.bw03 { border-width: 3px !important; }
.bw04 { border-width: 4px !important; }
.bw05 { border-width: 5px !important; }
.bw06 { border-width: 6px !important; }
.bw07 { border-width: 7px !important; }
.bw08 { border-width: 8px !important; }
.bw09 { border-width: 9px !important; }
.bw10 { border-width:10px !important; }
.bw20 { border-width:20px !important; }
.bw30 { border-width:30px !important; }
.bw40 { border-width:40px !important; }
.bw50 { border-width:50px !important; }


/*----------------------------------------------------
 border-style
----------------------------------------------------*/
.bsSolid  { border-style: solid !important; }
.bsDotted { border-style: dotted !important; }
.bsDashed { border-style: dashed !important; }
.bsDashed { border-style: double !important; }

/*----------------------------------------------------
 border-radius
----------------------------------------------------*/
.br01 { -webkit-border-radius:  1px!important; -moz-border-radius:  1px!important; border-radius:  1px!important; }
.br02 { -webkit-border-radius:  2px!important; -moz-border-radius:  2px!important; border-radius:  2px!important; }
.br03 { -webkit-border-radius:  3px!important; -moz-border-radius:  3px!important; border-radius:  3px!important; }
.br04 { -webkit-border-radius:  4px!important; -moz-border-radius:  4px!important; border-radius:  4px!important; }
.br05 { -webkit-border-radius:  5px!important; -moz-border-radius:  5px!important; border-radius:  5px!important; }
.br06 { -webkit-border-radius:  6px!important; -moz-border-radius:  6px!important; border-radius:  6px!important; }
.br07 { -webkit-border-radius:  7px!important; -moz-border-radius:  7px!important; border-radius:  7px!important; }
.br08 { -webkit-border-radius:  8px!important; -moz-border-radius:  8px!important; border-radius:  8px!important; }
.br09 { -webkit-border-radius:  9px!important; -moz-border-radius:  9px!important; border-radius:  9px!important; }
.br10 { -webkit-border-radius: 10px!important; -moz-border-radius: 10px!important; border-radius: 10px!important; }
.br12 { -webkit-border-radius: 12px!important; -moz-border-radius: 12px!important; border-radius: 12px!important; }
.br15 { -webkit-border-radius: 15px!important; -moz-border-radius: 15px!important; border-radius: 15px!important; }
.br18 { -webkit-border-radius: 18px!important; -moz-border-radius: 18px!important; border-radius: 18px!important; }
.br20 { -webkit-border-radius: 20px!important; -moz-border-radius: 20px!important; border-radius: 20px!important; }
.br30 { -webkit-border-radius: 30px!important; -moz-border-radius: 30px!important; border-radius: 30px!important; }
.br40 { -webkit-border-radius: 40px!important; -moz-border-radius: 40px!important; border-radius: 40px!important; }
.br50 { -webkit-border-radius: 50px!important; -moz-border-radius: 50px!important; border-radius: 50px!important; }
.br60 { -webkit-border-radius: 60px!important; -moz-border-radius: 60px!important; border-radius: 60px!important; }
.br70 { -webkit-border-radius: 70px!important; -moz-border-radius: 70px!important; border-radius: 70px!important; }
.br80 { -webkit-border-radius: 80px!important; -moz-border-radius: 80px!important; border-radius: 80px!important; }
.br90 { -webkit-border-radius: 90px!important; -moz-border-radius: 90px!important; border-radius: 90px!important; }
.br100 { -webkit-border-radius: 100px!important; -moz-border-radius: 100px!important; border-radius: 100px!important; }
.br110 { -webkit-border-radius: 110px!important; -moz-border-radius: 110px!important; border-radius: 110px!important; }
.br120 { -webkit-border-radius: 120px!important; -moz-border-radius: 120px!important; border-radius: 120px!important; }
.br130 { -webkit-border-radius: 130px!important; -moz-border-radius: 130px!important; border-radius: 130px!important; }
.br140 { -webkit-border-radius: 140px!important; -moz-border-radius: 140px!important; border-radius: 140px!important; }
.br150 { -webkit-border-radius: 150px!important; -moz-border-radius: 150px!important; border-radius: 150px!important; }
.br160 { -webkit-border-radius: 160px!important; -moz-border-radius: 160px!important; border-radius: 160px!important; }
.br170 { -webkit-border-radius: 170px!important; -moz-border-radius: 170px!important; border-radius: 170px!important; }
.br180 { -webkit-border-radius: 180px!important; -moz-border-radius: 180px!important; border-radius: 180px!important; }
.br190 { -webkit-border-radius: 190px!important; -moz-border-radius: 190px!important; border-radius: 190px!important; }
.br200 { -webkit-border-radius: 200px!important; -moz-border-radius: 200px!important; border-radius: 200px!important; }

/*----------------------------------------------------
 margin
----------------------------------------------------*/
.mAuto { margin-right:auto !important; margin-left:auto !important; }

/*--- margin ---*/
.m00 { margin: 0px !important; }
.m01 { margin: 1px !important; }
.m02 { margin: 2px !important; }
.m03 { margin: 3px !important; }
.m04 { margin: 4px !important; }
.m05 { margin: 5px !important; }
.m06 { margin: 6px !important; }
.m07 { margin: 7px !important; }
.m08 { margin: 8px !important; }
.m09 { margin: 9px !important; }
.m10 { margin: 10px !important; }
.m11 { margin: 11px !important; }
.m12 { margin: 12px !important; }
.m13 { margin: 13px !important; }
.m14 { margin: 14px !important; }
.m15 { margin: 15px !important; }
.m16 { margin: 16px !important; }
.m17 { margin: 17px !important; }
.m18 { margin: 18px !important; }
.m19 { margin: 19px !important; }
.m20 { margin: 20px !important; }
.m21 { margin: 21px !important; }
.m22 { margin: 22px !important; }
.m23 { margin: 23px !important; }
.m24 { margin: 24px !important; }
.m25 { margin: 25px !important; }
.m26 { margin: 26px !important; }
.m27 { margin: 27px !important; }
.m28 { margin: 28px !important; }
.m29 { margin: 29px !important; }
.m30 { margin: 30px !important; }
.m31 { margin: 31px !important; }
.m32 { margin: 32px !important; }
.m33 { margin: 33px !important; }
.m34 { margin: 34px !important; }
.m35 { margin: 35px !important; }
.m36 { margin: 36px !important; }
.m37 { margin: 37px !important; }
.m38 { margin: 38px !important; }
.m39 { margin: 39px !important; }
.m40 { margin: 40px !important; }
.m41 { margin: 41px !important; }
.m42 { margin: 42px !important; }
.m43 { margin: 43px !important; }
.m44 { margin: 44px !important; }
.m45 { margin: 45px !important; }
.m46 { margin: 46px !important; }
.m47 { margin: 47px !important; }
.m48 { margin: 48px !important; }
.m49 { margin: 49px !important; }
.m50 { margin: 50px !important; }
.m51 { margin: 51px !important; }
.m52 { margin: 52px !important; }
.m53 { margin: 53px !important; }
.m54 { margin: 54px !important; }
.m55 { margin: 55px !important; }
.m56 { margin: 56px !important; }
.m57 { margin: 57px !important; }
.m58 { margin: 58px !important; }
.m59 { margin: 59px !important; }
.m60 { margin: 60px !important; }
.m61 { margin: 61px !important; }
.m62 { margin: 62px !important; }
.m63 { margin: 63px !important; }
.m64 { margin: 64px !important; }
.m65 { margin: 65px !important; }
.m66 { margin: 66px !important; }
.m67 { margin: 67px !important; }
.m68 { margin: 68px !important; }
.m69 { margin: 69px !important; }
.m70 { margin: 70px !important; }
.m71 { margin: 71px !important; }
.m72 { margin: 72px !important; }
.m73 { margin: 73px !important; }
.m74 { margin: 74px !important; }
.m75 { margin: 75px !important; }
.m76 { margin: 76px !important; }
.m77 { margin: 77px !important; }
.m78 { margin: 78px !important; }
.m79 { margin: 79px !important; }
.m80 { margin: 80px !important; }
.m81 { margin: 81px !important; }
.m82 { margin: 82px !important; }
.m83 { margin: 83px !important; }
.m84 { margin: 84px !important; }
.m85 { margin: 85px !important; }
.m86 { margin: 86px !important; }
.m87 { margin: 87px !important; }
.m88 { margin: 88px !important; }
.m89 { margin: 89px !important; }
.m90 { margin: 90px !important; }
.m91 { margin: 91px !important; }
.m92 { margin: 92px !important; }
.m93 { margin: 93px !important; }
.m94 { margin: 94px !important; }
.m95 { margin: 95px !important; }
.m96 { margin: 96px !important; }
.m97 { margin: 97px !important; }
.m98 { margin: 98px !important; }
.m99 { margin: 99px !important; }
.m100 { margin: 100px !important; }
.m110 { margin: 110px !important; }
.m120 { margin: 120px !important; }
.m130 { margin: 130px !important; }
.m140 { margin: 140px !important; }
.m150 { margin: 150px !important; }
.m160 { margin: 160px !important; }
.m170 { margin: 170px !important; }
.m180 { margin: 180px !important; }
.m190 { margin: 190px !important; }
.m200 { margin: 200px !important; }
.m210 { margin: 210px !important; }
.m220 { margin: 220px !important; }
.m230 { margin: 230px !important; }
.m240 { margin: 240px !important; }
.m250 { margin: 250px !important; }
.m260 { margin: 260px !important; }
.m270 { margin: 270px !important; }
.m280 { margin: 280px !important; }
.m290 { margin: 290px !important; }
.m300 { margin: 300px !important; }


/*--- margin top ---*/
.mt00 { margin-top: 0px !important; }
.mt01 { margin-top: 1px !important; }
.mt02 { margin-top: 2px !important; }
.mt03 { margin-top: 3px !important; }
.mt04 { margin-top: 4px !important; }
.mt05 { margin-top: 5px !important; }
.mt06 { margin-top: 6px !important; }
.mt07 { margin-top: 7px !important; }
.mt08 { margin-top: 8px !important; }
.mt09 { margin-top: 9px !important; }
.mt10 { margin-top: 10px !important; }
.mt11 { margin-top: 11px !important; }
.mt12 { margin-top: 12px !important; }
.mt13 { margin-top: 13px !important; }
.mt14 { margin-top: 14px !important; }
.mt15 { margin-top: 15px !important; }
.mt16 { margin-top: 16px !important; }
.mt17 { margin-top: 17px !important; }
.mt18 { margin-top: 18px !important; }
.mt19 { margin-top: 19px !important; }
.mt20 { margin-top: 20px !important; }
.mt21 { margin-top: 21px !important; }
.mt22 { margin-top: 22px !important; }
.mt23 { margin-top: 23px !important; }
.mt24 { margin-top: 24px !important; }
.mt25 { margin-top: 25px !important; }
.mt26 { margin-top: 26px !important; }
.mt27 { margin-top: 27px !important; }
.mt28 { margin-top: 28px !important; }
.mt29 { margin-top: 29px !important; }
.mt30 { margin-top: 30px !important; }
.mt31 { margin-top: 31px !important; }
.mt32 { margin-top: 32px !important; }
.mt33 { margin-top: 33px !important; }
.mt34 { margin-top: 34px !important; }
.mt35 { margin-top: 35px !important; }
.mt36 { margin-top: 36px !important; }
.mt37 { margin-top: 37px !important; }
.mt38 { margin-top: 38px !important; }
.mt39 { margin-top: 39px !important; }
.mt40 { margin-top: 40px !important; }
.mt41 { margin-top: 41px !important; }
.mt42 { margin-top: 42px !important; }
.mt43 { margin-top: 43px !important; }
.mt44 { margin-top: 44px !important; }
.mt45 { margin-top: 45px !important; }
.mt46 { margin-top: 46px !important; }
.mt47 { margin-top: 47px !important; }
.mt48 { margin-top: 48px !important; }
.mt49 { margin-top: 49px !important; }
.mt50 { margin-top: 50px !important; }
.mt51 { margin-top: 51px !important; }
.mt52 { margin-top: 52px !important; }
.mt53 { margin-top: 53px !important; }
.mt54 { margin-top: 54px !important; }
.mt55 { margin-top: 55px !important; }
.mt56 { margin-top: 56px !important; }
.mt57 { margin-top: 57px !important; }
.mt58 { margin-top: 58px !important; }
.mt59 { margin-top: 59px !important; }
.mt60 { margin-top: 60px !important; }
.mt61 { margin-top: 61px !important; }
.mt62 { margin-top: 62px !important; }
.mt63 { margin-top: 63px !important; }
.mt64 { margin-top: 64px !important; }
.mt65 { margin-top: 65px !important; }
.mt66 { margin-top: 66px !important; }
.mt67 { margin-top: 67px !important; }
.mt68 { margin-top: 68px !important; }
.mt69 { margin-top: 69px !important; }
.mt70 { margin-top: 70px !important; }
.mt71 { margin-top: 71px !important; }
.mt72 { margin-top: 72px !important; }
.mt73 { margin-top: 73px !important; }
.mt74 { margin-top: 74px !important; }
.mt75 { margin-top: 75px !important; }
.mt76 { margin-top: 76px !important; }
.mt77 { margin-top: 77px !important; }
.mt78 { margin-top: 78px !important; }
.mt79 { margin-top: 79px !important; }
.mt80 { margin-top: 80px !important; }
.mt81 { margin-top: 81px !important; }
.mt82 { margin-top: 82px !important; }
.mt83 { margin-top: 83px !important; }
.mt84 { margin-top: 84px !important; }
.mt85 { margin-top: 85px !important; }
.mt86 { margin-top: 86px !important; }
.mt87 { margin-top: 87px !important; }
.mt88 { margin-top: 88px !important; }
.mt89 { margin-top: 89px !important; }
.mt90 { margin-top: 90px !important; }
.mt91 { margin-top: 91px !important; }
.mt92 { margin-top: 92px !important; }
.mt93 { margin-top: 93px !important; }
.mt94 { margin-top: 94px !important; }
.mt95 { margin-top: 95px !important; }
.mt96 { margin-top: 96px !important; }
.mt97 { margin-top: 97px !important; }
.mt98 { margin-top: 98px !important; }
.mt99 { margin-top: 99px !important; }
.mt100 { margin-top: 100px !important; }
.mt110 { margin-top: 110px !important; }
.mt120 { margin-top: 120px !important; }
.mt130 { margin-top: 130px !important; }
.mt140 { margin-top: 140px !important; }
.mt150 { margin-top: 150px !important; }
.mt160 { margin-top: 160px !important; }
.mt170 { margin-top: 170px !important; }
.mt180 { margin-top: 180px !important; }
.mt190 { margin-top: 190px !important; }
.mt200 { margin-top: 200px !important; }
.mt210 { margin-top: 210px !important; }
.mt220 { margin-top: 220px !important; }
.mt230 { margin-top: 230px !important; }
.mt240 { margin-top: 240px !important; }
.mt250 { margin-top: 250px !important; }
.mt260 { margin-top: 260px !important; }
.mt270 { margin-top: 270px !important; }
.mt280 { margin-top: 280px !important; }
.mt290 { margin-top: 290px !important; }
.mt300 { margin-top: 300px !important; }



/*--- margin right ---*/
.mrAuto { margin-right: auto !important; }

.mr00 { margin-right: 0px !important; }
.mr01 { margin-right: 1px !important; }
.mr02 { margin-right: 2px !important; }
.mr03 { margin-right: 3px !important; }
.mr04 { margin-right: 4px !important; }
.mr05 { margin-right: 5px !important; }
.mr06 { margin-right: 6px !important; }
.mr07 { margin-right: 7px !important; }
.mr08 { margin-right: 8px !important; }
.mr09 { margin-right: 9px !important; }
.mr10 { margin-right: 10px !important; }
.mr11 { margin-right: 11px !important; }
.mr12 { margin-right: 12px !important; }
.mr13 { margin-right: 13px !important; }
.mr14 { margin-right: 14px !important; }
.mr15 { margin-right: 15px !important; }
.mr16 { margin-right: 16px !important; }
.mr17 { margin-right: 17px !important; }
.mr18 { margin-right: 18px !important; }
.mr19 { margin-right: 19px !important; }
.mr20 { margin-right: 20px !important; }
.mr21 { margin-right: 21px !important; }
.mr22 { margin-right: 22px !important; }
.mr23 { margin-right: 23px !important; }
.mr24 { margin-right: 24px !important; }
.mr25 { margin-right: 25px !important; }
.mr26 { margin-right: 26px !important; }
.mr27 { margin-right: 27px !important; }
.mr28 { margin-right: 28px !important; }
.mr29 { margin-right: 29px !important; }
.mr30 { margin-right: 30px !important; }
.mr31 { margin-right: 31px !important; }
.mr32 { margin-right: 32px !important; }
.mr33 { margin-right: 33px !important; }
.mr34 { margin-right: 34px !important; }
.mr35 { margin-right: 35px !important; }
.mr36 { margin-right: 36px !important; }
.mr37 { margin-right: 37px !important; }
.mr38 { margin-right: 38px !important; }
.mr39 { margin-right: 39px !important; }
.mr40 { margin-right: 40px !important; }
.mr41 { margin-right: 41px !important; }
.mr42 { margin-right: 42px !important; }
.mr43 { margin-right: 43px !important; }
.mr44 { margin-right: 44px !important; }
.mr45 { margin-right: 45px !important; }
.mr46 { margin-right: 46px !important; }
.mr47 { margin-right: 47px !important; }
.mr48 { margin-right: 48px !important; }
.mr49 { margin-right: 49px !important; }
.mr50 { margin-right: 50px !important; }
.mr51 { margin-right: 51px !important; }
.mr52 { margin-right: 52px !important; }
.mr53 { margin-right: 53px !important; }
.mr54 { margin-right: 54px !important; }
.mr55 { margin-right: 55px !important; }
.mr56 { margin-right: 56px !important; }
.mr57 { margin-right: 57px !important; }
.mr58 { margin-right: 58px !important; }
.mr59 { margin-right: 59px !important; }
.mr60 { margin-right: 60px !important; }
.mr61 { margin-right: 61px !important; }
.mr62 { margin-right: 62px !important; }
.mr63 { margin-right: 63px !important; }
.mr64 { margin-right: 64px !important; }
.mr65 { margin-right: 65px !important; }
.mr66 { margin-right: 66px !important; }
.mr67 { margin-right: 67px !important; }
.mr68 { margin-right: 68px !important; }
.mr69 { margin-right: 69px !important; }
.mr70 { margin-right: 70px !important; }
.mr71 { margin-right: 71px !important; }
.mr72 { margin-right: 72px !important; }
.mr73 { margin-right: 73px !important; }
.mr74 { margin-right: 74px !important; }
.mr75 { margin-right: 75px !important; }
.mr76 { margin-right: 76px !important; }
.mr77 { margin-right: 77px !important; }
.mr78 { margin-right: 78px !important; }
.mr79 { margin-right: 79px !important; }
.mr80 { margin-right: 80px !important; }
.mr81 { margin-right: 81px !important; }
.mr82 { margin-right: 82px !important; }
.mr83 { margin-right: 83px !important; }
.mr84 { margin-right: 84px !important; }
.mr85 { margin-right: 85px !important; }
.mr86 { margin-right: 86px !important; }
.mr87 { margin-right: 87px !important; }
.mr88 { margin-right: 88px !important; }
.mr89 { margin-right: 89px !important; }
.mr90 { margin-right: 90px !important; }
.mr91 { margin-right: 91px !important; }
.mr92 { margin-right: 92px !important; }
.mr93 { margin-right: 93px !important; }
.mr94 { margin-right: 94px !important; }
.mr95 { margin-right: 95px !important; }
.mr96 { margin-right: 96px !important; }
.mr97 { margin-right: 97px !important; }
.mr98 { margin-right: 98px !important; }
.mr99 { margin-right: 99px !important; }
.mr100 { margin-right: 100px !important; }
.mr110 { margin-right: 110px !important; }
.mr120 { margin-right: 120px !important; }
.mr130 { margin-right: 130px !important; }
.mr140 { margin-right: 140px !important; }
.mr150 { margin-right: 150px !important; }
.mr160 { margin-right: 160px !important; }
.mr170 { margin-right: 170px !important; }
.mr180 { margin-right: 180px !important; }
.mr190 { margin-right: 190px !important; }
.mr200 { margin-right: 200px !important; }
.mr210 { margin-right: 210px !important; }
.mr220 { margin-right: 220px !important; }
.mr230 { margin-right: 230px !important; }
.mr240 { margin-right: 240px !important; }
.mr250 { margin-right: 250px !important; }
.mr260 { margin-right: 260px !important; }
.mr270 { margin-right: 270px !important; }
.mr280 { margin-right: 280px !important; }
.mr290 { margin-right: 290px !important; }
.mr300 { margin-right: 300px !important; }





/*--- margin bottom ---*/
.mb00 { margin-bottom: 0px !important; }
.mb01 { margin-bottom: 1px !important; }
.mb02 { margin-bottom: 2px !important; }
.mb03 { margin-bottom: 3px !important; }
.mb04 { margin-bottom: 4px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb06 { margin-bottom: 6px !important; }
.mb07 { margin-bottom: 7px !important; }
.mb08 { margin-bottom: 8px !important; }
.mb09 { margin-bottom: 9px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb11 { margin-bottom: 11px !important; }
.mb12 { margin-bottom: 12px !important; }
.mb13 { margin-bottom: 13px !important; }
.mb14 { margin-bottom: 14px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb16 { margin-bottom: 16px !important; }
.mb17 { margin-bottom: 17px !important; }
.mb18 { margin-bottom: 18px !important; }
.mb19 { margin-bottom: 19px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb21 { margin-bottom: 21px !important; }
.mb22 { margin-bottom: 22px !important; }
.mb23 { margin-bottom: 23px !important; }
.mb24 { margin-bottom: 24px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb26 { margin-bottom: 26px !important; }
.mb27 { margin-bottom: 27px !important; }
.mb28 { margin-bottom: 28px !important; }
.mb29 { margin-bottom: 29px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb31 { margin-bottom: 31px !important; }
.mb32 { margin-bottom: 32px !important; }
.mb33 { margin-bottom: 33px !important; }
.mb34 { margin-bottom: 34px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb36 { margin-bottom: 36px !important; }
.mb37 { margin-bottom: 37px !important; }
.mb38 { margin-bottom: 38px !important; }
.mb39 { margin-bottom: 39px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb41 { margin-bottom: 41px !important; }
.mb42 { margin-bottom: 42px !important; }
.mb43 { margin-bottom: 43px !important; }
.mb44 { margin-bottom: 44px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb46 { margin-bottom: 46px !important; }
.mb47 { margin-bottom: 47px !important; }
.mb48 { margin-bottom: 48px !important; }
.mb49 { margin-bottom: 49px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb51 { margin-bottom: 51px !important; }
.mb52 { margin-bottom: 52px !important; }
.mb53 { margin-bottom: 53px !important; }
.mb54 { margin-bottom: 54px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb56 { margin-bottom: 56px !important; }
.mb57 { margin-bottom: 57px !important; }
.mb58 { margin-bottom: 58px !important; }
.mb59 { margin-bottom: 59px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb61 { margin-bottom: 61px !important; }
.mb62 { margin-bottom: 62px !important; }
.mb63 { margin-bottom: 63px !important; }
.mb64 { margin-bottom: 64px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb66 { margin-bottom: 66px !important; }
.mb67 { margin-bottom: 67px !important; }
.mb68 { margin-bottom: 68px !important; }
.mb69 { margin-bottom: 69px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb71 { margin-bottom: 71px !important; }
.mb72 { margin-bottom: 72px !important; }
.mb73 { margin-bottom: 73px !important; }
.mb74 { margin-bottom: 74px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb76 { margin-bottom: 76px !important; }
.mb77 { margin-bottom: 77px !important; }
.mb78 { margin-bottom: 78px !important; }
.mb79 { margin-bottom: 79px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb81 { margin-bottom: 81px !important; }
.mb82 { margin-bottom: 82px !important; }
.mb83 { margin-bottom: 83px !important; }
.mb84 { margin-bottom: 84px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb86 { margin-bottom: 86px !important; }
.mb87 { margin-bottom: 87px !important; }
.mb88 { margin-bottom: 88px !important; }
.mb89 { margin-bottom: 89px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb91 { margin-bottom: 91px !important; }
.mb92 { margin-bottom: 92px !important; }
.mb93 { margin-bottom: 93px !important; }
.mb94 { margin-bottom: 94px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb96 { margin-bottom: 96px !important; }
.mb97 { margin-bottom: 97px !important; }
.mb98 { margin-bottom: 98px !important; }
.mb99 { margin-bottom: 99px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb110 { margin-bottom: 110px !important; }
.mb120 { margin-bottom: 120px !important; }
.mb130 { margin-bottom: 130px !important; }
.mb140 { margin-bottom: 140px !important; }
.mb150 { margin-bottom: 150px !important; }
.mb160 { margin-bottom: 160px !important; }
.mb170 { margin-bottom: 170px !important; }
.mb180 { margin-bottom: 180px !important; }
.mb190 { margin-bottom: 190px !important; }
.mb200 { margin-bottom: 200px !important; }
.mb210 { margin-bottom: 210px !important; }
.mb220 { margin-bottom: 220px !important; }
.mb230 { margin-bottom: 230px !important; }
.mb240 { margin-bottom: 240px !important; }
.mb250 { margin-bottom: 250px !important; }
.mb260 { margin-bottom: 260px !important; }
.mb270 { margin-bottom: 270px !important; }
.mb280 { margin-bottom: 280px !important; }
.mb290 { margin-bottom: 290px !important; }
.mb300 { margin-bottom: 300px !important; }




/*--- margin left ---*/
.mlAuto { margin-left: auto !important; }

.ml00 { margin-left: 0px !important; }
.ml01 { margin-left: 1px !important; }
.ml02 { margin-left: 2px !important; }
.ml03 { margin-left: 3px !important; }
.ml04 { margin-left: 4px !important; }
.ml05 { margin-left: 5px !important; }
.ml06 { margin-left: 6px !important; }
.ml07 { margin-left: 7px !important; }
.ml08 { margin-left: 8px !important; }
.ml09 { margin-left: 9px !important; }
.ml10 { margin-left: 10px !important; }
.ml11 { margin-left: 11px !important; }
.ml12 { margin-left: 12px !important; }
.ml13 { margin-left: 13px !important; }
.ml14 { margin-left: 14px !important; }
.ml15 { margin-left: 15px !important; }
.ml16 { margin-left: 16px !important; }
.ml17 { margin-left: 17px !important; }
.ml18 { margin-left: 18px !important; }
.ml19 { margin-left: 19px !important; }
.ml20 { margin-left: 20px !important; }
.ml21 { margin-left: 21px !important; }
.ml22 { margin-left: 22px !important; }
.ml23 { margin-left: 23px !important; }
.ml24 { margin-left: 24px !important; }
.ml25 { margin-left: 25px !important; }
.ml26 { margin-left: 26px !important; }
.ml27 { margin-left: 27px !important; }
.ml28 { margin-left: 28px !important; }
.ml29 { margin-left: 29px !important; }
.ml30 { margin-left: 30px !important; }
.ml31 { margin-left: 31px !important; }
.ml32 { margin-left: 32px !important; }
.ml33 { margin-left: 33px !important; }
.ml34 { margin-left: 34px !important; }
.ml35 { margin-left: 35px !important; }
.ml36 { margin-left: 36px !important; }
.ml37 { margin-left: 37px !important; }
.ml38 { margin-left: 38px !important; }
.ml39 { margin-left: 39px !important; }
.ml40 { margin-left: 40px !important; }
.ml41 { margin-left: 41px !important; }
.ml42 { margin-left: 42px !important; }
.ml43 { margin-left: 43px !important; }
.ml44 { margin-left: 44px !important; }
.ml45 { margin-left: 45px !important; }
.ml46 { margin-left: 46px !important; }
.ml47 { margin-left: 47px !important; }
.ml48 { margin-left: 48px !important; }
.ml49 { margin-left: 49px !important; }
.ml50 { margin-left: 50px !important; }
.ml51 { margin-left: 51px !important; }
.ml52 { margin-left: 52px !important; }
.ml53 { margin-left: 53px !important; }
.ml54 { margin-left: 54px !important; }
.ml55 { margin-left: 55px !important; }
.ml56 { margin-left: 56px !important; }
.ml57 { margin-left: 57px !important; }
.ml58 { margin-left: 58px !important; }
.ml59 { margin-left: 59px !important; }
.ml60 { margin-left: 60px !important; }
.ml61 { margin-left: 61px !important; }
.ml62 { margin-left: 62px !important; }
.ml63 { margin-left: 63px !important; }
.ml64 { margin-left: 64px !important; }
.ml65 { margin-left: 65px !important; }
.ml66 { margin-left: 66px !important; }
.ml67 { margin-left: 67px !important; }
.ml68 { margin-left: 68px !important; }
.ml69 { margin-left: 69px !important; }
.ml70 { margin-left: 70px !important; }
.ml71 { margin-left: 71px !important; }
.ml72 { margin-left: 72px !important; }
.ml73 { margin-left: 73px !important; }
.ml74 { margin-left: 74px !important; }
.ml75 { margin-left: 75px !important; }
.ml76 { margin-left: 76px !important; }
.ml77 { margin-left: 77px !important; }
.ml78 { margin-left: 78px !important; }
.ml79 { margin-left: 79px !important; }
.ml80 { margin-left: 80px !important; }
.ml81 { margin-left: 81px !important; }
.ml82 { margin-left: 82px !important; }
.ml83 { margin-left: 83px !important; }
.ml84 { margin-left: 84px !important; }
.ml85 { margin-left: 85px !important; }
.ml86 { margin-left: 86px !important; }
.ml87 { margin-left: 87px !important; }
.ml88 { margin-left: 88px !important; }
.ml89 { margin-left: 89px !important; }
.ml90 { margin-left: 90px !important; }
.ml91 { margin-left: 91px !important; }
.ml92 { margin-left: 92px !important; }
.ml93 { margin-left: 93px !important; }
.ml94 { margin-left: 94px !important; }
.ml95 { margin-left: 95px !important; }
.ml96 { margin-left: 96px !important; }
.ml97 { margin-left: 97px !important; }
.ml98 { margin-left: 98px !important; }
.ml99 { margin-left: 99px !important; }
.ml100 { margin-left: 100px !important; }
.ml110 { margin-left: 110px !important; }
.ml120 { margin-left: 120px !important; }
.ml130 { margin-left: 130px !important; }
.ml140 { margin-left: 140px !important; }
.ml150 { margin-left: 150px !important; }
.ml160 { margin-left: 160px !important; }
.ml170 { margin-left: 170px !important; }
.ml180 { margin-left: 180px !important; }
.ml190 { margin-left: 190px !important; }
.ml200 { margin-left: 200px !important; }
.ml210 { margin-left: 210px !important; }
.ml220 { margin-left: 220px !important; }
.ml230 { margin-left: 230px !important; }
.ml240 { margin-left: 240px !important; }
.ml250 { margin-left: 250px !important; }
.ml260 { margin-left: 260px !important; }
.ml270 { margin-left: 270px !important; }
.ml280 { margin-left: 280px !important; }
.ml290 { margin-left: 290px !important; }
.ml300 { margin-left: 300px !important; }

.ml0p5em { margin-left: 0.5em !important; }
.ml1em { margin-left: 1em !important; }
.ml1p5em { margin-left: 1.5em !important; }
.ml2em { margin-left: 2em !important; }
.ml2p5em { margin-left: 2.5em !important; }
.ml3em { margin-left: 3em !important; }
.ml3p5em { margin-left: 3.5em !important; }
.ml4em { margin-left: 4em !important; }
.ml4p5em { margin-left: 4.5em !important; }
.ml5em { margin-left: 5em !important; }
.ml5p5em { margin-left: 5.5em !important; }
.ml6em { margin-left: 6em !important; }
.ml6p5em { margin-left: 6.5em !important; }
.ml7em { margin-left: 7em !important; }
.ml7p5em { margin-left: 7.5em !important; }
.ml8em { margin-left: 8em !important; }
.ml8p5em { margin-left: 8.5em !important; }
.ml9em { margin-left: 9em !important; }
.ml9p5em { margin-left: 9.5em !important; }
.ml10em { margin-left: 10em !important; }
.ml10p5em { margin-left: 10.5em !important; }
.ml11em { margin-left: 11em !important; }
.ml11p5em { margin-left: 11.5em !important; }
.ml12em { margin-left: 12em !important; }
.ml12p5em { margin-left: 12.5em !important; }


/*----------------------------------------------------
 margin -negative
----------------------------------------------------*/

/*--- margin top negative ---*/
.mtn01 { margin-top:-1px !important; }
.mtn02 { margin-top:-2px !important; }
.mtn03 { margin-top:-3px !important; }
.mtn04 { margin-top:-4px !important; }
.mtn05 { margin-top:-5px !important; }
.mtn06 { margin-top:-6px !important; }
.mtn07 { margin-top:-7px !important; }
.mtn08 { margin-top:-8px !important; }
.mtn09 { margin-top:-9px !important; }
.mtn10 { margin-top:-10px !important; }
.mtn11 { margin-top:-11px !important; }
.mtn12 { margin-top:-12px !important; }
.mtn13 { margin-top:-13px !important; }
.mtn14 { margin-top:-14px !important; }
.mtn15 { margin-top:-15px !important; }
.mtn16 { margin-top:-16px !important; }
.mtn17 { margin-top:-17px !important; }
.mtn18 { margin-top:-18px !important; }
.mtn19 { margin-top:-19px !important; }
.mtn20 { margin-top:-20px !important; }
.mtn21 { margin-top:-21px !important; }
.mtn22 { margin-top:-22px !important; }
.mtn23 { margin-top:-23px !important; }
.mtn24 { margin-top:-24px !important; }
.mtn25 { margin-top:-25px !important; }
.mtn26 { margin-top:-26px !important; }
.mtn27 { margin-top:-27px !important; }
.mtn28 { margin-top:-28px !important; }
.mtn29 { margin-top:-29px !important; }
.mtn30 { margin-top:-30px !important; }
.mtn31 { margin-top:-31px !important; }
.mtn32 { margin-top:-32px !important; }
.mtn33 { margin-top:-33px !important; }
.mtn34 { margin-top:-34px !important; }
.mtn35 { margin-top:-35px !important; }
.mtn36 { margin-top:-36px !important; }
.mtn37 { margin-top:-37px !important; }
.mtn38 { margin-top:-38px !important; }
.mtn39 { margin-top:-39px !important; }
.mtn40 { margin-top:-40px !important; }
.mtn41 { margin-top:-41px !important; }
.mtn42 { margin-top:-42px !important; }
.mtn43 { margin-top:-43px !important; }
.mtn44 { margin-top:-44px !important; }
.mtn45 { margin-top:-45px !important; }
.mtn46 { margin-top:-46px !important; }
.mtn47 { margin-top:-47px !important; }
.mtn48 { margin-top:-48px !important; }
.mtn49 { margin-top:-49px !important; }
.mtn50 { margin-top:-50px !important; }
.mtn51 { margin-top:-51px !important; }
.mtn52 { margin-top:-52px !important; }
.mtn53 { margin-top:-53px !important; }
.mtn54 { margin-top:-54px !important; }
.mtn55 { margin-top:-55px !important; }
.mtn56 { margin-top:-56px !important; }
.mtn57 { margin-top:-57px !important; }
.mtn58 { margin-top:-58px !important; }
.mtn59 { margin-top:-59px !important; }
.mtn60 { margin-top:-60px !important; }
.mtn61 { margin-top:-61px !important; }
.mtn62 { margin-top:-62px !important; }
.mtn63 { margin-top:-63px !important; }
.mtn64 { margin-top:-64px !important; }
.mtn65 { margin-top:-65px !important; }
.mtn66 { margin-top:-66px !important; }
.mtn67 { margin-top:-67px !important; }
.mtn68 { margin-top:-68px !important; }
.mtn69 { margin-top:-69px !important; }
.mtn70 { margin-top:-70px !important; }
.mtn71 { margin-top:-71px !important; }
.mtn72 { margin-top:-72px !important; }
.mtn73 { margin-top:-73px !important; }
.mtn74 { margin-top:-74px !important; }
.mtn75 { margin-top:-75px !important; }
.mtn76 { margin-top:-76px !important; }
.mtn77 { margin-top:-77px !important; }
.mtn78 { margin-top:-78px !important; }
.mtn79 { margin-top:-79px !important; }
.mtn80 { margin-top:-80px !important; }
.mtn81 { margin-top:-81px !important; }
.mtn82 { margin-top:-82px !important; }
.mtn83 { margin-top:-83px !important; }
.mtn84 { margin-top:-84px !important; }
.mtn85 { margin-top:-85px !important; }
.mtn86 { margin-top:-86px !important; }
.mtn87 { margin-top:-87px !important; }
.mtn88 { margin-top:-88px !important; }
.mtn89 { margin-top:-89px !important; }
.mtn90 { margin-top:-90px !important; }
.mtn91 { margin-top:-91px !important; }
.mtn92 { margin-top:-92px !important; }
.mtn93 { margin-top:-93px !important; }
.mtn94 { margin-top:-94px !important; }
.mtn95 { margin-top:-95px !important; }
.mtn96 { margin-top:-96px !important; }
.mtn97 { margin-top:-97px !important; }
.mtn98 { margin-top:-98px !important; }
.mtn99 { margin-top:-99px !important; }
.mtn100 { margin-top:-100px !important; }
.mtn110 { margin-top:-110px !important; }
.mtn120 { margin-top:-120px !important; }
.mtn130 { margin-top:-130px !important; }
.mtn140 { margin-top:-140px !important; }
.mtn150 { margin-top:-150px !important; }
.mtn160 { margin-top:-160px !important; }
.mtn170 { margin-top:-170px !important; }
.mtn180 { margin-top:-180px !important; }
.mtn190 { margin-top:-190px !important; }
.mtn200 { margin-top:-200px !important; }
.mtn210 { margin-top:-210px !important; }
.mtn220 { margin-top:-220px !important; }
.mtn230 { margin-top:-230px !important; }
.mtn240 { margin-top:-240px !important; }
.mtn250 { margin-top:-250px !important; }
.mtn260 { margin-top:-260px !important; }
.mtn270 { margin-top:-270px !important; }
.mtn280 { margin-top:-280px !important; }
.mtn290 { margin-top:-290px !important; }
.mtn300 { margin-top:-300px !important; }



/*--- margin right negative ---*/
.mrn01 { margin-right:-1px !important; }
.mrn02 { margin-right:-2px !important; }
.mrn03 { margin-right:-3px !important; }
.mrn04 { margin-right:-4px !important; }
.mrn05 { margin-right:-5px !important; }
.mrn06 { margin-right:-6px !important; }
.mrn07 { margin-right:-7px !important; }
.mrn08 { margin-right:-8px !important; }
.mrn09 { margin-right:-9px !important; }
.mrn10 { margin-right:-10px !important; }
.mrn11 { margin-right:-11px !important; }
.mrn12 { margin-right:-12px !important; }
.mrn13 { margin-right:-13px !important; }
.mrn14 { margin-right:-14px !important; }
.mrn15 { margin-right:-15px !important; }
.mrn16 { margin-right:-16px !important; }
.mrn17 { margin-right:-17px !important; }
.mrn18 { margin-right:-18px !important; }
.mrn19 { margin-right:-19px !important; }
.mrn20 { margin-right:-20px !important; }
.mrn21 { margin-right:-21px !important; }
.mrn22 { margin-right:-22px !important; }
.mrn23 { margin-right:-23px !important; }
.mrn24 { margin-right:-24px !important; }
.mrn25 { margin-right:-25px !important; }
.mrn26 { margin-right:-26px !important; }
.mrn27 { margin-right:-27px !important; }
.mrn28 { margin-right:-28px !important; }
.mrn29 { margin-right:-29px !important; }
.mrn30 { margin-right:-30px !important; }
.mrn31 { margin-right:-31px !important; }
.mrn32 { margin-right:-32px !important; }
.mrn33 { margin-right:-33px !important; }
.mrn34 { margin-right:-34px !important; }
.mrn35 { margin-right:-35px !important; }
.mrn36 { margin-right:-36px !important; }
.mrn37 { margin-right:-37px !important; }
.mrn38 { margin-right:-38px !important; }
.mrn39 { margin-right:-39px !important; }
.mrn40 { margin-right:-40px !important; }
.mrn41 { margin-right:-41px !important; }
.mrn42 { margin-right:-42px !important; }
.mrn43 { margin-right:-43px !important; }
.mrn44 { margin-right:-44px !important; }
.mrn45 { margin-right:-45px !important; }
.mrn46 { margin-right:-46px !important; }
.mrn47 { margin-right:-47px !important; }
.mrn48 { margin-right:-48px !important; }
.mrn49 { margin-right:-49px !important; }
.mrn50 { margin-right:-50px !important; }
.mrn51 { margin-right:-51px !important; }
.mrn52 { margin-right:-52px !important; }
.mrn53 { margin-right:-53px !important; }
.mrn54 { margin-right:-54px !important; }
.mrn55 { margin-right:-55px !important; }
.mrn56 { margin-right:-56px !important; }
.mrn57 { margin-right:-57px !important; }
.mrn58 { margin-right:-58px !important; }
.mrn59 { margin-right:-59px !important; }
.mrn60 { margin-right:-60px !important; }
.mrn61 { margin-right:-61px !important; }
.mrn62 { margin-right:-62px !important; }
.mrn63 { margin-right:-63px !important; }
.mrn64 { margin-right:-64px !important; }
.mrn65 { margin-right:-65px !important; }
.mrn66 { margin-right:-66px !important; }
.mrn67 { margin-right:-67px !important; }
.mrn68 { margin-right:-68px !important; }
.mrn69 { margin-right:-69px !important; }
.mrn70 { margin-right:-70px !important; }
.mrn71 { margin-right:-71px !important; }
.mrn72 { margin-right:-72px !important; }
.mrn73 { margin-right:-73px !important; }
.mrn74 { margin-right:-74px !important; }
.mrn75 { margin-right:-75px !important; }
.mrn76 { margin-right:-76px !important; }
.mrn77 { margin-right:-77px !important; }
.mrn78 { margin-right:-78px !important; }
.mrn79 { margin-right:-79px !important; }
.mrn80 { margin-right:-80px !important; }
.mrn81 { margin-right:-81px !important; }
.mrn82 { margin-right:-82px !important; }
.mrn83 { margin-right:-83px !important; }
.mrn84 { margin-right:-84px !important; }
.mrn85 { margin-right:-85px !important; }
.mrn86 { margin-right:-86px !important; }
.mrn87 { margin-right:-87px !important; }
.mrn88 { margin-right:-88px !important; }
.mrn89 { margin-right:-89px !important; }
.mrn90 { margin-right:-90px !important; }
.mrn91 { margin-right:-91px !important; }
.mrn92 { margin-right:-92px !important; }
.mrn93 { margin-right:-93px !important; }
.mrn94 { margin-right:-94px !important; }
.mrn95 { margin-right:-95px !important; }
.mrn96 { margin-right:-96px !important; }
.mrn97 { margin-right:-97px !important; }
.mrn98 { margin-right:-98px !important; }
.mrn99 { margin-right:-99px !important; }
.mrn100 { margin-right:-100px !important; }
.mrn110 { margin-right:-110px !important; }
.mrn120 { margin-right:-120px !important; }
.mrn130 { margin-right:-130px !important; }
.mrn140 { margin-right:-140px !important; }
.mrn150 { margin-right:-150px !important; }
.mrn160 { margin-right:-160px !important; }
.mrn170 { margin-right:-170px !important; }
.mrn180 { margin-right:-180px !important; }
.mrn190 { margin-right:-190px !important; }
.mrn200 { margin-right:-200px !important; }
.mrn210 { margin-right:-210px !important; }
.mrn220 { margin-right:-220px !important; }
.mrn230 { margin-right:-230px !important; }
.mrn240 { margin-right:-240px !important; }
.mrn250 { margin-right:-250px !important; }
.mrn260 { margin-right:-260px !important; }
.mrn270 { margin-right:-270px !important; }
.mrn280 { margin-right:-280px !important; }
.mrn290 { margin-right:-290px !important; }
.mrn300 { margin-right:-300px !important; }


/*--- margin bottom negative ---*/
.mbn01 { margin-bottom:-1px !important; }
.mbn02 { margin-bottom:-2px !important; }
.mbn03 { margin-bottom:-3px !important; }
.mbn04 { margin-bottom:-4px !important; }
.mbn05 { margin-bottom:-5px !important; }
.mbn06 { margin-bottom:-6px !important; }
.mbn07 { margin-bottom:-7px !important; }
.mbn08 { margin-bottom:-8px !important; }
.mbn09 { margin-bottom:-9px !important; }
.mbn10 { margin-bottom:-10px !important; }
.mbn11 { margin-bottom:-11px !important; }
.mbn12 { margin-bottom:-12px !important; }
.mbn13 { margin-bottom:-13px !important; }
.mbn14 { margin-bottom:-14px !important; }
.mbn15 { margin-bottom:-15px !important; }
.mbn16 { margin-bottom:-16px !important; }
.mbn17 { margin-bottom:-17px !important; }
.mbn18 { margin-bottom:-18px !important; }
.mbn19 { margin-bottom:-19px !important; }
.mbn20 { margin-bottom:-20px !important; }
.mbn21 { margin-bottom:-21px !important; }
.mbn22 { margin-bottom:-22px !important; }
.mbn23 { margin-bottom:-23px !important; }
.mbn24 { margin-bottom:-24px !important; }
.mbn25 { margin-bottom:-25px !important; }
.mbn26 { margin-bottom:-26px !important; }
.mbn27 { margin-bottom:-27px !important; }
.mbn28 { margin-bottom:-28px !important; }
.mbn29 { margin-bottom:-29px !important; }
.mbn30 { margin-bottom:-30px !important; }
.mbn31 { margin-bottom:-31px !important; }
.mbn32 { margin-bottom:-32px !important; }
.mbn33 { margin-bottom:-33px !important; }
.mbn34 { margin-bottom:-34px !important; }
.mbn35 { margin-bottom:-35px !important; }
.mbn36 { margin-bottom:-36px !important; }
.mbn37 { margin-bottom:-37px !important; }
.mbn38 { margin-bottom:-38px !important; }
.mbn39 { margin-bottom:-39px !important; }
.mbn40 { margin-bottom:-40px !important; }
.mbn41 { margin-bottom:-41px !important; }
.mbn42 { margin-bottom:-42px !important; }
.mbn43 { margin-bottom:-43px !important; }
.mbn44 { margin-bottom:-44px !important; }
.mbn45 { margin-bottom:-45px !important; }
.mbn46 { margin-bottom:-46px !important; }
.mbn47 { margin-bottom:-47px !important; }
.mbn48 { margin-bottom:-48px !important; }
.mbn49 { margin-bottom:-49px !important; }
.mbn50 { margin-bottom:-50px !important; }
.mbn51 { margin-bottom:-51px !important; }
.mbn52 { margin-bottom:-52px !important; }
.mbn53 { margin-bottom:-53px !important; }
.mbn54 { margin-bottom:-54px !important; }
.mbn55 { margin-bottom:-55px !important; }
.mbn56 { margin-bottom:-56px !important; }
.mbn57 { margin-bottom:-57px !important; }
.mbn58 { margin-bottom:-58px !important; }
.mbn59 { margin-bottom:-59px !important; }
.mbn60 { margin-bottom:-60px !important; }
.mbn61 { margin-bottom:-61px !important; }
.mbn62 { margin-bottom:-62px !important; }
.mbn63 { margin-bottom:-63px !important; }
.mbn64 { margin-bottom:-64px !important; }
.mbn65 { margin-bottom:-65px !important; }
.mbn66 { margin-bottom:-66px !important; }
.mbn67 { margin-bottom:-67px !important; }
.mbn68 { margin-bottom:-68px !important; }
.mbn69 { margin-bottom:-69px !important; }
.mbn70 { margin-bottom:-70px !important; }
.mbn71 { margin-bottom:-71px !important; }
.mbn72 { margin-bottom:-72px !important; }
.mbn73 { margin-bottom:-73px !important; }
.mbn74 { margin-bottom:-74px !important; }
.mbn75 { margin-bottom:-75px !important; }
.mbn76 { margin-bottom:-76px !important; }
.mbn77 { margin-bottom:-77px !important; }
.mbn78 { margin-bottom:-78px !important; }
.mbn79 { margin-bottom:-79px !important; }
.mbn80 { margin-bottom:-80px !important; }
.mbn81 { margin-bottom:-81px !important; }
.mbn82 { margin-bottom:-82px !important; }
.mbn83 { margin-bottom:-83px !important; }
.mbn84 { margin-bottom:-84px !important; }
.mbn85 { margin-bottom:-85px !important; }
.mbn86 { margin-bottom:-86px !important; }
.mbn87 { margin-bottom:-87px !important; }
.mbn88 { margin-bottom:-88px !important; }
.mbn89 { margin-bottom:-89px !important; }
.mbn90 { margin-bottom:-90px !important; }
.mbn91 { margin-bottom:-91px !important; }
.mbn92 { margin-bottom:-92px !important; }
.mbn93 { margin-bottom:-93px !important; }
.mbn94 { margin-bottom:-94px !important; }
.mbn95 { margin-bottom:-95px !important; }
.mbn96 { margin-bottom:-96px !important; }
.mbn97 { margin-bottom:-97px !important; }
.mbn98 { margin-bottom:-98px !important; }
.mbn99 { margin-bottom:-99px !important; }
.mbn100 { margin-bottom:-100px !important; }
.mbn110 { margin-bottom:-110px !important; }
.mbn120 { margin-bottom:-120px !important; }
.mbn130 { margin-bottom:-130px !important; }
.mbn140 { margin-bottom:-140px !important; }
.mbn150 { margin-bottom:-150px !important; }
.mbn160 { margin-bottom:-160px !important; }
.mbn170 { margin-bottom:-170px !important; }
.mbn180 { margin-bottom:-180px !important; }
.mbn190 { margin-bottom:-190px !important; }
.mbn200 { margin-bottom:-200px !important; }
.mbn210 { margin-bottom:-210px !important; }
.mbn220 { margin-bottom:-220px !important; }
.mbn230 { margin-bottom:-230px !important; }
.mbn240 { margin-bottom:-240px !important; }
.mbn250 { margin-bottom:-250px !important; }
.mbn260 { margin-bottom:-260px !important; }
.mbn270 { margin-bottom:-270px !important; }
.mbn280 { margin-bottom:-280px !important; }
.mbn290 { margin-bottom:-290px !important; }
.mbn300 { margin-bottom:-300px !important; }
.mbn500 { margin-bottom:-500px !important; }
.mbn1000 { margin-bottom:-1000px !important; }
.mbn9999 { margin-bottom:-9999px !important; }


/*--- margin left negative ---*/
.mln01 { margin-left:-1px !important; }
.mln02 { margin-left:-2px !important; }
.mln03 { margin-left:-3px !important; }
.mln04 { margin-left:-4px !important; }
.mln05 { margin-left:-5px !important; }
.mln06 { margin-left:-6px !important; }
.mln07 { margin-left:-7px !important; }
.mln08 { margin-left:-8px !important; }
.mln09 { margin-left:-9px !important; }
.mln10 { margin-left:-10px !important; }
.mln11 { margin-left:-11px !important; }
.mln12 { margin-left:-12px !important; }
.mln13 { margin-left:-13px !important; }
.mln14 { margin-left:-14px !important; }
.mln15 { margin-left:-15px !important; }
.mln16 { margin-left:-16px !important; }
.mln17 { margin-left:-17px !important; }
.mln18 { margin-left:-18px !important; }
.mln19 { margin-left:-19px !important; }
.mln20 { margin-left:-20px !important; }
.mln21 { margin-left:-21px !important; }
.mln22 { margin-left:-22px !important; }
.mln23 { margin-left:-23px !important; }
.mln24 { margin-left:-24px !important; }
.mln25 { margin-left:-25px !important; }
.mln26 { margin-left:-26px !important; }
.mln27 { margin-left:-27px !important; }
.mln28 { margin-left:-28px !important; }
.mln29 { margin-left:-29px !important; }
.mln30 { margin-left:-30px !important; }
.mln31 { margin-left:-31px !important; }
.mln32 { margin-left:-32px !important; }
.mln33 { margin-left:-33px !important; }
.mln34 { margin-left:-34px !important; }
.mln35 { margin-left:-35px !important; }
.mln36 { margin-left:-36px !important; }
.mln37 { margin-left:-37px !important; }
.mln38 { margin-left:-38px !important; }
.mln39 { margin-left:-39px !important; }
.mln40 { margin-left:-40px !important; }
.mln41 { margin-left:-41px !important; }
.mln42 { margin-left:-42px !important; }
.mln43 { margin-left:-43px !important; }
.mln44 { margin-left:-44px !important; }
.mln45 { margin-left:-45px !important; }
.mln46 { margin-left:-46px !important; }
.mln47 { margin-left:-47px !important; }
.mln48 { margin-left:-48px !important; }
.mln49 { margin-left:-49px !important; }
.mln50 { margin-left:-50px !important; }
.mln51 { margin-left:-51px !important; }
.mln52 { margin-left:-52px !important; }
.mln53 { margin-left:-53px !important; }
.mln54 { margin-left:-54px !important; }
.mln55 { margin-left:-55px !important; }
.mln56 { margin-left:-56px !important; }
.mln57 { margin-left:-57px !important; }
.mln58 { margin-left:-58px !important; }
.mln59 { margin-left:-59px !important; }
.mln60 { margin-left:-60px !important; }
.mln61 { margin-left:-61px !important; }
.mln62 { margin-left:-62px !important; }
.mln63 { margin-left:-63px !important; }
.mln64 { margin-left:-64px !important; }
.mln65 { margin-left:-65px !important; }
.mln66 { margin-left:-66px !important; }
.mln67 { margin-left:-67px !important; }
.mln68 { margin-left:-68px !important; }
.mln69 { margin-left:-69px !important; }
.mln70 { margin-left:-70px !important; }
.mln71 { margin-left:-71px !important; }
.mln72 { margin-left:-72px !important; }
.mln73 { margin-left:-73px !important; }
.mln74 { margin-left:-74px !important; }
.mln75 { margin-left:-75px !important; }
.mln76 { margin-left:-76px !important; }
.mln77 { margin-left:-77px !important; }
.mln78 { margin-left:-78px !important; }
.mln79 { margin-left:-79px !important; }
.mln80 { margin-left:-80px !important; }
.mln81 { margin-left:-81px !important; }
.mln82 { margin-left:-82px !important; }
.mln83 { margin-left:-83px !important; }
.mln84 { margin-left:-84px !important; }
.mln85 { margin-left:-85px !important; }
.mln86 { margin-left:-86px !important; }
.mln87 { margin-left:-87px !important; }
.mln88 { margin-left:-88px !important; }
.mln89 { margin-left:-89px !important; }
.mln90 { margin-left:-90px !important; }
.mln91 { margin-left:-91px !important; }
.mln92 { margin-left:-92px !important; }
.mln93 { margin-left:-93px !important; }
.mln94 { margin-left:-94px !important; }
.mln95 { margin-left:-95px !important; }
.mln96 { margin-left:-96px !important; }
.mln97 { margin-left:-97px !important; }
.mln98 { margin-left:-98px !important; }
.mln99 { margin-left:-99px !important; }
.mln100 { margin-left:-100px !important; }
.mln110 { margin-left:-110px !important; }
.mln120 { margin-left:-120px !important; }
.mln130 { margin-left:-130px !important; }
.mln140 { margin-left:-140px !important; }
.mln150 { margin-left:-150px !important; }
.mln160 { margin-left:-160px !important; }
.mln170 { margin-left:-170px !important; }
.mln180 { margin-left:-180px !important; }
.mln190 { margin-left:-190px !important; }
.mln200 { margin-left:-200px !important; }
.mln210 { margin-left:-210px !important; }
.mln220 { margin-left:-220px !important; }
.mln230 { margin-left:-230px !important; }
.mln240 { margin-left:-240px !important; }
.mln250 { margin-left:-250px !important; }
.mln260 { margin-left:-260px !important; }
.mln270 { margin-left:-270px !important; }
.mln280 { margin-left:-280px !important; }
.mln290 { margin-left:-290px !important; }
.mln300 { margin-left:-300px !important; }




/*----------------------------------------------------
 padding
----------------------------------------------------*/
/*--- padding ---*/
.p00 { padding:  0px !important; }
.p01 { padding:  1px !important; }
.p02 { padding:  2px !important; }
.p03 { padding:  3px !important; }
.p04 { padding:  4px !important; }
.p05 { padding:  5px !important; }
.p06 { padding:  6px !important; }
.p07 { padding:  7px !important; }
.p08 { padding:  8px !important; }
.p09 { padding:  9px !important; }
.p10 { padding: 10px !important; }
.p11 { padding: 11px !important; }
.p12 { padding: 12px !important; }
.p13 { padding: 13px !important; }
.p14 { padding: 14px !important; }
.p15 { padding: 15px !important; }
.p16 { padding: 16px !important; }
.p17 { padding: 17px !important; }
.p18 { padding: 18px !important; }
.p19 { padding: 19px !important; }
.p20 { padding: 20px !important; }
.p21 { padding: 21px !important; }
.p22 { padding: 22px !important; }
.p23 { padding: 23px !important; }
.p24 { padding: 24px !important; }
.p25 { padding: 25px !important; }
.p26 { padding: 26px !important; }
.p27 { padding: 27px !important; }
.p28 { padding: 28px !important; }
.p29 { padding: 29px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.p50 { padding: 50px !important; }
.p55 { padding: 55px !important; }
.p60 { padding: 60px !important; }
.p65 { padding: 65px !important; }
.p70 { padding: 70px !important; }
.p75 { padding: 75px !important; }
.p80 { padding: 80px !important; }
.p85 { padding: 85px !important; }
.p90 { padding: 90px !important; }
.p95 { padding: 95px !important; }
.p100{ padding:100px !important; }


/*--- padding top ---*/
.pt00 { padding-top:  0px !important; }
.pt01 { padding-top:  1px !important; }
.pt02 { padding-top:  2px !important; }
.pt03 { padding-top:  3px !important; }
.pt04 { padding-top:  4px !important; }
.pt05 { padding-top:  5px !important; }
.pt06 { padding-top:  6px !important; }
.pt07 { padding-top:  7px !important; }
.pt08 { padding-top:  8px !important; }
.pt09 { padding-top:  9px !important; }
.pt10 { padding-top: 10px !important; }
.pt11 { padding-top: 11px !important; }
.pt12 { padding-top: 12px !important; }
.pt13 { padding-top: 13px !important; }
.pt14 { padding-top: 14px !important; }
.pt15 { padding-top: 15px !important; }
.pt16 { padding-top: 16px !important; }
.pt17 { padding-top: 17px !important; }
.pt18 { padding-top: 18px !important; }
.pt19 { padding-top: 19px !important; }
.pt20 { padding-top: 20px !important; }
.pt21 { padding-top: 21px !important; }
.pt22 { padding-top: 22px !important; }
.pt23 { padding-top: 23px !important; }
.pt24 { padding-top: 24px !important; }
.pt25 { padding-top: 25px !important; }
.pt26 { padding-top: 26px !important; }
.pt27 { padding-top: 27px !important; }
.pt28 { padding-top: 28px !important; }
.pt29 { padding-top: 29px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100{ padding-top:100px !important; }


/*--- padding right ---*/
.pr00 { padding-right:  0px !important; }
.pr01 { padding-right:  1px !important; }
.pr02 { padding-right:  2px !important; }
.pr03 { padding-right:  3px !important; }
.pr04 { padding-right:  4px !important; }
.pr05 { padding-right:  5px !important; }
.pr06 { padding-right:  6px !important; }
.pr07 { padding-right:  7px !important; }
.pr08 { padding-right:  8px !important; }
.pr09 { padding-right:  9px !important; }
.pr10 { padding-right: 10px !important; }
.pr11 { padding-right: 11px !important; }
.pr12 { padding-right: 12px !important; }
.pr13 { padding-right: 13px !important; }
.pr14 { padding-right: 14px !important; }
.pr15 { padding-right: 15px !important; }
.pr16 { padding-right: 16px !important; }
.pr17 { padding-right: 17px !important; }
.pr18 { padding-right: 18px !important; }
.pr19 { padding-right: 19px !important; }
.pr20 { padding-right: 20px !important; }
.pr21 { padding-right: 21px !important; }
.pr22 { padding-right: 22px !important; }
.pr23 { padding-right: 23px !important; }
.pr24 { padding-right: 24px !important; }
.pr25 { padding-right: 25px !important; }
.pr26 { padding-right: 26px !important; }
.pr27 { padding-right: 27px !important; }
.pr28 { padding-right: 28px !important; }
.pr29 { padding-right: 29px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pr95 { padding-right: 95px !important; }
.pr100{ padding-right:100px !important; }


/*--- padding bottom ---*/
.pb00 { padding-bottom:  0px !important; }
.pb01 { padding-bottom:  1px !important; }
.pb02 { padding-bottom:  2px !important; }
.pb03 { padding-bottom:  3px !important; }
.pb04 { padding-bottom:  4px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb06 { padding-bottom:  6px !important; }
.pb07 { padding-bottom:  7px !important; }
.pb08 { padding-bottom:  8px !important; }
.pb09 { padding-bottom:  9px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb11 { padding-bottom: 11px !important; }
.pb12 { padding-bottom: 12px !important; }
.pb13 { padding-bottom: 13px !important; }
.pb14 { padding-bottom: 14px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb16 { padding-bottom: 16px !important; }
.pb17 { padding-bottom: 17px !important; }
.pb18 { padding-bottom: 18px !important; }
.pb19 { padding-bottom: 19px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb21 { padding-bottom: 21px !important; }
.pb22 { padding-bottom: 22px !important; }
.pb23 { padding-bottom: 23px !important; }
.pb24 { padding-bottom: 24px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb26 { padding-bottom: 26px !important; }
.pb27 { padding-bottom: 27px !important; }
.pb28 { padding-bottom: 28px !important; }
.pb29 { padding-bottom: 29px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100{ padding-bottom:100px !important; }
.pb300{ padding-bottom:300px !important; }
.pb500{ padding-bottom:500px !important; }
.pb1000{ padding-bottom:1000px !important; }
.pb9999{ padding-bottom:9999px !important; }


/*--- padding left ---*/
.pl00 { padding-left:  0px !important; }
.pl01 { padding-left:  1px !important; }
.pl02 { padding-left:  2px !important; }
.pl03 { padding-left:  3px !important; }
.pl04 { padding-left:  4px !important; }
.pl05 { padding-left:  5px !important; }
.pl06 { padding-left:  6px !important; }
.pl07 { padding-left:  7px !important; }
.pl08 { padding-left:  8px !important; }
.pl09 { padding-left:  9px !important; }
.pl10 { padding-left: 10px !important; }
.pl11 { padding-left: 11px !important; }
.pl12 { padding-left: 12px !important; }
.pl13 { padding-left: 13px !important; }
.pl14 { padding-left: 14px !important; }
.pl15 { padding-left: 15px !important; }
.pl16 { padding-left: 16px !important; }
.pl17 { padding-left: 17px !important; }
.pl18 { padding-left: 18px !important; }
.pl19 { padding-left: 19px !important; }
.pl20 { padding-left: 20px !important; }
.pl21 { padding-left: 21px !important; }
.pl22 { padding-left: 22px !important; }
.pl23 { padding-left: 23px !important; }
.pl24 { padding-left: 24px !important; }
.pl25 { padding-left: 25px !important; }
.pl26 { padding-left: 26px !important; }
.pl27 { padding-left: 27px !important; }
.pl28 { padding-left: 28px !important; }
.pl29 { padding-left: 29px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.pl95 { padding-left: 95px !important; }
.pl100{ padding-left:100px !important; }


@media screen and (max-width: 640px) {

/* ----------------------------------------------
module.css
---------------------------------------------- */
/*SP only*/
.pcNone{display: block }
.spNone{display: none }
/*----------------------------------------------------
 display
----------------------------------------------------*/
.spdispN  { display: none !important; }
.spdispB  { display: block !important; }
.spdispI  { display: inline !important; }
.spdispIB { display: inline-block !important; }
.spdispT  { display: table !important; }
.spdispTC { display: table-cell !important; }



/*----------------------------------------------------
 position
----------------------------------------------------*/
.spposiS { position: static; }
.spposiR { position: relative; }
.spposiA { position: absolute; }
.spposiF { position: fixed; }


/* top */
.sptop00 { top: 0px !important; }
.sptop01 { top: 1px !important; }
.sptop02 { top: 2px !important; }
.sptop03 { top: 3px !important; }
.sptop04 { top: 4px !important; }
.sptop05 { top: 5px !important; }
.sptop06 { top: 6px !important; }
.sptop07 { top: 7px !important; }
.sptop08 { top: 8px !important; }
.sptop09 { top: 9px !important; }
.sptop10 { top: 10px !important; }
.sptop11 { top: 11px !important; }
.sptop12 { top: 12px !important; }
.sptop13 { top: 13px !important; }
.sptop14 { top: 14px !important; }
.sptop15 { top: 15px !important; }
.sptop16 { top: 16px !important; }
.sptop17 { top: 17px !important; }
.sptop18 { top: 18px !important; }
.sptop19 { top: 19px !important; }
.sptop20 { top: 20px !important; }
.sptop21 { top: 21px !important; }
.sptop22 { top: 22px !important; }
.sptop23 { top: 23px !important; }
.sptop24 { top: 24px !important; }
.sptop25 { top: 25px !important; }
.sptop26 { top: 26px !important; }
.sptop27 { top: 27px !important; }
.sptop28 { top: 28px !important; }
.sptop29 { top: 29px !important; }
.sptop30 { top: 30px !important; }
.sptop31 { top: 31px !important; }
.sptop32 { top: 32px !important; }
.sptop33 { top: 33px !important; }
.sptop34 { top: 34px !important; }
.sptop35 { top: 35px !important; }
.sptop36 { top: 36px !important; }
.sptop37 { top: 37px !important; }
.sptop38 { top: 38px !important; }
.sptop39 { top: 39px !important; }
.sptop40 { top: 40px !important; }
.sptop41 { top: 41px !important; }
.sptop42 { top: 42px !important; }
.sptop43 { top: 43px !important; }
.sptop44 { top: 44px !important; }
.sptop45 { top: 45px !important; }
.sptop46 { top: 46px !important; }
.sptop47 { top: 47px !important; }
.sptop48 { top: 48px !important; }
.sptop49 { top: 49px !important; }
.sptop50 { top: 50px !important; }
.sptop51 { top: 51px !important; }
.sptop52 { top: 52px !important; }
.sptop53 { top: 53px !important; }
.sptop54 { top: 54px !important; }
.sptop55 { top: 55px !important; }
.sptop56 { top: 56px !important; }
.sptop57 { top: 57px !important; }
.sptop58 { top: 58px !important; }
.sptop59 { top: 59px !important; }
.sptop60 { top: 60px !important; }
.sptop61 { top: 61px !important; }
.sptop62 { top: 62px !important; }
.sptop63 { top: 63px !important; }
.sptop64 { top: 64px !important; }
.sptop65 { top: 65px !important; }
.sptop66 { top: 66px !important; }
.sptop67 { top: 67px !important; }
.sptop68 { top: 68px !important; }
.sptop69 { top: 69px !important; }
.sptop70 { top: 70px !important; }
.sptop71 { top: 71px !important; }
.sptop72 { top: 72px !important; }
.sptop73 { top: 73px !important; }
.sptop74 { top: 74px !important; }
.sptop75 { top: 75px !important; }
.sptop76 { top: 76px !important; }
.sptop77 { top: 77px !important; }
.sptop78 { top: 78px !important; }
.sptop79 { top: 79px !important; }
.sptop80 { top: 80px !important; }
.sptop81 { top: 81px !important; }
.sptop82 { top: 82px !important; }
.sptop83 { top: 83px !important; }
.sptop84 { top: 84px !important; }
.sptop85 { top: 85px !important; }
.sptop86 { top: 86px !important; }
.sptop87 { top: 87px !important; }
.sptop88 { top: 88px !important; }
.sptop89 { top: 89px !important; }
.sptop90 { top: 90px !important; }
.sptop91 { top: 91px !important; }
.sptop92 { top: 92px !important; }
.sptop93 { top: 93px !important; }
.sptop94 { top: 94px !important; }
.sptop95 { top: 95px !important; }
.sptop96 { top: 96px !important; }
.sptop97 { top: 97px !important; }
.sptop98 { top: 98px !important; }
.sptop99 { top: 99px !important; }
.sptop100 { top: 100px !important; }
.sptop105 { top: 105px !important; }
.sptop110 { top: 110px !important; }
.sptop115 { top: 115px !important; }
.sptop120 { top: 120px !important; }
.sptop125 { top: 125px !important; }
.sptop130 { top: 130px !important; }
.sptop135 { top: 135px !important; }
.sptop140 { top: 140px !important; }
.sptop145 { top: 145px !important; }
.sptop150 { top: 150px !important; }
.sptop155 { top: 155px !important; }
.sptop160 { top: 160px !important; }
.sptop165 { top: 165px !important; }
.sptop170 { top: 170px !important; }
.sptop175 { top: 175px !important; }
.sptop180 { top: 180px !important; }
.sptop185 { top: 185px !important; }
.sptop190 { top: 190px !important; }
.sptop195 { top: 195px !important; }
.sptop200 { top: 200px !important; }

/* bottom */
.spbtm00 { bottom: 0px !important; }
.spbtm01 { bottom: 1px !important; }
.spbtm02 { bottom: 2px !important; }
.spbtm03 { bottom: 3px !important; }
.spbtm04 { bottom: 4px !important; }
.spbtm05 { bottom: 5px !important; }
.spbtm06 { bottom: 6px !important; }
.spbtm07 { bottom: 7px !important; }
.spbtm08 { bottom: 8px !important; }
.spbtm09 { bottom: 9px !important; }
.spbtm10 { bottom: 10px !important; }
.spbtm11 { bottom: 11px !important; }
.spbtm12 { bottom: 12px !important; }
.spbtm13 { bottom: 13px !important; }
.spbtm14 { bottom: 14px !important; }
.spbtm15 { bottom: 15px !important; }
.spbtm16 { bottom: 16px !important; }
.spbtm17 { bottom: 17px !important; }
.spbtm18 { bottom: 18px !important; }
.spbtm19 { bottom: 19px !important; }
.spbtm20 { bottom: 20px !important; }
.spbtm21 { bottom: 21px !important; }
.spbtm22 { bottom: 22px !important; }
.spbtm23 { bottom: 23px !important; }
.spbtm24 { bottom: 24px !important; }
.spbtm25 { bottom: 25px !important; }
.spbtm26 { bottom: 26px !important; }
.spbtm27 { bottom: 27px !important; }
.spbtm28 { bottom: 28px !important; }
.spbtm29 { bottom: 29px !important; }
.spbtm30 { bottom: 30px !important; }
.spbtm31 { bottom: 31px !important; }
.spbtm32 { bottom: 32px !important; }
.spbtm33 { bottom: 33px !important; }
.spbtm34 { bottom: 34px !important; }
.spbtm35 { bottom: 35px !important; }
.spbtm36 { bottom: 36px !important; }
.spbtm37 { bottom: 37px !important; }
.spbtm38 { bottom: 38px !important; }
.spbtm39 { bottom: 39px !important; }
.spbtm40 { bottom: 40px !important; }
.spbtm41 { bottom: 41px !important; }
.spbtm42 { bottom: 42px !important; }
.spbtm43 { bottom: 43px !important; }
.spbtm44 { bottom: 44px !important; }
.spbtm45 { bottom: 45px !important; }
.spbtm46 { bottom: 46px !important; }
.spbtm47 { bottom: 47px !important; }
.spbtm48 { bottom: 48px !important; }
.spbtm49 { bottom: 49px !important; }
.spbtm50 { bottom: 50px !important; }
.spbtm51 { bottom: 51px !important; }
.spbtm52 { bottom: 52px !important; }
.spbtm53 { bottom: 53px !important; }
.spbtm54 { bottom: 54px !important; }
.spbtm55 { bottom: 55px !important; }
.spbtm56 { bottom: 56px !important; }
.spbtm57 { bottom: 57px !important; }
.spbtm58 { bottom: 58px !important; }
.spbtm59 { bottom: 59px !important; }
.spbtm60 { bottom: 60px !important; }
.spbtm61 { bottom: 61px !important; }
.spbtm62 { bottom: 62px !important; }
.spbtm63 { bottom: 63px !important; }
.spbtm64 { bottom: 64px !important; }
.spbtm65 { bottom: 65px !important; }
.spbtm66 { bottom: 66px !important; }
.spbtm67 { bottom: 67px !important; }
.spbtm68 { bottom: 68px !important; }
.spbtm69 { bottom: 69px !important; }
.spbtm70 { bottom: 70px !important; }
.spbtm71 { bottom: 71px !important; }
.spbtm72 { bottom: 72px !important; }
.spbtm73 { bottom: 73px !important; }
.spbtm74 { bottom: 74px !important; }
.spbtm75 { bottom: 75px !important; }
.spbtm76 { bottom: 76px !important; }
.spbtm77 { bottom: 77px !important; }
.spbtm78 { bottom: 78px !important; }
.spbtm79 { bottom: 79px !important; }
.spbtm80 { bottom: 80px !important; }
.spbtm81 { bottom: 81px !important; }
.spbtm82 { bottom: 82px !important; }
.spbtm83 { bottom: 83px !important; }
.spbtm84 { bottom: 84px !important; }
.spbtm85 { bottom: 85px !important; }
.spbtm86 { bottom: 86px !important; }
.spbtm87 { bottom: 87px !important; }
.spbtm88 { bottom: 88px !important; }
.spbtm89 { bottom: 89px !important; }
.spbtm90 { bottom: 90px !important; }
.spbtm91 { bottom: 91px !important; }
.spbtm92 { bottom: 92px !important; }
.spbtm93 { bottom: 93px !important; }
.spbtm94 { bottom: 94px !important; }
.spbtm95 { bottom: 95px !important; }
.spbtm96 { bottom: 96px !important; }
.spbtm97 { bottom: 97px !important; }
.spbtm98 { bottom: 98px !important; }
.spbtm99 { bottom: 99px !important; }
.spbtm100 { bottom: 100px !important; }
.spbtm105 { bottom: 105px !important; }
.spbtm110 { bottom: 110px !important; }
.spbtm115 { bottom: 115px !important; }
.spbtm120 { bottom: 120px !important; }
.spbtm125 { bottom: 125px !important; }
.spbtm130 { bottom: 130px !important; }
.spbtm135 { bottom: 135px !important; }
.spbtm140 { bottom: 140px !important; }
.spbtm145 { bottom: 145px !important; }
.spbtm150 { bottom: 150px !important; }
.spbtm155 { bottom: 155px !important; }
.spbtm160 { bottom: 160px !important; }
.spbtm165 { bottom: 165px !important; }
.spbtm170 { bottom: 170px !important; }
.spbtm175 { bottom: 175px !important; }
.spbtm180 { bottom: 180px !important; }
.spbtm185 { bottom: 185px !important; }
.spbtm190 { bottom: 190px !important; }
.spbtm195 { bottom: 195px !important; }
.spbtm200 { bottom: 200px !important; }


/* left */
.spleft00 { left: 0px !important; }
.spleft01 { left: 1px !important; }
.spleft02 { left: 2px !important; }
.spleft03 { left: 3px !important; }
.spleft04 { left: 4px !important; }
.spleft05 { left: 5px !important; }
.spleft06 { left: 6px !important; }
.spleft07 { left: 7px !important; }
.spleft08 { left: 8px !important; }
.spleft09 { left: 9px !important; }
.spleft10 { left: 10px !important; }
.spleft11 { left: 11px !important; }
.spleft12 { left: 12px !important; }
.spleft13 { left: 13px !important; }
.spleft14 { left: 14px !important; }
.spleft15 { left: 15px !important; }
.spleft16 { left: 16px !important; }
.spleft17 { left: 17px !important; }
.spleft18 { left: 18px !important; }
.spleft19 { left: 19px !important; }
.spleft20 { left: 20px !important; }
.spleft21 { left: 21px !important; }
.spleft22 { left: 22px !important; }
.spleft23 { left: 23px !important; }
.spleft24 { left: 24px !important; }
.spleft25 { left: 25px !important; }
.spleft26 { left: 26px !important; }
.spleft27 { left: 27px !important; }
.spleft28 { left: 28px !important; }
.spleft29 { left: 29px !important; }
.spleft30 { left: 30px !important; }
.spleft31 { left: 31px !important; }
.spleft32 { left: 32px !important; }
.spleft33 { left: 33px !important; }
.spleft34 { left: 34px !important; }
.spleft35 { left: 35px !important; }
.spleft36 { left: 36px !important; }
.spleft37 { left: 37px !important; }
.spleft38 { left: 38px !important; }
.spleft39 { left: 39px !important; }
.spleft40 { left: 40px !important; }
.spleft41 { left: 41px !important; }
.spleft42 { left: 42px !important; }
.spleft43 { left: 43px !important; }
.spleft44 { left: 44px !important; }
.spleft45 { left: 45px !important; }
.spleft46 { left: 46px !important; }
.spleft47 { left: 47px !important; }
.spleft48 { left: 48px !important; }
.spleft49 { left: 49px !important; }
.spleft50 { left: 50px !important; }
.spleft51 { left: 51px !important; }
.spleft52 { left: 52px !important; }
.spleft53 { left: 53px !important; }
.spleft54 { left: 54px !important; }
.spleft55 { left: 55px !important; }
.spleft56 { left: 56px !important; }
.spleft57 { left: 57px !important; }
.spleft58 { left: 58px !important; }
.spleft59 { left: 59px !important; }
.spleft60 { left: 60px !important; }
.spleft61 { left: 61px !important; }
.spleft62 { left: 62px !important; }
.spleft63 { left: 63px !important; }
.spleft64 { left: 64px !important; }
.spleft65 { left: 65px !important; }
.spleft66 { left: 66px !important; }
.spleft67 { left: 67px !important; }
.spleft68 { left: 68px !important; }
.spleft69 { left: 69px !important; }
.spleft70 { left: 70px !important; }
.spleft71 { left: 71px !important; }
.spleft72 { left: 72px !important; }
.spleft73 { left: 73px !important; }
.spleft74 { left: 74px !important; }
.spleft75 { left: 75px !important; }
.spleft76 { left: 76px !important; }
.spleft77 { left: 77px !important; }
.spleft78 { left: 78px !important; }
.spleft79 { left: 79px !important; }
.spleft80 { left: 80px !important; }
.spleft81 { left: 81px !important; }
.spleft82 { left: 82px !important; }
.spleft83 { left: 83px !important; }
.spleft84 { left: 84px !important; }
.spleft85 { left: 85px !important; }
.spleft86 { left: 86px !important; }
.spleft87 { left: 87px !important; }
.spleft88 { left: 88px !important; }
.spleft89 { left: 89px !important; }
.spleft90 { left: 90px !important; }
.spleft91 { left: 91px !important; }
.spleft92 { left: 92px !important; }
.spleft93 { left: 93px !important; }
.spleft94 { left: 94px !important; }
.spleft95 { left: 95px !important; }
.spleft96 { left: 96px !important; }
.spleft97 { left: 97px !important; }
.spleft98 { left: 98px !important; }
.spleft99 { left: 99px !important; }
.spleft100 { left: 100px !important; }
.spleft105 { left: 105px !important; }
.spleft110 { left: 110px !important; }
.spleft115 { left: 115px !important; }
.spleft120 { left: 120px !important; }
.spleft125 { left: 125px !important; }
.spleft130 { left: 130px !important; }
.spleft135 { left: 135px !important; }
.spleft140 { left: 140px !important; }
.spleft145 { left: 145px !important; }
.spleft150 { left: 150px !important; }
.spleft155 { left: 155px !important; }
.spleft160 { left: 160px !important; }
.spleft165 { left: 165px !important; }
.spleft170 { left: 170px !important; }
.spleft175 { left: 175px !important; }
.spleft180 { left: 180px !important; }
.spleft185 { left: 185px !important; }
.spleft190 { left: 190px !important; }
.spleft195 { left: 195px !important; }
.spleft200 { left: 200px !important; }


/* right */
.spright00 { right: 0px !important; }
.spright01 { right: 1px !important; }
.spright02 { right: 2px !important; }
.spright03 { right: 3px !important; }
.spright04 { right: 4px !important; }
.spright05 { right: 5px !important; }
.spright06 { right: 6px !important; }
.spright07 { right: 7px !important; }
.spright08 { right: 8px !important; }
.spright09 { right: 9px !important; }
.spright10 { right: 10px !important; }
.spright11 { right: 11px !important; }
.spright12 { right: 12px !important; }
.spright13 { right: 13px !important; }
.spright14 { right: 14px !important; }
.spright15 { right: 15px !important; }
.spright16 { right: 16px !important; }
.spright17 { right: 17px !important; }
.spright18 { right: 18px !important; }
.spright19 { right: 19px !important; }
.spright20 { right: 20px !important; }
.spright21 { right: 21px !important; }
.spright22 { right: 22px !important; }
.spright23 { right: 23px !important; }
.spright24 { right: 24px !important; }
.spright25 { right: 25px !important; }
.spright26 { right: 26px !important; }
.spright27 { right: 27px !important; }
.spright28 { right: 28px !important; }
.spright29 { right: 29px !important; }
.spright30 { right: 30px !important; }
.spright31 { right: 31px !important; }
.spright32 { right: 32px !important; }
.spright33 { right: 33px !important; }
.spright34 { right: 34px !important; }
.spright35 { right: 35px !important; }
.spright36 { right: 36px !important; }
.spright37 { right: 37px !important; }
.spright38 { right: 38px !important; }
.spright39 { right: 39px !important; }
.spright40 { right: 40px !important; }
.spright41 { right: 41px !important; }
.spright42 { right: 42px !important; }
.spright43 { right: 43px !important; }
.spright44 { right: 44px !important; }
.spright45 { right: 45px !important; }
.spright46 { right: 46px !important; }
.spright47 { right: 47px !important; }
.spright48 { right: 48px !important; }
.spright49 { right: 49px !important; }
.spright50 { right: 50px !important; }
.spright51 { right: 51px !important; }
.spright52 { right: 52px !important; }
.spright53 { right: 53px !important; }
.spright54 { right: 54px !important; }
.spright55 { right: 55px !important; }
.spright56 { right: 56px !important; }
.spright57 { right: 57px !important; }
.spright58 { right: 58px !important; }
.spright59 { right: 59px !important; }
.spright60 { right: 60px !important; }
.spright61 { right: 61px !important; }
.spright62 { right: 62px !important; }
.spright63 { right: 63px !important; }
.spright64 { right: 64px !important; }
.spright65 { right: 65px !important; }
.spright66 { right: 66px !important; }
.spright67 { right: 67px !important; }
.spright68 { right: 68px !important; }
.spright69 { right: 69px !important; }
.spright70 { right: 70px !important; }
.spright71 { right: 71px !important; }
.spright72 { right: 72px !important; }
.spright73 { right: 73px !important; }
.spright74 { right: 74px !important; }
.spright75 { right: 75px !important; }
.spright76 { right: 76px !important; }
.spright77 { right: 77px !important; }
.spright78 { right: 78px !important; }
.spright79 { right: 79px !important; }
.spright80 { right: 80px !important; }
.spright81 { right: 81px !important; }
.spright82 { right: 82px !important; }
.spright83 { right: 83px !important; }
.spright84 { right: 84px !important; }
.spright85 { right: 85px !important; }
.spright86 { right: 86px !important; }
.spright87 { right: 87px !important; }
.spright88 { right: 88px !important; }
.spright89 { right: 89px !important; }
.spright90 { right: 90px !important; }
.spright91 { right: 91px !important; }
.spright92 { right: 92px !important; }
.spright93 { right: 93px !important; }
.spright94 { right: 94px !important; }
.spright95 { right: 95px !important; }
.spright96 { right: 96px !important; }
.spright97 { right: 97px !important; }
.spright98 { right: 98px !important; }
.spright99 { right: 99px !important; }
.spright100 { right: 100px !important; }
.spright105 { right: 105px !important; }
.spright110 { right: 110px !important; }
.spright115 { right: 115px !important; }
.spright120 { right: 120px !important; }
.spright125 { right: 125px !important; }
.spright130 { right: 130px !important; }
.spright135 { right: 135px !important; }
.spright140 { right: 140px !important; }
.spright145 { right: 145px !important; }
.spright150 { right: 150px !important; }
.spright155 { right: 155px !important; }
.spright160 { right: 160px !important; }
.spright165 { right: 165px !important; }
.spright170 { right: 170px !important; }
.spright175 { right: 175px !important; }
.spright180 { right: 180px !important; }
.spright185 { right: 185px !important; }
.spright190 { right: 190px !important; }
.spright195 { right: 195px !important; }
.spright200 { right: 200px !important; }



/*----------------------------------------------------
 overflow
----------------------------------------------------*/
.spofH  { overflow: hidden !important; }
.spofV  { overflow: visible !important; }
.spofS  { overflow: scroll !important; }
.spofA  { overflow: auto !important; }


/*----------------------------------------------------
 float
----------------------------------------------------*/
.spfL  { float: left !important; }
.spfR  { float: right !important; }
.spfN  { float: none !important; }

/*----------------------------------------------------
 text-align
----------------------------------------------------*/
.sptaR {text-align: right !important;}
.sptaL { text-align: left !important; }
.sptaC { text-align: center !important; }


.splspI { list-style-position: inside!important; }
.splspO { list-style-position: outside!important; }


.spwsNowrap { white-space: nowrap!important; }
.spwsNormal { white-space: nowrap!important; }

/*----------------------------------------------------
 text-decoration
----------------------------------------------------*/
.sptdN { text-decoration: none!important; }
.sptdU { text-decoration: underline!important; }


/*----------------------------------------------------
 font-size　（サイズ変更ボタンの影響を受ける）
----------------------------------------------------*/
.spfs08 { font-size: 8px !important; }
.spfs09 { font-size: 9px !important; }
.spfs10 { font-size:10px !important; }
.spfs11 { font-size:11px !important; }
.spfs12 { font-size:12px !important; }
.spfs13 { font-size:13px !important; }
.spfs14 { font-size:14px !important; }
.spfs15 { font-size:15px !important; }
.spfs16 { font-size:16px !important; }
.spfs17 { font-size:17px !important; }
.spfs18 { font-size:18px !important; }
.spfs19 { font-size:19px !important; }
.spfs20 { font-size:20px !important; }
.spfs21 { font-size:21px !important; }
.spfs22 { font-size:22px !important; }
.spfs23 { font-size:23px !important; }
.spfs24 { font-size:24px !important; }
.spfs25 { font-size:25px !important; }
.spfs26 { font-size:26px !important; }
.spfs27 { font-size:27px !important; }
.spfs28 { font-size:28px !important; }
.spfs29 { font-size:29px !important; }
.spfs30 { font-size:30px !important; }
.spfs31 { font-size:31px !important; }
.spfs32 { font-size:32px !important; }
.spfs33 { font-size:33px !important; }
.spfs34 { font-size:34px !important; }
.spfs35 { font-size:35px !important; }
.spfs36 { font-size:36px !important; }
.spfs37 { font-size:37px !important; }
.spfs38 { font-size:38px !important; }
.spfs39 { font-size:39px !important; }
.spfs40 { font-size:40px !important; }
.spfs41 { font-size:41px !important; }
.spfs42 { font-size:42px !important; }
.spfs43 { font-size:43px !important; }
.spfs44 { font-size:44px !important; }
.spfs45 { font-size:45px !important; }
.spfs46 { font-size:46px !important; }
.spfs47 { font-size:47px !important; }
.spfs48 { font-size:48px !important; }
.spfs49 { font-size:49px !important; }
.spfs50 { font-size:50px !important; }
.spfs51 { font-size:51px !important; }
.spfs52 { font-size:52px !important; }
.spfs53 { font-size:53px !important; }
.spfs54 { font-size:54px !important; }
.spfs55 { font-size:55px !important; }
.spfs56 { font-size:56px !important; }
.spfs57 { font-size:57px !important; }
.spfs58 { font-size:58px !important; }
.spfs59 { font-size:59px !important; }
.spfs60 { font-size:60px !important; }
.spfs61 { font-size:61px !important; }
.spfs62 { font-size:62px !important; }
.spfs63 { font-size:63px !important; }
.spfs64 { font-size:64px !important; }
.spfs65 { font-size:65px !important; }
.spfs66 { font-size:66px !important; }
.spfs67 { font-size:67px !important; }
.spfs68 { font-size:68px !important; }
.spfs69 { font-size:69px !important; }
.spfs70 { font-size:70px !important; }
.spfs71 { font-size:71px !important; }
.spfs72 { font-size:72px !important; }
.spfs73 { font-size:73px !important; }
.spfs74 { font-size:74px !important; }
.spfs75 { font-size:75px !important; }
.spfs76 { font-size:76px !important; }
.spfs77 { font-size:77px !important; }
.spfs78 { font-size:78px !important; }
.spfs79 { font-size:79px !important; }
.spfs80 { font-size:80px !important; }
.spfs81 { font-size:81px !important; }
.spfs82 { font-size:82px !important; }
.spfs83 { font-size:83px !important; }
.spfs84 { font-size:84px !important; }
.spfs85 { font-size:85px !important; }
.spfs86 { font-size:86px !important; }
.spfs87 { font-size:87px !important; }
.spfs88 { font-size:88px !important; }
.spfs89 { font-size:89px !important; }
.spfs90 { font-size:90px !important; }
.spfs91 { font-size:91px !important; }
.spfs92 { font-size:92px !important; }
.spfs93 { font-size:93px !important; }
.spfs94 { font-size:94px !important; }
.spfs95 { font-size:95px !important; }
.spfs96 { font-size:96px !important; }
.spfs97 { font-size:97px !important; }
.spfs98 { font-size:98px !important; }
.spfs99 { font-size:99px !important; }
.spfs100 { font-size:100px !important; }


/*----------------------------------------------------
 font-weight
----------------------------------------------------*/
.spfwN { font-weight: normal !important; }
.spfwB { font-weight: bold !important; }


/*----------------------------------------------------
 line-height
----------------------------------------------------*/
.splh0   { line-height: 0; }
.splh0p1 { line-height: 0.1; }
.splh0p2 { line-height: 0.2; }
.splh0p3 { line-height: 0.3; }
.splh0p4 { line-height: 0.4; }
.splh0p5 { line-height: 0.5; }
.splh0p6 { line-height: 0.6; }
.splh0p7 { line-height: 0.7; }
.splh0p8 { line-height: 0.8; }
.splh0p9 { line-height: 0.9; }
.splh1   { line-height: 1; }
.splh1p1 { line-height: 1.1; }
.splh1p2 { line-height: 1.2; }
.splh1p3 { line-height: 1.3; }
.splh1p4 { line-height: 1.4; }
.splh1p5 { line-height: 1.5; }
.splh1p6 { line-height: 1.6; }
.splh1p7 { line-height: 1.7; }
.splh1p8 { line-height: 1.8; }
.splh1p9 { line-height: 1.9; }
.splh2   { line-height: 2; }

.splh10   { line-height: 10em; }
.splh11   { line-height: 11em; }
.splh12   { line-height: 12em; }
.splh13   { line-height: 13em; }
.splh14   { line-height: 14em; }
.splh15   { line-height: 15em; }
.splh16   { line-height: 16em; }
.splh17   { line-height: 17em; }
.splh18   { line-height: 18em; }
.splh19   { line-height: 19em; }
.splh20   { line-height: 20em; }
.splh21   { line-height: 21em; }
.splh22   { line-height: 22em; }
.splh23   { line-height: 23em; }
.splh24   { line-height: 24em; }
.splh25   { line-height: 25em; }
.splh26   { line-height: 26em; }
.splh27   { line-height: 27em; }
.splh28   { line-height: 28em; }
.splh29   { line-height: 29em; }
.splh30   { line-height: 30em; }


/*----------------------------------------------------
 table-layout
----------------------------------------------------*/
.sptlAuto { table-layout: auto; }
.sptlFix  { table-layout: fixed; }

/*----------------------------------------------------
 width
----------------------------------------------------*/

.spwAuto  { width:auto !important; }

.spw00 { width:0px !important; }
.spw01 { width:1px !important; }
.spw02 { width:2px !important; }
.spw03 { width:3px !important; }
.spw04 { width:4px !important; }
.spw05 { width:5px !important; }
.spw06 { width:6px !important; }
.spw07 { width:7px !important; }
.spw08 { width:8px !important; }
.spw09 { width:9px !important; }
.spw10 { width:10px !important; }
.spw11 { width:11px !important; }
.spw12 { width:12px !important; }
.spw13 { width:13px !important; }
.spw14 { width:14px !important; }
.spw15 { width:15px !important; }
.spw16 { width:16px !important; }
.spw17 { width:17px !important; }
.spw18 { width:18px !important; }
.spw19 { width:19px !important; }
.spw20 { width:20px !important; }
.spw21 { width:21px !important; }
.spw22 { width:22px !important; }
.spw23 { width:23px !important; }
.spw24 { width:24px !important; }
.spw25 { width:25px !important; }
.spw26 { width:26px !important; }
.spw27 { width:27px !important; }
.spw28 { width:28px !important; }
.spw29 { width:29px !important; }
.spw30 { width:30px !important; }
.spw31 { width:31px !important; }
.spw32 { width:32px !important; }
.spw33 { width:33px !important; }
.spw34 { width:34px !important; }
.spw35 { width:35px !important; }
.spw36 { width:36px !important; }
.spw37 { width:37px !important; }
.spw38 { width:38px !important; }
.spw39 { width:39px !important; }
.spw40 { width:40px !important; }
.spw41 { width:41px !important; }
.spw42 { width:42px !important; }
.spw43 { width:43px !important; }
.spw44 { width:44px !important; }
.spw45 { width:45px !important; }
.spw46 { width:46px !important; }
.spw47 { width:47px !important; }
.spw48 { width:48px !important; }
.spw49 { width:49px !important; }
.spw50 { width:50px !important; }
.spw51 { width:51px !important; }
.spw52 { width:52px !important; }
.spw53 { width:53px !important; }
.spw54 { width:54px !important; }
.spw55 { width:55px !important; }
.spw56 { width:56px !important; }
.spw57 { width:57px !important; }
.spw58 { width:58px !important; }
.spw59 { width:59px !important; }
.spw60 { width:60px !important; }
.spw61 { width:61px !important; }
.spw62 { width:62px !important; }
.spw63 { width:63px !important; }
.spw64 { width:64px !important; }
.spw65 { width:65px !important; }
.spw66 { width:66px !important; }
.spw67 { width:67px !important; }
.spw68 { width:68px !important; }
.spw69 { width:69px !important; }
.spw70 { width:70px !important; }
.spw71 { width:71px !important; }
.spw72 { width:72px !important; }
.spw73 { width:73px !important; }
.spw74 { width:74px !important; }
.spw75 { width:75px !important; }
.spw76 { width:76px !important; }
.spw77 { width:77px !important; }
.spw78 { width:78px !important; }
.spw79 { width:79px !important; }
.spw80 { width:80px !important; }
.spw81 { width:81px !important; }
.spw82 { width:82px !important; }
.spw83 { width:83px !important; }
.spw84 { width:84px !important; }
.spw85 { width:85px !important; }
.spw86 { width:86px !important; }
.spw87 { width:87px !important; }
.spw88 { width:88px !important; }
.spw89 { width:89px !important; }
.spw90 { width:90px !important; }
.spw91 { width:91px !important; }
.spw92 { width:92px !important; }
.spw93 { width:93px !important; }
.spw94 { width:94px !important; }
.spw95 { width:95px !important; }
.spw96 { width:96px !important; }
.spw97 { width:97px !important; }
.spw98 { width:98px !important; }
.spw99 { width:99px !important; }
.spw100 { width:100px !important; }
.spw105 { width:105px !important; }
.spw110 { width:110px !important; }
.spw115 { width:115px !important; }
.spw120 { width:120px !important; }
.spw125 { width:125px !important; }
.spw130 { width:130px !important; }
.spw135 { width:135px !important; }
.spw140 { width:140px !important; }
.spw145 { width:145px !important; }
.spw150 { width:150px !important; }
.spw155 { width:155px !important; }
.spw160 { width:160px !important; }
.spw165 { width:165px !important; }
.spw170 { width:170px !important; }
.spw175 { width:175px !important; }
.spw180 { width:180px !important; }
.spw185 { width:185px !important; }
.spw190 { width:190px !important; }
.spw195 { width:195px !important; }
.spw200 { width:200px !important; }
.spw205 { width:205px !important; }
.spw210 { width:210px !important; }
.spw215 { width:215px !important; }
.spw220 { width:220px !important; }
.spw225 { width:225px !important; }
.spw230 { width:230px !important; }
.spw235 { width:235px !important; }
.spw240 { width:240px !important; }
.spw245 { width:245px !important; }
.spw250 { width:250px !important; }
.spw255 { width:255px !important; }
.spw260 { width:260px !important; }
.spw265 { width:265px !important; }
.spw270 { width:270px !important; }
.spw275 { width:275px !important; }
.spw280 { width:280px !important; }
.spw285 { width:285px !important; }
.spw290 { width:290px !important; }
.spw295 { width:295px !important; }
.spw300 { width:300px !important; }
.spw305 { width:305px !important; }
.spw310 { width:310px !important; }
.spw315 { width:315px !important; }
.spw320 { width:320px !important; }
.spw325 { width:325px !important; }
.spw330 { width:330px !important; }
.spw335 { width:335px !important; }
.spw340 { width:340px !important; }
.spw345 { width:345px !important; }
.spw350 { width:350px !important; }
.spw355 { width:355px !important; }
.spw360 { width:360px !important; }
.spw365 { width:365px !important; }
.spw370 { width:370px !important; }
.spw375 { width:375px !important; }
.spw380 { width:380px !important; }
.spw385 { width:385px !important; }
.spw390 { width:390px !important; }
.spw395 { width:395px !important; }
.spw400 { width:400px !important; }
.spw405 { width:405px !important; }
.spw410 { width:410px !important; }
.spw415 { width:415px !important; }
.spw420 { width:420px !important; }
.spw425 { width:425px !important; }
.spw430 { width:430px !important; }
.spw435 { width:435px !important; }
.spw440 { width:440px !important; }
.spw445 { width:445px !important; }
.spw450 { width:450px !important; }
.spw455 { width:455px !important; }
.spw460 { width:460px !important; }
.spw465 { width:465px !important; }
.spw470 { width:470px !important; }
.spw475 { width:475px !important; }
.spw480 { width:480px !important; }
.spw485 { width:485px !important; }
.spw490 { width:490px !important; }
.spw495 { width:495px !important; }
.spw500 { width:500px !important; }
.spw505 { width:505px !important; }
.spw510 { width:510px !important; }
.spw515 { width:515px !important; }
.spw520 { width:520px !important; }
.spw525 { width:525px !important; }
.spw530 { width:530px !important; }
.spw535 { width:535px !important; }
.spw540 { width:540px !important; }
.spw545 { width:545px !important; }
.spw550 { width:550px !important; }
.spw555 { width:555px !important; }
.spw560 { width:560px !important; }
.spw565 { width:565px !important; }
.spw570 { width:570px !important; }
.spw575 { width:575px !important; }
.spw580 { width:580px !important; }
.spw585 { width:585px !important; }
.spw590 { width:590px !important; }
.spw595 { width:595px !important; }
.spw600 { width:600px !important; }
.spw605 { width:605px !important; }
.spw610 { width:610px !important; }
.spw615 { width:615px !important; }
.spw620 { width:620px !important; }
.spw625 { width:625px !important; }
.spw630 { width:630px !important; }
.spw635 { width:635px !important; }
.spw640 { width:640px !important; }
.spw645 { width:645px !important; }
.spw650 { width:650px !important; }
.spw655 { width:655px !important; }
.spw660 { width:660px !important; }
.spw665 { width:665px !important; }
.spw670 { width:670px !important; }
.spw675 { width:675px !important; }
.spw680 { width:680px !important; }
.spw685 { width:685px !important; }
.spw690 { width:690px !important; }
.spw695 { width:695px !important; }
.spw700 { width:700px !important; }
.spw705 { width:705px !important; }
.spw710 { width:710px !important; }
.spw715 { width:715px !important; }
.spw720 { width:720px !important; }
.spw725 { width:725px !important; }
.spw730 { width:730px !important; }
.spw735 { width:735px !important; }
.spw740 { width:740px !important; }
.spw745 { width:745px !important; }
.spw750 { width:750px !important; }
.spw755 { width:755px !important; }
.spw760 { width:760px !important; }
.spw765 { width:765px !important; }
.spw770 { width:770px !important; }
.spw775 { width:775px !important; }
.spw780 { width:780px !important; }


.spw01per  { width: 1% !important; }
.spw02per  { width: 2% !important; }
.spw03per  { width: 3% !important; }
.spw04per  { width: 4% !important; }
.spw05per  { width: 5% !important; }
.spw06per  { width: 6% !important; }
.spw07per  { width: 7% !important; }
.spw08per  { width: 8% !important; }
.spw09per  { width: 9% !important; }
.spw10per  { width:10% !important; }
.spw11per  { width:11% !important; }
.spw12per  { width:12% !important; }
.spw13per  { width:13% !important; }
.spw14per  { width:14% !important; }
.spw15per  { width:15% !important; }
.spw16per  { width:16% !important; }
.spw17per  { width:17% !important; }
.spw18per  { width:18% !important; }
.spw19per  { width:19% !important; }
.spw20per  { width:20% !important; }
.spw21per  { width:21% !important; }
.spw22per  { width:22% !important; }
.spw23per  { width:23% !important; }
.spw24per  { width:24% !important; }
.spw25per  { width:25% !important; }
.spw26per  { width:26% !important; }
.spw27per  { width:27% !important; }
.spw28per  { width:28% !important; }
.spw29per  { width:29% !important; }
.spw30per  { width:30% !important; }
.spw31per  { width:31% !important; }
.spw32per  { width:32% !important; }
.spw33per  { width:33% !important; }
.spw34per  { width:34% !important; }
.spw35per  { width:35% !important; }
.spw36per  { width:36% !important; }
.spw37per  { width:37% !important; }
.spw38per  { width:38% !important; }
.spw39per  { width:39% !important; }
.spw40per  { width:40% !important; }
.spw41per  { width:41% !important; }
.spw42per  { width:42% !important; }
.spw43per  { width:43% !important; }
.spw44per  { width:44% !important; }
.spw45per  { width:45% !important; }
.spw46per  { width:46% !important; }
.spw47per  { width:47% !important; }
.spw48per  { width:48% !important; }
.spw49per  { width:49% !important; }
.spw50per  { width:50% !important; }
.spw51per  { width:51% !important; }
.spw52per  { width:52% !important; }
.spw53per  { width:53% !important; }
.spw54per  { width:54% !important; }
.spw55per  { width:55% !important; }
.spw56per  { width:56% !important; }
.spw57per  { width:57% !important; }
.spw58per  { width:58% !important; }
.spw59per  { width:59% !important; }
.spw60per  { width:60% !important; }
.spw61per  { width:61% !important; }
.spw62per  { width:62% !important; }
.spw63per  { width:63% !important; }
.spw64per  { width:64% !important; }
.spw65per  { width:65% !important; }
.spw66per  { width:66% !important; }
.spw67per  { width:67% !important; }
.spw68per  { width:68% !important; }
.spw69per  { width:69% !important; }
.spw70per  { width:70% !important; }
.spw71per  { width:71% !important; }
.spw72per  { width:72% !important; }
.spw73per  { width:73% !important; }
.spw74per  { width:74% !important; }
.spw75per  { width:75% !important; }
.spw76per  { width:76% !important; }
.spw77per  { width:77% !important; }
.spw78per  { width:78% !important; }
.spw79per  { width:79% !important; }
.spw80per  { width:80% !important; }
.spw81per  { width:81% !important; }
.spw82per  { width:82% !important; }
.spw83per  { width:83% !important; }
.spw84per  { width:84% !important; }
.spw85per  { width:85% !important; }
.spw86per  { width:86% !important; }
.spw87per  { width:87% !important; }
.spw88per  { width:88% !important; }
.spw89per  { width:89% !important; }
.spw90per  { width:90% !important; }
.spw91per  { width:91% !important; }
.spw92per  { width:92% !important; }
.spw93per  { width:93% !important; }
.spw94per  { width:94% !important; }
.spw95per  { width:95% !important; }
.spw96per  { width:96% !important; }
.spw97per  { width:97% !important; }
.spw98per  { width:98% !important; }
.spw99per  { width:99% !important; }
.spw100per { width:100% !important; }



/* min-width */
.spminw00 { min-width:0px !important; }
.spminw01 { min-width:1px !important; }
.spminw02 { min-width:2px !important; }
.spminw03 { min-width:3px !important; }
.spminw04 { min-width:4px !important; }
.spminw05 { min-width:5px !important; }
.spminw06 { min-width:6px !important; }
.spminw07 { min-width:7px !important; }
.spminw08 { min-width:8px !important; }
.spminw09 { min-width:9px !important; }
.spminw10 { min-width:10px !important; }
.spminw11 { min-width:11px !important; }
.spminw12 { min-width:12px !important; }
.spminw13 { min-width:13px !important; }
.spminw14 { min-width:14px !important; }
.spminw15 { min-width:15px !important; }
.spminw16 { min-width:16px !important; }
.spminw17 { min-width:17px !important; }
.spminw18 { min-width:18px !important; }
.spminw19 { min-width:19px !important; }
.spminw20 { min-width:20px !important; }
.spminw21 { min-width:21px !important; }
.spminw22 { min-width:22px !important; }
.spminw23 { min-width:23px !important; }
.spminw24 { min-width:24px !important; }
.spminw25 { min-width:25px !important; }
.spminw26 { min-width:26px !important; }
.spminw27 { min-width:27px !important; }
.spminw28 { min-width:28px !important; }
.spminw29 { min-width:29px !important; }
.spminw30 { min-width:30px !important; }
.spminw31 { min-width:31px !important; }
.spminw32 { min-width:32px !important; }
.spminw33 { min-width:33px !important; }
.spminw34 { min-width:34px !important; }
.spminw35 { min-width:35px !important; }
.spminw36 { min-width:36px !important; }
.spminw37 { min-width:37px !important; }
.spminw38 { min-width:38px !important; }
.spminw39 { min-width:39px !important; }
.spminw40 { min-width:40px !important; }
.spminw41 { min-width:41px !important; }
.spminw42 { min-width:42px !important; }
.spminw43 { min-width:43px !important; }
.spminw44 { min-width:44px !important; }
.spminw45 { min-width:45px !important; }
.spminw46 { min-width:46px !important; }
.spminw47 { min-width:47px !important; }
.spminw48 { min-width:48px !important; }
.spminw49 { min-width:49px !important; }
.spminw50 { min-width:50px !important; }
.spminw51 { min-width:51px !important; }
.spminw52 { min-width:52px !important; }
.spminw53 { min-width:53px !important; }
.spminw54 { min-width:54px !important; }
.spminw55 { min-width:55px !important; }
.spminw56 { min-width:56px !important; }
.spminw57 { min-width:57px !important; }
.spminw58 { min-width:58px !important; }
.spminw59 { min-width:59px !important; }
.spminw60 { min-width:60px !important; }
.spminw61 { min-width:61px !important; }
.spminw62 { min-width:62px !important; }
.spminw63 { min-width:63px !important; }
.spminw64 { min-width:64px !important; }
.spminw65 { min-width:65px !important; }
.spminw66 { min-width:66px !important; }
.spminw67 { min-width:67px !important; }
.spminw68 { min-width:68px !important; }
.spminw69 { min-width:69px !important; }
.spminw70 { min-width:70px !important; }
.spminw71 { min-width:71px !important; }
.spminw72 { min-width:72px !important; }
.spminw73 { min-width:73px !important; }
.spminw74 { min-width:74px !important; }
.spminw75 { min-width:75px !important; }
.spminw76 { min-width:76px !important; }
.spminw77 { min-width:77px !important; }
.spminw78 { min-width:78px !important; }
.spminw79 { min-width:79px !important; }
.spminw80 { min-width:80px !important; }
.spminw81 { min-width:81px !important; }
.spminw82 { min-width:82px !important; }
.spminw83 { min-width:83px !important; }
.spminw84 { min-width:84px !important; }
.spminw85 { min-width:85px !important; }
.spminw86 { min-width:86px !important; }
.spminw87 { min-width:87px !important; }
.spminw88 { min-width:88px !important; }
.spminw89 { min-width:89px !important; }
.spminw90 { min-width:90px !important; }
.spminw91 { min-width:91px !important; }
.spminw92 { min-width:92px !important; }
.spminw93 { min-width:93px !important; }
.spminw94 { min-width:94px !important; }
.spminw95 { min-width:95px !important; }
.spminw96 { min-width:96px !important; }
.spminw97 { min-width:97px !important; }
.spminw98 { min-width:98px !important; }
.spminw99 { min-width:99px !important; }
.spminw100 { min-width:100px !important; }
.spminw105 { min-width:105px !important; }
.spminw110 { min-width:110px !important; }
.spminw115 { min-width:115px !important; }
.spminw120 { min-width:120px !important; }
.spminw125 { min-width:125px !important; }
.spminw130 { min-width:130px !important; }
.spminw135 { min-width:135px !important; }
.spminw140 { min-width:140px !important; }
.spminw145 { min-width:145px !important; }
.spminw150 { min-width:150px !important; }
.spminw155 { min-width:155px !important; }
.spminw160 { min-width:160px !important; }
.spminw165 { min-width:165px !important; }
.spminw170 { min-width:170px !important; }
.spminw175 { min-width:175px !important; }
.spminw180 { min-width:180px !important; }
.spminw185 { min-width:185px !important; }
.spminw190 { min-width:190px !important; }
.spminw195 { min-width:195px !important; }
.spminw200 { min-width:200px !important; }
.spminw205 { min-width:205px !important; }
.spminw210 { min-width:210px !important; }
.spminw215 { min-width:215px !important; }
.spminw220 { min-width:220px !important; }
.spminw225 { min-width:225px !important; }
.spminw230 { min-width:230px !important; }
.spminw235 { min-width:235px !important; }
.spminw240 { min-width:240px !important; }
.spminw245 { min-width:245px !important; }
.spminw250 { min-width:250px !important; }
.spminw255 { min-width:255px !important; }
.spminw260 { min-width:260px !important; }
.spminw265 { min-width:265px !important; }
.spminw270 { min-width:270px !important; }
.spminw275 { min-width:275px !important; }
.spminw280 { min-width:280px !important; }
.spminw285 { min-width:285px !important; }
.spminw290 { min-width:290px !important; }
.spminw295 { min-width:295px !important; }
.spminw300 { min-width:300px !important; }
.spminw305 { min-width:305px !important; }
.spminw310 { min-width:310px !important; }
.spminw315 { min-width:315px !important; }
.spminw320 { min-width:320px !important; }
.spminw325 { min-width:325px !important; }
.spminw330 { min-width:330px !important; }
.spminw335 { min-width:335px !important; }
.spminw340 { min-width:340px !important; }
.spminw345 { min-width:345px !important; }
.spminw350 { min-width:350px !important; }
.spminw355 { min-width:355px !important; }
.spminw360 { min-width:360px !important; }
.spminw365 { min-width:365px !important; }
.spminw370 { min-width:370px !important; }
.spminw375 { min-width:375px !important; }
.spminw380 { min-width:380px !important; }
.spminw385 { min-width:385px !important; }
.spminw390 { min-width:390px !important; }
.spminw395 { min-width:395px !important; }
.spminw400 { min-width:400px !important; }
.spminw405 { min-width:405px !important; }
.spminw410 { min-width:410px !important; }
.spminw415 { min-width:415px !important; }
.spminw420 { min-width:420px !important; }
.spminw425 { min-width:425px !important; }
.spminw430 { min-width:430px !important; }
.spminw435 { min-width:435px !important; }
.spminw440 { min-width:440px !important; }
.spminw445 { min-width:445px !important; }
.spminw450 { min-width:450px !important; }
.spminw455 { min-width:455px !important; }
.spminw460 { min-width:460px !important; }
.spminw465 { min-width:465px !important; }
.spminw470 { min-width:470px !important; }
.spminw475 { min-width:475px !important; }
.spminw480 { min-width:480px !important; }
.spminw485 { min-width:485px !important; }
.spminw490 { min-width:490px !important; }
.spminw495 { min-width:495px !important; }
.spminw500 { min-width:500px !important; }
.spminw505 { min-width:505px !important; }
.spminw510 { min-width:510px !important; }
.spminw515 { min-width:515px !important; }
.spminw520 { min-width:520px !important; }
.spminw525 { min-width:525px !important; }
.spminw530 { min-width:530px !important; }
.spminw535 { min-width:535px !important; }
.spminw540 { min-width:540px !important; }
.spminw545 { min-width:545px !important; }
.spminw550 { min-width:550px !important; }
.spminw555 { min-width:555px !important; }
.spminw560 { min-width:560px !important; }
.spminw565 { min-width:565px !important; }
.spminw570 { min-width:570px !important; }
.spminw575 { min-width:575px !important; }
.spminw580 { min-width:580px !important; }
.spminw585 { min-width:585px !important; }
.spminw590 { min-width:590px !important; }
.spminw595 { min-width:595px !important; }
.spminw600 { min-width:600px !important; }
.spminw605 { min-width:605px !important; }
.spminw610 { min-width:610px !important; }
.spminw615 { min-width:615px !important; }
.spminw620 { min-width:620px !important; }
.spminw625 { min-width:625px !important; }
.spminw630 { min-width:630px !important; }
.spminw635 { min-width:635px !important; }
.spminw640 { min-width:640px !important; }
.spminw645 { min-width:645px !important; }
.spminw650 { min-width:650px !important; }
.spminw655 { min-width:655px !important; }
.spminw660 { min-width:660px !important; }
.spminw665 { min-width:665px !important; }
.spminw670 { min-width:670px !important; }
.spminw675 { min-width:675px !important; }
.spminw680 { min-width:680px !important; }
.spminw685 { min-width:685px !important; }
.spminw690 { min-width:690px !important; }
.spminw695 { min-width:695px !important; }
.spminw700 { min-width:700px !important; }
.spminw705 { min-width:705px !important; }
.spminw710 { min-width:710px !important; }
.spminw715 { min-width:715px !important; }
.spminw720 { min-width:720px !important; }
.spminw725 { min-width:725px !important; }
.spminw730 { min-width:730px !important; }
.spminw735 { min-width:735px !important; }
.spminw740 { min-width:740px !important; }
.spminw745 { min-width:745px !important; }
.spminw750 { min-width:750px !important; }
.spminw755 { min-width:755px !important; }
.spminw760 { min-width:760px !important; }
.spminw765 { min-width:765px !important; }
.spminw770 { min-width:770px !important; }
.spminw775 { min-width:775px !important; }
.spminw780 { min-width:780px !important; }


.spminw01per  { min-width: 1% !important; }
.spminw02per  { min-width: 2% !important; }
.spminw03per  { min-width: 3% !important; }
.spminw04per  { min-width: 4% !important; }
.spminw05per  { min-width: 5% !important; }
.spminw06per  { min-width: 6% !important; }
.spminw07per  { min-width: 7% !important; }
.spminw08per  { min-width: 8% !important; }
.spminw09per  { min-width: 9% !important; }
.spminw10per  { min-width:10% !important; }
.spminw11per  { min-width:11% !important; }
.spminw12per  { min-width:12% !important; }
.spminw13per  { min-width:13% !important; }
.spminw14per  { min-width:14% !important; }
.spminw15per  { min-width:15% !important; }
.spminw16per  { min-width:16% !important; }
.spminw17per  { min-width:17% !important; }
.spminw18per  { min-width:18% !important; }
.spminw19per  { min-width:19% !important; }
.spminw20per  { min-width:20% !important; }
.spminw21per  { min-width:21% !important; }
.spminw22per  { min-width:22% !important; }
.spminw23per  { min-width:23% !important; }
.spminw24per  { min-width:24% !important; }
.spminw25per  { min-width:25% !important; }
.spminw26per  { min-width:26% !important; }
.spminw27per  { min-width:27% !important; }
.spminw28per  { min-width:28% !important; }
.spminw29per  { min-width:29% !important; }
.spminw30per  { min-width:30% !important; }
.spminw31per  { min-width:31% !important; }
.spminw32per  { min-width:32% !important; }
.spminw33per  { min-width:33% !important; }
.spminw34per  { min-width:34% !important; }
.spminw35per  { min-width:35% !important; }
.spminw36per  { min-width:36% !important; }
.spminw37per  { min-width:37% !important; }
.spminw38per  { min-width:38% !important; }
.spminw39per  { min-width:39% !important; }
.spminw40per  { min-width:40% !important; }
.spminw41per  { min-width:41% !important; }
.spminw42per  { min-width:42% !important; }
.spminw43per  { min-width:43% !important; }
.spminw44per  { min-width:44% !important; }
.spminw45per  { min-width:45% !important; }
.spminw46per  { min-width:46% !important; }
.spminw47per  { min-width:47% !important; }
.spminw48per  { min-width:48% !important; }
.spminw49per  { min-width:49% !important; }
.spminw50per  { min-width:50% !important; }
.spminw51per  { min-width:51% !important; }
.spminw52per  { min-width:52% !important; }
.spminw53per  { min-width:53% !important; }
.spminw54per  { min-width:54% !important; }
.spminw55per  { min-width:55% !important; }
.spminw56per  { min-width:56% !important; }
.spminw57per  { min-width:57% !important; }
.spminw58per  { min-width:58% !important; }
.spminw59per  { min-width:59% !important; }
.spminw60per  { min-width:60% !important; }
.spminw61per  { min-width:61% !important; }
.spminw62per  { min-width:62% !important; }
.spminw63per  { min-width:63% !important; }
.spminw64per  { min-width:64% !important; }
.spminw65per  { min-width:65% !important; }
.spminw66per  { min-width:66% !important; }
.spminw67per  { min-width:67% !important; }
.spminw68per  { min-width:68% !important; }
.spminw69per  { min-width:69% !important; }
.spminw70per  { min-width:70% !important; }
.spminw71per  { min-width:71% !important; }
.spminw72per  { min-width:72% !important; }
.spminw73per  { min-width:73% !important; }
.spminw74per  { min-width:74% !important; }
.spminw75per  { min-width:75% !important; }
.spminw76per  { min-width:76% !important; }
.spminw77per  { min-width:77% !important; }
.spminw78per  { min-width:78% !important; }
.spminw79per  { min-width:79% !important; }
.spminw80per  { min-width:80% !important; }
.spminw81per  { min-width:81% !important; }
.spminw82per  { min-width:82% !important; }
.spminw83per  { min-width:83% !important; }
.spminw84per  { min-width:84% !important; }
.spminw85per  { min-width:85% !important; }
.spminw86per  { min-width:86% !important; }
.spminw87per  { min-width:87% !important; }
.spminw88per  { min-width:88% !important; }
.spminw89per  { min-width:89% !important; }
.spminw90per  { min-width:90% !important; }
.spminw91per  { min-width:91% !important; }
.spminw92per  { min-width:92% !important; }
.spminw93per  { min-width:93% !important; }
.spminw94per  { min-width:94% !important; }
.spminw95per  { min-width:95% !important; }
.spminw96per  { min-width:96% !important; }
.spminw97per  { min-width:97% !important; }
.spminw98per  { min-width:98% !important; }
.spminw99per  { min-width:99% !important; }
.spminw100per { min-width:100% !important; }



/* max-width */
.spmaxw00 { max-width:0px !important; }
.spmaxw01 { max-width:1px !important; }
.spmaxw02 { max-width:2px !important; }
.spmaxw03 { max-width:3px !important; }
.spmaxw04 { max-width:4px !important; }
.spmaxw05 { max-width:5px !important; }
.spmaxw06 { max-width:6px !important; }
.spmaxw07 { max-width:7px !important; }
.spmaxw08 { max-width:8px !important; }
.spmaxw09 { max-width:9px !important; }
.spmaxw10 { max-width:10px !important; }
.spmaxw11 { max-width:11px !important; }
.spmaxw12 { max-width:12px !important; }
.spmaxw13 { max-width:13px !important; }
.spmaxw14 { max-width:14px !important; }
.spmaxw15 { max-width:15px !important; }
.spmaxw16 { max-width:16px !important; }
.spmaxw17 { max-width:17px !important; }
.spmaxw18 { max-width:18px !important; }
.spmaxw19 { max-width:19px !important; }
.spmaxw20 { max-width:20px !important; }
.spmaxw21 { max-width:21px !important; }
.spmaxw22 { max-width:22px !important; }
.spmaxw23 { max-width:23px !important; }
.spmaxw24 { max-width:24px !important; }
.spmaxw25 { max-width:25px !important; }
.spmaxw26 { max-width:26px !important; }
.spmaxw27 { max-width:27px !important; }
.spmaxw28 { max-width:28px !important; }
.spmaxw29 { max-width:29px !important; }
.spmaxw30 { max-width:30px !important; }
.spmaxw31 { max-width:31px !important; }
.spmaxw32 { max-width:32px !important; }
.spmaxw33 { max-width:33px !important; }
.spmaxw34 { max-width:34px !important; }
.spmaxw35 { max-width:35px !important; }
.spmaxw36 { max-width:36px !important; }
.spmaxw37 { max-width:37px !important; }
.spmaxw38 { max-width:38px !important; }
.spmaxw39 { max-width:39px !important; }
.spmaxw40 { max-width:40px !important; }
.spmaxw41 { max-width:41px !important; }
.spmaxw42 { max-width:42px !important; }
.spmaxw43 { max-width:43px !important; }
.spmaxw44 { max-width:44px !important; }
.spmaxw45 { max-width:45px !important; }
.spmaxw46 { max-width:46px !important; }
.spmaxw47 { max-width:47px !important; }
.spmaxw48 { max-width:48px !important; }
.spmaxw49 { max-width:49px !important; }
.spmaxw50 { max-width:50px !important; }
.spmaxw51 { max-width:51px !important; }
.spmaxw52 { max-width:52px !important; }
.spmaxw53 { max-width:53px !important; }
.spmaxw54 { max-width:54px !important; }
.spmaxw55 { max-width:55px !important; }
.spmaxw56 { max-width:56px !important; }
.spmaxw57 { max-width:57px !important; }
.spmaxw58 { max-width:58px !important; }
.spmaxw59 { max-width:59px !important; }
.spmaxw60 { max-width:60px !important; }
.spmaxw61 { max-width:61px !important; }
.spmaxw62 { max-width:62px !important; }
.spmaxw63 { max-width:63px !important; }
.spmaxw64 { max-width:64px !important; }
.spmaxw65 { max-width:65px !important; }
.spmaxw66 { max-width:66px !important; }
.spmaxw67 { max-width:67px !important; }
.spmaxw68 { max-width:68px !important; }
.spmaxw69 { max-width:69px !important; }
.spmaxw70 { max-width:70px !important; }
.spmaxw71 { max-width:71px !important; }
.spmaxw72 { max-width:72px !important; }
.spmaxw73 { max-width:73px !important; }
.spmaxw74 { max-width:74px !important; }
.spmaxw75 { max-width:75px !important; }
.spmaxw76 { max-width:76px !important; }
.spmaxw77 { max-width:77px !important; }
.spmaxw78 { max-width:78px !important; }
.spmaxw79 { max-width:79px !important; }
.spmaxw80 { max-width:80px !important; }
.spmaxw81 { max-width:81px !important; }
.spmaxw82 { max-width:82px !important; }
.spmaxw83 { max-width:83px !important; }
.spmaxw84 { max-width:84px !important; }
.spmaxw85 { max-width:85px !important; }
.spmaxw86 { max-width:86px !important; }
.spmaxw87 { max-width:87px !important; }
.spmaxw88 { max-width:88px !important; }
.spmaxw89 { max-width:89px !important; }
.spmaxw90 { max-width:90px !important; }
.spmaxw91 { max-width:91px !important; }
.spmaxw92 { max-width:92px !important; }
.spmaxw93 { max-width:93px !important; }
.spmaxw94 { max-width:94px !important; }
.spmaxw95 { max-width:95px !important; }
.spmaxw96 { max-width:96px !important; }
.spmaxw97 { max-width:97px !important; }
.spmaxw98 { max-width:98px !important; }
.spmaxw99 { max-width:99px !important; }
.spmaxw100 { max-width:100px !important; }
.spmaxw105 { max-width:105px !important; }
.spmaxw110 { max-width:110px !important; }
.spmaxw115 { max-width:115px !important; }
.spmaxw120 { max-width:120px !important; }
.spmaxw125 { max-width:125px !important; }
.spmaxw130 { max-width:130px !important; }
.spmaxw135 { max-width:135px !important; }
.spmaxw140 { max-width:140px !important; }
.spmaxw145 { max-width:145px !important; }
.spmaxw150 { max-width:150px !important; }
.spmaxw155 { max-width:155px !important; }
.spmaxw160 { max-width:160px !important; }
.spmaxw165 { max-width:165px !important; }
.spmaxw170 { max-width:170px !important; }
.spmaxw175 { max-width:175px !important; }
.spmaxw180 { max-width:180px !important; }
.spmaxw185 { max-width:185px !important; }
.spmaxw190 { max-width:190px !important; }
.spmaxw195 { max-width:195px !important; }
.spmaxw200 { max-width:200px !important; }
.spmaxw205 { max-width:205px !important; }
.spmaxw210 { max-width:210px !important; }
.spmaxw215 { max-width:215px !important; }
.spmaxw220 { max-width:220px !important; }
.spmaxw225 { max-width:225px !important; }
.spmaxw230 { max-width:230px !important; }
.spmaxw235 { max-width:235px !important; }
.spmaxw240 { max-width:240px !important; }
.spmaxw245 { max-width:245px !important; }
.spmaxw250 { max-width:250px !important; }
.spmaxw255 { max-width:255px !important; }
.spmaxw260 { max-width:260px !important; }
.spmaxw265 { max-width:265px !important; }
.spmaxw270 { max-width:270px !important; }
.spmaxw275 { max-width:275px !important; }
.spmaxw280 { max-width:280px !important; }
.spmaxw285 { max-width:285px !important; }
.spmaxw290 { max-width:290px !important; }
.spmaxw295 { max-width:295px !important; }
.spmaxw300 { max-width:300px !important; }
.spmaxw305 { max-width:305px !important; }
.spmaxw310 { max-width:310px !important; }
.spmaxw315 { max-width:315px !important; }
.spmaxw320 { max-width:320px !important; }
.spmaxw325 { max-width:325px !important; }
.spmaxw330 { max-width:330px !important; }
.spmaxw335 { max-width:335px !important; }
.spmaxw340 { max-width:340px !important; }
.spmaxw345 { max-width:345px !important; }
.spmaxw350 { max-width:350px !important; }
.spmaxw355 { max-width:355px !important; }
.spmaxw360 { max-width:360px !important; }
.spmaxw365 { max-width:365px !important; }
.spmaxw370 { max-width:370px !important; }
.spmaxw375 { max-width:375px !important; }
.spmaxw380 { max-width:380px !important; }
.spmaxw385 { max-width:385px !important; }
.spmaxw390 { max-width:390px !important; }
.spmaxw395 { max-width:395px !important; }
.spmaxw400 { max-width:400px !important; }
.spmaxw405 { max-width:405px !important; }
.spmaxw410 { max-width:410px !important; }
.spmaxw415 { max-width:415px !important; }
.spmaxw420 { max-width:420px !important; }
.spmaxw425 { max-width:425px !important; }
.spmaxw430 { max-width:430px !important; }
.spmaxw435 { max-width:435px !important; }
.spmaxw440 { max-width:440px !important; }
.spmaxw445 { max-width:445px !important; }
.spmaxw450 { max-width:450px !important; }
.spmaxw455 { max-width:455px !important; }
.spmaxw460 { max-width:460px !important; }
.spmaxw465 { max-width:465px !important; }
.spmaxw470 { max-width:470px !important; }
.spmaxw475 { max-width:475px !important; }
.spmaxw480 { max-width:480px !important; }
.spmaxw485 { max-width:485px !important; }
.spmaxw490 { max-width:490px !important; }
.spmaxw495 { max-width:495px !important; }
.spmaxw500 { max-width:500px !important; }
.spmaxw505 { max-width:505px !important; }
.spmaxw510 { max-width:510px !important; }
.spmaxw515 { max-width:515px !important; }
.spmaxw520 { max-width:520px !important; }
.spmaxw525 { max-width:525px !important; }
.spmaxw530 { max-width:530px !important; }
.spmaxw535 { max-width:535px !important; }
.spmaxw540 { max-width:540px !important; }
.spmaxw545 { max-width:545px !important; }
.spmaxw550 { max-width:550px !important; }
.spmaxw555 { max-width:555px !important; }
.spmaxw560 { max-width:560px !important; }
.spmaxw565 { max-width:565px !important; }
.spmaxw570 { max-width:570px !important; }
.spmaxw575 { max-width:575px !important; }
.spmaxw580 { max-width:580px !important; }
.spmaxw585 { max-width:585px !important; }
.spmaxw590 { max-width:590px !important; }
.spmaxw595 { max-width:595px !important; }
.spmaxw600 { max-width:600px !important; }
.spmaxw605 { max-width:605px !important; }
.spmaxw610 { max-width:610px !important; }
.spmaxw615 { max-width:615px !important; }
.spmaxw620 { max-width:620px !important; }
.spmaxw625 { max-width:625px !important; }
.spmaxw630 { max-width:630px !important; }
.spmaxw635 { max-width:635px !important; }
.spmaxw640 { max-width:640px !important; }
.spmaxw645 { max-width:645px !important; }
.spmaxw650 { max-width:650px !important; }
.spmaxw655 { max-width:655px !important; }
.spmaxw660 { max-width:660px !important; }
.spmaxw665 { max-width:665px !important; }
.spmaxw670 { max-width:670px !important; }
.spmaxw675 { max-width:675px !important; }
.spmaxw680 { max-width:680px !important; }
.spmaxw685 { max-width:685px !important; }
.spmaxw690 { max-width:690px !important; }
.spmaxw695 { max-width:695px !important; }
.spmaxw700 { max-width:700px !important; }
.spmaxw705 { max-width:705px !important; }
.spmaxw710 { max-width:710px !important; }
.spmaxw715 { max-width:715px !important; }
.spmaxw720 { max-width:720px !important; }
.spmaxw725 { max-width:725px !important; }
.spmaxw730 { max-width:730px !important; }
.spmaxw735 { max-width:735px !important; }
.spmaxw740 { max-width:740px !important; }
.spmaxw745 { max-width:745px !important; }
.spmaxw750 { max-width:750px !important; }
.spmaxw755 { max-width:755px !important; }
.spmaxw760 { max-width:760px !important; }
.spmaxw765 { max-width:765px !important; }
.spmaxw770 { max-width:770px !important; }
.spmaxw775 { max-width:775px !important; }
.spmaxw780 { max-width:780px !important; }


.spmaxw01per  { max-width: 1% !important; }
.spmaxw02per  { max-width: 2% !important; }
.spmaxw03per  { max-width: 3% !important; }
.spmaxw04per  { max-width: 4% !important; }
.spmaxw05per  { max-width: 5% !important; }
.spmaxw06per  { max-width: 6% !important; }
.spmaxw07per  { max-width: 7% !important; }
.spmaxw08per  { max-width: 8% !important; }
.spmaxw09per  { max-width: 9% !important; }
.spmaxw10per  { max-width:10% !important; }
.spmaxw11per  { max-width:11% !important; }
.spmaxw12per  { max-width:12% !important; }
.spmaxw13per  { max-width:13% !important; }
.spmaxw14per  { max-width:14% !important; }
.spmaxw15per  { max-width:15% !important; }
.spmaxw16per  { max-width:16% !important; }
.spmaxw17per  { max-width:17% !important; }
.spmaxw18per  { max-width:18% !important; }
.spmaxw19per  { max-width:19% !important; }
.spmaxw20per  { max-width:20% !important; }
.spmaxw21per  { max-width:21% !important; }
.spmaxw22per  { max-width:22% !important; }
.spmaxw23per  { max-width:23% !important; }
.spmaxw24per  { max-width:24% !important; }
.spmaxw25per  { max-width:25% !important; }
.spmaxw26per  { max-width:26% !important; }
.spmaxw27per  { max-width:27% !important; }
.spmaxw28per  { max-width:28% !important; }
.spmaxw29per  { max-width:29% !important; }
.spmaxw30per  { max-width:30% !important; }
.spmaxw31per  { max-width:31% !important; }
.spmaxw32per  { max-width:32% !important; }
.spmaxw33per  { max-width:33% !important; }
.spmaxw34per  { max-width:34% !important; }
.spmaxw35per  { max-width:35% !important; }
.spmaxw36per  { max-width:36% !important; }
.spmaxw37per  { max-width:37% !important; }
.spmaxw38per  { max-width:38% !important; }
.spmaxw39per  { max-width:39% !important; }
.spmaxw40per  { max-width:40% !important; }
.spmaxw41per  { max-width:41% !important; }
.spmaxw42per  { max-width:42% !important; }
.spmaxw43per  { max-width:43% !important; }
.spmaxw44per  { max-width:44% !important; }
.spmaxw45per  { max-width:45% !important; }
.spmaxw46per  { max-width:46% !important; }
.spmaxw47per  { max-width:47% !important; }
.spmaxw48per  { max-width:48% !important; }
.spmaxw49per  { max-width:49% !important; }
.spmaxw50per  { max-width:50% !important; }
.spmaxw51per  { max-width:51% !important; }
.spmaxw52per  { max-width:52% !important; }
.spmaxw53per  { max-width:53% !important; }
.spmaxw54per  { max-width:54% !important; }
.spmaxw55per  { max-width:55% !important; }
.spmaxw56per  { max-width:56% !important; }
.spmaxw57per  { max-width:57% !important; }
.spmaxw58per  { max-width:58% !important; }
.spmaxw59per  { max-width:59% !important; }
.spmaxw60per  { max-width:60% !important; }
.spmaxw61per  { max-width:61% !important; }
.spmaxw62per  { max-width:62% !important; }
.spmaxw63per  { max-width:63% !important; }
.spmaxw64per  { max-width:64% !important; }
.spmaxw65per  { max-width:65% !important; }
.spmaxw66per  { max-width:66% !important; }
.spmaxw67per  { max-width:67% !important; }
.spmaxw68per  { max-width:68% !important; }
.spmaxw69per  { max-width:69% !important; }
.spmaxw70per  { max-width:70% !important; }
.spmaxw71per  { max-width:71% !important; }
.spmaxw72per  { max-width:72% !important; }
.spmaxw73per  { max-width:73% !important; }
.spmaxw74per  { max-width:74% !important; }
.spmaxw75per  { max-width:75% !important; }
.spmaxw76per  { max-width:76% !important; }
.spmaxw77per  { max-width:77% !important; }
.spmaxw78per  { max-width:78% !important; }
.spmaxw79per  { max-width:79% !important; }
.spmaxw80per  { max-width:80% !important; }
.spmaxw81per  { max-width:81% !important; }
.spmaxw82per  { max-width:82% !important; }
.spmaxw83per  { max-width:83% !important; }
.spmaxw84per  { max-width:84% !important; }
.spmaxw85per  { max-width:85% !important; }
.spmaxw86per  { max-width:86% !important; }
.spmaxw87per  { max-width:87% !important; }
.spmaxw88per  { max-width:88% !important; }
.spmaxw89per  { max-width:89% !important; }
.spmaxw90per  { max-width:90% !important; }
.spmaxw91per  { max-width:91% !important; }
.spmaxw92per  { max-width:92% !important; }
.spmaxw93per  { max-width:93% !important; }
.spmaxw94per  { max-width:94% !important; }
.spmaxw95per  { max-width:95% !important; }
.spmaxw96per  { max-width:96% !important; }
.spmaxw97per  { max-width:97% !important; }
.spmaxw98per  { max-width:98% !important; }
.spmaxw99per  { max-width:99% !important; }
.spmaxw100per { max-width:100% !important; }






/*----------------------------------------------------
 height
----------------------------------------------------*/

.sphAuto { height:auto !important; }

.sph00 { height:0px !important; }
.sph01 { height:1px !important; }
.sph02 { height:2px !important; }
.sph03 { height:3px !important; }
.sph04 { height:4px !important; }
.sph05 { height:5px !important; }
.sph06 { height:6px !important; }
.sph07 { height:7px !important; }
.sph08 { height:8px !important; }
.sph09 { height:9px !important; }
.sph10 { height:10px !important; }
.sph11 { height:11px !important; }
.sph12 { height:12px !important; }
.sph13 { height:13px !important; }
.sph14 { height:14px !important; }
.sph15 { height:15px !important; }
.sph16 { height:16px !important; }
.sph17 { height:17px !important; }
.sph18 { height:18px !important; }
.sph19 { height:19px !important; }
.sph20 { height:20px !important; }
.sph21 { height:21px !important; }
.sph22 { height:22px !important; }
.sph23 { height:23px !important; }
.sph24 { height:24px !important; }
.sph25 { height:25px !important; }
.sph26 { height:26px !important; }
.sph27 { height:27px !important; }
.sph28 { height:28px !important; }
.sph29 { height:29px !important; }
.sph30 { height:30px !important; }
.sph31 { height:31px !important; }
.sph32 { height:32px !important; }
.sph33 { height:33px !important; }
.sph34 { height:34px !important; }
.sph35 { height:35px !important; }
.sph36 { height:36px !important; }
.sph37 { height:37px !important; }
.sph38 { height:38px !important; }
.sph39 { height:39px !important; }
.sph40 { height:40px !important; }
.sph41 { height:41px !important; }
.sph42 { height:42px !important; }
.sph43 { height:43px !important; }
.sph44 { height:44px !important; }
.sph45 { height:45px !important; }
.sph46 { height:46px !important; }
.sph47 { height:47px !important; }
.sph48 { height:48px !important; }
.sph49 { height:49px !important; }
.sph50 { height:50px !important; }
.sph51 { height:51px !important; }
.sph52 { height:52px !important; }
.sph53 { height:53px !important; }
.sph54 { height:54px !important; }
.sph55 { height:55px !important; }
.sph56 { height:56px !important; }
.sph57 { height:57px !important; }
.sph58 { height:58px !important; }
.sph59 { height:59px !important; }
.sph60 { height:60px !important; }
.sph61 { height:61px !important; }
.sph62 { height:62px !important; }
.sph63 { height:63px !important; }
.sph64 { height:64px !important; }
.sph65 { height:65px !important; }
.sph66 { height:66px !important; }
.sph67 { height:67px !important; }
.sph68 { height:68px !important; }
.sph69 { height:69px !important; }
.sph70 { height:70px !important; }
.sph71 { height:71px !important; }
.sph72 { height:72px !important; }
.sph73 { height:73px !important; }
.sph74 { height:74px !important; }
.sph75 { height:75px !important; }
.sph76 { height:76px !important; }
.sph77 { height:77px !important; }
.sph78 { height:78px !important; }
.sph79 { height:79px !important; }
.sph80 { height:80px !important; }
.sph81 { height:81px !important; }
.sph82 { height:82px !important; }
.sph83 { height:83px !important; }
.sph84 { height:84px !important; }
.sph85 { height:85px !important; }
.sph86 { height:86px !important; }
.sph87 { height:87px !important; }
.sph88 { height:88px !important; }
.sph89 { height:89px !important; }
.sph90 { height:90px !important; }
.sph91 { height:91px !important; }
.sph92 { height:92px !important; }
.sph93 { height:93px !important; }
.sph94 { height:94px !important; }
.sph95 { height:95px !important; }
.sph96 { height:96px !important; }
.sph97 { height:97px !important; }
.sph98 { height:98px !important; }
.sph99 { height:99px !important; }
.sph100 { height:100px !important; }
.sph105 { height:105px !important; }
.sph110 { height:110px !important; }
.sph115 { height:115px !important; }
.sph120 { height:120px !important; }
.sph125 { height:125px !important; }
.sph130 { height:130px !important; }
.sph135 { height:135px !important; }
.sph140 { height:140px !important; }
.sph145 { height:145px !important; }
.sph150 { height:150px !important; }
.sph155 { height:155px !important; }
.sph160 { height:160px !important; }
.sph165 { height:165px !important; }
.sph170 { height:170px !important; }
.sph175 { height:175px !important; }
.sph180 { height:180px !important; }
.sph185 { height:185px !important; }
.sph190 { height:190px !important; }
.sph195 { height:195px !important; }
.sph200 { height:200px !important; }
.sph205 { height:205px !important; }
.sph210 { height:210px !important; }
.sph215 { height:215px !important; }
.sph220 { height:220px !important; }
.sph225 { height:225px !important; }
.sph230 { height:230px !important; }
.sph235 { height:235px !important; }
.sph240 { height:240px !important; }
.sph245 { height:245px !important; }
.sph250 { height:250px !important; }
.sph255 { height:255px !important; }
.sph260 { height:260px !important; }
.sph265 { height:265px !important; }
.sph270 { height:270px !important; }
.sph275 { height:275px !important; }
.sph280 { height:280px !important; }
.sph285 { height:285px !important; }
.sph290 { height:290px !important; }
.sph295 { height:295px !important; }
.sph300 { height:300px !important; }
.sph305 { height:305px !important; }
.sph310 { height:310px !important; }
.sph315 { height:315px !important; }
.sph320 { height:320px !important; }
.sph325 { height:325px !important; }
.sph330 { height:330px !important; }
.sph335 { height:335px !important; }
.sph340 { height:340px !important; }
.sph345 { height:345px !important; }
.sph350 { height:350px !important; }
.sph355 { height:355px !important; }
.sph360 { height:360px !important; }
.sph365 { height:365px !important; }
.sph370 { height:370px !important; }
.sph375 { height:375px !important; }
.sph380 { height:380px !important; }
.sph385 { height:385px !important; }
.sph390 { height:390px !important; }
.sph395 { height:395px !important; }
.sph400 { height:400px !important; }
.sph405 { height:405px !important; }
.sph410 { height:410px !important; }
.sph415 { height:415px !important; }
.sph420 { height:420px !important; }
.sph425 { height:425px !important; }
.sph430 { height:430px !important; }
.sph435 { height:435px !important; }
.sph440 { height:440px !important; }
.sph445 { height:445px !important; }
.sph450 { height:450px !important; }
.sph455 { height:455px !important; }
.sph460 { height:460px !important; }
.sph465 { height:465px !important; }
.sph470 { height:470px !important; }
.sph475 { height:475px !important; }
.sph480 { height:480px !important; }
.sph485 { height:485px !important; }
.sph490 { height:490px !important; }
.sph495 { height:495px !important; }
.sph500 { height:500px !important; }
.sph505 { height:505px !important; }
.sph510 { height:510px !important; }
.sph515 { height:515px !important; }
.sph520 { height:520px !important; }
.sph525 { height:525px !important; }
.sph530 { height:530px !important; }
.sph535 { height:535px !important; }
.sph540 { height:540px !important; }
.sph545 { height:545px !important; }
.sph550 { height:550px !important; }
.sph555 { height:555px !important; }
.sph560 { height:560px !important; }
.sph565 { height:565px !important; }
.sph570 { height:570px !important; }
.sph575 { height:575px !important; }
.sph580 { height:580px !important; }
.sph585 { height:585px !important; }
.sph590 { height:590px !important; }
.sph595 { height:595px !important; }
.sph600 { height:600px !important; }
.sph605 { height:605px !important; }
.sph610 { height:610px !important; }
.sph615 { height:615px !important; }
.sph620 { height:620px !important; }
.sph625 { height:625px !important; }
.sph630 { height:630px !important; }
.sph635 { height:635px !important; }
.sph640 { height:640px !important; }
.sph645 { height:645px !important; }
.sph650 { height:650px !important; }
.sph655 { height:655px !important; }
.sph660 { height:660px !important; }
.sph665 { height:665px !important; }
.sph670 { height:670px !important; }
.sph675 { height:675px !important; }
.sph680 { height:680px !important; }
.sph685 { height:685px !important; }
.sph690 { height:690px !important; }
.sph695 { height:695px !important; }
.sph700 { height:700px !important; }
.sph705 { height:705px !important; }
.sph710 { height:710px !important; }
.sph715 { height:715px !important; }
.sph720 { height:720px !important; }
.sph725 { height:725px !important; }
.sph730 { height:730px !important; }
.sph735 { height:735px !important; }
.sph740 { height:740px !important; }
.sph745 { height:745px !important; }
.sph750 { height:750px !important; }
.sph755 { height:755px !important; }
.sph760 { height:760px !important; }
.sph765 { height:765px !important; }
.sph770 { height:770px !important; }
.sph775 { height:775px !important; }
.sph780 { height:780px !important; }


/* min-height */
.spminh00 { min-height:0px !important; }
.spminh01 { min-height:1px !important; }
.spminh02 { min-height:2px !important; }
.spminh03 { min-height:3px !important; }
.spminh04 { min-height:4px !important; }
.spminh05 { min-height:5px !important; }
.spminh06 { min-height:6px !important; }
.spminh07 { min-height:7px !important; }
.spminh08 { min-height:8px !important; }
.spminh09 { min-height:9px !important; }
.spminh10 { min-height:10px !important; }
.spminh11 { min-height:11px !important; }
.spminh12 { min-height:12px !important; }
.spminh13 { min-height:13px !important; }
.spminh14 { min-height:14px !important; }
.spminh15 { min-height:15px !important; }
.spminh16 { min-height:16px !important; }
.spminh17 { min-height:17px !important; }
.spminh18 { min-height:18px !important; }
.spminh19 { min-height:19px !important; }
.spminh20 { min-height:20px !important; }
.spminh21 { min-height:21px !important; }
.spminh22 { min-height:22px !important; }
.spminh23 { min-height:23px !important; }
.spminh24 { min-height:24px !important; }
.spminh25 { min-height:25px !important; }
.spminh26 { min-height:26px !important; }
.spminh27 { min-height:27px !important; }
.spminh28 { min-height:28px !important; }
.spminh29 { min-height:29px !important; }
.spminh30 { min-height:30px !important; }
.spminh31 { min-height:31px !important; }
.spminh32 { min-height:32px !important; }
.spminh33 { min-height:33px !important; }
.spminh34 { min-height:34px !important; }
.spminh35 { min-height:35px !important; }
.spminh36 { min-height:36px !important; }
.spminh37 { min-height:37px !important; }
.spminh38 { min-height:38px !important; }
.spminh39 { min-height:39px !important; }
.spminh40 { min-height:40px !important; }
.spminh41 { min-height:41px !important; }
.spminh42 { min-height:42px !important; }
.spminh43 { min-height:43px !important; }
.spminh44 { min-height:44px !important; }
.spminh45 { min-height:45px !important; }
.spminh46 { min-height:46px !important; }
.spminh47 { min-height:47px !important; }
.spminh48 { min-height:48px !important; }
.spminh49 { min-height:49px !important; }
.spminh50 { min-height:50px !important; }
.spminh51 { min-height:51px !important; }
.spminh52 { min-height:52px !important; }
.spminh53 { min-height:53px !important; }
.spminh54 { min-height:54px !important; }
.spminh55 { min-height:55px !important; }
.spminh56 { min-height:56px !important; }
.spminh57 { min-height:57px !important; }
.spminh58 { min-height:58px !important; }
.spminh59 { min-height:59px !important; }
.spminh60 { min-height:60px !important; }
.spminh61 { min-height:61px !important; }
.spminh62 { min-height:62px !important; }
.spminh63 { min-height:63px !important; }
.spminh64 { min-height:64px !important; }
.spminh65 { min-height:65px !important; }
.spminh66 { min-height:66px !important; }
.spminh67 { min-height:67px !important; }
.spminh68 { min-height:68px !important; }
.spminh69 { min-height:69px !important; }
.spminh70 { min-height:70px !important; }
.spminh71 { min-height:71px !important; }
.spminh72 { min-height:72px !important; }
.spminh73 { min-height:73px !important; }
.spminh74 { min-height:74px !important; }
.spminh75 { min-height:75px !important; }
.spminh76 { min-height:76px !important; }
.spminh77 { min-height:77px !important; }
.spminh78 { min-height:78px !important; }
.spminh79 { min-height:79px !important; }
.spminh80 { min-height:80px !important; }
.spminh81 { min-height:81px !important; }
.spminh82 { min-height:82px !important; }
.spminh83 { min-height:83px !important; }
.spminh84 { min-height:84px !important; }
.spminh85 { min-height:85px !important; }
.spminh86 { min-height:86px !important; }
.spminh87 { min-height:87px !important; }
.spminh88 { min-height:88px !important; }
.spminh89 { min-height:89px !important; }
.spminh90 { min-height:90px !important; }
.spminh91 { min-height:91px !important; }
.spminh92 { min-height:92px !important; }
.spminh93 { min-height:93px !important; }
.spminh94 { min-height:94px !important; }
.spminh95 { min-height:95px !important; }
.spminh96 { min-height:96px !important; }
.spminh97 { min-height:97px !important; }
.spminh98 { min-height:98px !important; }
.spminh99 { min-height:99px !important; }
.spminh100 { min-height:100px !important; }
.spminh105 { min-height:105px !important; }
.spminh110 { min-height:110px !important; }
.spminh115 { min-height:115px !important; }
.spminh120 { min-height:120px !important; }
.spminh125 { min-height:125px !important; }
.spminh130 { min-height:130px !important; }
.spminh135 { min-height:135px !important; }
.spminh140 { min-height:140px !important; }
.spminh145 { min-height:145px !important; }
.spminh150 { min-height:150px !important; }
.spminh155 { min-height:155px !important; }
.spminh160 { min-height:160px !important; }
.spminh165 { min-height:165px !important; }
.spminh170 { min-height:170px !important; }
.spminh175 { min-height:175px !important; }
.spminh180 { min-height:180px !important; }
.spminh185 { min-height:185px !important; }
.spminh190 { min-height:190px !important; }
.spminh195 { min-height:195px !important; }
.spminh200 { min-height:200px !important; }
.spminh205 { min-height:205px !important; }
.spminh210 { min-height:210px !important; }
.spminh215 { min-height:215px !important; }
.spminh220 { min-height:220px !important; }
.spminh225 { min-height:225px !important; }
.spminh230 { min-height:230px !important; }
.spminh235 { min-height:235px !important; }
.spminh240 { min-height:240px !important; }
.spminh245 { min-height:245px !important; }
.spminh250 { min-height:250px !important; }
.spminh255 { min-height:255px !important; }
.spminh260 { min-height:260px !important; }
.spminh265 { min-height:265px !important; }
.spminh270 { min-height:270px !important; }
.spminh275 { min-height:275px !important; }
.spminh280 { min-height:280px !important; }
.spminh285 { min-height:285px !important; }
.spminh290 { min-height:290px !important; }
.spminh295 { min-height:295px !important; }
.spminh300 { min-height:300px !important; }
.spminh305 { min-height:305px !important; }
.spminh310 { min-height:310px !important; }
.spminh315 { min-height:315px !important; }
.spminh320 { min-height:320px !important; }
.spminh325 { min-height:325px !important; }
.spminh330 { min-height:330px !important; }
.spminh335 { min-height:335px !important; }
.spminh340 { min-height:340px !important; }
.spminh345 { min-height:345px !important; }
.spminh350 { min-height:350px !important; }
.spminh355 { min-height:355px !important; }
.spminh360 { min-height:360px !important; }
.spminh365 { min-height:365px !important; }
.spminh370 { min-height:370px !important; }
.spminh375 { min-height:375px !important; }
.spminh380 { min-height:380px !important; }
.spminh385 { min-height:385px !important; }
.spminh390 { min-height:390px !important; }
.spminh395 { min-height:395px !important; }
.spminh400 { min-height:400px !important; }
.spminh405 { min-height:405px !important; }
.spminh410 { min-height:410px !important; }
.spminh415 { min-height:415px !important; }
.spminh420 { min-height:420px !important; }
.spminh425 { min-height:425px !important; }
.spminh430 { min-height:430px !important; }
.spminh435 { min-height:435px !important; }
.spminh440 { min-height:440px !important; }
.spminh445 { min-height:445px !important; }
.spminh450 { min-height:450px !important; }
.spminh455 { min-height:455px !important; }
.spminh460 { min-height:460px !important; }
.spminh465 { min-height:465px !important; }
.spminh470 { min-height:470px !important; }
.spminh475 { min-height:475px !important; }
.spminh480 { min-height:480px !important; }
.spminh485 { min-height:485px !important; }
.spminh490 { min-height:490px !important; }
.spminh495 { min-height:495px !important; }
.spminh500 { min-height:500px !important; }
.spminh505 { min-height:505px !important; }
.spminh510 { min-height:510px !important; }
.spminh515 { min-height:515px !important; }
.spminh520 { min-height:520px !important; }
.spminh525 { min-height:525px !important; }
.spminh530 { min-height:530px !important; }
.spminh535 { min-height:535px !important; }
.spminh540 { min-height:540px !important; }
.spminh545 { min-height:545px !important; }
.spminh550 { min-height:550px !important; }
.spminh555 { min-height:555px !important; }
.spminh560 { min-height:560px !important; }
.spminh565 { min-height:565px !important; }
.spminh570 { min-height:570px !important; }
.spminh575 { min-height:575px !important; }
.spminh580 { min-height:580px !important; }
.spminh585 { min-height:585px !important; }
.spminh590 { min-height:590px !important; }
.spminh595 { min-height:595px !important; }
.spminh600 { min-height:600px !important; }
.spminh605 { min-height:605px !important; }
.spminh610 { min-height:610px !important; }
.spminh615 { min-height:615px !important; }
.spminh620 { min-height:620px !important; }
.spminh625 { min-height:625px !important; }
.spminh630 { min-height:630px !important; }
.spminh635 { min-height:635px !important; }
.spminh640 { min-height:640px !important; }
.spminh645 { min-height:645px !important; }
.spminh650 { min-height:650px !important; }
.spminh655 { min-height:655px !important; }
.spminh660 { min-height:660px !important; }
.spminh665 { min-height:665px !important; }
.spminh670 { min-height:670px !important; }
.spminh675 { min-height:675px !important; }
.spminh680 { min-height:680px !important; }
.spminh685 { min-height:685px !important; }
.spminh690 { min-height:690px !important; }
.spminh695 { min-height:695px !important; }
.spminh700 { min-height:700px !important; }
.spminh705 { min-height:705px !important; }
.spminh710 { min-height:710px !important; }
.spminh715 { min-height:715px !important; }
.spminh720 { min-height:720px !important; }
.spminh725 { min-height:725px !important; }
.spminh730 { min-height:730px !important; }
.spminh735 { min-height:735px !important; }
.spminh740 { min-height:740px !important; }
.spminh745 { min-height:745px !important; }
.spminh750 { min-height:750px !important; }
.spminh755 { min-height:755px !important; }
.spminh760 { min-height:760px !important; }
.spminh765 { min-height:765px !important; }
.spminh770 { min-height:770px !important; }
.spminh775 { min-height:775px !important; }
.spminh780 { min-height:780px !important; }


/* max-height */
.spmaxh00 { max-height:0px !important; }
.spmaxh01 { max-height:1px !important; }
.spmaxh02 { max-height:2px !important; }
.spmaxh03 { max-height:3px !important; }
.spmaxh04 { max-height:4px !important; }
.spmaxh05 { max-height:5px !important; }
.spmaxh06 { max-height:6px !important; }
.spmaxh07 { max-height:7px !important; }
.spmaxh08 { max-height:8px !important; }
.spmaxh09 { max-height:9px !important; }
.spmaxh10 { max-height:10px !important; }
.spmaxh11 { max-height:11px !important; }
.spmaxh12 { max-height:12px !important; }
.spmaxh13 { max-height:13px !important; }
.spmaxh14 { max-height:14px !important; }
.spmaxh15 { max-height:15px !important; }
.spmaxh16 { max-height:16px !important; }
.spmaxh17 { max-height:17px !important; }
.spmaxh18 { max-height:18px !important; }
.spmaxh19 { max-height:19px !important; }
.spmaxh20 { max-height:20px !important; }
.spmaxh21 { max-height:21px !important; }
.spmaxh22 { max-height:22px !important; }
.spmaxh23 { max-height:23px !important; }
.spmaxh24 { max-height:24px !important; }
.spmaxh25 { max-height:25px !important; }
.spmaxh26 { max-height:26px !important; }
.spmaxh27 { max-height:27px !important; }
.spmaxh28 { max-height:28px !important; }
.spmaxh29 { max-height:29px !important; }
.spmaxh30 { max-height:30px !important; }
.spmaxh31 { max-height:31px !important; }
.spmaxh32 { max-height:32px !important; }
.spmaxh33 { max-height:33px !important; }
.spmaxh34 { max-height:34px !important; }
.spmaxh35 { max-height:35px !important; }
.spmaxh36 { max-height:36px !important; }
.spmaxh37 { max-height:37px !important; }
.spmaxh38 { max-height:38px !important; }
.spmaxh39 { max-height:39px !important; }
.spmaxh40 { max-height:40px !important; }
.spmaxh41 { max-height:41px !important; }
.spmaxh42 { max-height:42px !important; }
.spmaxh43 { max-height:43px !important; }
.spmaxh44 { max-height:44px !important; }
.spmaxh45 { max-height:45px !important; }
.spmaxh46 { max-height:46px !important; }
.spmaxh47 { max-height:47px !important; }
.spmaxh48 { max-height:48px !important; }
.spmaxh49 { max-height:49px !important; }
.spmaxh50 { max-height:50px !important; }
.spmaxh51 { max-height:51px !important; }
.spmaxh52 { max-height:52px !important; }
.spmaxh53 { max-height:53px !important; }
.spmaxh54 { max-height:54px !important; }
.spmaxh55 { max-height:55px !important; }
.spmaxh56 { max-height:56px !important; }
.spmaxh57 { max-height:57px !important; }
.spmaxh58 { max-height:58px !important; }
.spmaxh59 { max-height:59px !important; }
.spmaxh60 { max-height:60px !important; }
.spmaxh61 { max-height:61px !important; }
.spmaxh62 { max-height:62px !important; }
.spmaxh63 { max-height:63px !important; }
.spmaxh64 { max-height:64px !important; }
.spmaxh65 { max-height:65px !important; }
.spmaxh66 { max-height:66px !important; }
.spmaxh67 { max-height:67px !important; }
.spmaxh68 { max-height:68px !important; }
.spmaxh69 { max-height:69px !important; }
.spmaxh70 { max-height:70px !important; }
.spmaxh71 { max-height:71px !important; }
.spmaxh72 { max-height:72px !important; }
.spmaxh73 { max-height:73px !important; }
.spmaxh74 { max-height:74px !important; }
.spmaxh75 { max-height:75px !important; }
.spmaxh76 { max-height:76px !important; }
.spmaxh77 { max-height:77px !important; }
.spmaxh78 { max-height:78px !important; }
.spmaxh79 { max-height:79px !important; }
.spmaxh80 { max-height:80px !important; }
.spmaxh81 { max-height:81px !important; }
.spmaxh82 { max-height:82px !important; }
.spmaxh83 { max-height:83px !important; }
.spmaxh84 { max-height:84px !important; }
.spmaxh85 { max-height:85px !important; }
.spmaxh86 { max-height:86px !important; }
.spmaxh87 { max-height:87px !important; }
.spmaxh88 { max-height:88px !important; }
.spmaxh89 { max-height:89px !important; }
.spmaxh90 { max-height:90px !important; }
.spmaxh91 { max-height:91px !important; }
.spmaxh92 { max-height:92px !important; }
.spmaxh93 { max-height:93px !important; }
.spmaxh94 { max-height:94px !important; }
.spmaxh95 { max-height:95px !important; }
.spmaxh96 { max-height:96px !important; }
.spmaxh97 { max-height:97px !important; }
.spmaxh98 { max-height:98px !important; }
.spmaxh99 { max-height:99px !important; }
.spmaxh100 { max-height:100px !important; }
.spmaxh105 { max-height:105px !important; }
.spmaxh110 { max-height:110px !important; }
.spmaxh115 { max-height:115px !important; }
.spmaxh120 { max-height:120px !important; }
.spmaxh125 { max-height:125px !important; }
.spmaxh130 { max-height:130px !important; }
.spmaxh135 { max-height:135px !important; }
.spmaxh140 { max-height:140px !important; }
.spmaxh145 { max-height:145px !important; }
.spmaxh150 { max-height:150px !important; }
.spmaxh155 { max-height:155px !important; }
.spmaxh160 { max-height:160px !important; }
.spmaxh165 { max-height:165px !important; }
.spmaxh170 { max-height:170px !important; }
.spmaxh175 { max-height:175px !important; }
.spmaxh180 { max-height:180px !important; }
.spmaxh185 { max-height:185px !important; }
.spmaxh190 { max-height:190px !important; }
.spmaxh195 { max-height:195px !important; }
.spmaxh200 { max-height:200px !important; }
.spmaxh205 { max-height:205px !important; }
.spmaxh210 { max-height:210px !important; }
.spmaxh215 { max-height:215px !important; }
.spmaxh220 { max-height:220px !important; }
.spmaxh225 { max-height:225px !important; }
.spmaxh230 { max-height:230px !important; }
.spmaxh235 { max-height:235px !important; }
.spmaxh240 { max-height:240px !important; }
.spmaxh245 { max-height:245px !important; }
.spmaxh250 { max-height:250px !important; }
.spmaxh255 { max-height:255px !important; }
.spmaxh260 { max-height:260px !important; }
.spmaxh265 { max-height:265px !important; }
.spmaxh270 { max-height:270px !important; }
.spmaxh275 { max-height:275px !important; }
.spmaxh280 { max-height:280px !important; }
.spmaxh285 { max-height:285px !important; }
.spmaxh290 { max-height:290px !important; }
.spmaxh295 { max-height:295px !important; }
.spmaxh300 { max-height:300px !important; }
.spmaxh305 { max-height:305px !important; }
.spmaxh310 { max-height:310px !important; }
.spmaxh315 { max-height:315px !important; }
.spmaxh320 { max-height:320px !important; }
.spmaxh325 { max-height:325px !important; }
.spmaxh330 { max-height:330px !important; }
.spmaxh335 { max-height:335px !important; }
.spmaxh340 { max-height:340px !important; }
.spmaxh345 { max-height:345px !important; }
.spmaxh350 { max-height:350px !important; }
.spmaxh355 { max-height:355px !important; }
.spmaxh360 { max-height:360px !important; }
.spmaxh365 { max-height:365px !important; }
.spmaxh370 { max-height:370px !important; }
.spmaxh375 { max-height:375px !important; }
.spmaxh380 { max-height:380px !important; }
.spmaxh385 { max-height:385px !important; }
.spmaxh390 { max-height:390px !important; }
.spmaxh395 { max-height:395px !important; }
.spmaxh400 { max-height:400px !important; }
.spmaxh405 { max-height:405px !important; }
.spmaxh410 { max-height:410px !important; }
.spmaxh415 { max-height:415px !important; }
.spmaxh420 { max-height:420px !important; }
.spmaxh425 { max-height:425px !important; }
.spmaxh430 { max-height:430px !important; }
.spmaxh435 { max-height:435px !important; }
.spmaxh440 { max-height:440px !important; }
.spmaxh445 { max-height:445px !important; }
.spmaxh450 { max-height:450px !important; }
.spmaxh455 { max-height:455px !important; }
.spmaxh460 { max-height:460px !important; }
.spmaxh465 { max-height:465px !important; }
.spmaxh470 { max-height:470px !important; }
.spmaxh475 { max-height:475px !important; }
.spmaxh480 { max-height:480px !important; }
.spmaxh485 { max-height:485px !important; }
.spmaxh490 { max-height:490px !important; }
.spmaxh495 { max-height:495px !important; }
.spmaxh500 { max-height:500px !important; }
.spmaxh505 { max-height:505px !important; }
.spmaxh510 { max-height:510px !important; }
.spmaxh515 { max-height:515px !important; }
.spmaxh520 { max-height:520px !important; }
.spmaxh525 { max-height:525px !important; }
.spmaxh530 { max-height:530px !important; }
.spmaxh535 { max-height:535px !important; }
.spmaxh540 { max-height:540px !important; }
.spmaxh545 { max-height:545px !important; }
.spmaxh550 { max-height:550px !important; }
.spmaxh555 { max-height:555px !important; }
.spmaxh560 { max-height:560px !important; }
.spmaxh565 { max-height:565px !important; }
.spmaxh570 { max-height:570px !important; }
.spmaxh575 { max-height:575px !important; }
.spmaxh580 { max-height:580px !important; }
.spmaxh585 { max-height:585px !important; }
.spmaxh590 { max-height:590px !important; }
.spmaxh595 { max-height:595px !important; }
.spmaxh600 { max-height:600px !important; }
.spmaxh605 { max-height:605px !important; }
.spmaxh610 { max-height:610px !important; }
.spmaxh615 { max-height:615px !important; }
.spmaxh620 { max-height:620px !important; }
.spmaxh625 { max-height:625px !important; }
.spmaxh630 { max-height:630px !important; }
.spmaxh635 { max-height:635px !important; }
.spmaxh640 { max-height:640px !important; }
.spmaxh645 { max-height:645px !important; }
.spmaxh650 { max-height:650px !important; }
.spmaxh655 { max-height:655px !important; }
.spmaxh660 { max-height:660px !important; }
.spmaxh665 { max-height:665px !important; }
.spmaxh670 { max-height:670px !important; }
.spmaxh675 { max-height:675px !important; }
.spmaxh680 { max-height:680px !important; }
.spmaxh685 { max-height:685px !important; }
.spmaxh690 { max-height:690px !important; }
.spmaxh695 { max-height:695px !important; }
.spmaxh700 { max-height:700px !important; }
.spmaxh705 { max-height:705px !important; }
.spmaxh710 { max-height:710px !important; }
.spmaxh715 { max-height:715px !important; }
.spmaxh720 { max-height:720px !important; }
.spmaxh725 { max-height:725px !important; }
.spmaxh730 { max-height:730px !important; }
.spmaxh735 { max-height:735px !important; }
.spmaxh740 { max-height:740px !important; }
.spmaxh745 { max-height:745px !important; }
.spmaxh750 { max-height:750px !important; }
.spmaxh755 { max-height:755px !important; }
.spmaxh760 { max-height:760px !important; }
.spmaxh765 { max-height:765px !important; }
.spmaxh770 { max-height:770px !important; }
.spmaxh775 { max-height:775px !important; }
.spmaxh780 { max-height:780px !important; }

/*----------------------------------------------------
 margin
----------------------------------------------------*/
.spmAuto { margin-right:auto !important; margin-left:auto !important; }

/*--- margin ---*/
.spm00 { margin: 0px !important; }
.spm01 { margin: 1px !important; }
.spm02 { margin: 2px !important; }
.spm03 { margin: 3px !important; }
.spm04 { margin: 4px !important; }
.spm05 { margin: 5px !important; }
.spm06 { margin: 6px !important; }
.spm07 { margin: 7px !important; }
.spm08 { margin: 8px !important; }
.spm09 { margin: 9px !important; }
.spm10 { margin: 10px !important; }
.spm11 { margin: 11px !important; }
.spm12 { margin: 12px !important; }
.spm13 { margin: 13px !important; }
.spm14 { margin: 14px !important; }
.spm15 { margin: 15px !important; }
.spm16 { margin: 16px !important; }
.spm17 { margin: 17px !important; }
.spm18 { margin: 18px !important; }
.spm19 { margin: 19px !important; }
.spm20 { margin: 20px !important; }
.spm21 { margin: 21px !important; }
.spm22 { margin: 22px !important; }
.spm23 { margin: 23px !important; }
.spm24 { margin: 24px !important; }
.spm25 { margin: 25px !important; }
.spm26 { margin: 26px !important; }
.spm27 { margin: 27px !important; }
.spm28 { margin: 28px !important; }
.spm29 { margin: 29px !important; }
.spm30 { margin: 30px !important; }
.spm31 { margin: 31px !important; }
.spm32 { margin: 32px !important; }
.spm33 { margin: 33px !important; }
.spm34 { margin: 34px !important; }
.spm35 { margin: 35px !important; }
.spm36 { margin: 36px !important; }
.spm37 { margin: 37px !important; }
.spm38 { margin: 38px !important; }
.spm39 { margin: 39px !important; }
.spm40 { margin: 40px !important; }
.spm41 { margin: 41px !important; }
.spm42 { margin: 42px !important; }
.spm43 { margin: 43px !important; }
.spm44 { margin: 44px !important; }
.spm45 { margin: 45px !important; }
.spm46 { margin: 46px !important; }
.spm47 { margin: 47px !important; }
.spm48 { margin: 48px !important; }
.spm49 { margin: 49px !important; }
.spm50 { margin: 50px !important; }
.spm51 { margin: 51px !important; }
.spm52 { margin: 52px !important; }
.spm53 { margin: 53px !important; }
.spm54 { margin: 54px !important; }
.spm55 { margin: 55px !important; }
.spm56 { margin: 56px !important; }
.spm57 { margin: 57px !important; }
.spm58 { margin: 58px !important; }
.spm59 { margin: 59px !important; }
.spm60 { margin: 60px !important; }
.spm61 { margin: 61px !important; }
.spm62 { margin: 62px !important; }
.spm63 { margin: 63px !important; }
.spm64 { margin: 64px !important; }
.spm65 { margin: 65px !important; }
.spm66 { margin: 66px !important; }
.spm67 { margin: 67px !important; }
.spm68 { margin: 68px !important; }
.spm69 { margin: 69px !important; }
.spm70 { margin: 70px !important; }
.spm71 { margin: 71px !important; }
.spm72 { margin: 72px !important; }
.spm73 { margin: 73px !important; }
.spm74 { margin: 74px !important; }
.spm75 { margin: 75px !important; }
.spm76 { margin: 76px !important; }
.spm77 { margin: 77px !important; }
.spm78 { margin: 78px !important; }
.spm79 { margin: 79px !important; }
.spm80 { margin: 80px !important; }
.spm81 { margin: 81px !important; }
.spm82 { margin: 82px !important; }
.spm83 { margin: 83px !important; }
.spm84 { margin: 84px !important; }
.spm85 { margin: 85px !important; }
.spm86 { margin: 86px !important; }
.spm87 { margin: 87px !important; }
.spm88 { margin: 88px !important; }
.spm89 { margin: 89px !important; }
.spm90 { margin: 90px !important; }
.spm91 { margin: 91px !important; }
.spm92 { margin: 92px !important; }
.spm93 { margin: 93px !important; }
.spm94 { margin: 94px !important; }
.spm95 { margin: 95px !important; }
.spm96 { margin: 96px !important; }
.spm97 { margin: 97px !important; }
.spm98 { margin: 98px !important; }
.spm99 { margin: 99px !important; }
.spm100 { margin: 100px !important; }
.spm110 { margin: 110px !important; }
.spm120 { margin: 120px !important; }
.spm130 { margin: 130px !important; }
.spm140 { margin: 140px !important; }
.spm150 { margin: 150px !important; }
.spm160 { margin: 160px !important; }
.spm170 { margin: 170px !important; }
.spm180 { margin: 180px !important; }
.spm190 { margin: 190px !important; }
.spm200 { margin: 200px !important; }
.spm210 { margin: 210px !important; }
.spm220 { margin: 220px !important; }
.spm230 { margin: 230px !important; }
.spm240 { margin: 240px !important; }
.spm250 { margin: 250px !important; }
.spm260 { margin: 260px !important; }
.spm270 { margin: 270px !important; }
.spm280 { margin: 280px !important; }
.spm290 { margin: 290px !important; }
.spm300 { margin: 300px !important; }


/*--- margin top ---*/
.spmt00 { margin-top: 0px !important; }
.spmt01 { margin-top: 1px !important; }
.spmt02 { margin-top: 2px !important; }
.spmt03 { margin-top: 3px !important; }
.spmt04 { margin-top: 4px !important; }
.spmt05 { margin-top: 5px !important; }
.spmt06 { margin-top: 6px !important; }
.spmt07 { margin-top: 7px !important; }
.spmt08 { margin-top: 8px !important; }
.spmt09 { margin-top: 9px !important; }
.spmt10 { margin-top: 10px !important; }
.spmt11 { margin-top: 11px !important; }
.spmt12 { margin-top: 12px !important; }
.spmt13 { margin-top: 13px !important; }
.spmt14 { margin-top: 14px !important; }
.spmt15 { margin-top: 15px !important; }
.spmt16 { margin-top: 16px !important; }
.spmt17 { margin-top: 17px !important; }
.spmt18 { margin-top: 18px !important; }
.spmt19 { margin-top: 19px !important; }
.spmt20 { margin-top: 20px !important; }
.spmt21 { margin-top: 21px !important; }
.spmt22 { margin-top: 22px !important; }
.spmt23 { margin-top: 23px !important; }
.spmt24 { margin-top: 24px !important; }
.spmt25 { margin-top: 25px !important; }
.spmt26 { margin-top: 26px !important; }
.spmt27 { margin-top: 27px !important; }
.spmt28 { margin-top: 28px !important; }
.spmt29 { margin-top: 29px !important; }
.spmt30 { margin-top: 30px !important; }
.spmt31 { margin-top: 31px !important; }
.spmt32 { margin-top: 32px !important; }
.spmt33 { margin-top: 33px !important; }
.spmt34 { margin-top: 34px !important; }
.spmt35 { margin-top: 35px !important; }
.spmt36 { margin-top: 36px !important; }
.spmt37 { margin-top: 37px !important; }
.spmt38 { margin-top: 38px !important; }
.spmt39 { margin-top: 39px !important; }
.spmt40 { margin-top: 40px !important; }
.spmt41 { margin-top: 41px !important; }
.spmt42 { margin-top: 42px !important; }
.spmt43 { margin-top: 43px !important; }
.spmt44 { margin-top: 44px !important; }
.spmt45 { margin-top: 45px !important; }
.spmt46 { margin-top: 46px !important; }
.spmt47 { margin-top: 47px !important; }
.spmt48 { margin-top: 48px !important; }
.spmt49 { margin-top: 49px !important; }
.spmt50 { margin-top: 50px !important; }
.spmt51 { margin-top: 51px !important; }
.spmt52 { margin-top: 52px !important; }
.spmt53 { margin-top: 53px !important; }
.spmt54 { margin-top: 54px !important; }
.spmt55 { margin-top: 55px !important; }
.spmt56 { margin-top: 56px !important; }
.spmt57 { margin-top: 57px !important; }
.spmt58 { margin-top: 58px !important; }
.spmt59 { margin-top: 59px !important; }
.spmt60 { margin-top: 60px !important; }
.spmt61 { margin-top: 61px !important; }
.spmt62 { margin-top: 62px !important; }
.spmt63 { margin-top: 63px !important; }
.spmt64 { margin-top: 64px !important; }
.spmt65 { margin-top: 65px !important; }
.spmt66 { margin-top: 66px !important; }
.spmt67 { margin-top: 67px !important; }
.spmt68 { margin-top: 68px !important; }
.spmt69 { margin-top: 69px !important; }
.spmt70 { margin-top: 70px !important; }
.spmt71 { margin-top: 71px !important; }
.spmt72 { margin-top: 72px !important; }
.spmt73 { margin-top: 73px !important; }
.spmt74 { margin-top: 74px !important; }
.spmt75 { margin-top: 75px !important; }
.spmt76 { margin-top: 76px !important; }
.spmt77 { margin-top: 77px !important; }
.spmt78 { margin-top: 78px !important; }
.spmt79 { margin-top: 79px !important; }
.spmt80 { margin-top: 80px !important; }
.spmt81 { margin-top: 81px !important; }
.spmt82 { margin-top: 82px !important; }
.spmt83 { margin-top: 83px !important; }
.spmt84 { margin-top: 84px !important; }
.spmt85 { margin-top: 85px !important; }
.spmt86 { margin-top: 86px !important; }
.spmt87 { margin-top: 87px !important; }
.spmt88 { margin-top: 88px !important; }
.spmt89 { margin-top: 89px !important; }
.spmt90 { margin-top: 90px !important; }
.spmt91 { margin-top: 91px !important; }
.spmt92 { margin-top: 92px !important; }
.spmt93 { margin-top: 93px !important; }
.spmt94 { margin-top: 94px !important; }
.spmt95 { margin-top: 95px !important; }
.spmt96 { margin-top: 96px !important; }
.spmt97 { margin-top: 97px !important; }
.spmt98 { margin-top: 98px !important; }
.spmt99 { margin-top: 99px !important; }
.spmt100 { margin-top: 100px !important; }
.spmt110 { margin-top: 110px !important; }
.spmt120 { margin-top: 120px !important; }
.spmt130 { margin-top: 130px !important; }
.spmt140 { margin-top: 140px !important; }
.spmt150 { margin-top: 150px !important; }
.spmt160 { margin-top: 160px !important; }
.spmt170 { margin-top: 170px !important; }
.spmt180 { margin-top: 180px !important; }
.spmt190 { margin-top: 190px !important; }
.spmt200 { margin-top: 200px !important; }
.spmt210 { margin-top: 210px !important; }
.spmt220 { margin-top: 220px !important; }
.spmt230 { margin-top: 230px !important; }
.spmt240 { margin-top: 240px !important; }
.spmt250 { margin-top: 250px !important; }
.spmt260 { margin-top: 260px !important; }
.spmt270 { margin-top: 270px !important; }
.spmt280 { margin-top: 280px !important; }
.spmt290 { margin-top: 290px !important; }
.spmt300 { margin-top: 300px !important; }



/*--- margin right ---*/
.spmrAuto { margin-right: auto !important; }

.spmr00 { margin-right: 0px !important; }
.spmr01 { margin-right: 1px !important; }
.spmr02 { margin-right: 2px !important; }
.spmr03 { margin-right: 3px !important; }
.spmr04 { margin-right: 4px !important; }
.spmr05 { margin-right: 5px !important; }
.spmr06 { margin-right: 6px !important; }
.spmr07 { margin-right: 7px !important; }
.spmr08 { margin-right: 8px !important; }
.spmr09 { margin-right: 9px !important; }
.spmr10 { margin-right: 10px !important; }
.spmr11 { margin-right: 11px !important; }
.spmr12 { margin-right: 12px !important; }
.spmr13 { margin-right: 13px !important; }
.spmr14 { margin-right: 14px !important; }
.spmr15 { margin-right: 15px !important; }
.spmr16 { margin-right: 16px !important; }
.spmr17 { margin-right: 17px !important; }
.spmr18 { margin-right: 18px !important; }
.spmr19 { margin-right: 19px !important; }
.spmr20 { margin-right: 20px !important; }
.spmr21 { margin-right: 21px !important; }
.spmr22 { margin-right: 22px !important; }
.spmr23 { margin-right: 23px !important; }
.spmr24 { margin-right: 24px !important; }
.spmr25 { margin-right: 25px !important; }
.spmr26 { margin-right: 26px !important; }
.spmr27 { margin-right: 27px !important; }
.spmr28 { margin-right: 28px !important; }
.spmr29 { margin-right: 29px !important; }
.spmr30 { margin-right: 30px !important; }
.spmr31 { margin-right: 31px !important; }
.spmr32 { margin-right: 32px !important; }
.spmr33 { margin-right: 33px !important; }
.spmr34 { margin-right: 34px !important; }
.spmr35 { margin-right: 35px !important; }
.spmr36 { margin-right: 36px !important; }
.spmr37 { margin-right: 37px !important; }
.spmr38 { margin-right: 38px !important; }
.spmr39 { margin-right: 39px !important; }
.spmr40 { margin-right: 40px !important; }
.spmr41 { margin-right: 41px !important; }
.spmr42 { margin-right: 42px !important; }
.spmr43 { margin-right: 43px !important; }
.spmr44 { margin-right: 44px !important; }
.spmr45 { margin-right: 45px !important; }
.spmr46 { margin-right: 46px !important; }
.spmr47 { margin-right: 47px !important; }
.spmr48 { margin-right: 48px !important; }
.spmr49 { margin-right: 49px !important; }
.spmr50 { margin-right: 50px !important; }
.spmr51 { margin-right: 51px !important; }
.spmr52 { margin-right: 52px !important; }
.spmr53 { margin-right: 53px !important; }
.spmr54 { margin-right: 54px !important; }
.spmr55 { margin-right: 55px !important; }
.spmr56 { margin-right: 56px !important; }
.spmr57 { margin-right: 57px !important; }
.spmr58 { margin-right: 58px !important; }
.spmr59 { margin-right: 59px !important; }
.spmr60 { margin-right: 60px !important; }
.spmr61 { margin-right: 61px !important; }
.spmr62 { margin-right: 62px !important; }
.spmr63 { margin-right: 63px !important; }
.spmr64 { margin-right: 64px !important; }
.spmr65 { margin-right: 65px !important; }
.spmr66 { margin-right: 66px !important; }
.spmr67 { margin-right: 67px !important; }
.spmr68 { margin-right: 68px !important; }
.spmr69 { margin-right: 69px !important; }
.spmr70 { margin-right: 70px !important; }
.spmr71 { margin-right: 71px !important; }
.spmr72 { margin-right: 72px !important; }
.spmr73 { margin-right: 73px !important; }
.spmr74 { margin-right: 74px !important; }
.spmr75 { margin-right: 75px !important; }
.spmr76 { margin-right: 76px !important; }
.spmr77 { margin-right: 77px !important; }
.spmr78 { margin-right: 78px !important; }
.spmr79 { margin-right: 79px !important; }
.spmr80 { margin-right: 80px !important; }
.spmr81 { margin-right: 81px !important; }
.spmr82 { margin-right: 82px !important; }
.spmr83 { margin-right: 83px !important; }
.spmr84 { margin-right: 84px !important; }
.spmr85 { margin-right: 85px !important; }
.spmr86 { margin-right: 86px !important; }
.spmr87 { margin-right: 87px !important; }
.spmr88 { margin-right: 88px !important; }
.spmr89 { margin-right: 89px !important; }
.spmr90 { margin-right: 90px !important; }
.spmr91 { margin-right: 91px !important; }
.spmr92 { margin-right: 92px !important; }
.spmr93 { margin-right: 93px !important; }
.spmr94 { margin-right: 94px !important; }
.spmr95 { margin-right: 95px !important; }
.spmr96 { margin-right: 96px !important; }
.spmr97 { margin-right: 97px !important; }
.spmr98 { margin-right: 98px !important; }
.spmr99 { margin-right: 99px !important; }
.spmr100 { margin-right: 100px !important; }
.spmr110 { margin-right: 110px !important; }
.spmr120 { margin-right: 120px !important; }
.spmr130 { margin-right: 130px !important; }
.spmr140 { margin-right: 140px !important; }
.spmr150 { margin-right: 150px !important; }
.spmr160 { margin-right: 160px !important; }
.spmr170 { margin-right: 170px !important; }
.spmr180 { margin-right: 180px !important; }
.spmr190 { margin-right: 190px !important; }
.spmr200 { margin-right: 200px !important; }
.spmr210 { margin-right: 210px !important; }
.spmr220 { margin-right: 220px !important; }
.spmr230 { margin-right: 230px !important; }
.spmr240 { margin-right: 240px !important; }
.spmr250 { margin-right: 250px !important; }
.spmr260 { margin-right: 260px !important; }
.spmr270 { margin-right: 270px !important; }
.spmr280 { margin-right: 280px !important; }
.spmr290 { margin-right: 290px !important; }
.spmr300 { margin-right: 300px !important; }




/*--- margin bottom ---*/
.spmb00 { margin-bottom: 0px !important; }
.spmb01 { margin-bottom: 1px !important; }
.spmb02 { margin-bottom: 2px !important; }
.spmb03 { margin-bottom: 3px !important; }
.spmb04 { margin-bottom: 4px !important; }
.spmb05 { margin-bottom: 5px !important; }
.spmb06 { margin-bottom: 6px !important; }
.spmb07 { margin-bottom: 7px !important; }
.spmb08 { margin-bottom: 8px !important; }
.spmb09 { margin-bottom: 9px !important; }
.spmb10 { margin-bottom: 10px !important; }
.spmb11 { margin-bottom: 11px !important; }
.spmb12 { margin-bottom: 12px !important; }
.spmb13 { margin-bottom: 13px !important; }
.spmb14 { margin-bottom: 14px !important; }
.spmb15 { margin-bottom: 15px !important; }
.spmb16 { margin-bottom: 16px !important; }
.spmb17 { margin-bottom: 17px !important; }
.spmb18 { margin-bottom: 18px !important; }
.spmb19 { margin-bottom: 19px !important; }
.spmb20 { margin-bottom: 20px !important; }
.spmb21 { margin-bottom: 21px !important; }
.spmb22 { margin-bottom: 22px !important; }
.spmb23 { margin-bottom: 23px !important; }
.spmb24 { margin-bottom: 24px !important; }
.spmb25 { margin-bottom: 25px !important; }
.spmb26 { margin-bottom: 26px !important; }
.spmb27 { margin-bottom: 27px !important; }
.spmb28 { margin-bottom: 28px !important; }
.spmb29 { margin-bottom: 29px !important; }
.spmb30 { margin-bottom: 30px !important; }
.spmb31 { margin-bottom: 31px !important; }
.spmb32 { margin-bottom: 32px !important; }
.spmb33 { margin-bottom: 33px !important; }
.spmb34 { margin-bottom: 34px !important; }
.spmb35 { margin-bottom: 35px !important; }
.spmb36 { margin-bottom: 36px !important; }
.spmb37 { margin-bottom: 37px !important; }
.spmb38 { margin-bottom: 38px !important; }
.spmb39 { margin-bottom: 39px !important; }
.spmb40 { margin-bottom: 40px !important; }
.spmb41 { margin-bottom: 41px !important; }
.spmb42 { margin-bottom: 42px !important; }
.spmb43 { margin-bottom: 43px !important; }
.spmb44 { margin-bottom: 44px !important; }
.spmb45 { margin-bottom: 45px !important; }
.spmb46 { margin-bottom: 46px !important; }
.spmb47 { margin-bottom: 47px !important; }
.spmb48 { margin-bottom: 48px !important; }
.spmb49 { margin-bottom: 49px !important; }
.spmb50 { margin-bottom: 50px !important; }
.spmb51 { margin-bottom: 51px !important; }
.spmb52 { margin-bottom: 52px !important; }
.spmb53 { margin-bottom: 53px !important; }
.spmb54 { margin-bottom: 54px !important; }
.spmb55 { margin-bottom: 55px !important; }
.spmb56 { margin-bottom: 56px !important; }
.spmb57 { margin-bottom: 57px !important; }
.spmb58 { margin-bottom: 58px !important; }
.spmb59 { margin-bottom: 59px !important; }
.spmb60 { margin-bottom: 60px !important; }
.spmb61 { margin-bottom: 61px !important; }
.spmb62 { margin-bottom: 62px !important; }
.spmb63 { margin-bottom: 63px !important; }
.spmb64 { margin-bottom: 64px !important; }
.spmb65 { margin-bottom: 65px !important; }
.spmb66 { margin-bottom: 66px !important; }
.spmb67 { margin-bottom: 67px !important; }
.spmb68 { margin-bottom: 68px !important; }
.spmb69 { margin-bottom: 69px !important; }
.spmb70 { margin-bottom: 70px !important; }
.spmb71 { margin-bottom: 71px !important; }
.spmb72 { margin-bottom: 72px !important; }
.spmb73 { margin-bottom: 73px !important; }
.spmb74 { margin-bottom: 74px !important; }
.spmb75 { margin-bottom: 75px !important; }
.spmb76 { margin-bottom: 76px !important; }
.spmb77 { margin-bottom: 77px !important; }
.spmb78 { margin-bottom: 78px !important; }
.spmb79 { margin-bottom: 79px !important; }
.spmb80 { margin-bottom: 80px !important; }
.spmb81 { margin-bottom: 81px !important; }
.spmb82 { margin-bottom: 82px !important; }
.spmb83 { margin-bottom: 83px !important; }
.spmb84 { margin-bottom: 84px !important; }
.spmb85 { margin-bottom: 85px !important; }
.spmb86 { margin-bottom: 86px !important; }
.spmb87 { margin-bottom: 87px !important; }
.spmb88 { margin-bottom: 88px !important; }
.spmb89 { margin-bottom: 89px !important; }
.spmb90 { margin-bottom: 90px !important; }
.spmb91 { margin-bottom: 91px !important; }
.spmb92 { margin-bottom: 92px !important; }
.spmb93 { margin-bottom: 93px !important; }
.spmb94 { margin-bottom: 94px !important; }
.spmb95 { margin-bottom: 95px !important; }
.spmb96 { margin-bottom: 96px !important; }
.spmb97 { margin-bottom: 97px !important; }
.spmb98 { margin-bottom: 98px !important; }
.spmb99 { margin-bottom: 99px !important; }
.spmb100 { margin-bottom: 100px !important; }
.spmb110 { margin-bottom: 110px !important; }
.spmb120 { margin-bottom: 120px !important; }
.spmb130 { margin-bottom: 130px !important; }
.spmb140 { margin-bottom: 140px !important; }
.spmb150 { margin-bottom: 150px !important; }
.spmb160 { margin-bottom: 160px !important; }
.spmb170 { margin-bottom: 170px !important; }
.spmb180 { margin-bottom: 180px !important; }
.spmb190 { margin-bottom: 190px !important; }
.spmb200 { margin-bottom: 200px !important; }
.spmb210 { margin-bottom: 210px !important; }
.spmb220 { margin-bottom: 220px !important; }
.spmb230 { margin-bottom: 230px !important; }
.spmb240 { margin-bottom: 240px !important; }
.spmb250 { margin-bottom: 250px !important; }
.spmb260 { margin-bottom: 260px !important; }
.spmb270 { margin-bottom: 270px !important; }
.spmb280 { margin-bottom: 280px !important; }
.spmb290 { margin-bottom: 290px !important; }
.spmb300 { margin-bottom: 300px !important; }

/*--- margin left ---*/
.spmlAuto { margin-left: auto !important; }

.spml00 { margin-left: 0px !important; }
.spml01 { margin-left: 1px !important; }
.spml02 { margin-left: 2px !important; }
.spml03 { margin-left: 3px !important; }
.spml04 { margin-left: 4px !important; }
.spml05 { margin-left: 5px !important; }
.spml06 { margin-left: 6px !important; }
.spml07 { margin-left: 7px !important; }
.spml08 { margin-left: 8px !important; }
.spml09 { margin-left: 9px !important; }
.spml10 { margin-left: 10px !important; }
.spml11 { margin-left: 11px !important; }
.spml12 { margin-left: 12px !important; }
.spml13 { margin-left: 13px !important; }
.spml14 { margin-left: 14px !important; }
.spml15 { margin-left: 15px !important; }
.spml16 { margin-left: 16px !important; }
.spml17 { margin-left: 17px !important; }
.spml18 { margin-left: 18px !important; }
.spml19 { margin-left: 19px !important; }
.spml20 { margin-left: 20px !important; }
.spml21 { margin-left: 21px !important; }
.spml22 { margin-left: 22px !important; }
.spml23 { margin-left: 23px !important; }
.spml24 { margin-left: 24px !important; }
.spml25 { margin-left: 25px !important; }
.spml26 { margin-left: 26px !important; }
.spml27 { margin-left: 27px !important; }
.spml28 { margin-left: 28px !important; }
.spml29 { margin-left: 29px !important; }
.spml30 { margin-left: 30px !important; }
.spml31 { margin-left: 31px !important; }
.spml32 { margin-left: 32px !important; }
.spml33 { margin-left: 33px !important; }
.spml34 { margin-left: 34px !important; }
.spml35 { margin-left: 35px !important; }
.spml36 { margin-left: 36px !important; }
.spml37 { margin-left: 37px !important; }
.spml38 { margin-left: 38px !important; }
.spml39 { margin-left: 39px !important; }
.spml40 { margin-left: 40px !important; }
.spml41 { margin-left: 41px !important; }
.spml42 { margin-left: 42px !important; }
.spml43 { margin-left: 43px !important; }
.spml44 { margin-left: 44px !important; }
.spml45 { margin-left: 45px !important; }
.spml46 { margin-left: 46px !important; }
.spml47 { margin-left: 47px !important; }
.spml48 { margin-left: 48px !important; }
.spml49 { margin-left: 49px !important; }
.spml50 { margin-left: 50px !important; }
.spml51 { margin-left: 51px !important; }
.spml52 { margin-left: 52px !important; }
.spml53 { margin-left: 53px !important; }
.spml54 { margin-left: 54px !important; }
.spml55 { margin-left: 55px !important; }
.spml56 { margin-left: 56px !important; }
.spml57 { margin-left: 57px !important; }
.spml58 { margin-left: 58px !important; }
.spml59 { margin-left: 59px !important; }
.spml60 { margin-left: 60px !important; }
.spml61 { margin-left: 61px !important; }
.spml62 { margin-left: 62px !important; }
.spml63 { margin-left: 63px !important; }
.spml64 { margin-left: 64px !important; }
.spml65 { margin-left: 65px !important; }
.spml66 { margin-left: 66px !important; }
.spml67 { margin-left: 67px !important; }
.spml68 { margin-left: 68px !important; }
.spml69 { margin-left: 69px !important; }
.spml70 { margin-left: 70px !important; }
.spml71 { margin-left: 71px !important; }
.spml72 { margin-left: 72px !important; }
.spml73 { margin-left: 73px !important; }
.spml74 { margin-left: 74px !important; }
.spml75 { margin-left: 75px !important; }
.spml76 { margin-left: 76px !important; }
.spml77 { margin-left: 77px !important; }
.spml78 { margin-left: 78px !important; }
.spml79 { margin-left: 79px !important; }
.spml80 { margin-left: 80px !important; }
.spml81 { margin-left: 81px !important; }
.spml82 { margin-left: 82px !important; }
.spml83 { margin-left: 83px !important; }
.spml84 { margin-left: 84px !important; }
.spml85 { margin-left: 85px !important; }
.spml86 { margin-left: 86px !important; }
.spml87 { margin-left: 87px !important; }
.spml88 { margin-left: 88px !important; }
.spml89 { margin-left: 89px !important; }
.spml90 { margin-left: 90px !important; }
.spml91 { margin-left: 91px !important; }
.spml92 { margin-left: 92px !important; }
.spml93 { margin-left: 93px !important; }
.spml94 { margin-left: 94px !important; }
.spml95 { margin-left: 95px !important; }
.spml96 { margin-left: 96px !important; }
.spml97 { margin-left: 97px !important; }
.spml98 { margin-left: 98px !important; }
.spml99 { margin-left: 99px !important; }
.spml100 { margin-left: 100px !important; }
.spml110 { margin-left: 110px !important; }
.spml120 { margin-left: 120px !important; }
.spml130 { margin-left: 130px !important; }
.spml140 { margin-left: 140px !important; }
.spml150 { margin-left: 150px !important; }
.spml160 { margin-left: 160px !important; }
.spml170 { margin-left: 170px !important; }
.spml180 { margin-left: 180px !important; }
.spml190 { margin-left: 190px !important; }
.spml200 { margin-left: 200px !important; }
.spml210 { margin-left: 210px !important; }
.spml220 { margin-left: 220px !important; }
.spml230 { margin-left: 230px !important; }
.spml240 { margin-left: 240px !important; }
.spml250 { margin-left: 250px !important; }
.spml260 { margin-left: 260px !important; }
.spml270 { margin-left: 270px !important; }
.spml280 { margin-left: 280px !important; }
.spml290 { margin-left: 290px !important; }
.spml300 { margin-left: 300px !important; }

.spml0p5em { margin-left: 0.5em !important; }
.spml1em { margin-left: 1em !important; }
.spml1p5em { margin-left: 1.5em !important; }
.spml2em { margin-left: 2em !important; }
.spml2p5em { margin-left: 2.5em !important; }
.spml3em { margin-left: 3em !important; }
.spml3p5em { margin-left: 3.5em !important; }
.spml4em { margin-left: 4em !important; }
.spml4p5em { margin-left: 4.5em !important; }
.spml5em { margin-left: 5em !important; }
.spml5p5em { margin-left: 5.5em !important; }
.spml6em { margin-left: 6em !important; }
.spml6p5em { margin-left: 6.5em !important; }
.spml7em { margin-left: 7em !important; }
.spml7p5em { margin-left: 7.5em !important; }
.spml8em { margin-left: 8em !important; }
.spml8p5em { margin-left: 8.5em !important; }
.spml9em { margin-left: 9em !important; }
.spml9p5em { margin-left: 9.5em !important; }
.spml10em { margin-left: 10em !important; }
.spml10p5em { margin-left: 10.5em !important; }
.spml11em { margin-left: 11em !important; }
.spml11p5em { margin-left: 11.5em !important; }
.spml12em { margin-left: 12em !important; }
.spml12p5em { margin-left: 12.5em !important; }


/*----------------------------------------------------
 margin -negative
----------------------------------------------------*/

/*--- margin top negative ---*/
.spmtn01 { margin-top:-1px !important; }
.spmtn02 { margin-top:-2px !important; }
.spmtn03 { margin-top:-3px !important; }
.spmtn04 { margin-top:-4px !important; }
.spmtn05 { margin-top:-5px !important; }
.spmtn06 { margin-top:-6px !important; }
.spmtn07 { margin-top:-7px !important; }
.spmtn08 { margin-top:-8px !important; }
.spmtn09 { margin-top:-9px !important; }
.spmtn10 { margin-top:-10px !important; }
.spmtn11 { margin-top:-11px !important; }
.spmtn12 { margin-top:-12px !important; }
.spmtn13 { margin-top:-13px !important; }
.spmtn14 { margin-top:-14px !important; }
.spmtn15 { margin-top:-15px !important; }
.spmtn16 { margin-top:-16px !important; }
.spmtn17 { margin-top:-17px !important; }
.spmtn18 { margin-top:-18px !important; }
.spmtn19 { margin-top:-19px !important; }
.spmtn20 { margin-top:-20px !important; }
.spmtn21 { margin-top:-21px !important; }
.spmtn22 { margin-top:-22px !important; }
.spmtn23 { margin-top:-23px !important; }
.spmtn24 { margin-top:-24px !important; }
.spmtn25 { margin-top:-25px !important; }
.spmtn26 { margin-top:-26px !important; }
.spmtn27 { margin-top:-27px !important; }
.spmtn28 { margin-top:-28px !important; }
.spmtn29 { margin-top:-29px !important; }
.spmtn30 { margin-top:-30px !important; }
.spmtn31 { margin-top:-31px !important; }
.spmtn32 { margin-top:-32px !important; }
.spmtn33 { margin-top:-33px !important; }
.spmtn34 { margin-top:-34px !important; }
.spmtn35 { margin-top:-35px !important; }
.spmtn36 { margin-top:-36px !important; }
.spmtn37 { margin-top:-37px !important; }
.spmtn38 { margin-top:-38px !important; }
.spmtn39 { margin-top:-39px !important; }
.spmtn40 { margin-top:-40px !important; }
.spmtn41 { margin-top:-41px !important; }
.spmtn42 { margin-top:-42px !important; }
.spmtn43 { margin-top:-43px !important; }
.spmtn44 { margin-top:-44px !important; }
.spmtn45 { margin-top:-45px !important; }
.spmtn46 { margin-top:-46px !important; }
.spmtn47 { margin-top:-47px !important; }
.spmtn48 { margin-top:-48px !important; }
.spmtn49 { margin-top:-49px !important; }
.spmtn50 { margin-top:-50px !important; }
.spmtn51 { margin-top:-51px !important; }
.spmtn52 { margin-top:-52px !important; }
.spmtn53 { margin-top:-53px !important; }
.spmtn54 { margin-top:-54px !important; }
.spmtn55 { margin-top:-55px !important; }
.spmtn56 { margin-top:-56px !important; }
.spmtn57 { margin-top:-57px !important; }
.spmtn58 { margin-top:-58px !important; }
.spmtn59 { margin-top:-59px !important; }
.spmtn60 { margin-top:-60px !important; }
.spmtn61 { margin-top:-61px !important; }
.spmtn62 { margin-top:-62px !important; }
.spmtn63 { margin-top:-63px !important; }
.spmtn64 { margin-top:-64px !important; }
.spmtn65 { margin-top:-65px !important; }
.spmtn66 { margin-top:-66px !important; }
.spmtn67 { margin-top:-67px !important; }
.spmtn68 { margin-top:-68px !important; }
.spmtn69 { margin-top:-69px !important; }
.spmtn70 { margin-top:-70px !important; }
.spmtn71 { margin-top:-71px !important; }
.spmtn72 { margin-top:-72px !important; }
.spmtn73 { margin-top:-73px !important; }
.spmtn74 { margin-top:-74px !important; }
.spmtn75 { margin-top:-75px !important; }
.spmtn76 { margin-top:-76px !important; }
.spmtn77 { margin-top:-77px !important; }
.spmtn78 { margin-top:-78px !important; }
.spmtn79 { margin-top:-79px !important; }
.spmtn80 { margin-top:-80px !important; }
.spmtn81 { margin-top:-81px !important; }
.spmtn82 { margin-top:-82px !important; }
.spmtn83 { margin-top:-83px !important; }
.spmtn84 { margin-top:-84px !important; }
.spmtn85 { margin-top:-85px !important; }
.spmtn86 { margin-top:-86px !important; }
.spmtn87 { margin-top:-87px !important; }
.spmtn88 { margin-top:-88px !important; }
.spmtn89 { margin-top:-89px !important; }
.spmtn90 { margin-top:-90px !important; }
.spmtn91 { margin-top:-91px !important; }
.spmtn92 { margin-top:-92px !important; }
.spmtn93 { margin-top:-93px !important; }
.spmtn94 { margin-top:-94px !important; }
.spmtn95 { margin-top:-95px !important; }
.spmtn96 { margin-top:-96px !important; }
.spmtn97 { margin-top:-97px !important; }
.spmtn98 { margin-top:-98px !important; }
.spmtn99 { margin-top:-99px !important; }
.spmtn100 { margin-top:-100px !important; }
.spmtn110 { margin-top:-110px !important; }
.spmtn120 { margin-top:-120px !important; }
.spmtn130 { margin-top:-130px !important; }
.spmtn140 { margin-top:-140px !important; }
.spmtn150 { margin-top:-150px !important; }
.spmtn160 { margin-top:-160px !important; }
.spmtn170 { margin-top:-170px !important; }
.spmtn180 { margin-top:-180px !important; }
.spmtn190 { margin-top:-190px !important; }
.spmtn200 { margin-top:-200px !important; }
.spmtn210 { margin-top:-210px !important; }
.spmtn220 { margin-top:-220px !important; }
.spmtn230 { margin-top:-230px !important; }
.spmtn240 { margin-top:-240px !important; }
.spmtn250 { margin-top:-250px !important; }
.spmtn260 { margin-top:-260px !important; }
.spmtn270 { margin-top:-270px !important; }
.spmtn280 { margin-top:-280px !important; }
.spmtn290 { margin-top:-290px !important; }
.spmtn300 { margin-top:-300px !important; }



/*--- margin right negative ---*/
.spmrn01 { margin-right:-1px !important; }
.spmrn02 { margin-right:-2px !important; }
.spmrn03 { margin-right:-3px !important; }
.spmrn04 { margin-right:-4px !important; }
.spmrn05 { margin-right:-5px !important; }
.spmrn06 { margin-right:-6px !important; }
.spmrn07 { margin-right:-7px !important; }
.spmrn08 { margin-right:-8px !important; }
.spmrn09 { margin-right:-9px !important; }
.spmrn10 { margin-right:-10px !important; }
.spmrn11 { margin-right:-11px !important; }
.spmrn12 { margin-right:-12px !important; }
.spmrn13 { margin-right:-13px !important; }
.spmrn14 { margin-right:-14px !important; }
.spmrn15 { margin-right:-15px !important; }
.spmrn16 { margin-right:-16px !important; }
.spmrn17 { margin-right:-17px !important; }
.spmrn18 { margin-right:-18px !important; }
.spmrn19 { margin-right:-19px !important; }
.spmrn20 { margin-right:-20px !important; }
.spmrn21 { margin-right:-21px !important; }
.spmrn22 { margin-right:-22px !important; }
.spmrn23 { margin-right:-23px !important; }
.spmrn24 { margin-right:-24px !important; }
.spmrn25 { margin-right:-25px !important; }
.spmrn26 { margin-right:-26px !important; }
.spmrn27 { margin-right:-27px !important; }
.spmrn28 { margin-right:-28px !important; }
.spmrn29 { margin-right:-29px !important; }
.spmrn30 { margin-right:-30px !important; }
.spmrn31 { margin-right:-31px !important; }
.spmrn32 { margin-right:-32px !important; }
.spmrn33 { margin-right:-33px !important; }
.spmrn34 { margin-right:-34px !important; }
.spmrn35 { margin-right:-35px !important; }
.spmrn36 { margin-right:-36px !important; }
.spmrn37 { margin-right:-37px !important; }
.spmrn38 { margin-right:-38px !important; }
.spmrn39 { margin-right:-39px !important; }
.spmrn40 { margin-right:-40px !important; }
.spmrn41 { margin-right:-41px !important; }
.spmrn42 { margin-right:-42px !important; }
.spmrn43 { margin-right:-43px !important; }
.spmrn44 { margin-right:-44px !important; }
.spmrn45 { margin-right:-45px !important; }
.spmrn46 { margin-right:-46px !important; }
.spmrn47 { margin-right:-47px !important; }
.spmrn48 { margin-right:-48px !important; }
.spmrn49 { margin-right:-49px !important; }
.spmrn50 { margin-right:-50px !important; }
.spmrn51 { margin-right:-51px !important; }
.spmrn52 { margin-right:-52px !important; }
.spmrn53 { margin-right:-53px !important; }
.spmrn54 { margin-right:-54px !important; }
.spmrn55 { margin-right:-55px !important; }
.spmrn56 { margin-right:-56px !important; }
.spmrn57 { margin-right:-57px !important; }
.spmrn58 { margin-right:-58px !important; }
.spmrn59 { margin-right:-59px !important; }
.spmrn60 { margin-right:-60px !important; }
.spmrn61 { margin-right:-61px !important; }
.spmrn62 { margin-right:-62px !important; }
.spmrn63 { margin-right:-63px !important; }
.spmrn64 { margin-right:-64px !important; }
.spmrn65 { margin-right:-65px !important; }
.spmrn66 { margin-right:-66px !important; }
.spmrn67 { margin-right:-67px !important; }
.spmrn68 { margin-right:-68px !important; }
.spmrn69 { margin-right:-69px !important; }
.spmrn70 { margin-right:-70px !important; }
.spmrn71 { margin-right:-71px !important; }
.spmrn72 { margin-right:-72px !important; }
.spmrn73 { margin-right:-73px !important; }
.spmrn74 { margin-right:-74px !important; }
.spmrn75 { margin-right:-75px !important; }
.spmrn76 { margin-right:-76px !important; }
.spmrn77 { margin-right:-77px !important; }
.spmrn78 { margin-right:-78px !important; }
.spmrn79 { margin-right:-79px !important; }
.spmrn80 { margin-right:-80px !important; }
.spmrn81 { margin-right:-81px !important; }
.spmrn82 { margin-right:-82px !important; }
.spmrn83 { margin-right:-83px !important; }
.spmrn84 { margin-right:-84px !important; }
.spmrn85 { margin-right:-85px !important; }
.spmrn86 { margin-right:-86px !important; }
.spmrn87 { margin-right:-87px !important; }
.spmrn88 { margin-right:-88px !important; }
.spmrn89 { margin-right:-89px !important; }
.spmrn90 { margin-right:-90px !important; }
.spmrn91 { margin-right:-91px !important; }
.spmrn92 { margin-right:-92px !important; }
.spmrn93 { margin-right:-93px !important; }
.spmrn94 { margin-right:-94px !important; }
.spmrn95 { margin-right:-95px !important; }
.spmrn96 { margin-right:-96px !important; }
.spmrn97 { margin-right:-97px !important; }
.spmrn98 { margin-right:-98px !important; }
.spmrn99 { margin-right:-99px !important; }
.spmrn100 { margin-right:-100px !important; }
.spmrn110 { margin-right:-110px !important; }
.spmrn120 { margin-right:-120px !important; }
.spmrn130 { margin-right:-130px !important; }
.spmrn140 { margin-right:-140px !important; }
.spmrn150 { margin-right:-150px !important; }
.spmrn160 { margin-right:-160px !important; }
.spmrn170 { margin-right:-170px !important; }
.spmrn180 { margin-right:-180px !important; }
.spmrn190 { margin-right:-190px !important; }
.spmrn200 { margin-right:-200px !important; }
.spmrn210 { margin-right:-210px !important; }
.spmrn220 { margin-right:-220px !important; }
.spmrn230 { margin-right:-230px !important; }
.spmrn240 { margin-right:-240px !important; }
.spmrn250 { margin-right:-250px !important; }
.spmrn260 { margin-right:-260px !important; }
.spmrn270 { margin-right:-270px !important; }
.spmrn280 { margin-right:-280px !important; }
.spmrn290 { margin-right:-290px !important; }
.spmrn300 { margin-right:-300px !important; }


/*--- margin bottom negative ---*/
.spmbn01 { margin-bottom:-1px !important; }
.spmbn02 { margin-bottom:-2px !important; }
.spmbn03 { margin-bottom:-3px !important; }
.spmbn04 { margin-bottom:-4px !important; }
.spmbn05 { margin-bottom:-5px !important; }
.spmbn06 { margin-bottom:-6px !important; }
.spmbn07 { margin-bottom:-7px !important; }
.spmbn08 { margin-bottom:-8px !important; }
.spmbn09 { margin-bottom:-9px !important; }
.spmbn10 { margin-bottom:-10px !important; }
.spmbn11 { margin-bottom:-11px !important; }
.spmbn12 { margin-bottom:-12px !important; }
.spmbn13 { margin-bottom:-13px !important; }
.spmbn14 { margin-bottom:-14px !important; }
.spmbn15 { margin-bottom:-15px !important; }
.spmbn16 { margin-bottom:-16px !important; }
.spmbn17 { margin-bottom:-17px !important; }
.spmbn18 { margin-bottom:-18px !important; }
.spmbn19 { margin-bottom:-19px !important; }
.spmbn20 { margin-bottom:-20px !important; }
.spmbn21 { margin-bottom:-21px !important; }
.spmbn22 { margin-bottom:-22px !important; }
.spmbn23 { margin-bottom:-23px !important; }
.spmbn24 { margin-bottom:-24px !important; }
.spmbn25 { margin-bottom:-25px !important; }
.spmbn26 { margin-bottom:-26px !important; }
.spmbn27 { margin-bottom:-27px !important; }
.spmbn28 { margin-bottom:-28px !important; }
.spmbn29 { margin-bottom:-29px !important; }
.spmbn30 { margin-bottom:-30px !important; }
.spmbn31 { margin-bottom:-31px !important; }
.spmbn32 { margin-bottom:-32px !important; }
.spmbn33 { margin-bottom:-33px !important; }
.spmbn34 { margin-bottom:-34px !important; }
.spmbn35 { margin-bottom:-35px !important; }
.spmbn36 { margin-bottom:-36px !important; }
.spmbn37 { margin-bottom:-37px !important; }
.spmbn38 { margin-bottom:-38px !important; }
.spmbn39 { margin-bottom:-39px !important; }
.spmbn40 { margin-bottom:-40px !important; }
.spmbn41 { margin-bottom:-41px !important; }
.spmbn42 { margin-bottom:-42px !important; }
.spmbn43 { margin-bottom:-43px !important; }
.spmbn44 { margin-bottom:-44px !important; }
.spmbn45 { margin-bottom:-45px !important; }
.spmbn46 { margin-bottom:-46px !important; }
.spmbn47 { margin-bottom:-47px !important; }
.spmbn48 { margin-bottom:-48px !important; }
.spmbn49 { margin-bottom:-49px !important; }
.spmbn50 { margin-bottom:-50px !important; }
.spmbn51 { margin-bottom:-51px !important; }
.spmbn52 { margin-bottom:-52px !important; }
.spmbn53 { margin-bottom:-53px !important; }
.spmbn54 { margin-bottom:-54px !important; }
.spmbn55 { margin-bottom:-55px !important; }
.spmbn56 { margin-bottom:-56px !important; }
.spmbn57 { margin-bottom:-57px !important; }
.spmbn58 { margin-bottom:-58px !important; }
.spmbn59 { margin-bottom:-59px !important; }
.spmbn60 { margin-bottom:-60px !important; }
.spmbn61 { margin-bottom:-61px !important; }
.spmbn62 { margin-bottom:-62px !important; }
.spmbn63 { margin-bottom:-63px !important; }
.spmbn64 { margin-bottom:-64px !important; }
.spmbn65 { margin-bottom:-65px !important; }
.spmbn66 { margin-bottom:-66px !important; }
.spmbn67 { margin-bottom:-67px !important; }
.spmbn68 { margin-bottom:-68px !important; }
.spmbn69 { margin-bottom:-69px !important; }
.spmbn70 { margin-bottom:-70px !important; }
.spmbn71 { margin-bottom:-71px !important; }
.spmbn72 { margin-bottom:-72px !important; }
.spmbn73 { margin-bottom:-73px !important; }
.spmbn74 { margin-bottom:-74px !important; }
.spmbn75 { margin-bottom:-75px !important; }
.spmbn76 { margin-bottom:-76px !important; }
.spmbn77 { margin-bottom:-77px !important; }
.spmbn78 { margin-bottom:-78px !important; }
.spmbn79 { margin-bottom:-79px !important; }
.spmbn80 { margin-bottom:-80px !important; }
.spmbn81 { margin-bottom:-81px !important; }
.spmbn82 { margin-bottom:-82px !important; }
.spmbn83 { margin-bottom:-83px !important; }
.spmbn84 { margin-bottom:-84px !important; }
.spmbn85 { margin-bottom:-85px !important; }
.spmbn86 { margin-bottom:-86px !important; }
.spmbn87 { margin-bottom:-87px !important; }
.spmbn88 { margin-bottom:-88px !important; }
.spmbn89 { margin-bottom:-89px !important; }
.spmbn90 { margin-bottom:-90px !important; }
.spmbn91 { margin-bottom:-91px !important; }
.spmbn92 { margin-bottom:-92px !important; }
.spmbn93 { margin-bottom:-93px !important; }
.spmbn94 { margin-bottom:-94px !important; }
.spmbn95 { margin-bottom:-95px !important; }
.spmbn96 { margin-bottom:-96px !important; }
.spmbn97 { margin-bottom:-97px !important; }
.spmbn98 { margin-bottom:-98px !important; }
.spmbn99 { margin-bottom:-99px !important; }
.spmbn100 { margin-bottom:-100px !important; }
.spmbn110 { margin-bottom:-110px !important; }
.spmbn120 { margin-bottom:-120px !important; }
.spmbn130 { margin-bottom:-130px !important; }
.spmbn140 { margin-bottom:-140px !important; }
.spmbn150 { margin-bottom:-150px !important; }
.spmbn160 { margin-bottom:-160px !important; }
.spmbn170 { margin-bottom:-170px !important; }
.spmbn180 { margin-bottom:-180px !important; }
.spmbn190 { margin-bottom:-190px !important; }
.spmbn200 { margin-bottom:-200px !important; }
.spmbn210 { margin-bottom:-210px !important; }
.spmbn220 { margin-bottom:-220px !important; }
.spmbn230 { margin-bottom:-230px !important; }
.spmbn240 { margin-bottom:-240px !important; }
.spmbn250 { margin-bottom:-250px !important; }
.spmbn260 { margin-bottom:-260px !important; }
.spmbn270 { margin-bottom:-270px !important; }
.spmbn280 { margin-bottom:-280px !important; }
.spmbn290 { margin-bottom:-290px !important; }
.spmbn300 { margin-bottom:-300px !important; }
.spmbn500 { margin-bottom:-500px !important; }
.spmbn1000 { margin-bottom:-1000px !important; }
.spmbn9999 { margin-bottom:-9999px !important; }


/*--- margin left negative ---*/
.spmln01 { margin-left:-1px !important; }
.spmln02 { margin-left:-2px !important; }
.spmln03 { margin-left:-3px !important; }
.spmln04 { margin-left:-4px !important; }
.spmln05 { margin-left:-5px !important; }
.spmln06 { margin-left:-6px !important; }
.spmln07 { margin-left:-7px !important; }
.spmln08 { margin-left:-8px !important; }
.spmln09 { margin-left:-9px !important; }
.spmln10 { margin-left:-10px !important; }
.spmln11 { margin-left:-11px !important; }
.spmln12 { margin-left:-12px !important; }
.spmln13 { margin-left:-13px !important; }
.spmln14 { margin-left:-14px !important; }
.spmln15 { margin-left:-15px !important; }
.spmln16 { margin-left:-16px !important; }
.spmln17 { margin-left:-17px !important; }
.spmln18 { margin-left:-18px !important; }
.spmln19 { margin-left:-19px !important; }
.spmln20 { margin-left:-20px !important; }
.spmln21 { margin-left:-21px !important; }
.spmln22 { margin-left:-22px !important; }
.spmln23 { margin-left:-23px !important; }
.spmln24 { margin-left:-24px !important; }
.spmln25 { margin-left:-25px !important; }
.spmln26 { margin-left:-26px !important; }
.spmln27 { margin-left:-27px !important; }
.spmln28 { margin-left:-28px !important; }
.spmln29 { margin-left:-29px !important; }
.spmln30 { margin-left:-30px !important; }
.spmln31 { margin-left:-31px !important; }
.spmln32 { margin-left:-32px !important; }
.spmln33 { margin-left:-33px !important; }
.spmln34 { margin-left:-34px !important; }
.spmln35 { margin-left:-35px !important; }
.spmln36 { margin-left:-36px !important; }
.spmln37 { margin-left:-37px !important; }
.spmln38 { margin-left:-38px !important; }
.spmln39 { margin-left:-39px !important; }
.spmln40 { margin-left:-40px !important; }
.spmln41 { margin-left:-41px !important; }
.spmln42 { margin-left:-42px !important; }
.spmln43 { margin-left:-43px !important; }
.spmln44 { margin-left:-44px !important; }
.spmln45 { margin-left:-45px !important; }
.spmln46 { margin-left:-46px !important; }
.spmln47 { margin-left:-47px !important; }
.spmln48 { margin-left:-48px !important; }
.spmln49 { margin-left:-49px !important; }
.spmln50 { margin-left:-50px !important; }
.spmln51 { margin-left:-51px !important; }
.spmln52 { margin-left:-52px !important; }
.spmln53 { margin-left:-53px !important; }
.spmln54 { margin-left:-54px !important; }
.spmln55 { margin-left:-55px !important; }
.spmln56 { margin-left:-56px !important; }
.spmln57 { margin-left:-57px !important; }
.spmln58 { margin-left:-58px !important; }
.spmln59 { margin-left:-59px !important; }
.spmln60 { margin-left:-60px !important; }
.spmln61 { margin-left:-61px !important; }
.spmln62 { margin-left:-62px !important; }
.spmln63 { margin-left:-63px !important; }
.spmln64 { margin-left:-64px !important; }
.spmln65 { margin-left:-65px !important; }
.spmln66 { margin-left:-66px !important; }
.spmln67 { margin-left:-67px !important; }
.spmln68 { margin-left:-68px !important; }
.spmln69 { margin-left:-69px !important; }
.spmln70 { margin-left:-70px !important; }
.spmln71 { margin-left:-71px !important; }
.spmln72 { margin-left:-72px !important; }
.spmln73 { margin-left:-73px !important; }
.spmln74 { margin-left:-74px !important; }
.spmln75 { margin-left:-75px !important; }
.spmln76 { margin-left:-76px !important; }
.spmln77 { margin-left:-77px !important; }
.spmln78 { margin-left:-78px !important; }
.spmln79 { margin-left:-79px !important; }
.spmln80 { margin-left:-80px !important; }
.spmln81 { margin-left:-81px !important; }
.spmln82 { margin-left:-82px !important; }
.spmln83 { margin-left:-83px !important; }
.spmln84 { margin-left:-84px !important; }
.spmln85 { margin-left:-85px !important; }
.spmln86 { margin-left:-86px !important; }
.spmln87 { margin-left:-87px !important; }
.spmln88 { margin-left:-88px !important; }
.spmln89 { margin-left:-89px !important; }
.spmln90 { margin-left:-90px !important; }
.spmln91 { margin-left:-91px !important; }
.spmln92 { margin-left:-92px !important; }
.spmln93 { margin-left:-93px !important; }
.spmln94 { margin-left:-94px !important; }
.spmln95 { margin-left:-95px !important; }
.spmln96 { margin-left:-96px !important; }
.spmln97 { margin-left:-97px !important; }
.spmln98 { margin-left:-98px !important; }
.spmln99 { margin-left:-99px !important; }
.spmln100 { margin-left:-100px !important; }
.spmln110 { margin-left:-110px !important; }
.spmln120 { margin-left:-120px !important; }
.spmln130 { margin-left:-130px !important; }
.spmln140 { margin-left:-140px !important; }
.spmln150 { margin-left:-150px !important; }
.spmln160 { margin-left:-160px !important; }
.spmln170 { margin-left:-170px !important; }
.spmln180 { margin-left:-180px !important; }
.spmln190 { margin-left:-190px !important; }
.spmln200 { margin-left:-200px !important; }
.spmln210 { margin-left:-210px !important; }
.spmln220 { margin-left:-220px !important; }
.spmln230 { margin-left:-230px !important; }
.spmln240 { margin-left:-240px !important; }
.spmln250 { margin-left:-250px !important; }
.spmln260 { margin-left:-260px !important; }
.spmln270 { margin-left:-270px !important; }
.spmln280 { margin-left:-280px !important; }
.spmln290 { margin-left:-290px !important; }
.spmln300 { margin-left:-300px !important; }




/*----------------------------------------------------
 padding
----------------------------------------------------*/
/*--- padding ---*/
.spp00 { padding:  0px !important; }
.spp01 { padding:  1px !important; }
.spp02 { padding:  2px !important; }
.spp03 { padding:  3px !important; }
.spp04 { padding:  4px !important; }
.spp05 { padding:  5px !important; }
.spp06 { padding:  6px !important; }
.spp07 { padding:  7px !important; }
.spp08 { padding:  8px !important; }
.spp09 { padding:  9px !important; }
.spp10 { padding: 10px !important; }
.spp11 { padding: 11px !important; }
.spp12 { padding: 12px !important; }
.spp13 { padding: 13px !important; }
.spp14 { padding: 14px !important; }
.spp15 { padding: 15px !important; }
.spp16 { padding: 16px !important; }
.spp17 { padding: 17px !important; }
.spp18 { padding: 18px !important; }
.spp19 { padding: 19px !important; }
.spp20 { padding: 20px !important; }
.spp21 { padding: 21px !important; }
.spp22 { padding: 22px !important; }
.spp23 { padding: 23px !important; }
.spp24 { padding: 24px !important; }
.spp25 { padding: 25px !important; }
.spp26 { padding: 26px !important; }
.spp27 { padding: 27px !important; }
.spp28 { padding: 28px !important; }
.spp29 { padding: 29px !important; }
.spp30 { padding: 30px !important; }
.spp35 { padding: 35px !important; }
.spp40 { padding: 40px !important; }
.spp45 { padding: 45px !important; }
.spp50 { padding: 50px !important; }
.spp55 { padding: 55px !important; }
.spp60 { padding: 60px !important; }
.spp65 { padding: 65px !important; }
.spp70 { padding: 70px !important; }
.spp75 { padding: 75px !important; }
.spp80 { padding: 80px !important; }
.spp85 { padding: 85px !important; }
.spp90 { padding: 90px !important; }
.spp95 { padding: 95px !important; }
.spp100{ padding:100px !important; }


/*--- padding top ---*/
.sppt00 { padding-top:  0px !important; }
.sppt01 { padding-top:  1px !important; }
.sppt02 { padding-top:  2px !important; }
.sppt03 { padding-top:  3px !important; }
.sppt04 { padding-top:  4px !important; }
.sppt05 { padding-top:  5px !important; }
.sppt06 { padding-top:  6px !important; }
.sppt07 { padding-top:  7px !important; }
.sppt08 { padding-top:  8px !important; }
.sppt09 { padding-top:  9px !important; }
.sppt10 { padding-top: 10px !important; }
.sppt11 { padding-top: 11px !important; }
.sppt12 { padding-top: 12px !important; }
.sppt13 { padding-top: 13px !important; }
.sppt14 { padding-top: 14px !important; }
.sppt15 { padding-top: 15px !important; }
.sppt16 { padding-top: 16px !important; }
.sppt17 { padding-top: 17px !important; }
.sppt18 { padding-top: 18px !important; }
.sppt19 { padding-top: 19px !important; }
.sppt20 { padding-top: 20px !important; }
.sppt21 { padding-top: 21px !important; }
.sppt22 { padding-top: 22px !important; }
.sppt23 { padding-top: 23px !important; }
.sppt24 { padding-top: 24px !important; }
.sppt25 { padding-top: 25px !important; }
.sppt26 { padding-top: 26px !important; }
.sppt27 { padding-top: 27px !important; }
.sppt28 { padding-top: 28px !important; }
.sppt29 { padding-top: 29px !important; }
.sppt30 { padding-top: 30px !important; }
.sppt35 { padding-top: 35px !important; }
.sppt40 { padding-top: 40px !important; }
.sppt45 { padding-top: 45px !important; }
.sppt50 { padding-top: 50px !important; }
.sppt55 { padding-top: 55px !important; }
.sppt60 { padding-top: 60px !important; }
.sppt65 { padding-top: 65px !important; }
.sppt70 { padding-top: 70px !important; }
.sppt75 { padding-top: 75px !important; }
.sppt80 { padding-top: 80px !important; }
.sppt85 { padding-top: 85px !important; }
.sppt90 { padding-top: 90px !important; }
.sppt95 { padding-top: 95px !important; }
.sppt100{ padding-top:100px !important; }


/*--- padding right ---*/
.sppr00 { padding-right:  0px !important; }
.sppr01 { padding-right:  1px !important; }
.sppr02 { padding-right:  2px !important; }
.sppr03 { padding-right:  3px !important; }
.sppr04 { padding-right:  4px !important; }
.sppr05 { padding-right:  5px !important; }
.sppr06 { padding-right:  6px !important; }
.sppr07 { padding-right:  7px !important; }
.sppr08 { padding-right:  8px !important; }
.sppr09 { padding-right:  9px !important; }
.sppr10 { padding-right: 10px !important; }
.sppr11 { padding-right: 11px !important; }
.sppr12 { padding-right: 12px !important; }
.sppr13 { padding-right: 13px !important; }
.sppr14 { padding-right: 14px !important; }
.sppr15 { padding-right: 15px !important; }
.sppr16 { padding-right: 16px !important; }
.sppr17 { padding-right: 17px !important; }
.sppr18 { padding-right: 18px !important; }
.sppr19 { padding-right: 19px !important; }
.sppr20 { padding-right: 20px !important; }
.sppr21 { padding-right: 21px !important; }
.sppr22 { padding-right: 22px !important; }
.sppr23 { padding-right: 23px !important; }
.sppr24 { padding-right: 24px !important; }
.sppr25 { padding-right: 25px !important; }
.sppr26 { padding-right: 26px !important; }
.sppr27 { padding-right: 27px !important; }
.sppr28 { padding-right: 28px !important; }
.sppr29 { padding-right: 29px !important; }
.sppr30 { padding-right: 30px !important; }
.sppr35 { padding-right: 35px !important; }
.sppr40 { padding-right: 40px !important; }
.sppr45 { padding-right: 45px !important; }
.sppr50 { padding-right: 50px !important; }
.sppr55 { padding-right: 55px !important; }
.sppr60 { padding-right: 60px !important; }
.sppr65 { padding-right: 65px !important; }
.sppr70 { padding-right: 70px !important; }
.sppr75 { padding-right: 75px !important; }
.sppr80 { padding-right: 80px !important; }
.sppr85 { padding-right: 85px !important; }
.sppr90 { padding-right: 90px !important; }
.sppr95 { padding-right: 95px !important; }
.sppr100{ padding-right:100px !important; }


/*--- padding bottom ---*/
.sppb00 { padding-bottom:  0px !important; }
.sppb01 { padding-bottom:  1px !important; }
.sppb02 { padding-bottom:  2px !important; }
.sppb03 { padding-bottom:  3px !important; }
.sppb04 { padding-bottom:  4px !important; }
.sppb05 { padding-bottom:  5px !important; }
.sppb06 { padding-bottom:  6px !important; }
.sppb07 { padding-bottom:  7px !important; }
.sppb08 { padding-bottom:  8px !important; }
.sppb09 { padding-bottom:  9px !important; }
.sppb10 { padding-bottom: 10px !important; }
.sppb11 { padding-bottom: 11px !important; }
.sppb12 { padding-bottom: 12px !important; }
.sppb13 { padding-bottom: 13px !important; }
.sppb14 { padding-bottom: 14px !important; }
.sppb15 { padding-bottom: 15px !important; }
.sppb16 { padding-bottom: 16px !important; }
.sppb17 { padding-bottom: 17px !important; }
.sppb18 { padding-bottom: 18px !important; }
.sppb19 { padding-bottom: 19px !important; }
.sppb20 { padding-bottom: 20px !important; }
.sppb21 { padding-bottom: 21px !important; }
.sppb22 { padding-bottom: 22px !important; }
.sppb23 { padding-bottom: 23px !important; }
.sppb24 { padding-bottom: 24px !important; }
.sppb25 { padding-bottom: 25px !important; }
.sppb26 { padding-bottom: 26px !important; }
.sppb27 { padding-bottom: 27px !important; }
.sppb28 { padding-bottom: 28px !important; }
.sppb29 { padding-bottom: 29px !important; }
.sppb30 { padding-bottom: 30px !important; }
.sppb35 { padding-bottom: 35px !important; }
.sppb40 { padding-bottom: 40px !important; }
.sppb45 { padding-bottom: 45px !important; }
.sppb50 { padding-bottom: 50px !important; }
.sppb55 { padding-bottom: 55px !important; }
.sppb60 { padding-bottom: 60px !important; }
.sppb65 { padding-bottom: 65px !important; }
.sppb70 { padding-bottom: 70px !important; }
.sppb75 { padding-bottom: 75px !important; }
.sppb80 { padding-bottom: 80px !important; }
.sppb85 { padding-bottom: 85px !important; }
.sppb90 { padding-bottom: 90px !important; }
.sppb95 { padding-bottom: 95px !important; }
.sppb100{ padding-bottom:100px !important; }
.sppb300{ padding-bottom:300px !important; }
.sppb500{ padding-bottom:500px !important; }
.sppb1000{ padding-bottom:1000px !important; }
.sppb9999{ padding-bottom:9999px !important; }


/*--- padding left ---*/
.sppl00 { padding-left:  0px !important; }
.sppl01 { padding-left:  1px !important; }
.sppl02 { padding-left:  2px !important; }
.sppl03 { padding-left:  3px !important; }
.sppl04 { padding-left:  4px !important; }
.sppl05 { padding-left:  5px !important; }
.sppl06 { padding-left:  6px !important; }
.sppl07 { padding-left:  7px !important; }
.sppl08 { padding-left:  8px !important; }
.sppl09 { padding-left:  9px !important; }
.sppl10 { padding-left: 10px !important; }
.sppl11 { padding-left: 11px !important; }
.sppl12 { padding-left: 12px !important; }
.sppl13 { padding-left: 13px !important; }
.sppl14 { padding-left: 14px !important; }
.sppl15 { padding-left: 15px !important; }
.sppl16 { padding-left: 16px !important; }
.sppl17 { padding-left: 17px !important; }
.sppl18 { padding-left: 18px !important; }
.sppl19 { padding-left: 19px !important; }
.sppl20 { padding-left: 20px !important; }
.sppl21 { padding-left: 21px !important; }
.sppl22 { padding-left: 22px !important; }
.sppl23 { padding-left: 23px !important; }
.sppl24 { padding-left: 24px !important; }
.sppl25 { padding-left: 25px !important; }
.sppl26 { padding-left: 26px !important; }
.sppl27 { padding-left: 27px !important; }
.sppl28 { padding-left: 28px !important; }
.sppl29 { padding-left: 29px !important; }
.sppl30 { padding-left: 30px !important; }
.sppl35 { padding-left: 35px !important; }
.sppl40 { padding-left: 40px !important; }
.sppl45 { padding-left: 45px !important; }
.sppl50 { padding-left: 50px !important; }
.sppl55 { padding-left: 55px !important; }
.sppl60 { padding-left: 60px !important; }
.sppl65 { padding-left: 65px !important; }
.sppl70 { padding-left: 70px !important; }
.sppl75 { padding-left: 75px !important; }
.sppl80 { padding-left: 80px !important; }
.sppl85 { padding-left: 85px !important; }
.sppl90 { padding-left: 90px !important; }
.sppl95 { padding-left: 95px !important; }
.sppl100{ padding-left:100px !important; }
}
.w100{
width: 100%;
}