@charset "UTF-8";

/* =======================================================================
CSSの名前：bm_style.css
最終更新日時：2026/4/23
【userweb】BlueMonkey情報配信と共有したいコンテンツ用
======================================================================= */
.align-c {
	text-align: center;
}

.align-l {
	text-align: left;
}

.align-r {
	text-align: right;
}

.youtube {
	margin: 40px auto;
	max-width: 800px;
}

@media screen and (max-width: 767px) {
	.youtube {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.youtube__inner {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.youtube__inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


/* =================================================================
button
=================================================================*/
p.btn {display: flex;padding:0;background:none;margin:30px 0;}
.btn.-border > a, .btn.-border > button {
    background-color: #fff;
    border-color: #C8161D;
    color: #C8161D;
}
.btn > a, .btn > button {
    position: relative;
    max-width: 360px;
    align-items: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #C8161D;
    border: 2px solid #C8161D;
    padding: 10px 20px 10px 20px;
    border-radius: 4px;
    transition: color .3s ease, background-color .3s ease;
    cursor: pointer;
}


/* =================================================================
Grid System
=================================================================*/
.row {
	display: flex;
	margin: -10px;
}
.row div.-c {
	text-align:center;
}

.row .btn {
	margin-top:0;
}

.row-forward {
    flex-direction: row;
}

.row-reverse {
	flex-direction: row-reverse;
}

.row-column-reverse {
	flex-direction: column-reverse;
	justify-content: flex-end;
	width: 100%;
	margin: 0;
}

.row-c {
	justify-content: center;
}
.row-align-center{
    align-items: center;
}

.row-gap-0 {
	margin: -0px;
}

.row-gap-0 > [class*="col"] {
	padding: 0px;
}

.row-gap-y-0 {
	margin-top: -0px;
	margin-bottom: -0px;
}

.row-gap-y-0 > [class*="col"] {
	padding-top: 0px;
	padding-bottom: 0px;
}

.row-gap-5 {
	margin: -5px;
}

.row-gap-5 > [class*="col"] {
	padding: 5px;
}

.row-gap-y-5 {
	margin-top: -5px;
	margin-bottom: -5px;
}

.row-gap-y-5 > [class*="col"] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.row-gap-10 {
	margin: -10px;
}

.row-gap-10 > [class*="col"] {
	padding: 10px;
}

.row-gap-y-10 {
	margin-top: -10px;
	margin-bottom: -10px;
}

.row-gap-y-10 > [class*="col"] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.row-gap-15 {
	margin: -15px;
}

.row-gap-15 > [class*="col"] {
	padding: 15px;
}

.row-gap-y-15 {
	margin-top: -15px;
	margin-bottom: -15px;
}

.row-gap-y-15 > [class*="col"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.row-gap-20 {
	margin: -20px;
}

.row-gap-20 > [class*="col"] {
	padding: 20px;
}

.row-gap-y-20 {
	margin-top: -20px;
	margin-bottom: -20px;
}

.row-gap-y-20 > [class*="col"] {
	padding-top: 20px;
	padding-bottom: 20px;
}

.row-gap-25 {
	margin: -25px;
}

.row-gap-25 > [class*="col"] {
	padding: 25px;
}

.row-gap-y-25 {
	margin-top: -25px;
	margin-bottom: -25px;
}

.row-gap-y-25 > [class*="col"] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.row-gap-30 {
	margin: -30px;
}

.row-gap-30 > [class*="col"] {
	padding: 30px;
}

.row-gap-y-30 {
	margin-top: -30px;
	margin-bottom: -30px;
}

.row-gap-y-30 > [class*="col"] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.row-gap-35 {
	margin: -35px;
}

.row-gap-35 > [class*="col"] {
	padding: 35px;
}

.row-gap-y-35 {
	margin-top: -35px;
	margin-bottom: -35px;
}

.row-gap-y-35 > [class*="col"] {
	padding-top: 35px;
	padding-bottom: 35px;
}

.row-gap-40 {
	margin: -40px;
}

.row-gap-40 > [class*="col"] {
	padding: 40px;
}

.row-gap-y-40 {
	margin-top: -40px;
	margin-bottom: -40px;
}

.row-gap-y-40 > [class*="col"] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.row-gap-45 {
	margin: -45px;
}

.row-gap-45 > [class*="col"] {
	padding: 45px;
}

.row-gap-y-45 {
	margin-top: -45px;
	margin-bottom: -45px;
}

.row-gap-y-45 > [class*="col"] {
	padding-top: 45px;
	padding-bottom: 45px;
}

.row-gap-50 {
	margin: -50px;
}

.row-gap-50 > [class*="col"] {
	padding: 50px;
}

.row-gap-y-50 {
	margin-top: -50px;
	margin-bottom: -50px;
}

.row-gap-y-50 > [class*="col"] {
	padding-top: 50px;
	padding-bottom: 50px;
}

.row-gap-55 {
	margin: -55px;
}

.row-gap-55 > [class*="col"] {
	padding: 55px;
}

.row-gap-y-55 {
	margin-top: -55px;
	margin-bottom: -55px;
}

.row-gap-y-55 > [class*="col"] {
	padding-top: 55px;
	padding-bottom: 55px;
}

.row-gap-60 {
	margin: -60px;
}

.row-gap-60 > [class*="col"] {
	padding: 60px;
}

.row-gap-y-60 {
	margin-top: -60px;
	margin-bottom: -60px;
}

.row-gap-y-60 > [class*="col"] {
	padding-top: 60px;
	padding-bottom: 60px;
}

.row-gap-65 {
	margin: -65px;
}

.row-gap-65 > [class*="col"] {
	padding: 65px;
}

.row-gap-y-65 {
	margin-top: -65px;
	margin-bottom: -65px;
}

.row-gap-y-65 > [class*="col"] {
	padding-top: 65px;
	padding-bottom: 65px;
}

.row-gap-70 {
	margin: -70px;
}

.row-gap-70 > [class*="col"] {
	padding: 70px;
}

.row-gap-y-70 {
	margin-top: -70px;
	margin-bottom: -70px;
}

.row-gap-y-70 > [class*="col"] {
	padding-top: 70px;
	padding-bottom: 70px;
}

.row-gap-75 {
	margin: -75px;
}

.row-gap-75 > [class*="col"] {
	padding: 75px;
}

.row-gap-y-75 {
	margin-top: -75px;
	margin-bottom: -75px;
}

.row-gap-y-75 > [class*="col"] {
	padding-top: 75px;
	padding-bottom: 75px;
}

.row-gap-80 {
	margin: -80px;
}

.row-gap-80 > [class*="col"] {
	padding: 80px;
}

.row-gap-y-80 {
	margin-top: -80px;
	margin-bottom: -80px;
}

.row-gap-y-80 > [class*="col"] {
	padding-top: 80px;
	padding-bottom: 80px;
}

.row-gap-85 {
	margin: -85px;
}

.row-gap-85 > [class*="col"] {
	padding: 85px;
}

.row-gap-y-85 {
	margin-top: -85px;
	margin-bottom: -85px;
}

.row-gap-y-85 > [class*="col"] {
	padding-top: 85px;
	padding-bottom: 85px;
}

.row-gap-90 {
	margin: -90px;
}

.row-gap-90 > [class*="col"] {
	padding: 90px;
}

.row-gap-y-90 {
	margin-top: -90px;
	margin-bottom: -90px;
}

.row-gap-y-90 > [class*="col"] {
	padding-top: 90px;
	padding-bottom: 90px;
}

.row-gap-95 {
	margin: -95px;
}

.row-gap-95 > [class*="col"] {
	padding: 95px;
}

.row-gap-y-95 {
	margin-top: -95px;
	margin-bottom: -95px;
}

.row-gap-y-95 > [class*="col"] {
	padding-top: 95px;
	padding-bottom: 95px;
}

.row-gap-100 {
	margin: -100px;
}

.row-gap-100 > [class*="col"] {
	padding: 100px;
}

.row-gap-y-100 {
	margin-top: -100px;
	margin-bottom: -100px;
}

.row-gap-y-100 > [class*="col"] {
	padding-top: 100px;
	padding-bottom: 100px;
}

.col {
	padding: 10px;
	box-sizing: border-box;
}

.col-1 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	    -ms-flex: 0 0 8.33333%;
	        flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	    -ms-flex: 0 0 16.66667%;
	        flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	    -ms-flex: 0 0 33.33333%;
	        flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	    -ms-flex: 0 0 41.66667%;
	        flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	    -ms-flex: 0 0 58.33333%;
	        flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	    -ms-flex: 0 0 66.66667%;
	        flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	    -ms-flex: 0 0 75%;
	        flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	    -ms-flex: 0 0 83.33333%;
	        flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	    -ms-flex: 0 0 91.66667%;
	        flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	max-width: 100%;
}

.col-20per {
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	    -ms-flex: 0 0 20%;
	        flex: 0 0 20%;
	max-width: 20%;
}

/* =================================================================
width指定
=================================================================*/
.w-auto {
	width: auto !important;
}

.w-full {
	width: 100% !important;
}

.w-0 {
	width: 0px !important;
}

.w-5 {
	width: 5px !important;
}

.w-10 {
	width: 10px !important;
}

.w-15 {
	width: 15px !important;
}

.w-20 {
	width: 20px !important;
}

.w-25 {
	width: 25px !important;
}

.w-30 {
	width: 30px !important;
}

.w-35 {
	width: 35px !important;
}

.w-40 {
	width: 40px !important;
}

.w-45 {
	width: 45px !important;
}

.w-50 {
	width: 50px !important;
}

.w-55 {
	width: 55px !important;
}

.w-60 {
	width: 60px !important;
}

.w-65 {
	width: 65px !important;
}

.w-70 {
	width: 70px !important;
}

.w-75 {
	width: 75px !important;
}

.w-80 {
	width: 80px !important;
}

.w-85 {
	width: 85px !important;
}

.w-90 {
	width: 90px !important;
}

.w-95 {
	width: 95px !important;
}

.w-100 {
	width: 100px !important;
}

.w-105 {
	width: 105px !important;
}

.w-110 {
	width: 110px !important;
}

.w-115 {
	width: 115px !important;
}

.w-120 {
	width: 120px !important;
}

.w-125 {
	width: 125px !important;
}

.w-130 {
	width: 130px !important;
}

.w-135 {
	width: 135px !important;
}

.w-140 {
	width: 140px !important;
}

.w-145 {
	width: 145px !important;
}

.w-150 {
	width: 150px !important;
}

.w-155 {
	width: 155px !important;
}

.w-160 {
	width: 160px !important;
}

.w-165 {
	width: 165px !important;
}

.w-170 {
	width: 170px !important;
}

.w-175 {
	width: 175px !important;
}

.w-180 {
	width: 180px !important;
}

.w-185 {
	width: 185px !important;
}

.w-190 {
	width: 190px !important;
}

.w-195 {
	width: 195px !important;
}

.w-200 {
	width: 200px !important;
}

.w-205 {
	width: 205px !important;
}

.w-210 {
	width: 210px !important;
}

.w-215 {
	width: 215px !important;
}

.w-220 {
	width: 220px !important;
}

.w-225 {
	width: 225px !important;
}

.w-230 {
	width: 230px !important;
}

.w-235 {
	width: 235px !important;
}

.w-240 {
	width: 240px !important;
}

.w-245 {
	width: 245px !important;
}

.w-250 {
	width: 250px !important;
}

.w-255 {
	width: 255px !important;
}

.w-260 {
	width: 260px !important;
}

.w-265 {
	width: 265px !important;
}

.w-270 {
	width: 270px !important;
}

.w-275 {
	width: 275px !important;
}

.w-280 {
	width: 280px !important;
}

.w-285 {
	width: 285px !important;
}

.w-290 {
	width: 290px !important;
}

.w-295 {
	width: 295px !important;
}

.w-300 {
	width: 300px !important;
}

.w-305 {
	width: 305px !important;
}

.w-310 {
	width: 310px !important;
}

.w-315 {
	width: 315px !important;
}

.w-320 {
	width: 320px !important;
}

.w-325 {
	width: 325px !important;
}

.w-330 {
	width: 330px !important;
}

.w-335 {
	width: 335px !important;
}

.w-340 {
	width: 340px !important;
}

.w-345 {
	width: 345px !important;
}

.w-350 {
	width: 350px !important;
}

.w-355 {
	width: 355px !important;
}

.w-360 {
	width: 360px !important;
}

.w-365 {
	width: 365px !important;
}

.w-370 {
	width: 370px !important;
}

.w-375 {
	width: 375px !important;
}

.w-380 {
	width: 380px !important;
}

.w-385 {
	width: 385px !important;
}

.w-390 {
	width: 390px !important;
}

.w-395 {
	width: 395px !important;
}

.w-400 {
	width: 400px !important;
}

.w-405 {
	width: 405px !important;
}

.w-410 {
	width: 410px !important;
}

.w-415 {
	width: 415px !important;
}

.w-420 {
	width: 420px !important;
}

.w-425 {
	width: 425px !important;
}

.w-430 {
	width: 430px !important;
}

.w-435 {
	width: 435px !important;
}

.w-440 {
	width: 440px !important;
}

.w-445 {
	width: 445px !important;
}

.w-450 {
	width: 450px !important;
}

.w-455 {
	width: 455px !important;
}

.w-460 {
	width: 460px !important;
}

.w-465 {
	width: 465px !important;
}

.w-470 {
	width: 470px !important;
}

.w-475 {
	width: 475px !important;
}

.w-480 {
	width: 480px !important;
}

.w-485 {
	width: 485px !important;
}

.w-490 {
	width: 490px !important;
}

.w-495 {
	width: 495px !important;
}

.w-500 {
	width: 500px !important;
}

.w-505 {
	width: 505px !important;
}

.w-510 {
	width: 510px !important;
}

.w-515 {
	width: 515px !important;
}

.w-520 {
	width: 520px !important;
}

.w-525 {
	width: 525px !important;
}

.w-530 {
	width: 530px !important;
}

.w-535 {
	width: 535px !important;
}

.w-540 {
	width: 540px !important;
}

.w-545 {
	width: 545px !important;
}

.w-550 {
	width: 550px !important;
}

.w-555 {
	width: 555px !important;
}

.w-560 {
	width: 560px !important;
}

.w-565 {
	width: 565px !important;
}

.w-570 {
	width: 570px !important;
}

.w-575 {
	width: 575px !important;
}

.w-580 {
	width: 580px !important;
}

.w-585 {
	width: 585px !important;
}

.w-590 {
	width: 590px !important;
}

.w-595 {
	width: 595px !important;
}

.w-600 {
	width: 600px !important;
}

.w-605 {
	width: 605px !important;
}

.w-610 {
	width: 610px !important;
}

.w-615 {
	width: 615px !important;
}

.w-620 {
	width: 620px !important;
}

.w-625 {
	width: 625px !important;
}

.w-630 {
	width: 630px !important;
}

.w-635 {
	width: 635px !important;
}

.w-640 {
	width: 640px !important;
}

.w-645 {
	width: 645px !important;
}

.w-650 {
	width: 650px !important;
}

.w-655 {
	width: 655px !important;
}

.w-660 {
	width: 660px !important;
}

.w-665 {
	width: 665px !important;
}

.w-670 {
	width: 670px !important;
}

.w-675 {
	width: 675px !important;
}

.w-680 {
	width: 680px !important;
}

.w-685 {
	width: 685px !important;
}

.w-690 {
	width: 690px !important;
}

.w-695 {
	width: 695px !important;
}

.w-700 {
	width: 700px !important;
}

.w-705 {
	width: 705px !important;
}

.w-710 {
	width: 710px !important;
}

.w-715 {
	width: 715px !important;
}

.w-720 {
	width: 720px !important;
}

.w-725 {
	width: 725px !important;
}

.w-730 {
	width: 730px !important;
}

.w-735 {
	width: 735px !important;
}

.w-740 {
	width: 740px !important;
}

.w-745 {
	width: 745px !important;
}

.w-750 {
	width: 750px !important;
}

.w-755 {
	width: 755px !important;
}

.w-760 {
	width: 760px !important;
}

.w-765 {
	width: 765px !important;
}

.w-770 {
	width: 770px !important;
}

.w-775 {
	width: 775px !important;
}

.w-780 {
	width: 780px !important;
}

.w-785 {
	width: 785px !important;
}

.w-790 {
	width: 790px !important;
}

.w-795 {
	width: 795px !important;
}

.w-800 {
	width: 800px !important;
}

.w-805 {
	width: 805px !important;
}

.w-810 {
	width: 810px !important;
}

.w-815 {
	width: 815px !important;
}

.w-820 {
	width: 820px !important;
}

.w-825 {
	width: 825px !important;
}

.w-830 {
	width: 830px !important;
}

.w-835 {
	width: 835px !important;
}

.w-840 {
	width: 840px !important;
}

.w-845 {
	width: 845px !important;
}

.w-850 {
	width: 850px !important;
}

.w-855 {
	width: 855px !important;
}

.w-860 {
	width: 860px !important;
}

.w-865 {
	width: 865px !important;
}

.w-870 {
	width: 870px !important;
}

.w-875 {
	width: 875px !important;
}

.w-880 {
	width: 880px !important;
}

.w-885 {
	width: 885px !important;
}

.w-890 {
	width: 890px !important;
}

.w-895 {
	width: 895px !important;
}

.w-900 {
	width: 900px !important;
}

.w-905 {
	width: 905px !important;
}

.w-910 {
	width: 910px !important;
}

.w-915 {
	width: 915px !important;
}

.w-920 {
	width: 920px !important;
}

.w-925 {
	width: 925px !important;
}

.w-930 {
	width: 930px !important;
}

.w-935 {
	width: 935px !important;
}

.w-940 {
	width: 940px !important;
}

.w-945 {
	width: 945px !important;
}

.w-950 {
	width: 950px !important;
}

.w-955 {
	width: 955px !important;
}

.w-960 {
	width: 960px !important;
}

.w-965 {
	width: 965px !important;
}

.w-970 {
	width: 970px !important;
}

.w-975 {
	width: 975px !important;
}

.w-980 {
	width: 980px !important;
}

.w-985 {
	width: 985px !important;
}

.w-990 {
	width: 990px !important;
}

.w-995 {
	width: 995px !important;
}

.w-1000 {
	width: 1000px !important;
}

.w-per-1 {
	width: 1% !important;
}

.w-per-2 {
	width: 2% !important;
}

.w-per-3 {
	width: 3% !important;
}

.w-per-4 {
	width: 4% !important;
}

.w-per-5 {
	width: 5% !important;
}

.w-per-6 {
	width: 6% !important;
}

.w-per-7 {
	width: 7% !important;
}

.w-per-8 {
	width: 8% !important;
}

.w-per-9 {
	width: 9% !important;
}

.w-per-10 {
	width: 10% !important;
}

.w-per-11 {
	width: 11% !important;
}

.w-per-12 {
	width: 12% !important;
}

.w-per-13 {
	width: 13% !important;
}

.w-per-14 {
	width: 14% !important;
}

.w-per-15 {
	width: 15% !important;
}

.w-per-16 {
	width: 16% !important;
}

.w-per-17 {
	width: 17% !important;
}

.w-per-18 {
	width: 18% !important;
}

.w-per-19 {
	width: 19% !important;
}

.w-per-20 {
	width: 20% !important;
}

.w-per-21 {
	width: 21% !important;
}

.w-per-22 {
	width: 22% !important;
}

.w-per-23 {
	width: 23% !important;
}

.w-per-24 {
	width: 24% !important;
}

.w-per-25 {
	width: 25% !important;
}

.w-per-26 {
	width: 26% !important;
}

.w-per-27 {
	width: 27% !important;
}

.w-per-28 {
	width: 28% !important;
}

.w-per-29 {
	width: 29% !important;
}

.w-per-30 {
	width: 30% !important;
}

.w-per-31 {
	width: 31% !important;
}

.w-per-32 {
	width: 32% !important;
}

.w-per-33 {
	width: 33% !important;
}

.w-per-34 {
	width: 34% !important;
}

.w-per-35 {
	width: 35% !important;
}

.w-per-36 {
	width: 36% !important;
}

.w-per-37 {
	width: 37% !important;
}

.w-per-38 {
	width: 38% !important;
}

.w-per-39 {
	width: 39% !important;
}

.w-per-40 {
	width: 40% !important;
}

.w-per-41 {
	width: 41% !important;
}

.w-per-42 {
	width: 42% !important;
}

.w-per-43 {
	width: 43% !important;
}

.w-per-44 {
	width: 44% !important;
}

.w-per-45 {
	width: 45% !important;
}

.w-per-46 {
	width: 46% !important;
}

.w-per-47 {
	width: 47% !important;
}

.w-per-48 {
	width: 48% !important;
}

.w-per-49 {
	width: 49% !important;
}

.w-per-50 {
	width: 50% !important;
}

.w-per-51 {
	width: 51% !important;
}

.w-per-52 {
	width: 52% !important;
}

.w-per-53 {
	width: 53% !important;
}

.w-per-54 {
	width: 54% !important;
}

.w-per-55 {
	width: 55% !important;
}

.w-per-56 {
	width: 56% !important;
}

.w-per-57 {
	width: 57% !important;
}

.w-per-58 {
	width: 58% !important;
}

.w-per-59 {
	width: 59% !important;
}

.w-per-60 {
	width: 60% !important;
}

.w-per-61 {
	width: 61% !important;
}

.w-per-62 {
	width: 62% !important;
}

.w-per-63 {
	width: 63% !important;
}

.w-per-64 {
	width: 64% !important;
}

.w-per-65 {
	width: 65% !important;
}

.w-per-66 {
	width: 66% !important;
}

.w-per-67 {
	width: 67% !important;
}

.w-per-68 {
	width: 68% !important;
}

.w-per-69 {
	width: 69% !important;
}

.w-per-70 {
	width: 70% !important;
}

.w-per-71 {
	width: 71% !important;
}

.w-per-72 {
	width: 72% !important;
}

.w-per-73 {
	width: 73% !important;
}

.w-per-74 {
	width: 74% !important;
}

.w-per-75 {
	width: 75% !important;
}

.w-per-76 {
	width: 76% !important;
}

.w-per-77 {
	width: 77% !important;
}

.w-per-78 {
	width: 78% !important;
}

.w-per-79 {
	width: 79% !important;
}

.w-per-80 {
	width: 80% !important;
}

.w-per-81 {
	width: 81% !important;
}

.w-per-82 {
	width: 82% !important;
}

.w-per-83 {
	width: 83% !important;
}

.w-per-84 {
	width: 84% !important;
}

.w-per-85 {
	width: 85% !important;
}

.w-per-86 {
	width: 86% !important;
}

.w-per-87 {
	width: 87% !important;
}

.w-per-88 {
	width: 88% !important;
}

.w-per-89 {
	width: 89% !important;
}

.w-per-90 {
	width: 90% !important;
}

.w-per-91 {
	width: 91% !important;
}

.w-per-92 {
	width: 92% !important;
}

.w-per-93 {
	width: 93% !important;
}

.w-per-94 {
	width: 94% !important;
}

.w-per-95 {
	width: 95% !important;
}

.w-per-96 {
	width: 96% !important;
}

.w-per-97 {
	width: 97% !important;
}

.w-per-98 {
	width: 98% !important;
}

.w-per-99 {
	width: 99% !important;
}

.w-per-100 {
	width: 100% !important;
}

.max-w-none {
	max-width: none !important;
}

.max-w-full {
	max-width: 100% !important;
}

.max-w-0 {
	max-width: 0px !important;
}

.max-w-5 {
	max-width: 5px !important;
}

.max-w-10 {
	max-width: 10px !important;
}

.max-w-15 {
	max-width: 15px !important;
}

.max-w-20 {
	max-width: 20px !important;
}

.max-w-25 {
	max-width: 25px !important;
}

.max-w-30 {
	max-width: 30px !important;
}

.max-w-35 {
	max-width: 35px !important;
}

.max-w-40 {
	max-width: 40px !important;
}

.max-w-45 {
	max-width: 45px !important;
}

.max-w-50 {
	max-width: 50px !important;
}

.max-w-55 {
	max-width: 55px !important;
}

.max-w-60 {
	max-width: 60px !important;
}

.max-w-65 {
	max-width: 65px !important;
}

.max-w-70 {
	max-width: 70px !important;
}

.max-w-75 {
	max-width: 75px !important;
}

.max-w-80 {
	max-width: 80px !important;
}

.max-w-85 {
	max-width: 85px !important;
}

.max-w-90 {
	max-width: 90px !important;
}

.max-w-95 {
	max-width: 95px !important;
}

.max-w-100 {
	max-width: 100px !important;
}

.max-w-105 {
	max-width: 105px !important;
}

.max-w-110 {
	max-width: 110px !important;
}

.max-w-115 {
	max-width: 115px !important;
}

.max-w-120 {
	max-width: 120px !important;
}

.max-w-125 {
	max-width: 125px !important;
}

.max-w-130 {
	max-width: 130px !important;
}

.max-w-135 {
	max-width: 135px !important;
}

.max-w-140 {
	max-width: 140px !important;
}

.max-w-145 {
	max-width: 145px !important;
}

.max-w-150 {
	max-width: 150px !important;
}

.max-w-155 {
	max-width: 155px !important;
}

.max-w-160 {
	max-width: 160px !important;
}

.max-w-165 {
	max-width: 165px !important;
}

.max-w-170 {
	max-width: 170px !important;
}

.max-w-175 {
	max-width: 175px !important;
}

.max-w-180 {
	max-width: 180px !important;
}

.max-w-185 {
	max-width: 185px !important;
}

.max-w-190 {
	max-width: 190px !important;
}

.max-w-195 {
	max-width: 195px !important;
}

.max-w-200 {
	max-width: 200px !important;
}

.max-w-205 {
	max-width: 205px !important;
}

.max-w-210 {
	max-width: 210px !important;
}

.max-w-215 {
	max-width: 215px !important;
}

.max-w-220 {
	max-width: 220px !important;
}

.max-w-225 {
	max-width: 225px !important;
}

.max-w-230 {
	max-width: 230px !important;
}

.max-w-235 {
	max-width: 235px !important;
}

.max-w-240 {
	max-width: 240px !important;
}

.max-w-245 {
	max-width: 245px !important;
}

.max-w-250 {
	max-width: 250px !important;
}

.max-w-255 {
	max-width: 255px !important;
}

.max-w-260 {
	max-width: 260px !important;
}

.max-w-265 {
	max-width: 265px !important;
}

.max-w-270 {
	max-width: 270px !important;
}

.max-w-275 {
	max-width: 275px !important;
}

.max-w-280 {
	max-width: 280px !important;
}

.max-w-285 {
	max-width: 285px !important;
}

.max-w-290 {
	max-width: 290px !important;
}

.max-w-295 {
	max-width: 295px !important;
}

.max-w-300 {
	max-width: 300px !important;
}

.max-w-305 {
	max-width: 305px !important;
}

.max-w-310 {
	max-width: 310px !important;
}

.max-w-315 {
	max-width: 315px !important;
}

.max-w-320 {
	max-width: 320px !important;
}

.max-w-325 {
	max-width: 325px !important;
}

.max-w-330 {
	max-width: 330px !important;
}

.max-w-335 {
	max-width: 335px !important;
}

.max-w-340 {
	max-width: 340px !important;
}

.max-w-345 {
	max-width: 345px !important;
}

.max-w-350 {
	max-width: 350px !important;
}

.max-w-355 {
	max-width: 355px !important;
}

.max-w-360 {
	max-width: 360px !important;
}

.max-w-365 {
	max-width: 365px !important;
}

.max-w-370 {
	max-width: 370px !important;
}

.max-w-375 {
	max-width: 375px !important;
}

.max-w-380 {
	max-width: 380px !important;
}

.max-w-385 {
	max-width: 385px !important;
}

.max-w-390 {
	max-width: 390px !important;
}

.max-w-395 {
	max-width: 395px !important;
}

.max-w-400 {
	max-width: 400px !important;
}

.max-w-405 {
	max-width: 405px !important;
}

.max-w-410 {
	max-width: 410px !important;
}

.max-w-415 {
	max-width: 415px !important;
}

.max-w-420 {
	max-width: 420px !important;
}

.max-w-425 {
	max-width: 425px !important;
}

.max-w-430 {
	max-width: 430px !important;
}

.max-w-435 {
	max-width: 435px !important;
}

.max-w-440 {
	max-width: 440px !important;
}

.max-w-445 {
	max-width: 445px !important;
}

.max-w-450 {
	max-width: 450px !important;
}

.max-w-455 {
	max-width: 455px !important;
}

.max-w-460 {
	max-width: 460px !important;
}

.max-w-465 {
	max-width: 465px !important;
}

.max-w-470 {
	max-width: 470px !important;
}

.max-w-475 {
	max-width: 475px !important;
}

.max-w-480 {
	max-width: 480px !important;
}

.max-w-485 {
	max-width: 485px !important;
}

.max-w-490 {
	max-width: 490px !important;
}

.max-w-495 {
	max-width: 495px !important;
}

.max-w-500 {
	max-width: 500px !important;
}

.max-w-505 {
	max-width: 505px !important;
}

.max-w-510 {
	max-width: 510px !important;
}

.max-w-515 {
	max-width: 515px !important;
}

.max-w-520 {
	max-width: 520px !important;
}

.max-w-525 {
	max-width: 525px !important;
}

.max-w-530 {
	max-width: 530px !important;
}

.max-w-535 {
	max-width: 535px !important;
}

.max-w-540 {
	max-width: 540px !important;
}

.max-w-545 {
	max-width: 545px !important;
}

.max-w-550 {
	max-width: 550px !important;
}

.max-w-555 {
	max-width: 555px !important;
}

.max-w-560 {
	max-width: 560px !important;
}

.max-w-565 {
	max-width: 565px !important;
}

.max-w-570 {
	max-width: 570px !important;
}

.max-w-575 {
	max-width: 575px !important;
}

.max-w-580 {
	max-width: 580px !important;
}

.max-w-585 {
	max-width: 585px !important;
}

.max-w-590 {
	max-width: 590px !important;
}

.max-w-595 {
	max-width: 595px !important;
}

.max-w-600 {
	max-width: 600px !important;
}

.max-w-605 {
	max-width: 605px !important;
}

.max-w-610 {
	max-width: 610px !important;
}

.max-w-615 {
	max-width: 615px !important;
}

.max-w-620 {
	max-width: 620px !important;
}

.max-w-625 {
	max-width: 625px !important;
}

.max-w-630 {
	max-width: 630px !important;
}

.max-w-635 {
	max-width: 635px !important;
}

.max-w-640 {
	max-width: 640px !important;
}

.max-w-645 {
	max-width: 645px !important;
}

.max-w-650 {
	max-width: 650px !important;
}

.max-w-655 {
	max-width: 655px !important;
}

.max-w-660 {
	max-width: 660px !important;
}

.max-w-665 {
	max-width: 665px !important;
}

.max-w-670 {
	max-width: 670px !important;
}

.max-w-675 {
	max-width: 675px !important;
}

.max-w-680 {
	max-width: 680px !important;
}

.max-w-685 {
	max-width: 685px !important;
}

.max-w-690 {
	max-width: 690px !important;
}

.max-w-695 {
	max-width: 695px !important;
}

.max-w-700 {
	max-width: 700px !important;
}

.max-w-705 {
	max-width: 705px !important;
}

.max-w-710 {
	max-width: 710px !important;
}

.max-w-715 {
	max-width: 715px !important;
}

.max-w-720 {
	max-width: 720px !important;
}

.max-w-725 {
	max-width: 725px !important;
}

.max-w-730 {
	max-width: 730px !important;
}

.max-w-735 {
	max-width: 735px !important;
}

.max-w-740 {
	max-width: 740px !important;
}

.max-w-745 {
	max-width: 745px !important;
}

.max-w-750 {
	max-width: 750px !important;
}

.max-w-755 {
	max-width: 755px !important;
}

.max-w-760 {
	max-width: 760px !important;
}

.max-w-765 {
	max-width: 765px !important;
}

.max-w-770 {
	max-width: 770px !important;
}

.max-w-775 {
	max-width: 775px !important;
}

.max-w-780 {
	max-width: 780px !important;
}

.max-w-785 {
	max-width: 785px !important;
}

.max-w-790 {
	max-width: 790px !important;
}

.max-w-795 {
	max-width: 795px !important;
}

.max-w-800 {
	max-width: 800px !important;
}

.max-w-805 {
	max-width: 805px !important;
}

.max-w-810 {
	max-width: 810px !important;
}

.max-w-815 {
	max-width: 815px !important;
}

.max-w-820 {
	max-width: 820px !important;
}

.max-w-825 {
	max-width: 825px !important;
}

.max-w-830 {
	max-width: 830px !important;
}

.max-w-835 {
	max-width: 835px !important;
}

.max-w-840 {
	max-width: 840px !important;
}

.max-w-845 {
	max-width: 845px !important;
}

.max-w-850 {
	max-width: 850px !important;
}

.max-w-855 {
	max-width: 855px !important;
}

.max-w-860 {
	max-width: 860px !important;
}

.max-w-865 {
	max-width: 865px !important;
}

.max-w-870 {
	max-width: 870px !important;
}

.max-w-875 {
	max-width: 875px !important;
}

.max-w-880 {
	max-width: 880px !important;
}

.max-w-885 {
	max-width: 885px !important;
}

.max-w-890 {
	max-width: 890px !important;
}

.max-w-895 {
	max-width: 895px !important;
}

.max-w-900 {
	max-width: 900px !important;
}

.max-w-905 {
	max-width: 905px !important;
}

.max-w-910 {
	max-width: 910px !important;
}

.max-w-915 {
	max-width: 915px !important;
}

.max-w-920 {
	max-width: 920px !important;
}

.max-w-925 {
	max-width: 925px !important;
}

.max-w-930 {
	max-width: 930px !important;
}

.max-w-935 {
	max-width: 935px !important;
}

.max-w-940 {
	max-width: 940px !important;
}

.max-w-945 {
	max-width: 945px !important;
}

.max-w-950 {
	max-width: 950px !important;
}

.max-w-955 {
	max-width: 955px !important;
}

.max-w-960 {
	max-width: 960px !important;
}

.max-w-965 {
	max-width: 965px !important;
}

.max-w-970 {
	max-width: 970px !important;
}

.max-w-975 {
	max-width: 975px !important;
}

.max-w-980 {
	max-width: 980px !important;
}

.max-w-985 {
	max-width: 985px !important;
}

.max-w-990 {
	max-width: 990px !important;
}

.max-w-995 {
	max-width: 995px !important;
}

.max-w-1000 {
	max-width: 1000px !important;
}

.max-w-per-1 {
	max-width: 1% !important;
}

.max-w-per-2 {
	max-width: 2% !important;
}

.max-w-per-3 {
	max-width: 3% !important;
}

.max-w-per-4 {
	max-width: 4% !important;
}

.max-w-per-5 {
	max-width: 5% !important;
}

.max-w-per-6 {
	max-width: 6% !important;
}

.max-w-per-7 {
	max-width: 7% !important;
}

.max-w-per-8 {
	max-width: 8% !important;
}

.max-w-per-9 {
	max-width: 9% !important;
}

.max-w-per-10 {
	max-width: 10% !important;
}

.max-w-per-11 {
	max-width: 11% !important;
}

.max-w-per-12 {
	max-width: 12% !important;
}

.max-w-per-13 {
	max-width: 13% !important;
}

.max-w-per-14 {
	max-width: 14% !important;
}

.max-w-per-15 {
	max-width: 15% !important;
}

.max-w-per-16 {
	max-width: 16% !important;
}

.max-w-per-17 {
	max-width: 17% !important;
}

.max-w-per-18 {
	max-width: 18% !important;
}

.max-w-per-19 {
	max-width: 19% !important;
}

.max-w-per-20 {
	max-width: 20% !important;
}

.max-w-per-21 {
	max-width: 21% !important;
}

.max-w-per-22 {
	max-width: 22% !important;
}

.max-w-per-23 {
	max-width: 23% !important;
}

.max-w-per-24 {
	max-width: 24% !important;
}

.max-w-per-25 {
	max-width: 25% !important;
}

.max-w-per-26 {
	max-width: 26% !important;
}

.max-w-per-27 {
	max-width: 27% !important;
}

.max-w-per-28 {
	max-width: 28% !important;
}

.max-w-per-29 {
	max-width: 29% !important;
}

.max-w-per-30 {
	max-width: 30% !important;
}

.max-w-per-31 {
	max-width: 31% !important;
}

.max-w-per-32 {
	max-width: 32% !important;
}

.max-w-per-33 {
	max-width: 33% !important;
}

.max-w-per-34 {
	max-width: 34% !important;
}

.max-w-per-35 {
	max-width: 35% !important;
}

.max-w-per-36 {
	max-width: 36% !important;
}

.max-w-per-37 {
	max-width: 37% !important;
}

.max-w-per-38 {
	max-width: 38% !important;
}

.max-w-per-39 {
	max-width: 39% !important;
}

.max-w-per-40 {
	max-width: 40% !important;
}

.max-w-per-41 {
	max-width: 41% !important;
}

.max-w-per-42 {
	max-width: 42% !important;
}

.max-w-per-43 {
	max-width: 43% !important;
}

.max-w-per-44 {
	max-width: 44% !important;
}

.max-w-per-45 {
	max-width: 45% !important;
}

.max-w-per-46 {
	max-width: 46% !important;
}

.max-w-per-47 {
	max-width: 47% !important;
}

.max-w-per-48 {
	max-width: 48% !important;
}

.max-w-per-49 {
	max-width: 49% !important;
}

.max-w-per-50 {
	max-width: 50% !important;
}

.max-w-per-51 {
	max-width: 51% !important;
}

.max-w-per-52 {
	max-width: 52% !important;
}

.max-w-per-53 {
	max-width: 53% !important;
}

.max-w-per-54 {
	max-width: 54% !important;
}

.max-w-per-55 {
	max-width: 55% !important;
}

.max-w-per-56 {
	max-width: 56% !important;
}

.max-w-per-57 {
	max-width: 57% !important;
}

.max-w-per-58 {
	max-width: 58% !important;
}

.max-w-per-59 {
	max-width: 59% !important;
}

.max-w-per-60 {
	max-width: 60% !important;
}

.max-w-per-61 {
	max-width: 61% !important;
}

.max-w-per-62 {
	max-width: 62% !important;
}

.max-w-per-63 {
	max-width: 63% !important;
}

.max-w-per-64 {
	max-width: 64% !important;
}

.max-w-per-65 {
	max-width: 65% !important;
}

.max-w-per-66 {
	max-width: 66% !important;
}

.max-w-per-67 {
	max-width: 67% !important;
}

.max-w-per-68 {
	max-width: 68% !important;
}

.max-w-per-69 {
	max-width: 69% !important;
}

.max-w-per-70 {
	max-width: 70% !important;
}

.max-w-per-71 {
	max-width: 71% !important;
}

.max-w-per-72 {
	max-width: 72% !important;
}

.max-w-per-73 {
	max-width: 73% !important;
}

.max-w-per-74 {
	max-width: 74% !important;
}

.max-w-per-75 {
	max-width: 75% !important;
}

.max-w-per-76 {
	max-width: 76% !important;
}

.max-w-per-77 {
	max-width: 77% !important;
}

.max-w-per-78 {
	max-width: 78% !important;
}

.max-w-per-79 {
	max-width: 79% !important;
}

.max-w-per-80 {
	max-width: 80% !important;
}

.max-w-per-81 {
	max-width: 81% !important;
}

.max-w-per-82 {
	max-width: 82% !important;
}

.max-w-per-83 {
	max-width: 83% !important;
}

.max-w-per-84 {
	max-width: 84% !important;
}

.max-w-per-85 {
	max-width: 85% !important;
}

.max-w-per-86 {
	max-width: 86% !important;
}

.max-w-per-87 {
	max-width: 87% !important;
}

.max-w-per-88 {
	max-width: 88% !important;
}

.max-w-per-89 {
	max-width: 89% !important;
}

.max-w-per-90 {
	max-width: 90% !important;
}

.max-w-per-91 {
	max-width: 91% !important;
}

.max-w-per-92 {
	max-width: 92% !important;
}

.max-w-per-93 {
	max-width: 93% !important;
}

.max-w-per-94 {
	max-width: 94% !important;
}

.max-w-per-95 {
	max-width: 95% !important;
}

.max-w-per-96 {
	max-width: 96% !important;
}

.max-w-per-97 {
	max-width: 97% !important;
}

.max-w-per-98 {
	max-width: 98% !important;
}

.max-w-per-99 {
	max-width: 99% !important;
}

.max-w-per-100 {
	max-width: 100% !important;
}

.min-w-none {
	min-width: none !important;
}

.min-w-full {
	min-width: 100% !important;
}

.min-w-0 {
	min-width: 0px !important;
}

.min-w-5 {
	min-width: 5px !important;
}

.min-w-10 {
	min-width: 10px !important;
}

.min-w-15 {
	min-width: 15px !important;
}

.min-w-20 {
	min-width: 20px !important;
}

.min-w-25 {
	min-width: 25px !important;
}

.min-w-30 {
	min-width: 30px !important;
}

.min-w-35 {
	min-width: 35px !important;
}

.min-w-40 {
	min-width: 40px !important;
}

.min-w-45 {
	min-width: 45px !important;
}

.min-w-50 {
	min-width: 50px !important;
}

.min-w-55 {
	min-width: 55px !important;
}

.min-w-60 {
	min-width: 60px !important;
}

.min-w-65 {
	min-width: 65px !important;
}

.min-w-70 {
	min-width: 70px !important;
}

.min-w-75 {
	min-width: 75px !important;
}

.min-w-80 {
	min-width: 80px !important;
}

.min-w-85 {
	min-width: 85px !important;
}

.min-w-90 {
	min-width: 90px !important;
}

.min-w-95 {
	min-width: 95px !important;
}

.min-w-100 {
	min-width: 100px !important;
}

.min-w-105 {
	min-width: 105px !important;
}

.min-w-110 {
	min-width: 110px !important;
}

.min-w-115 {
	min-width: 115px !important;
}

.min-w-120 {
	min-width: 120px !important;
}

.min-w-125 {
	min-width: 125px !important;
}

.min-w-130 {
	min-width: 130px !important;
}

.min-w-135 {
	min-width: 135px !important;
}

.min-w-140 {
	min-width: 140px !important;
}

.min-w-145 {
	min-width: 145px !important;
}

.min-w-150 {
	min-width: 150px !important;
}

.min-w-155 {
	min-width: 155px !important;
}

.min-w-160 {
	min-width: 160px !important;
}

.min-w-165 {
	min-width: 165px !important;
}

.min-w-170 {
	min-width: 170px !important;
}

.min-w-175 {
	min-width: 175px !important;
}

.min-w-180 {
	min-width: 180px !important;
}

.min-w-185 {
	min-width: 185px !important;
}

.min-w-190 {
	min-width: 190px !important;
}

.min-w-195 {
	min-width: 195px !important;
}

.min-w-200 {
	min-width: 200px !important;
}

.min-w-205 {
	min-width: 205px !important;
}

.min-w-210 {
	min-width: 210px !important;
}

.min-w-215 {
	min-width: 215px !important;
}

.min-w-220 {
	min-width: 220px !important;
}

.min-w-225 {
	min-width: 225px !important;
}

.min-w-230 {
	min-width: 230px !important;
}

.min-w-235 {
	min-width: 235px !important;
}

.min-w-240 {
	min-width: 240px !important;
}

.min-w-245 {
	min-width: 245px !important;
}

.min-w-250 {
	min-width: 250px !important;
}

.min-w-255 {
	min-width: 255px !important;
}

.min-w-260 {
	min-width: 260px !important;
}

.min-w-265 {
	min-width: 265px !important;
}

.min-w-270 {
	min-width: 270px !important;
}

.min-w-275 {
	min-width: 275px !important;
}

.min-w-280 {
	min-width: 280px !important;
}

.min-w-285 {
	min-width: 285px !important;
}

.min-w-290 {
	min-width: 290px !important;
}

.min-w-295 {
	min-width: 295px !important;
}

.min-w-300 {
	min-width: 300px !important;
}

.min-w-305 {
	min-width: 305px !important;
}

.min-w-310 {
	min-width: 310px !important;
}

.min-w-315 {
	min-width: 315px !important;
}

.min-w-320 {
	min-width: 320px !important;
}

.min-w-325 {
	min-width: 325px !important;
}

.min-w-330 {
	min-width: 330px !important;
}

.min-w-335 {
	min-width: 335px !important;
}

.min-w-340 {
	min-width: 340px !important;
}

.min-w-345 {
	min-width: 345px !important;
}

.min-w-350 {
	min-width: 350px !important;
}

.min-w-355 {
	min-width: 355px !important;
}

.min-w-360 {
	min-width: 360px !important;
}

.min-w-365 {
	min-width: 365px !important;
}

.min-w-370 {
	min-width: 370px !important;
}

.min-w-375 {
	min-width: 375px !important;
}

.min-w-380 {
	min-width: 380px !important;
}

.min-w-385 {
	min-width: 385px !important;
}

.min-w-390 {
	min-width: 390px !important;
}

.min-w-395 {
	min-width: 395px !important;
}

.min-w-400 {
	min-width: 400px !important;
}

.min-w-405 {
	min-width: 405px !important;
}

.min-w-410 {
	min-width: 410px !important;
}

.min-w-415 {
	min-width: 415px !important;
}

.min-w-420 {
	min-width: 420px !important;
}

.min-w-425 {
	min-width: 425px !important;
}

.min-w-430 {
	min-width: 430px !important;
}

.min-w-435 {
	min-width: 435px !important;
}

.min-w-440 {
	min-width: 440px !important;
}

.min-w-445 {
	min-width: 445px !important;
}

.min-w-450 {
	min-width: 450px !important;
}

.min-w-455 {
	min-width: 455px !important;
}

.min-w-460 {
	min-width: 460px !important;
}

.min-w-465 {
	min-width: 465px !important;
}

.min-w-470 {
	min-width: 470px !important;
}

.min-w-475 {
	min-width: 475px !important;
}

.min-w-480 {
	min-width: 480px !important;
}

.min-w-485 {
	min-width: 485px !important;
}

.min-w-490 {
	min-width: 490px !important;
}

.min-w-495 {
	min-width: 495px !important;
}

.min-w-500 {
	min-width: 500px !important;
}

.min-w-505 {
	min-width: 505px !important;
}

.min-w-510 {
	min-width: 510px !important;
}

.min-w-515 {
	min-width: 515px !important;
}

.min-w-520 {
	min-width: 520px !important;
}

.min-w-525 {
	min-width: 525px !important;
}

.min-w-530 {
	min-width: 530px !important;
}

.min-w-535 {
	min-width: 535px !important;
}

.min-w-540 {
	min-width: 540px !important;
}

.min-w-545 {
	min-width: 545px !important;
}

.min-w-550 {
	min-width: 550px !important;
}

.min-w-555 {
	min-width: 555px !important;
}

.min-w-560 {
	min-width: 560px !important;
}

.min-w-565 {
	min-width: 565px !important;
}

.min-w-570 {
	min-width: 570px !important;
}

.min-w-575 {
	min-width: 575px !important;
}

.min-w-580 {
	min-width: 580px !important;
}

.min-w-585 {
	min-width: 585px !important;
}

.min-w-590 {
	min-width: 590px !important;
}

.min-w-595 {
	min-width: 595px !important;
}

.min-w-600 {
	min-width: 600px !important;
}

.min-w-605 {
	min-width: 605px !important;
}

.min-w-610 {
	min-width: 610px !important;
}

.min-w-615 {
	min-width: 615px !important;
}

.min-w-620 {
	min-width: 620px !important;
}

.min-w-625 {
	min-width: 625px !important;
}

.min-w-630 {
	min-width: 630px !important;
}

.min-w-635 {
	min-width: 635px !important;
}

.min-w-640 {
	min-width: 640px !important;
}

.min-w-645 {
	min-width: 645px !important;
}

.min-w-650 {
	min-width: 650px !important;
}

.min-w-655 {
	min-width: 655px !important;
}

.min-w-660 {
	min-width: 660px !important;
}

.min-w-665 {
	min-width: 665px !important;
}

.min-w-670 {
	min-width: 670px !important;
}

.min-w-675 {
	min-width: 675px !important;
}

.min-w-680 {
	min-width: 680px !important;
}

.min-w-685 {
	min-width: 685px !important;
}

.min-w-690 {
	min-width: 690px !important;
}

.min-w-695 {
	min-width: 695px !important;
}

.min-w-700 {
	min-width: 700px !important;
}

.min-w-705 {
	min-width: 705px !important;
}

.min-w-710 {
	min-width: 710px !important;
}

.min-w-715 {
	min-width: 715px !important;
}

.min-w-720 {
	min-width: 720px !important;
}

.min-w-725 {
	min-width: 725px !important;
}

.min-w-730 {
	min-width: 730px !important;
}

.min-w-735 {
	min-width: 735px !important;
}

.min-w-740 {
	min-width: 740px !important;
}

.min-w-745 {
	min-width: 745px !important;
}

.min-w-750 {
	min-width: 750px !important;
}

.min-w-755 {
	min-width: 755px !important;
}

.min-w-760 {
	min-width: 760px !important;
}

.min-w-765 {
	min-width: 765px !important;
}

.min-w-770 {
	min-width: 770px !important;
}

.min-w-775 {
	min-width: 775px !important;
}

.min-w-780 {
	min-width: 780px !important;
}

.min-w-785 {
	min-width: 785px !important;
}

.min-w-790 {
	min-width: 790px !important;
}

.min-w-795 {
	min-width: 795px !important;
}

.min-w-800 {
	min-width: 800px !important;
}

.min-w-805 {
	min-width: 805px !important;
}

.min-w-810 {
	min-width: 810px !important;
}

.min-w-815 {
	min-width: 815px !important;
}

.min-w-820 {
	min-width: 820px !important;
}

.min-w-825 {
	min-width: 825px !important;
}

.min-w-830 {
	min-width: 830px !important;
}

.min-w-835 {
	min-width: 835px !important;
}

.min-w-840 {
	min-width: 840px !important;
}

.min-w-845 {
	min-width: 845px !important;
}

.min-w-850 {
	min-width: 850px !important;
}

.min-w-855 {
	min-width: 855px !important;
}

.min-w-860 {
	min-width: 860px !important;
}

.min-w-865 {
	min-width: 865px !important;
}

.min-w-870 {
	min-width: 870px !important;
}

.min-w-875 {
	min-width: 875px !important;
}

.min-w-880 {
	min-width: 880px !important;
}

.min-w-885 {
	min-width: 885px !important;
}

.min-w-890 {
	min-width: 890px !important;
}

.min-w-895 {
	min-width: 895px !important;
}

.min-w-900 {
	min-width: 900px !important;
}

.min-w-905 {
	min-width: 905px !important;
}

.min-w-910 {
	min-width: 910px !important;
}

.min-w-915 {
	min-width: 915px !important;
}

.min-w-920 {
	min-width: 920px !important;
}

.min-w-925 {
	min-width: 925px !important;
}

.min-w-930 {
	min-width: 930px !important;
}

.min-w-935 {
	min-width: 935px !important;
}

.min-w-940 {
	min-width: 940px !important;
}

.min-w-945 {
	min-width: 945px !important;
}

.min-w-950 {
	min-width: 950px !important;
}

.min-w-955 {
	min-width: 955px !important;
}

.min-w-960 {
	min-width: 960px !important;
}

.min-w-965 {
	min-width: 965px !important;
}

.min-w-970 {
	min-width: 970px !important;
}

.min-w-975 {
	min-width: 975px !important;
}

.min-w-980 {
	min-width: 980px !important;
}

.min-w-985 {
	min-width: 985px !important;
}

.min-w-990 {
	min-width: 990px !important;
}

.min-w-995 {
	min-width: 995px !important;
}

.min-w-1000 {
	min-width: 1000px !important;
}

.min-w-per-1 {
	width: 1% !important;
}

.min-w-per-2 {
	width: 2% !important;
}

.min-w-per-3 {
	width: 3% !important;
}

.min-w-per-4 {
	width: 4% !important;
}

.min-w-per-5 {
	width: 5% !important;
}

.min-w-per-6 {
	width: 6% !important;
}

.min-w-per-7 {
	width: 7% !important;
}

.min-w-per-8 {
	width: 8% !important;
}

.min-w-per-9 {
	width: 9% !important;
}

.min-w-per-10 {
	width: 10% !important;
}

.min-w-per-11 {
	width: 11% !important;
}

.min-w-per-12 {
	width: 12% !important;
}

.min-w-per-13 {
	width: 13% !important;
}

.min-w-per-14 {
	width: 14% !important;
}

.min-w-per-15 {
	width: 15% !important;
}

.min-w-per-16 {
	width: 16% !important;
}

.min-w-per-17 {
	width: 17% !important;
}

.min-w-per-18 {
	width: 18% !important;
}

.min-w-per-19 {
	width: 19% !important;
}

.min-w-per-20 {
	width: 20% !important;
}

.min-w-per-21 {
	width: 21% !important;
}

.min-w-per-22 {
	width: 22% !important;
}

.min-w-per-23 {
	width: 23% !important;
}

.min-w-per-24 {
	width: 24% !important;
}

.min-w-per-25 {
	width: 25% !important;
}

.min-w-per-26 {
	width: 26% !important;
}

.min-w-per-27 {
	width: 27% !important;
}

.min-w-per-28 {
	width: 28% !important;
}

.min-w-per-29 {
	width: 29% !important;
}

.min-w-per-30 {
	width: 30% !important;
}

.min-w-per-31 {
	width: 31% !important;
}

.min-w-per-32 {
	width: 32% !important;
}

.min-w-per-33 {
	width: 33% !important;
}

.min-w-per-34 {
	width: 34% !important;
}

.min-w-per-35 {
	width: 35% !important;
}

.min-w-per-36 {
	width: 36% !important;
}

.min-w-per-37 {
	width: 37% !important;
}

.min-w-per-38 {
	width: 38% !important;
}

.min-w-per-39 {
	width: 39% !important;
}

.min-w-per-40 {
	width: 40% !important;
}

.min-w-per-41 {
	width: 41% !important;
}

.min-w-per-42 {
	width: 42% !important;
}

.min-w-per-43 {
	width: 43% !important;
}

.min-w-per-44 {
	width: 44% !important;
}

.min-w-per-45 {
	width: 45% !important;
}

.min-w-per-46 {
	width: 46% !important;
}

.min-w-per-47 {
	width: 47% !important;
}

.min-w-per-48 {
	width: 48% !important;
}

.min-w-per-49 {
	width: 49% !important;
}

.min-w-per-50 {
	width: 50% !important;
}

.min-w-per-51 {
	width: 51% !important;
}

.min-w-per-52 {
	width: 52% !important;
}

.min-w-per-53 {
	width: 53% !important;
}

.min-w-per-54 {
	width: 54% !important;
}

.min-w-per-55 {
	width: 55% !important;
}

.min-w-per-56 {
	width: 56% !important;
}

.min-w-per-57 {
	width: 57% !important;
}

.min-w-per-58 {
	width: 58% !important;
}

.min-w-per-59 {
	width: 59% !important;
}

.min-w-per-60 {
	width: 60% !important;
}

.min-w-per-61 {
	width: 61% !important;
}

.min-w-per-62 {
	width: 62% !important;
}

.min-w-per-63 {
	width: 63% !important;
}

.min-w-per-64 {
	width: 64% !important;
}

.min-w-per-65 {
	width: 65% !important;
}

.min-w-per-66 {
	width: 66% !important;
}

.min-w-per-67 {
	width: 67% !important;
}

.min-w-per-68 {
	width: 68% !important;
}

.min-w-per-69 {
	width: 69% !important;
}

.min-w-per-70 {
	width: 70% !important;
}

.min-w-per-71 {
	width: 71% !important;
}

.min-w-per-72 {
	width: 72% !important;
}

.min-w-per-73 {
	width: 73% !important;
}

.min-w-per-74 {
	width: 74% !important;
}

.min-w-per-75 {
	width: 75% !important;
}

.min-w-per-76 {
	width: 76% !important;
}

.min-w-per-77 {
	width: 77% !important;
}

.min-w-per-78 {
	width: 78% !important;
}

.min-w-per-79 {
	width: 79% !important;
}

.min-w-per-80 {
	width: 80% !important;
}

.min-w-per-81 {
	width: 81% !important;
}

.min-w-per-82 {
	width: 82% !important;
}

.min-w-per-83 {
	width: 83% !important;
}

.min-w-per-84 {
	width: 84% !important;
}

.min-w-per-85 {
	width: 85% !important;
}

.min-w-per-86 {
	width: 86% !important;
}

.min-w-per-87 {
	width: 87% !important;
}

.min-w-per-88 {
	width: 88% !important;
}

.min-w-per-89 {
	width: 89% !important;
}

.min-w-per-90 {
	width: 90% !important;
}

.min-w-per-91 {
	width: 91% !important;
}

.min-w-per-92 {
	width: 92% !important;
}

.min-w-per-93 {
	width: 93% !important;
}

.min-w-per-94 {
	width: 94% !important;
}

.min-w-per-95 {
	width: 95% !important;
}

.min-w-per-96 {
	width: 96% !important;
}

.min-w-per-97 {
	width: 97% !important;
}

.min-w-per-98 {
	width: 98% !important;
}

.min-w-per-99 {
	width: 99% !important;
}

.min-w-per-100 {
	width: 100% !important;
}

/* =================================================================
margin/padding追加指定
=================================================================*/
.mt--250 {
	margin-top: -250px !important;
}

.mr--250 {
	margin-right: -250px !important;
}

.mb--250 {
	margin-bottom: -250px !important;
}

.ml--250 {
	margin-left: -250px !important;
}

.mt--245 {
	margin-top: -245px !important;
}

.mr--245 {
	margin-right: -245px !important;
}

.mb--245 {
	margin-bottom: -245px !important;
}

.ml--245 {
	margin-left: -245px !important;
}

.mt--240 {
	margin-top: -240px !important;
}

.mr--240 {
	margin-right: -240px !important;
}

.mb--240 {
	margin-bottom: -240px !important;
}

.ml--240 {
	margin-left: -240px !important;
}

.mt--235 {
	margin-top: -235px !important;
}

.mr--235 {
	margin-right: -235px !important;
}

.mb--235 {
	margin-bottom: -235px !important;
}

.ml--235 {
	margin-left: -235px !important;
}

.mt--230 {
	margin-top: -230px !important;
}

.mr--230 {
	margin-right: -230px !important;
}

.mb--230 {
	margin-bottom: -230px !important;
}

.ml--230 {
	margin-left: -230px !important;
}

.mt--225 {
	margin-top: -225px !important;
}

.mr--225 {
	margin-right: -225px !important;
}

.mb--225 {
	margin-bottom: -225px !important;
}

.ml--225 {
	margin-left: -225px !important;
}

.mt--220 {
	margin-top: -220px !important;
}

.mr--220 {
	margin-right: -220px !important;
}

.mb--220 {
	margin-bottom: -220px !important;
}

.ml--220 {
	margin-left: -220px !important;
}

.mt--215 {
	margin-top: -215px !important;
}

.mr--215 {
	margin-right: -215px !important;
}

.mb--215 {
	margin-bottom: -215px !important;
}

.ml--215 {
	margin-left: -215px !important;
}

.mt--210 {
	margin-top: -210px !important;
}

.mr--210 {
	margin-right: -210px !important;
}

.mb--210 {
	margin-bottom: -210px !important;
}

.ml--210 {
	margin-left: -210px !important;
}

.mt--205 {
	margin-top: -205px !important;
}

.mr--205 {
	margin-right: -205px !important;
}

.mb--205 {
	margin-bottom: -205px !important;
}

.ml--205 {
	margin-left: -205px !important;
}

.mt--200 {
	margin-top: -200px !important;
}

.mr--200 {
	margin-right: -200px !important;
}

.mb--200 {
	margin-bottom: -200px !important;
}

.ml--200 {
	margin-left: -200px !important;
}

.mt--195 {
	margin-top: -195px !important;
}

.mr--195 {
	margin-right: -195px !important;
}

.mb--195 {
	margin-bottom: -195px !important;
}

.ml--195 {
	margin-left: -195px !important;
}

.mt--190 {
	margin-top: -190px !important;
}

.mr--190 {
	margin-right: -190px !important;
}

.mb--190 {
	margin-bottom: -190px !important;
}

.ml--190 {
	margin-left: -190px !important;
}

.mt--185 {
	margin-top: -185px !important;
}

.mr--185 {
	margin-right: -185px !important;
}

.mb--185 {
	margin-bottom: -185px !important;
}

.ml--185 {
	margin-left: -185px !important;
}

.mt--180 {
	margin-top: -180px !important;
}

.mr--180 {
	margin-right: -180px !important;
}

.mb--180 {
	margin-bottom: -180px !important;
}

.ml--180 {
	margin-left: -180px !important;
}

.mt--175 {
	margin-top: -175px !important;
}

.mr--175 {
	margin-right: -175px !important;
}

.mb--175 {
	margin-bottom: -175px !important;
}

.ml--175 {
	margin-left: -175px !important;
}

.mt--170 {
	margin-top: -170px !important;
}

.mr--170 {
	margin-right: -170px !important;
}

.mb--170 {
	margin-bottom: -170px !important;
}

.ml--170 {
	margin-left: -170px !important;
}

.mt--165 {
	margin-top: -165px !important;
}

.mr--165 {
	margin-right: -165px !important;
}

.mb--165 {
	margin-bottom: -165px !important;
}

.ml--165 {
	margin-left: -165px !important;
}

.mt--160 {
	margin-top: -160px !important;
}

.mr--160 {
	margin-right: -160px !important;
}

.mb--160 {
	margin-bottom: -160px !important;
}

.ml--160 {
	margin-left: -160px !important;
}

.mt--155 {
	margin-top: -155px !important;
}

.mr--155 {
	margin-right: -155px !important;
}

.mb--155 {
	margin-bottom: -155px !important;
}

.ml--155 {
	margin-left: -155px !important;
}

.mt--150 {
	margin-top: -150px !important;
}

.mr--150 {
	margin-right: -150px !important;
}

.mb--150 {
	margin-bottom: -150px !important;
}

.ml--150 {
	margin-left: -150px !important;
}

.mt--145 {
	margin-top: -145px !important;
}

.mr--145 {
	margin-right: -145px !important;
}

.mb--145 {
	margin-bottom: -145px !important;
}

.ml--145 {
	margin-left: -145px !important;
}

.mt--140 {
	margin-top: -140px !important;
}

.mr--140 {
	margin-right: -140px !important;
}

.mb--140 {
	margin-bottom: -140px !important;
}

.ml--140 {
	margin-left: -140px !important;
}

.mt--135 {
	margin-top: -135px !important;
}

.mr--135 {
	margin-right: -135px !important;
}

.mb--135 {
	margin-bottom: -135px !important;
}

.ml--135 {
	margin-left: -135px !important;
}

.mt--130 {
	margin-top: -130px !important;
}

.mr--130 {
	margin-right: -130px !important;
}

.mb--130 {
	margin-bottom: -130px !important;
}

.ml--130 {
	margin-left: -130px !important;
}

.mt--125 {
	margin-top: -125px !important;
}

.mr--125 {
	margin-right: -125px !important;
}

.mb--125 {
	margin-bottom: -125px !important;
}

.ml--125 {
	margin-left: -125px !important;
}

.mt--120 {
	margin-top: -120px !important;
}

.mr--120 {
	margin-right: -120px !important;
}

.mb--120 {
	margin-bottom: -120px !important;
}

.ml--120 {
	margin-left: -120px !important;
}

.mt--115 {
	margin-top: -115px !important;
}

.mr--115 {
	margin-right: -115px !important;
}

.mb--115 {
	margin-bottom: -115px !important;
}

.ml--115 {
	margin-left: -115px !important;
}

.mt--110 {
	margin-top: -110px !important;
}

.mr--110 {
	margin-right: -110px !important;
}

.mb--110 {
	margin-bottom: -110px !important;
}

.ml--110 {
	margin-left: -110px !important;
}

.mt--105 {
	margin-top: -105px !important;
}

.mr--105 {
	margin-right: -105px !important;
}

.mb--105 {
	margin-bottom: -105px !important;
}

.ml--105 {
	margin-left: -105px !important;
}

.mt--100 {
	margin-top: -100px !important;
}

.mr--100 {
	margin-right: -100px !important;
}

.mb--100 {
	margin-bottom: -100px !important;
}

.ml--100 {
	margin-left: -100px !important;
}

.mt--95 {
	margin-top: -95px !important;
}

.mr--95 {
	margin-right: -95px !important;
}

.mb--95 {
	margin-bottom: -95px !important;
}

.ml--95 {
	margin-left: -95px !important;
}

.mt--90 {
	margin-top: -90px !important;
}

.mr--90 {
	margin-right: -90px !important;
}

.mb--90 {
	margin-bottom: -90px !important;
}

.ml--90 {
	margin-left: -90px !important;
}

.mt--85 {
	margin-top: -85px !important;
}

.mr--85 {
	margin-right: -85px !important;
}

.mb--85 {
	margin-bottom: -85px !important;
}

.ml--85 {
	margin-left: -85px !important;
}

.mt--80 {
	margin-top: -80px !important;
}

.mr--80 {
	margin-right: -80px !important;
}

.mb--80 {
	margin-bottom: -80px !important;
}

.ml--80 {
	margin-left: -80px !important;
}

.mt--75 {
	margin-top: -75px !important;
}

.mr--75 {
	margin-right: -75px !important;
}

.mb--75 {
	margin-bottom: -75px !important;
}

.ml--75 {
	margin-left: -75px !important;
}

.mt--70 {
	margin-top: -70px !important;
}

.mr--70 {
	margin-right: -70px !important;
}

.mb--70 {
	margin-bottom: -70px !important;
}

.ml--70 {
	margin-left: -70px !important;
}

.mt--65 {
	margin-top: -65px !important;
}

.mr--65 {
	margin-right: -65px !important;
}

.mb--65 {
	margin-bottom: -65px !important;
}

.ml--65 {
	margin-left: -65px !important;
}

.mt--60 {
	margin-top: -60px !important;
}

.mr--60 {
	margin-right: -60px !important;
}

.mb--60 {
	margin-bottom: -60px !important;
}

.ml--60 {
	margin-left: -60px !important;
}

.mt--55 {
	margin-top: -55px !important;
}

.mr--55 {
	margin-right: -55px !important;
}

.mb--55 {
	margin-bottom: -55px !important;
}

.ml--55 {
	margin-left: -55px !important;
}

.mt--50 {
	margin-top: -50px !important;
}

.mr--50 {
	margin-right: -50px !important;
}

.mb--50 {
	margin-bottom: -50px !important;
}

.ml--50 {
	margin-left: -50px !important;
}

.mt--45 {
	margin-top: -45px !important;
}

.mr--45 {
	margin-right: -45px !important;
}

.mb--45 {
	margin-bottom: -45px !important;
}

.ml--45 {
	margin-left: -45px !important;
}

.mt--40 {
	margin-top: -40px !important;
}

.mr--40 {
	margin-right: -40px !important;
}

.mb--40 {
	margin-bottom: -40px !important;
}

.ml--40 {
	margin-left: -40px !important;
}

.mt--35 {
	margin-top: -35px !important;
}

.mr--35 {
	margin-right: -35px !important;
}

.mb--35 {
	margin-bottom: -35px !important;
}

.ml--35 {
	margin-left: -35px !important;
}

.mt--30 {
	margin-top: -30px !important;
}

.mr--30 {
	margin-right: -30px !important;
}

.mb--30 {
	margin-bottom: -30px !important;
}

.ml--30 {
	margin-left: -30px !important;
}

.mt--25 {
	margin-top: -25px !important;
}

.mr--25 {
	margin-right: -25px !important;
}

.mb--25 {
	margin-bottom: -25px !important;
}

.ml--25 {
	margin-left: -25px !important;
}

.mt--20 {
	margin-top: -20px !important;
}

.mr--20 {
	margin-right: -20px !important;
}

.mb--20 {
	margin-bottom: -20px !important;
}

.ml--20 {
	margin-left: -20px !important;
}

.mt--15 {
	margin-top: -15px !important;
}

.mr--15 {
	margin-right: -15px !important;
}

.mb--15 {
	margin-bottom: -15px !important;
}

.ml--15 {
	margin-left: -15px !important;
}

.mt--10 {
	margin-top: -10px !important;
}

.mr--10 {
	margin-right: -10px !important;
}

.mb--10 {
	margin-bottom: -10px !important;
}

.ml--10 {
	margin-left: -10px !important;
}

.mt--5 {
	margin-top: -5px !important;
}

.mr--5 {
	margin-right: -5px !important;
}

.mb--5 {
	margin-bottom: -5px !important;
}

.ml--5 {
	margin-left: -5px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mr-5 {
	margin-right: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.ml-5 {
	margin-left: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mr-10 {
	margin-right: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.ml-10 {
	margin-left: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mr-15 {
	margin-right: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.ml-15 {
	margin-left: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mr-20 {
	margin-right: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml-20 {
	margin-left: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mr-25 {
	margin-right: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.ml-25 {
	margin-left: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.ml-30 {
	margin-left: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mr-35 {
	margin-right: 35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.ml-35 {
	margin-left: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mr-40 {
	margin-right: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.ml-40 {
	margin-left: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mr-45 {
	margin-right: 45px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.ml-45 {
	margin-left: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mr-50 {
	margin-right: 50px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.ml-50 {
	margin-left: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mr-55 {
	margin-right: 55px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.ml-55 {
	margin-left: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mr-60 {
	margin-right: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml-60 {
	margin-left: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mr-65 {
	margin-right: 65px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.ml-65 {
	margin-left: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mr-70 {
	margin-right: 70px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.ml-70 {
	margin-left: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mr-75 {
	margin-right: 75px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.ml-75 {
	margin-left: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mr-80 {
	margin-right: 80px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.ml-80 {
	margin-left: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mr-85 {
	margin-right: 85px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.ml-85 {
	margin-left: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mr-90 {
	margin-right: 90px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.ml-90 {
	margin-left: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mr-95 {
	margin-right: 95px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.ml-95 {
	margin-left: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mr-100 {
	margin-right: 100px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.ml-100 {
	margin-left: 100px !important;
}

.mt-105 {
	margin-top: 105px !important;
}

.mr-105 {
	margin-right: 105px !important;
}

.mb-105 {
	margin-bottom: 105px !important;
}

.ml-105 {
	margin-left: 105px !important;
}

.mt-110 {
	margin-top: 110px !important;
}

.mr-110 {
	margin-right: 110px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.ml-110 {
	margin-left: 110px !important;
}

.mt-115 {
	margin-top: 115px !important;
}

.mr-115 {
	margin-right: 115px !important;
}

.mb-115 {
	margin-bottom: 115px !important;
}

.ml-115 {
	margin-left: 115px !important;
}

.mt-120 {
	margin-top: 120px !important;
}

.mr-120 {
	margin-right: 120px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.ml-120 {
	margin-left: 120px !important;
}

.mt-125 {
	margin-top: 125px !important;
}

.mr-125 {
	margin-right: 125px !important;
}

.mb-125 {
	margin-bottom: 125px !important;
}

.ml-125 {
	margin-left: 125px !important;
}

.mt-130 {
	margin-top: 130px !important;
}

.mr-130 {
	margin-right: 130px !important;
}

.mb-130 {
	margin-bottom: 130px !important;
}

.ml-130 {
	margin-left: 130px !important;
}

.mt-135 {
	margin-top: 135px !important;
}

.mr-135 {
	margin-right: 135px !important;
}

.mb-135 {
	margin-bottom: 135px !important;
}

.ml-135 {
	margin-left: 135px !important;
}

.mt-140 {
	margin-top: 140px !important;
}

.mr-140 {
	margin-right: 140px !important;
}

.mb-140 {
	margin-bottom: 140px !important;
}

.ml-140 {
	margin-left: 140px !important;
}

.mt-145 {
	margin-top: 145px !important;
}

.mr-145 {
	margin-right: 145px !important;
}

.mb-145 {
	margin-bottom: 145px !important;
}

.ml-145 {
	margin-left: 145px !important;
}

.mt-150 {
	margin-top: 150px !important;
}

.mr-150 {
	margin-right: 150px !important;
}

.mb-150 {
	margin-bottom: 150px !important;
}

.ml-150 {
	margin-left: 150px !important;
}

.mt-155 {
	margin-top: 155px !important;
}

.mr-155 {
	margin-right: 155px !important;
}

.mb-155 {
	margin-bottom: 155px !important;
}

.ml-155 {
	margin-left: 155px !important;
}

.mt-160 {
	margin-top: 160px !important;
}

.mr-160 {
	margin-right: 160px !important;
}

.mb-160 {
	margin-bottom: 160px !important;
}

.ml-160 {
	margin-left: 160px !important;
}

.mt-165 {
	margin-top: 165px !important;
}

.mr-165 {
	margin-right: 165px !important;
}

.mb-165 {
	margin-bottom: 165px !important;
}

.ml-165 {
	margin-left: 165px !important;
}

.mt-170 {
	margin-top: 170px !important;
}

.mr-170 {
	margin-right: 170px !important;
}

.mb-170 {
	margin-bottom: 170px !important;
}

.ml-170 {
	margin-left: 170px !important;
}

.mt-175 {
	margin-top: 175px !important;
}

.mr-175 {
	margin-right: 175px !important;
}

.mb-175 {
	margin-bottom: 175px !important;
}

.ml-175 {
	margin-left: 175px !important;
}

.mt-180 {
	margin-top: 180px !important;
}

.mr-180 {
	margin-right: 180px !important;
}

.mb-180 {
	margin-bottom: 180px !important;
}

.ml-180 {
	margin-left: 180px !important;
}

.mt-185 {
	margin-top: 185px !important;
}

.mr-185 {
	margin-right: 185px !important;
}

.mb-185 {
	margin-bottom: 185px !important;
}

.ml-185 {
	margin-left: 185px !important;
}

.mt-190 {
	margin-top: 190px !important;
}

.mr-190 {
	margin-right: 190px !important;
}

.mb-190 {
	margin-bottom: 190px !important;
}

.ml-190 {
	margin-left: 190px !important;
}

.mt-195 {
	margin-top: 195px !important;
}

.mr-195 {
	margin-right: 195px !important;
}

.mb-195 {
	margin-bottom: 195px !important;
}

.ml-195 {
	margin-left: 195px !important;
}

.mt-200 {
	margin-top: 200px !important;
}

.mr-200 {
	margin-right: 200px !important;
}

.mb-200 {
	margin-bottom: 200px !important;
}

.ml-200 {
	margin-left: 200px !important;
}

.mt-205 {
	margin-top: 205px !important;
}

.mr-205 {
	margin-right: 205px !important;
}

.mb-205 {
	margin-bottom: 205px !important;
}

.ml-205 {
	margin-left: 205px !important;
}

.mt-210 {
	margin-top: 210px !important;
}

.mr-210 {
	margin-right: 210px !important;
}

.mb-210 {
	margin-bottom: 210px !important;
}

.ml-210 {
	margin-left: 210px !important;
}

.mt-215 {
	margin-top: 215px !important;
}

.mr-215 {
	margin-right: 215px !important;
}

.mb-215 {
	margin-bottom: 215px !important;
}

.ml-215 {
	margin-left: 215px !important;
}

.mt-220 {
	margin-top: 220px !important;
}

.mr-220 {
	margin-right: 220px !important;
}

.mb-220 {
	margin-bottom: 220px !important;
}

.ml-220 {
	margin-left: 220px !important;
}

.mt-225 {
	margin-top: 225px !important;
}

.mr-225 {
	margin-right: 225px !important;
}

.mb-225 {
	margin-bottom: 225px !important;
}

.ml-225 {
	margin-left: 225px !important;
}

.mt-230 {
	margin-top: 230px !important;
}

.mr-230 {
	margin-right: 230px !important;
}

.mb-230 {
	margin-bottom: 230px !important;
}

.ml-230 {
	margin-left: 230px !important;
}

.mt-235 {
	margin-top: 235px !important;
}

.mr-235 {
	margin-right: 235px !important;
}

.mb-235 {
	margin-bottom: 235px !important;
}

.ml-235 {
	margin-left: 235px !important;
}

.mt-240 {
	margin-top: 240px !important;
}

.mr-240 {
	margin-right: 240px !important;
}

.mb-240 {
	margin-bottom: 240px !important;
}

.ml-240 {
	margin-left: 240px !important;
}

.mt-245 {
	margin-top: 245px !important;
}

.mr-245 {
	margin-right: 245px !important;
}

.mb-245 {
	margin-bottom: 245px !important;
}

.ml-245 {
	margin-left: 245px !important;
}

.mt-250 {
	margin-top: 250px !important;
}

.mr-250 {
	margin-right: 250px !important;
}

.mb-250 {
	margin-bottom: 250px !important;
}

.ml-250 {
	margin-left: 250px !important;
}

.ml-a {
	margin-left: auto;
}

.mr-a {
	margin-right: auto;
}

.pt-0 {
	padding-top: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pt-5 {
	padding-top: 5px !important;
}

.pr-5 {
	padding-right: 5px !important;
}

.pb-5 {
	padding-bottom: 5px !important;
}

.pl-5 {
	padding-left: 5px !important;
}

.pt-10 {
	padding-top: 10px !important;
}

.pr-10 {
	padding-right: 10px !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pl-10 {
	padding-left: 10px !important;
}

.pt-15 {
	padding-top: 15px !important;
}

.pr-15 {
	padding-right: 15px !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.pl-15 {
	padding-left: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pr-20 {
	padding-right: 20px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pl-20 {
	padding-left: 20px !important;
}

.pt-25 {
	padding-top: 25px !important;
}

.pr-25 {
	padding-right: 25px !important;
}

.pb-25 {
	padding-bottom: 25px !important;
}

.pl-25 {
	padding-left: 25px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pr-30 {
	padding-right: 30px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pl-30 {
	padding-left: 30px !important;
}

.pt-35 {
	padding-top: 35px !important;
}

.pr-35 {
	padding-right: 35px !important;
}

.pb-35 {
	padding-bottom: 35px !important;
}

.pl-35 {
	padding-left: 35px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pr-40 {
	padding-right: 40px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pl-40 {
	padding-left: 40px !important;
}

.pt-45 {
	padding-top: 45px !important;
}

.pr-45 {
	padding-right: 45px !important;
}

.pb-45 {
	padding-bottom: 45px !important;
}

.pl-45 {
	padding-left: 45px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pr-50 {
	padding-right: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pl-50 {
	padding-left: 50px !important;
}

.pt-55 {
	padding-top: 55px !important;
}

.pr-55 {
	padding-right: 55px !important;
}

.pb-55 {
	padding-bottom: 55px !important;
}

.pl-55 {
	padding-left: 55px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pr-60 {
	padding-right: 60px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pl-60 {
	padding-left: 60px !important;
}

.pt-65 {
	padding-top: 65px !important;
}

.pr-65 {
	padding-right: 65px !important;
}

.pb-65 {
	padding-bottom: 65px !important;
}

.pl-65 {
	padding-left: 65px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pr-70 {
	padding-right: 70px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pl-70 {
	padding-left: 70px !important;
}

.pt-75 {
	padding-top: 75px !important;
}

.pr-75 {
	padding-right: 75px !important;
}

.pb-75 {
	padding-bottom: 75px !important;
}

.pl-75 {
	padding-left: 75px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pl-80 {
	padding-left: 80px !important;
}

.pt-85 {
	padding-top: 85px !important;
}

.pr-85 {
	padding-right: 85px !important;
}

.pb-85 {
	padding-bottom: 85px !important;
}

.pl-85 {
	padding-left: 85px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pr-90 {
	padding-right: 90px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pl-90 {
	padding-left: 90px !important;
}

.pt-95 {
	padding-top: 95px !important;
}

.pr-95 {
	padding-right: 95px !important;
}

.pb-95 {
	padding-bottom: 95px !important;
}

.pl-95 {
	padding-left: 95px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pr-100 {
	padding-right: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pl-100 {
	padding-left: 100px !important;
}

.pt-105 {
	padding-top: 105px !important;
}

.pr-105 {
	padding-right: 105px !important;
}

.pb-105 {
	padding-bottom: 105px !important;
}

.pl-105 {
	padding-left: 105px !important;
}

.pt-110 {
	padding-top: 110px !important;
}

.pr-110 {
	padding-right: 110px !important;
}

.pb-110 {
	padding-bottom: 110px !important;
}

.pl-110 {
	padding-left: 110px !important;
}

.pt-115 {
	padding-top: 115px !important;
}

.pr-115 {
	padding-right: 115px !important;
}

.pb-115 {
	padding-bottom: 115px !important;
}

.pl-115 {
	padding-left: 115px !important;
}

.pt-120 {
	padding-top: 120px !important;
}

.pr-120 {
	padding-right: 120px !important;
}

.pb-120 {
	padding-bottom: 120px !important;
}

.pl-120 {
	padding-left: 120px !important;
}

.pt-125 {
	padding-top: 125px !important;
}

.pr-125 {
	padding-right: 125px !important;
}

.pb-125 {
	padding-bottom: 125px !important;
}

.pl-125 {
	padding-left: 125px !important;
}

.pt-130 {
	padding-top: 130px !important;
}

.pr-130 {
	padding-right: 130px !important;
}

.pb-130 {
	padding-bottom: 130px !important;
}

.pl-130 {
	padding-left: 130px !important;
}

.pt-135 {
	padding-top: 135px !important;
}

.pr-135 {
	padding-right: 135px !important;
}

.pb-135 {
	padding-bottom: 135px !important;
}

.pl-135 {
	padding-left: 135px !important;
}

.pt-140 {
	padding-top: 140px !important;
}

.pr-140 {
	padding-right: 140px !important;
}

.pb-140 {
	padding-bottom: 140px !important;
}

.pl-140 {
	padding-left: 140px !important;
}

.pt-145 {
	padding-top: 145px !important;
}

.pr-145 {
	padding-right: 145px !important;
}

.pb-145 {
	padding-bottom: 145px !important;
}

.pl-145 {
	padding-left: 145px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pr-150 {
	padding-right: 150px !important;
}

.pb-150 {
	padding-bottom: 150px !important;
}

.pl-150 {
	padding-left: 150px !important;
}

.pt-155 {
	padding-top: 155px !important;
}

.pr-155 {
	padding-right: 155px !important;
}

.pb-155 {
	padding-bottom: 155px !important;
}

.pl-155 {
	padding-left: 155px !important;
}

.pt-160 {
	padding-top: 160px !important;
}

.pr-160 {
	padding-right: 160px !important;
}

.pb-160 {
	padding-bottom: 160px !important;
}

.pl-160 {
	padding-left: 160px !important;
}

.pt-165 {
	padding-top: 165px !important;
}

.pr-165 {
	padding-right: 165px !important;
}

.pb-165 {
	padding-bottom: 165px !important;
}

.pl-165 {
	padding-left: 165px !important;
}

.pt-170 {
	padding-top: 170px !important;
}

.pr-170 {
	padding-right: 170px !important;
}

.pb-170 {
	padding-bottom: 170px !important;
}

.pl-170 {
	padding-left: 170px !important;
}

.pt-175 {
	padding-top: 175px !important;
}

.pr-175 {
	padding-right: 175px !important;
}

.pb-175 {
	padding-bottom: 175px !important;
}

.pl-175 {
	padding-left: 175px !important;
}

.pt-180 {
	padding-top: 180px !important;
}

.pr-180 {
	padding-right: 180px !important;
}

.pb-180 {
	padding-bottom: 180px !important;
}

.pl-180 {
	padding-left: 180px !important;
}

.pt-185 {
	padding-top: 185px !important;
}

.pr-185 {
	padding-right: 185px !important;
}

.pb-185 {
	padding-bottom: 185px !important;
}

.pl-185 {
	padding-left: 185px !important;
}

.pt-190 {
	padding-top: 190px !important;
}

.pr-190 {
	padding-right: 190px !important;
}

.pb-190 {
	padding-bottom: 190px !important;
}

.pl-190 {
	padding-left: 190px !important;
}

.pt-195 {
	padding-top: 195px !important;
}

.pr-195 {
	padding-right: 195px !important;
}

.pb-195 {
	padding-bottom: 195px !important;
}

.pl-195 {
	padding-left: 195px !important;
}

.pt-200 {
	padding-top: 200px !important;
}

.pr-200 {
	padding-right: 200px !important;
}

.pb-200 {
	padding-bottom: 200px !important;
}

.pl-200 {
	padding-left: 200px !important;
}

.pt-205 {
	padding-top: 205px !important;
}

.pr-205 {
	padding-right: 205px !important;
}

.pb-205 {
	padding-bottom: 205px !important;
}

.pl-205 {
	padding-left: 205px !important;
}

.pt-210 {
	padding-top: 210px !important;
}

.pr-210 {
	padding-right: 210px !important;
}

.pb-210 {
	padding-bottom: 210px !important;
}

.pl-210 {
	padding-left: 210px !important;
}

.pt-215 {
	padding-top: 215px !important;
}

.pr-215 {
	padding-right: 215px !important;
}

.pb-215 {
	padding-bottom: 215px !important;
}

.pl-215 {
	padding-left: 215px !important;
}

.pt-220 {
	padding-top: 220px !important;
}

.pr-220 {
	padding-right: 220px !important;
}

.pb-220 {
	padding-bottom: 220px !important;
}

.pl-220 {
	padding-left: 220px !important;
}

.pt-225 {
	padding-top: 225px !important;
}

.pr-225 {
	padding-right: 225px !important;
}

.pb-225 {
	padding-bottom: 225px !important;
}

.pl-225 {
	padding-left: 225px !important;
}

.pt-230 {
	padding-top: 230px !important;
}

.pr-230 {
	padding-right: 230px !important;
}

.pb-230 {
	padding-bottom: 230px !important;
}

.pl-230 {
	padding-left: 230px !important;
}

.pt-235 {
	padding-top: 235px !important;
}

.pr-235 {
	padding-right: 235px !important;
}

.pb-235 {
	padding-bottom: 235px !important;
}

.pl-235 {
	padding-left: 235px !important;
}

.pt-240 {
	padding-top: 240px !important;
}

.pr-240 {
	padding-right: 240px !important;
}

.pb-240 {
	padding-bottom: 240px !important;
}

.pl-240 {
	padding-left: 240px !important;
}

.pt-245 {
	padding-top: 245px !important;
}

.pr-245 {
	padding-right: 245px !important;
}

.pb-245 {
	padding-bottom: 245px !important;
}

.pl-245 {
	padding-left: 245px !important;
}

.pt-250 {
	padding-top: 250px !important;
}

.pr-250 {
	padding-right: 250px !important;
}

.pb-250 {
	padding-bottom: 250px !important;
}

.pl-250 {
	padding-left: 250px !important;
}
