@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
.u-mt5 {
	margin-top: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-mt5-sm {
		margin-top: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt5-md {
		margin-top: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt5-lg {
		margin-top: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt5-xl {
		margin-top: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt5-xxl {
		margin-top: 5px !important;
	}
}
.u-mb5 {
	margin-bottom: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-mb5-sm {
		margin-bottom: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb5-md {
		margin-bottom: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb5-lg {
		margin-bottom: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb5-xl {
		margin-bottom: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb5-xxl {
		margin-bottom: 5px !important;
	}
}
.u-mr5 {
	margin-right: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-mr5-sm {
		margin-right: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr5-md {
		margin-right: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr5-lg {
		margin-right: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr5-xl {
		margin-right: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr5-xxl {
		margin-right: 5px !important;
	}
}
.u-ml5 {
	margin-left: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-ml5-sm {
		margin-left: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml5-md {
		margin-left: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml5-lg {
		margin-left: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml5-xl {
		margin-left: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml5-xxl {
		margin-left: 5px !important;
	}
}
.u-pt5 {
	padding-top: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-pt5-sm {
		padding-top: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt5-md {
		padding-top: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt5-lg {
		padding-top: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt5-xl {
		padding-top: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt5-xxl {
		padding-top: 5px !important;
	}
}
.u-pb5 {
	padding-bottom: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-pb5-sm {
		padding-bottom: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb5-md {
		padding-bottom: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb5-lg {
		padding-bottom: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb5-xl {
		padding-bottom: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb5-xxl {
		padding-bottom: 5px !important;
	}
}
.u-pr5 {
	padding-right: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-pr5-sm {
		padding-right: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr5-md {
		padding-right: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr5-lg {
		padding-right: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr5-xl {
		padding-right: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr5-xxl {
		padding-right: 5px !important;
	}
}
.u-pl5 {
	padding-left: 5px !important;
}

@media screen and (min-width: 480px) {
	.u-pl5-sm {
		padding-left: 5px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl5-md {
		padding-left: 5px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl5-lg {
		padding-left: 5px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl5-xl {
		padding-left: 5px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl5-xxl {
		padding-left: 5px !important;
	}
}
.u-mt10 {
	margin-top: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-mt10-sm {
		margin-top: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt10-md {
		margin-top: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt10-lg {
		margin-top: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt10-xl {
		margin-top: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt10-xxl {
		margin-top: 10px !important;
	}
}
.u-mb10 {
	margin-bottom: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-mb10-sm {
		margin-bottom: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb10-md {
		margin-bottom: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb10-lg {
		margin-bottom: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb10-xl {
		margin-bottom: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb10-xxl {
		margin-bottom: 10px !important;
	}
}
.u-mr10 {
	margin-right: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-mr10-sm {
		margin-right: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr10-md {
		margin-right: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr10-lg {
		margin-right: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr10-xl {
		margin-right: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr10-xxl {
		margin-right: 10px !important;
	}
}
.u-ml10 {
	margin-left: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-ml10-sm {
		margin-left: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml10-md {
		margin-left: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml10-lg {
		margin-left: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml10-xl {
		margin-left: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml10-xxl {
		margin-left: 10px !important;
	}
}
.u-pt10 {
	padding-top: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-pt10-sm {
		padding-top: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt10-md {
		padding-top: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt10-lg {
		padding-top: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt10-xl {
		padding-top: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt10-xxl {
		padding-top: 10px !important;
	}
}
.u-pb10 {
	padding-bottom: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-pb10-sm {
		padding-bottom: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb10-md {
		padding-bottom: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb10-lg {
		padding-bottom: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb10-xl {
		padding-bottom: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb10-xxl {
		padding-bottom: 10px !important;
	}
}
.u-pr10 {
	padding-right: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-pr10-sm {
		padding-right: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr10-md {
		padding-right: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr10-lg {
		padding-right: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr10-xl {
		padding-right: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr10-xxl {
		padding-right: 10px !important;
	}
}
.u-pl10 {
	padding-left: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-pl10-sm {
		padding-left: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl10-md {
		padding-left: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl10-lg {
		padding-left: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl10-xl {
		padding-left: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl10-xxl {
		padding-left: 10px !important;
	}
}
.u-mt15 {
	margin-top: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-mt15-sm {
		margin-top: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt15-md {
		margin-top: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt15-lg {
		margin-top: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt15-xl {
		margin-top: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt15-xxl {
		margin-top: 15px !important;
	}
}
.u-mb15 {
	margin-bottom: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-mb15-sm {
		margin-bottom: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb15-md {
		margin-bottom: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb15-lg {
		margin-bottom: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb15-xl {
		margin-bottom: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb15-xxl {
		margin-bottom: 15px !important;
	}
}
.u-mr15 {
	margin-right: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-mr15-sm {
		margin-right: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr15-md {
		margin-right: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr15-lg {
		margin-right: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr15-xl {
		margin-right: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr15-xxl {
		margin-right: 15px !important;
	}
}
.u-ml15 {
	margin-left: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-ml15-sm {
		margin-left: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml15-md {
		margin-left: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml15-lg {
		margin-left: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml15-xl {
		margin-left: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml15-xxl {
		margin-left: 15px !important;
	}
}
.u-pt15 {
	padding-top: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-pt15-sm {
		padding-top: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt15-md {
		padding-top: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt15-lg {
		padding-top: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt15-xl {
		padding-top: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt15-xxl {
		padding-top: 15px !important;
	}
}
.u-pb15 {
	padding-bottom: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-pb15-sm {
		padding-bottom: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb15-md {
		padding-bottom: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb15-lg {
		padding-bottom: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb15-xl {
		padding-bottom: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb15-xxl {
		padding-bottom: 15px !important;
	}
}
.u-pr15 {
	padding-right: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-pr15-sm {
		padding-right: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr15-md {
		padding-right: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr15-lg {
		padding-right: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr15-xl {
		padding-right: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr15-xxl {
		padding-right: 15px !important;
	}
}
.u-pl15 {
	padding-left: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-pl15-sm {
		padding-left: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl15-md {
		padding-left: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl15-lg {
		padding-left: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl15-xl {
		padding-left: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl15-xxl {
		padding-left: 15px !important;
	}
}
.u-mt20 {
	margin-top: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-mt20-sm {
		margin-top: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt20-md {
		margin-top: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt20-lg {
		margin-top: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt20-xl {
		margin-top: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt20-xxl {
		margin-top: 20px !important;
	}
}
.u-mb20 {
	margin-bottom: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-mb20-sm {
		margin-bottom: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb20-md {
		margin-bottom: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb20-lg {
		margin-bottom: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb20-xl {
		margin-bottom: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb20-xxl {
		margin-bottom: 20px !important;
	}
}
.u-mr20 {
	margin-right: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-mr20-sm {
		margin-right: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr20-md {
		margin-right: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr20-lg {
		margin-right: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr20-xl {
		margin-right: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr20-xxl {
		margin-right: 20px !important;
	}
}
.u-ml20 {
	margin-left: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-ml20-sm {
		margin-left: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml20-md {
		margin-left: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml20-lg {
		margin-left: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml20-xl {
		margin-left: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml20-xxl {
		margin-left: 20px !important;
	}
}
.u-pt20 {
	padding-top: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-pt20-sm {
		padding-top: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt20-md {
		padding-top: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt20-lg {
		padding-top: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt20-xl {
		padding-top: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt20-xxl {
		padding-top: 20px !important;
	}
}
.u-pb20 {
	padding-bottom: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-pb20-sm {
		padding-bottom: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb20-md {
		padding-bottom: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb20-lg {
		padding-bottom: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb20-xl {
		padding-bottom: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb20-xxl {
		padding-bottom: 20px !important;
	}
}
.u-pr20 {
	padding-right: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-pr20-sm {
		padding-right: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr20-md {
		padding-right: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr20-lg {
		padding-right: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr20-xl {
		padding-right: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr20-xxl {
		padding-right: 20px !important;
	}
}
.u-pl20 {
	padding-left: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-pl20-sm {
		padding-left: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl20-md {
		padding-left: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl20-lg {
		padding-left: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl20-xl {
		padding-left: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl20-xxl {
		padding-left: 20px !important;
	}
}
.u-mt25 {
	margin-top: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-mt25-sm {
		margin-top: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt25-md {
		margin-top: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt25-lg {
		margin-top: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt25-xl {
		margin-top: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt25-xxl {
		margin-top: 25px !important;
	}
}
.u-mb25 {
	margin-bottom: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-mb25-sm {
		margin-bottom: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb25-md {
		margin-bottom: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb25-lg {
		margin-bottom: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb25-xl {
		margin-bottom: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb25-xxl {
		margin-bottom: 25px !important;
	}
}
.u-mr25 {
	margin-right: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-mr25-sm {
		margin-right: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr25-md {
		margin-right: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr25-lg {
		margin-right: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr25-xl {
		margin-right: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr25-xxl {
		margin-right: 25px !important;
	}
}
.u-ml25 {
	margin-left: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-ml25-sm {
		margin-left: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml25-md {
		margin-left: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml25-lg {
		margin-left: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml25-xl {
		margin-left: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml25-xxl {
		margin-left: 25px !important;
	}
}
.u-pt25 {
	padding-top: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-pt25-sm {
		padding-top: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt25-md {
		padding-top: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt25-lg {
		padding-top: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt25-xl {
		padding-top: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt25-xxl {
		padding-top: 25px !important;
	}
}
.u-pb25 {
	padding-bottom: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-pb25-sm {
		padding-bottom: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb25-md {
		padding-bottom: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb25-lg {
		padding-bottom: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb25-xl {
		padding-bottom: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb25-xxl {
		padding-bottom: 25px !important;
	}
}
.u-pr25 {
	padding-right: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-pr25-sm {
		padding-right: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr25-md {
		padding-right: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr25-lg {
		padding-right: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr25-xl {
		padding-right: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr25-xxl {
		padding-right: 25px !important;
	}
}
.u-pl25 {
	padding-left: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-pl25-sm {
		padding-left: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl25-md {
		padding-left: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl25-lg {
		padding-left: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl25-xl {
		padding-left: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl25-xxl {
		padding-left: 25px !important;
	}
}
.u-mt30 {
	margin-top: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-mt30-sm {
		margin-top: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt30-md {
		margin-top: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt30-lg {
		margin-top: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt30-xl {
		margin-top: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt30-xxl {
		margin-top: 30px !important;
	}
}
.u-mb30 {
	margin-bottom: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-mb30-sm {
		margin-bottom: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb30-md {
		margin-bottom: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb30-lg {
		margin-bottom: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb30-xl {
		margin-bottom: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb30-xxl {
		margin-bottom: 30px !important;
	}
}
.u-mr30 {
	margin-right: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-mr30-sm {
		margin-right: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr30-md {
		margin-right: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr30-lg {
		margin-right: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr30-xl {
		margin-right: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr30-xxl {
		margin-right: 30px !important;
	}
}
.u-ml30 {
	margin-left: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-ml30-sm {
		margin-left: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml30-md {
		margin-left: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml30-lg {
		margin-left: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml30-xl {
		margin-left: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml30-xxl {
		margin-left: 30px !important;
	}
}
.u-pt30 {
	padding-top: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-pt30-sm {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt30-md {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt30-lg {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt30-xl {
		padding-top: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt30-xxl {
		padding-top: 30px !important;
	}
}
.u-pb30 {
	padding-bottom: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-pb30-sm {
		padding-bottom: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb30-md {
		padding-bottom: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb30-lg {
		padding-bottom: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb30-xl {
		padding-bottom: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb30-xxl {
		padding-bottom: 30px !important;
	}
}
.u-pr30 {
	padding-right: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-pr30-sm {
		padding-right: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr30-md {
		padding-right: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr30-lg {
		padding-right: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr30-xl {
		padding-right: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr30-xxl {
		padding-right: 30px !important;
	}
}
.u-pl30 {
	padding-left: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-pl30-sm {
		padding-left: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl30-md {
		padding-left: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl30-lg {
		padding-left: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl30-xl {
		padding-left: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl30-xxl {
		padding-left: 30px !important;
	}
}
.u-mt35 {
	margin-top: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-mt35-sm {
		margin-top: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt35-md {
		margin-top: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt35-lg {
		margin-top: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt35-xl {
		margin-top: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt35-xxl {
		margin-top: 35px !important;
	}
}
.u-mb35 {
	margin-bottom: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-mb35-sm {
		margin-bottom: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb35-md {
		margin-bottom: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb35-lg {
		margin-bottom: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb35-xl {
		margin-bottom: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb35-xxl {
		margin-bottom: 35px !important;
	}
}
.u-mr35 {
	margin-right: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-mr35-sm {
		margin-right: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr35-md {
		margin-right: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr35-lg {
		margin-right: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr35-xl {
		margin-right: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr35-xxl {
		margin-right: 35px !important;
	}
}
.u-ml35 {
	margin-left: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-ml35-sm {
		margin-left: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml35-md {
		margin-left: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml35-lg {
		margin-left: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml35-xl {
		margin-left: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml35-xxl {
		margin-left: 35px !important;
	}
}
.u-pt35 {
	padding-top: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-pt35-sm {
		padding-top: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt35-md {
		padding-top: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt35-lg {
		padding-top: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt35-xl {
		padding-top: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt35-xxl {
		padding-top: 35px !important;
	}
}
.u-pb35 {
	padding-bottom: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-pb35-sm {
		padding-bottom: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb35-md {
		padding-bottom: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb35-lg {
		padding-bottom: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb35-xl {
		padding-bottom: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb35-xxl {
		padding-bottom: 35px !important;
	}
}
.u-pr35 {
	padding-right: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-pr35-sm {
		padding-right: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr35-md {
		padding-right: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr35-lg {
		padding-right: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr35-xl {
		padding-right: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr35-xxl {
		padding-right: 35px !important;
	}
}
.u-pl35 {
	padding-left: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-pl35-sm {
		padding-left: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl35-md {
		padding-left: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl35-lg {
		padding-left: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl35-xl {
		padding-left: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl35-xxl {
		padding-left: 35px !important;
	}
}
.u-mt40 {
	margin-top: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-mt40-sm {
		margin-top: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt40-md {
		margin-top: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt40-lg {
		margin-top: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt40-xl {
		margin-top: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt40-xxl {
		margin-top: 40px !important;
	}
}
.u-mb40 {
	margin-bottom: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-mb40-sm {
		margin-bottom: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb40-md {
		margin-bottom: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb40-lg {
		margin-bottom: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb40-xl {
		margin-bottom: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb40-xxl {
		margin-bottom: 40px !important;
	}
}
.u-mr40 {
	margin-right: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-mr40-sm {
		margin-right: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr40-md {
		margin-right: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr40-lg {
		margin-right: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr40-xl {
		margin-right: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr40-xxl {
		margin-right: 40px !important;
	}
}
.u-ml40 {
	margin-left: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-ml40-sm {
		margin-left: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml40-md {
		margin-left: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml40-lg {
		margin-left: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml40-xl {
		margin-left: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml40-xxl {
		margin-left: 40px !important;
	}
}
.u-pt40 {
	padding-top: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-pt40-sm {
		padding-top: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt40-md {
		padding-top: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt40-lg {
		padding-top: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt40-xl {
		padding-top: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt40-xxl {
		padding-top: 40px !important;
	}
}
.u-pb40 {
	padding-bottom: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-pb40-sm {
		padding-bottom: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb40-md {
		padding-bottom: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb40-lg {
		padding-bottom: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb40-xl {
		padding-bottom: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb40-xxl {
		padding-bottom: 40px !important;
	}
}
.u-pr40 {
	padding-right: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-pr40-sm {
		padding-right: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr40-md {
		padding-right: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr40-lg {
		padding-right: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr40-xl {
		padding-right: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr40-xxl {
		padding-right: 40px !important;
	}
}
.u-pl40 {
	padding-left: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-pl40-sm {
		padding-left: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl40-md {
		padding-left: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl40-lg {
		padding-left: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl40-xl {
		padding-left: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl40-xxl {
		padding-left: 40px !important;
	}
}
.u-mt45 {
	margin-top: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-mt45-sm {
		margin-top: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt45-md {
		margin-top: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt45-lg {
		margin-top: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt45-xl {
		margin-top: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt45-xxl {
		margin-top: 45px !important;
	}
}
.u-mb45 {
	margin-bottom: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-mb45-sm {
		margin-bottom: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb45-md {
		margin-bottom: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb45-lg {
		margin-bottom: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb45-xl {
		margin-bottom: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb45-xxl {
		margin-bottom: 45px !important;
	}
}
.u-mr45 {
	margin-right: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-mr45-sm {
		margin-right: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr45-md {
		margin-right: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr45-lg {
		margin-right: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr45-xl {
		margin-right: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr45-xxl {
		margin-right: 45px !important;
	}
}
.u-ml45 {
	margin-left: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-ml45-sm {
		margin-left: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml45-md {
		margin-left: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml45-lg {
		margin-left: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml45-xl {
		margin-left: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml45-xxl {
		margin-left: 45px !important;
	}
}
.u-pt45 {
	padding-top: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-pt45-sm {
		padding-top: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt45-md {
		padding-top: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt45-lg {
		padding-top: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt45-xl {
		padding-top: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt45-xxl {
		padding-top: 45px !important;
	}
}
.u-pb45 {
	padding-bottom: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-pb45-sm {
		padding-bottom: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb45-md {
		padding-bottom: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb45-lg {
		padding-bottom: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb45-xl {
		padding-bottom: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb45-xxl {
		padding-bottom: 45px !important;
	}
}
.u-pr45 {
	padding-right: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-pr45-sm {
		padding-right: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr45-md {
		padding-right: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr45-lg {
		padding-right: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr45-xl {
		padding-right: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr45-xxl {
		padding-right: 45px !important;
	}
}
.u-pl45 {
	padding-left: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-pl45-sm {
		padding-left: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl45-md {
		padding-left: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl45-lg {
		padding-left: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl45-xl {
		padding-left: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl45-xxl {
		padding-left: 45px !important;
	}
}
.u-mt50 {
	margin-top: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-mt50-sm {
		margin-top: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt50-md {
		margin-top: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt50-lg {
		margin-top: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt50-xl {
		margin-top: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt50-xxl {
		margin-top: 50px !important;
	}
}
.u-mb50 {
	margin-bottom: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-mb50-sm {
		margin-bottom: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb50-md {
		margin-bottom: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb50-lg {
		margin-bottom: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb50-xl {
		margin-bottom: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb50-xxl {
		margin-bottom: 50px !important;
	}
}
.u-mr50 {
	margin-right: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-mr50-sm {
		margin-right: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr50-md {
		margin-right: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr50-lg {
		margin-right: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr50-xl {
		margin-right: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr50-xxl {
		margin-right: 50px !important;
	}
}
.u-ml50 {
	margin-left: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-ml50-sm {
		margin-left: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml50-md {
		margin-left: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml50-lg {
		margin-left: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml50-xl {
		margin-left: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml50-xxl {
		margin-left: 50px !important;
	}
}
.u-pt50 {
	padding-top: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-pt50-sm {
		padding-top: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt50-md {
		padding-top: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt50-lg {
		padding-top: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt50-xl {
		padding-top: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt50-xxl {
		padding-top: 50px !important;
	}
}
.u-pb50 {
	padding-bottom: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-pb50-sm {
		padding-bottom: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb50-md {
		padding-bottom: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb50-lg {
		padding-bottom: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb50-xl {
		padding-bottom: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb50-xxl {
		padding-bottom: 50px !important;
	}
}
.u-pr50 {
	padding-right: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-pr50-sm {
		padding-right: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr50-md {
		padding-right: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr50-lg {
		padding-right: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr50-xl {
		padding-right: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr50-xxl {
		padding-right: 50px !important;
	}
}
.u-pl50 {
	padding-left: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-pl50-sm {
		padding-left: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl50-md {
		padding-left: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl50-lg {
		padding-left: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl50-xl {
		padding-left: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl50-xxl {
		padding-left: 50px !important;
	}
}
.u-mt55 {
	margin-top: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-mt55-sm {
		margin-top: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt55-md {
		margin-top: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt55-lg {
		margin-top: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt55-xl {
		margin-top: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt55-xxl {
		margin-top: 55px !important;
	}
}
.u-mb55 {
	margin-bottom: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-mb55-sm {
		margin-bottom: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb55-md {
		margin-bottom: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb55-lg {
		margin-bottom: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb55-xl {
		margin-bottom: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb55-xxl {
		margin-bottom: 55px !important;
	}
}
.u-mr55 {
	margin-right: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-mr55-sm {
		margin-right: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr55-md {
		margin-right: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr55-lg {
		margin-right: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr55-xl {
		margin-right: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr55-xxl {
		margin-right: 55px !important;
	}
}
.u-ml55 {
	margin-left: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-ml55-sm {
		margin-left: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml55-md {
		margin-left: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml55-lg {
		margin-left: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml55-xl {
		margin-left: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml55-xxl {
		margin-left: 55px !important;
	}
}
.u-pt55 {
	padding-top: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-pt55-sm {
		padding-top: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt55-md {
		padding-top: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt55-lg {
		padding-top: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt55-xl {
		padding-top: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt55-xxl {
		padding-top: 55px !important;
	}
}
.u-pb55 {
	padding-bottom: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-pb55-sm {
		padding-bottom: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb55-md {
		padding-bottom: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb55-lg {
		padding-bottom: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb55-xl {
		padding-bottom: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb55-xxl {
		padding-bottom: 55px !important;
	}
}
.u-pr55 {
	padding-right: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-pr55-sm {
		padding-right: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr55-md {
		padding-right: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr55-lg {
		padding-right: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr55-xl {
		padding-right: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr55-xxl {
		padding-right: 55px !important;
	}
}
.u-pl55 {
	padding-left: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-pl55-sm {
		padding-left: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl55-md {
		padding-left: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl55-lg {
		padding-left: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl55-xl {
		padding-left: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl55-xxl {
		padding-left: 55px !important;
	}
}
.u-mt60 {
	margin-top: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-mt60-sm {
		margin-top: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt60-md {
		margin-top: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt60-lg {
		margin-top: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt60-xl {
		margin-top: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt60-xxl {
		margin-top: 60px !important;
	}
}
.u-mb60 {
	margin-bottom: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-mb60-sm {
		margin-bottom: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb60-md {
		margin-bottom: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb60-lg {
		margin-bottom: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb60-xl {
		margin-bottom: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb60-xxl {
		margin-bottom: 60px !important;
	}
}
.u-mr60 {
	margin-right: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-mr60-sm {
		margin-right: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr60-md {
		margin-right: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr60-lg {
		margin-right: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr60-xl {
		margin-right: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr60-xxl {
		margin-right: 60px !important;
	}
}
.u-ml60 {
	margin-left: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-ml60-sm {
		margin-left: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml60-md {
		margin-left: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml60-lg {
		margin-left: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml60-xl {
		margin-left: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml60-xxl {
		margin-left: 60px !important;
	}
}
.u-pt60 {
	padding-top: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-pt60-sm {
		padding-top: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt60-md {
		padding-top: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt60-lg {
		padding-top: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt60-xl {
		padding-top: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt60-xxl {
		padding-top: 60px !important;
	}
}
.u-pb60 {
	padding-bottom: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-pb60-sm {
		padding-bottom: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb60-md {
		padding-bottom: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb60-lg {
		padding-bottom: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb60-xl {
		padding-bottom: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb60-xxl {
		padding-bottom: 60px !important;
	}
}
.u-pr60 {
	padding-right: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-pr60-sm {
		padding-right: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr60-md {
		padding-right: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr60-lg {
		padding-right: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr60-xl {
		padding-right: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr60-xxl {
		padding-right: 60px !important;
	}
}
.u-pl60 {
	padding-left: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-pl60-sm {
		padding-left: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl60-md {
		padding-left: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl60-lg {
		padding-left: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl60-xl {
		padding-left: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl60-xxl {
		padding-left: 60px !important;
	}
}
.u-mt65 {
	margin-top: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-mt65-sm {
		margin-top: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt65-md {
		margin-top: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt65-lg {
		margin-top: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt65-xl {
		margin-top: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt65-xxl {
		margin-top: 65px !important;
	}
}
.u-mb65 {
	margin-bottom: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-mb65-sm {
		margin-bottom: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb65-md {
		margin-bottom: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb65-lg {
		margin-bottom: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb65-xl {
		margin-bottom: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb65-xxl {
		margin-bottom: 65px !important;
	}
}
.u-mr65 {
	margin-right: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-mr65-sm {
		margin-right: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr65-md {
		margin-right: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr65-lg {
		margin-right: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr65-xl {
		margin-right: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr65-xxl {
		margin-right: 65px !important;
	}
}
.u-ml65 {
	margin-left: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-ml65-sm {
		margin-left: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml65-md {
		margin-left: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml65-lg {
		margin-left: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml65-xl {
		margin-left: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml65-xxl {
		margin-left: 65px !important;
	}
}
.u-pt65 {
	padding-top: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-pt65-sm {
		padding-top: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt65-md {
		padding-top: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt65-lg {
		padding-top: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt65-xl {
		padding-top: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt65-xxl {
		padding-top: 65px !important;
	}
}
.u-pb65 {
	padding-bottom: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-pb65-sm {
		padding-bottom: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb65-md {
		padding-bottom: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb65-lg {
		padding-bottom: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb65-xl {
		padding-bottom: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb65-xxl {
		padding-bottom: 65px !important;
	}
}
.u-pr65 {
	padding-right: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-pr65-sm {
		padding-right: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr65-md {
		padding-right: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr65-lg {
		padding-right: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr65-xl {
		padding-right: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr65-xxl {
		padding-right: 65px !important;
	}
}
.u-pl65 {
	padding-left: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-pl65-sm {
		padding-left: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl65-md {
		padding-left: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl65-lg {
		padding-left: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl65-xl {
		padding-left: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl65-xxl {
		padding-left: 65px !important;
	}
}
.u-mt70 {
	margin-top: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-mt70-sm {
		margin-top: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt70-md {
		margin-top: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt70-lg {
		margin-top: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt70-xl {
		margin-top: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt70-xxl {
		margin-top: 70px !important;
	}
}
.u-mb70 {
	margin-bottom: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-mb70-sm {
		margin-bottom: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb70-md {
		margin-bottom: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb70-lg {
		margin-bottom: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb70-xl {
		margin-bottom: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb70-xxl {
		margin-bottom: 70px !important;
	}
}
.u-mr70 {
	margin-right: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-mr70-sm {
		margin-right: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr70-md {
		margin-right: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr70-lg {
		margin-right: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr70-xl {
		margin-right: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr70-xxl {
		margin-right: 70px !important;
	}
}
.u-ml70 {
	margin-left: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-ml70-sm {
		margin-left: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml70-md {
		margin-left: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml70-lg {
		margin-left: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml70-xl {
		margin-left: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml70-xxl {
		margin-left: 70px !important;
	}
}
.u-pt70 {
	padding-top: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-pt70-sm {
		padding-top: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt70-md {
		padding-top: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt70-lg {
		padding-top: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt70-xl {
		padding-top: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt70-xxl {
		padding-top: 70px !important;
	}
}
.u-pb70 {
	padding-bottom: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-pb70-sm {
		padding-bottom: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb70-md {
		padding-bottom: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb70-lg {
		padding-bottom: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb70-xl {
		padding-bottom: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb70-xxl {
		padding-bottom: 70px !important;
	}
}
.u-pr70 {
	padding-right: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-pr70-sm {
		padding-right: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr70-md {
		padding-right: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr70-lg {
		padding-right: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr70-xl {
		padding-right: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr70-xxl {
		padding-right: 70px !important;
	}
}
.u-pl70 {
	padding-left: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-pl70-sm {
		padding-left: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl70-md {
		padding-left: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl70-lg {
		padding-left: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl70-xl {
		padding-left: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl70-xxl {
		padding-left: 70px !important;
	}
}
.u-mt75 {
	margin-top: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-mt75-sm {
		margin-top: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt75-md {
		margin-top: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt75-lg {
		margin-top: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt75-xl {
		margin-top: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt75-xxl {
		margin-top: 75px !important;
	}
}
.u-mb75 {
	margin-bottom: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-mb75-sm {
		margin-bottom: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb75-md {
		margin-bottom: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb75-lg {
		margin-bottom: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb75-xl {
		margin-bottom: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb75-xxl {
		margin-bottom: 75px !important;
	}
}
.u-mr75 {
	margin-right: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-mr75-sm {
		margin-right: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr75-md {
		margin-right: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr75-lg {
		margin-right: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr75-xl {
		margin-right: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr75-xxl {
		margin-right: 75px !important;
	}
}
.u-ml75 {
	margin-left: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-ml75-sm {
		margin-left: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml75-md {
		margin-left: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml75-lg {
		margin-left: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml75-xl {
		margin-left: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml75-xxl {
		margin-left: 75px !important;
	}
}
.u-pt75 {
	padding-top: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-pt75-sm {
		padding-top: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt75-md {
		padding-top: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt75-lg {
		padding-top: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt75-xl {
		padding-top: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt75-xxl {
		padding-top: 75px !important;
	}
}
.u-pb75 {
	padding-bottom: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-pb75-sm {
		padding-bottom: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb75-md {
		padding-bottom: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb75-lg {
		padding-bottom: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb75-xl {
		padding-bottom: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb75-xxl {
		padding-bottom: 75px !important;
	}
}
.u-pr75 {
	padding-right: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-pr75-sm {
		padding-right: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr75-md {
		padding-right: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr75-lg {
		padding-right: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr75-xl {
		padding-right: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr75-xxl {
		padding-right: 75px !important;
	}
}
.u-pl75 {
	padding-left: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-pl75-sm {
		padding-left: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl75-md {
		padding-left: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl75-lg {
		padding-left: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl75-xl {
		padding-left: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl75-xxl {
		padding-left: 75px !important;
	}
}
.u-mt80 {
	margin-top: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-mt80-sm {
		margin-top: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt80-md {
		margin-top: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt80-lg {
		margin-top: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt80-xl {
		margin-top: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt80-xxl {
		margin-top: 80px !important;
	}
}
.u-mb80 {
	margin-bottom: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-mb80-sm {
		margin-bottom: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb80-md {
		margin-bottom: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb80-lg {
		margin-bottom: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb80-xl {
		margin-bottom: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb80-xxl {
		margin-bottom: 80px !important;
	}
}
.u-mr80 {
	margin-right: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-mr80-sm {
		margin-right: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr80-md {
		margin-right: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr80-lg {
		margin-right: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr80-xl {
		margin-right: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr80-xxl {
		margin-right: 80px !important;
	}
}
.u-ml80 {
	margin-left: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-ml80-sm {
		margin-left: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml80-md {
		margin-left: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml80-lg {
		margin-left: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml80-xl {
		margin-left: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml80-xxl {
		margin-left: 80px !important;
	}
}
.u-pt80 {
	padding-top: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-pt80-sm {
		padding-top: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt80-md {
		padding-top: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt80-lg {
		padding-top: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt80-xl {
		padding-top: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt80-xxl {
		padding-top: 80px !important;
	}
}
.u-pb80 {
	padding-bottom: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-pb80-sm {
		padding-bottom: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb80-md {
		padding-bottom: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb80-lg {
		padding-bottom: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb80-xl {
		padding-bottom: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb80-xxl {
		padding-bottom: 80px !important;
	}
}
.u-pr80 {
	padding-right: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-pr80-sm {
		padding-right: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr80-md {
		padding-right: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr80-lg {
		padding-right: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr80-xl {
		padding-right: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr80-xxl {
		padding-right: 80px !important;
	}
}
.u-pl80 {
	padding-left: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-pl80-sm {
		padding-left: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl80-md {
		padding-left: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl80-lg {
		padding-left: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl80-xl {
		padding-left: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl80-xxl {
		padding-left: 80px !important;
	}
}
.u-mt85 {
	margin-top: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-mt85-sm {
		margin-top: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt85-md {
		margin-top: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt85-lg {
		margin-top: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt85-xl {
		margin-top: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt85-xxl {
		margin-top: 85px !important;
	}
}
.u-mb85 {
	margin-bottom: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-mb85-sm {
		margin-bottom: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb85-md {
		margin-bottom: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb85-lg {
		margin-bottom: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb85-xl {
		margin-bottom: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb85-xxl {
		margin-bottom: 85px !important;
	}
}
.u-mr85 {
	margin-right: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-mr85-sm {
		margin-right: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr85-md {
		margin-right: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr85-lg {
		margin-right: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr85-xl {
		margin-right: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr85-xxl {
		margin-right: 85px !important;
	}
}
.u-ml85 {
	margin-left: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-ml85-sm {
		margin-left: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml85-md {
		margin-left: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml85-lg {
		margin-left: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml85-xl {
		margin-left: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml85-xxl {
		margin-left: 85px !important;
	}
}
.u-pt85 {
	padding-top: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-pt85-sm {
		padding-top: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt85-md {
		padding-top: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt85-lg {
		padding-top: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt85-xl {
		padding-top: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt85-xxl {
		padding-top: 85px !important;
	}
}
.u-pb85 {
	padding-bottom: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-pb85-sm {
		padding-bottom: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb85-md {
		padding-bottom: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb85-lg {
		padding-bottom: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb85-xl {
		padding-bottom: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb85-xxl {
		padding-bottom: 85px !important;
	}
}
.u-pr85 {
	padding-right: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-pr85-sm {
		padding-right: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr85-md {
		padding-right: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr85-lg {
		padding-right: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr85-xl {
		padding-right: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr85-xxl {
		padding-right: 85px !important;
	}
}
.u-pl85 {
	padding-left: 85px !important;
}

@media screen and (min-width: 480px) {
	.u-pl85-sm {
		padding-left: 85px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl85-md {
		padding-left: 85px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl85-lg {
		padding-left: 85px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl85-xl {
		padding-left: 85px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl85-xxl {
		padding-left: 85px !important;
	}
}
.u-mt90 {
	margin-top: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-mt90-sm {
		margin-top: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt90-md {
		margin-top: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt90-lg {
		margin-top: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt90-xl {
		margin-top: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt90-xxl {
		margin-top: 90px !important;
	}
}
.u-mb90 {
	margin-bottom: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-mb90-sm {
		margin-bottom: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb90-md {
		margin-bottom: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb90-lg {
		margin-bottom: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb90-xl {
		margin-bottom: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb90-xxl {
		margin-bottom: 90px !important;
	}
}
.u-mr90 {
	margin-right: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-mr90-sm {
		margin-right: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr90-md {
		margin-right: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr90-lg {
		margin-right: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr90-xl {
		margin-right: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr90-xxl {
		margin-right: 90px !important;
	}
}
.u-ml90 {
	margin-left: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-ml90-sm {
		margin-left: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml90-md {
		margin-left: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml90-lg {
		margin-left: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml90-xl {
		margin-left: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml90-xxl {
		margin-left: 90px !important;
	}
}
.u-pt90 {
	padding-top: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-pt90-sm {
		padding-top: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt90-md {
		padding-top: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt90-lg {
		padding-top: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt90-xl {
		padding-top: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt90-xxl {
		padding-top: 90px !important;
	}
}
.u-pb90 {
	padding-bottom: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-pb90-sm {
		padding-bottom: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb90-md {
		padding-bottom: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb90-lg {
		padding-bottom: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb90-xl {
		padding-bottom: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb90-xxl {
		padding-bottom: 90px !important;
	}
}
.u-pr90 {
	padding-right: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-pr90-sm {
		padding-right: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr90-md {
		padding-right: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr90-lg {
		padding-right: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr90-xl {
		padding-right: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr90-xxl {
		padding-right: 90px !important;
	}
}
.u-pl90 {
	padding-left: 90px !important;
}

@media screen and (min-width: 480px) {
	.u-pl90-sm {
		padding-left: 90px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl90-md {
		padding-left: 90px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl90-lg {
		padding-left: 90px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl90-xl {
		padding-left: 90px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl90-xxl {
		padding-left: 90px !important;
	}
}
.u-mt95 {
	margin-top: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-mt95-sm {
		margin-top: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt95-md {
		margin-top: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt95-lg {
		margin-top: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt95-xl {
		margin-top: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt95-xxl {
		margin-top: 95px !important;
	}
}
.u-mb95 {
	margin-bottom: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-mb95-sm {
		margin-bottom: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb95-md {
		margin-bottom: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb95-lg {
		margin-bottom: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb95-xl {
		margin-bottom: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb95-xxl {
		margin-bottom: 95px !important;
	}
}
.u-mr95 {
	margin-right: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-mr95-sm {
		margin-right: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr95-md {
		margin-right: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr95-lg {
		margin-right: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr95-xl {
		margin-right: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr95-xxl {
		margin-right: 95px !important;
	}
}
.u-ml95 {
	margin-left: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-ml95-sm {
		margin-left: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml95-md {
		margin-left: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml95-lg {
		margin-left: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml95-xl {
		margin-left: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml95-xxl {
		margin-left: 95px !important;
	}
}
.u-pt95 {
	padding-top: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-pt95-sm {
		padding-top: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt95-md {
		padding-top: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt95-lg {
		padding-top: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt95-xl {
		padding-top: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt95-xxl {
		padding-top: 95px !important;
	}
}
.u-pb95 {
	padding-bottom: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-pb95-sm {
		padding-bottom: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb95-md {
		padding-bottom: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb95-lg {
		padding-bottom: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb95-xl {
		padding-bottom: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb95-xxl {
		padding-bottom: 95px !important;
	}
}
.u-pr95 {
	padding-right: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-pr95-sm {
		padding-right: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr95-md {
		padding-right: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr95-lg {
		padding-right: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr95-xl {
		padding-right: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr95-xxl {
		padding-right: 95px !important;
	}
}
.u-pl95 {
	padding-left: 95px !important;
}

@media screen and (min-width: 480px) {
	.u-pl95-sm {
		padding-left: 95px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl95-md {
		padding-left: 95px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl95-lg {
		padding-left: 95px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl95-xl {
		padding-left: 95px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl95-xxl {
		padding-left: 95px !important;
	}
}
.u-mt100 {
	margin-top: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-mt100-sm {
		margin-top: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mt100-md {
		margin-top: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mt100-lg {
		margin-top: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mt100-xl {
		margin-top: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mt100-xxl {
		margin-top: 100px !important;
	}
}
.u-mb100 {
	margin-bottom: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-mb100-sm {
		margin-bottom: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mb100-md {
		margin-bottom: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mb100-lg {
		margin-bottom: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mb100-xl {
		margin-bottom: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mb100-xxl {
		margin-bottom: 100px !important;
	}
}
.u-mr100 {
	margin-right: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-mr100-sm {
		margin-right: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-mr100-md {
		margin-right: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-mr100-lg {
		margin-right: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-mr100-xl {
		margin-right: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-mr100-xxl {
		margin-right: 100px !important;
	}
}
.u-ml100 {
	margin-left: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-ml100-sm {
		margin-left: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ml100-md {
		margin-left: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-ml100-lg {
		margin-left: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-ml100-xl {
		margin-left: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-ml100-xxl {
		margin-left: 100px !important;
	}
}
.u-pt100 {
	padding-top: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-pt100-sm {
		padding-top: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pt100-md {
		padding-top: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pt100-lg {
		padding-top: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pt100-xl {
		padding-top: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pt100-xxl {
		padding-top: 100px !important;
	}
}
.u-pb100 {
	padding-bottom: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-pb100-sm {
		padding-bottom: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pb100-md {
		padding-bottom: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pb100-lg {
		padding-bottom: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pb100-xl {
		padding-bottom: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pb100-xxl {
		padding-bottom: 100px !important;
	}
}
.u-pr100 {
	padding-right: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-pr100-sm {
		padding-right: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pr100-md {
		padding-right: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pr100-lg {
		padding-right: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pr100-xl {
		padding-right: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pr100-xxl {
		padding-right: 100px !important;
	}
}
.u-pl100 {
	padding-left: 100px !important;
}

@media screen and (min-width: 480px) {
	.u-pl100-sm {
		padding-left: 100px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-pl100-md {
		padding-left: 100px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-pl100-lg {
		padding-left: 100px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-pl100-xl {
		padding-left: 100px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-pl100-xxl {
		padding-left: 100px !important;
	}
}
.u-fs8 {
	font-size: 8px !important;
}

@media screen and (min-width: 480px) {
	.u-fs8-sm {
		font-size: 8px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs8-md {
		font-size: 8px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs8-lg {
		font-size: 8px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs8-xl {
		font-size: 8px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs8-xxl {
		font-size: 8px !important;
	}
}
.u-fs9 {
	font-size: 9px !important;
}

@media screen and (min-width: 480px) {
	.u-fs9-sm {
		font-size: 9px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs9-md {
		font-size: 9px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs9-lg {
		font-size: 9px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs9-xl {
		font-size: 9px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs9-xxl {
		font-size: 9px !important;
	}
}
.u-fs10 {
	font-size: 10px !important;
}

@media screen and (min-width: 480px) {
	.u-fs10-sm {
		font-size: 10px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs10-md {
		font-size: 10px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs10-lg {
		font-size: 10px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs10-xl {
		font-size: 10px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs10-xxl {
		font-size: 10px !important;
	}
}
.u-fs11 {
	font-size: 11px !important;
}

@media screen and (min-width: 480px) {
	.u-fs11-sm {
		font-size: 11px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs11-md {
		font-size: 11px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs11-lg {
		font-size: 11px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs11-xl {
		font-size: 11px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs11-xxl {
		font-size: 11px !important;
	}
}
.u-fs12 {
	font-size: 12px !important;
}

@media screen and (min-width: 480px) {
	.u-fs12-sm {
		font-size: 12px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs12-md {
		font-size: 12px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs12-lg {
		font-size: 12px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs12-xl {
		font-size: 12px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs12-xxl {
		font-size: 12px !important;
	}
}
.u-fs13 {
	font-size: 13px !important;
}

@media screen and (min-width: 480px) {
	.u-fs13-sm {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs13-md {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs13-lg {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs13-xl {
		font-size: 13px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs13-xxl {
		font-size: 13px !important;
	}
}
.u-fs14 {
	font-size: 14px !important;
}

@media screen and (min-width: 480px) {
	.u-fs14-sm {
		font-size: 14px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs14-md {
		font-size: 14px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs14-lg {
		font-size: 14px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs14-xl {
		font-size: 14px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs14-xxl {
		font-size: 14px !important;
	}
}
.u-fs15 {
	font-size: 15px !important;
}

@media screen and (min-width: 480px) {
	.u-fs15-sm {
		font-size: 15px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs15-md {
		font-size: 15px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs15-lg {
		font-size: 15px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs15-xl {
		font-size: 15px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs15-xxl {
		font-size: 15px !important;
	}
}
.u-fs16 {
	font-size: 16px !important;
}

@media screen and (min-width: 480px) {
	.u-fs16-sm {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs16-md {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs16-lg {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs16-xl {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs16-xxl {
		font-size: 16px !important;
	}
}
.u-fs17 {
	font-size: 17px !important;
}

@media screen and (min-width: 480px) {
	.u-fs17-sm {
		font-size: 17px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs17-md {
		font-size: 17px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs17-lg {
		font-size: 17px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs17-xl {
		font-size: 17px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs17-xxl {
		font-size: 17px !important;
	}
}
.u-fs18 {
	font-size: 18px !important;
}

@media screen and (min-width: 480px) {
	.u-fs18-sm {
		font-size: 18px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs18-md {
		font-size: 18px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs18-lg {
		font-size: 18px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs18-xl {
		font-size: 18px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs18-xxl {
		font-size: 18px !important;
	}
}
.u-fs19 {
	font-size: 19px !important;
}

@media screen and (min-width: 480px) {
	.u-fs19-sm {
		font-size: 19px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs19-md {
		font-size: 19px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs19-lg {
		font-size: 19px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs19-xl {
		font-size: 19px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs19-xxl {
		font-size: 19px !important;
	}
}
.u-fs20 {
	font-size: 20px !important;
}

@media screen and (min-width: 480px) {
	.u-fs20-sm {
		font-size: 20px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs20-md {
		font-size: 20px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs20-lg {
		font-size: 20px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs20-xl {
		font-size: 20px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs20-xxl {
		font-size: 20px !important;
	}
}
.u-fs21 {
	font-size: 21px !important;
}

@media screen and (min-width: 480px) {
	.u-fs21-sm {
		font-size: 21px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs21-md {
		font-size: 21px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs21-lg {
		font-size: 21px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs21-xl {
		font-size: 21px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs21-xxl {
		font-size: 21px !important;
	}
}
.u-fs22 {
	font-size: 22px !important;
}

@media screen and (min-width: 480px) {
	.u-fs22-sm {
		font-size: 22px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs22-md {
		font-size: 22px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs22-lg {
		font-size: 22px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs22-xl {
		font-size: 22px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs22-xxl {
		font-size: 22px !important;
	}
}
.u-fs23 {
	font-size: 23px !important;
}

@media screen and (min-width: 480px) {
	.u-fs23-sm {
		font-size: 23px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs23-md {
		font-size: 23px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs23-lg {
		font-size: 23px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs23-xl {
		font-size: 23px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs23-xxl {
		font-size: 23px !important;
	}
}
.u-fs24 {
	font-size: 24px !important;
}

@media screen and (min-width: 480px) {
	.u-fs24-sm {
		font-size: 24px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs24-md {
		font-size: 24px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs24-lg {
		font-size: 24px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs24-xl {
		font-size: 24px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs24-xxl {
		font-size: 24px !important;
	}
}
.u-fs25 {
	font-size: 25px !important;
}

@media screen and (min-width: 480px) {
	.u-fs25-sm {
		font-size: 25px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs25-md {
		font-size: 25px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs25-lg {
		font-size: 25px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs25-xl {
		font-size: 25px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs25-xxl {
		font-size: 25px !important;
	}
}
.u-fs26 {
	font-size: 26px !important;
}

@media screen and (min-width: 480px) {
	.u-fs26-sm {
		font-size: 26px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs26-md {
		font-size: 26px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs26-lg {
		font-size: 26px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs26-xl {
		font-size: 26px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs26-xxl {
		font-size: 26px !important;
	}
}
.u-fs27 {
	font-size: 27px !important;
}

@media screen and (min-width: 480px) {
	.u-fs27-sm {
		font-size: 27px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs27-md {
		font-size: 27px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs27-lg {
		font-size: 27px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs27-xl {
		font-size: 27px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs27-xxl {
		font-size: 27px !important;
	}
}
.u-fs28 {
	font-size: 28px !important;
}

@media screen and (min-width: 480px) {
	.u-fs28-sm {
		font-size: 28px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs28-md {
		font-size: 28px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs28-lg {
		font-size: 28px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs28-xl {
		font-size: 28px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs28-xxl {
		font-size: 28px !important;
	}
}
.u-fs29 {
	font-size: 29px !important;
}

@media screen and (min-width: 480px) {
	.u-fs29-sm {
		font-size: 29px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs29-md {
		font-size: 29px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs29-lg {
		font-size: 29px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs29-xl {
		font-size: 29px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs29-xxl {
		font-size: 29px !important;
	}
}
.u-fs30 {
	font-size: 30px !important;
}

@media screen and (min-width: 480px) {
	.u-fs30-sm {
		font-size: 30px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs30-md {
		font-size: 30px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs30-lg {
		font-size: 30px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs30-xl {
		font-size: 30px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs30-xxl {
		font-size: 30px !important;
	}
}
.u-fs31 {
	font-size: 31px !important;
}

@media screen and (min-width: 480px) {
	.u-fs31-sm {
		font-size: 31px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs31-md {
		font-size: 31px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs31-lg {
		font-size: 31px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs31-xl {
		font-size: 31px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs31-xxl {
		font-size: 31px !important;
	}
}
.u-fs32 {
	font-size: 32px !important;
}

@media screen and (min-width: 480px) {
	.u-fs32-sm {
		font-size: 32px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs32-md {
		font-size: 32px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs32-lg {
		font-size: 32px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs32-xl {
		font-size: 32px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs32-xxl {
		font-size: 32px !important;
	}
}
.u-fs33 {
	font-size: 33px !important;
}

@media screen and (min-width: 480px) {
	.u-fs33-sm {
		font-size: 33px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs33-md {
		font-size: 33px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs33-lg {
		font-size: 33px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs33-xl {
		font-size: 33px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs33-xxl {
		font-size: 33px !important;
	}
}
.u-fs34 {
	font-size: 34px !important;
}

@media screen and (min-width: 480px) {
	.u-fs34-sm {
		font-size: 34px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs34-md {
		font-size: 34px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs34-lg {
		font-size: 34px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs34-xl {
		font-size: 34px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs34-xxl {
		font-size: 34px !important;
	}
}
.u-fs35 {
	font-size: 35px !important;
}

@media screen and (min-width: 480px) {
	.u-fs35-sm {
		font-size: 35px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs35-md {
		font-size: 35px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs35-lg {
		font-size: 35px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs35-xl {
		font-size: 35px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs35-xxl {
		font-size: 35px !important;
	}
}
.u-fs36 {
	font-size: 36px !important;
}

@media screen and (min-width: 480px) {
	.u-fs36-sm {
		font-size: 36px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs36-md {
		font-size: 36px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs36-lg {
		font-size: 36px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs36-xl {
		font-size: 36px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs36-xxl {
		font-size: 36px !important;
	}
}
.u-fs37 {
	font-size: 37px !important;
}

@media screen and (min-width: 480px) {
	.u-fs37-sm {
		font-size: 37px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs37-md {
		font-size: 37px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs37-lg {
		font-size: 37px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs37-xl {
		font-size: 37px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs37-xxl {
		font-size: 37px !important;
	}
}
.u-fs38 {
	font-size: 38px !important;
}

@media screen and (min-width: 480px) {
	.u-fs38-sm {
		font-size: 38px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs38-md {
		font-size: 38px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs38-lg {
		font-size: 38px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs38-xl {
		font-size: 38px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs38-xxl {
		font-size: 38px !important;
	}
}
.u-fs39 {
	font-size: 39px !important;
}

@media screen and (min-width: 480px) {
	.u-fs39-sm {
		font-size: 39px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs39-md {
		font-size: 39px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs39-lg {
		font-size: 39px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs39-xl {
		font-size: 39px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs39-xxl {
		font-size: 39px !important;
	}
}
.u-fs40 {
	font-size: 40px !important;
}

@media screen and (min-width: 480px) {
	.u-fs40-sm {
		font-size: 40px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs40-md {
		font-size: 40px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs40-lg {
		font-size: 40px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs40-xl {
		font-size: 40px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs40-xxl {
		font-size: 40px !important;
	}
}
.u-fs41 {
	font-size: 41px !important;
}

@media screen and (min-width: 480px) {
	.u-fs41-sm {
		font-size: 41px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs41-md {
		font-size: 41px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs41-lg {
		font-size: 41px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs41-xl {
		font-size: 41px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs41-xxl {
		font-size: 41px !important;
	}
}
.u-fs42 {
	font-size: 42px !important;
}

@media screen and (min-width: 480px) {
	.u-fs42-sm {
		font-size: 42px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs42-md {
		font-size: 42px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs42-lg {
		font-size: 42px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs42-xl {
		font-size: 42px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs42-xxl {
		font-size: 42px !important;
	}
}
.u-fs43 {
	font-size: 43px !important;
}

@media screen and (min-width: 480px) {
	.u-fs43-sm {
		font-size: 43px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs43-md {
		font-size: 43px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs43-lg {
		font-size: 43px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs43-xl {
		font-size: 43px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs43-xxl {
		font-size: 43px !important;
	}
}
.u-fs44 {
	font-size: 44px !important;
}

@media screen and (min-width: 480px) {
	.u-fs44-sm {
		font-size: 44px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs44-md {
		font-size: 44px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs44-lg {
		font-size: 44px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs44-xl {
		font-size: 44px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs44-xxl {
		font-size: 44px !important;
	}
}
.u-fs45 {
	font-size: 45px !important;
}

@media screen and (min-width: 480px) {
	.u-fs45-sm {
		font-size: 45px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs45-md {
		font-size: 45px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs45-lg {
		font-size: 45px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs45-xl {
		font-size: 45px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs45-xxl {
		font-size: 45px !important;
	}
}
.u-fs46 {
	font-size: 46px !important;
}

@media screen and (min-width: 480px) {
	.u-fs46-sm {
		font-size: 46px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs46-md {
		font-size: 46px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs46-lg {
		font-size: 46px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs46-xl {
		font-size: 46px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs46-xxl {
		font-size: 46px !important;
	}
}
.u-fs47 {
	font-size: 47px !important;
}

@media screen and (min-width: 480px) {
	.u-fs47-sm {
		font-size: 47px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs47-md {
		font-size: 47px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs47-lg {
		font-size: 47px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs47-xl {
		font-size: 47px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs47-xxl {
		font-size: 47px !important;
	}
}
.u-fs48 {
	font-size: 48px !important;
}

@media screen and (min-width: 480px) {
	.u-fs48-sm {
		font-size: 48px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs48-md {
		font-size: 48px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs48-lg {
		font-size: 48px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs48-xl {
		font-size: 48px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs48-xxl {
		font-size: 48px !important;
	}
}
.u-fs49 {
	font-size: 49px !important;
}

@media screen and (min-width: 480px) {
	.u-fs49-sm {
		font-size: 49px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs49-md {
		font-size: 49px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs49-lg {
		font-size: 49px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs49-xl {
		font-size: 49px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs49-xxl {
		font-size: 49px !important;
	}
}
.u-fs50 {
	font-size: 50px !important;
}

@media screen and (min-width: 480px) {
	.u-fs50-sm {
		font-size: 50px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs50-md {
		font-size: 50px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs50-lg {
		font-size: 50px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs50-xl {
		font-size: 50px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs50-xxl {
		font-size: 50px !important;
	}
}
.u-fs51 {
	font-size: 51px !important;
}

@media screen and (min-width: 480px) {
	.u-fs51-sm {
		font-size: 51px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs51-md {
		font-size: 51px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs51-lg {
		font-size: 51px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs51-xl {
		font-size: 51px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs51-xxl {
		font-size: 51px !important;
	}
}
.u-fs52 {
	font-size: 52px !important;
}

@media screen and (min-width: 480px) {
	.u-fs52-sm {
		font-size: 52px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs52-md {
		font-size: 52px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs52-lg {
		font-size: 52px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs52-xl {
		font-size: 52px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs52-xxl {
		font-size: 52px !important;
	}
}
.u-fs53 {
	font-size: 53px !important;
}

@media screen and (min-width: 480px) {
	.u-fs53-sm {
		font-size: 53px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs53-md {
		font-size: 53px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs53-lg {
		font-size: 53px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs53-xl {
		font-size: 53px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs53-xxl {
		font-size: 53px !important;
	}
}
.u-fs54 {
	font-size: 54px !important;
}

@media screen and (min-width: 480px) {
	.u-fs54-sm {
		font-size: 54px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs54-md {
		font-size: 54px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs54-lg {
		font-size: 54px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs54-xl {
		font-size: 54px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs54-xxl {
		font-size: 54px !important;
	}
}
.u-fs55 {
	font-size: 55px !important;
}

@media screen and (min-width: 480px) {
	.u-fs55-sm {
		font-size: 55px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs55-md {
		font-size: 55px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs55-lg {
		font-size: 55px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs55-xl {
		font-size: 55px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs55-xxl {
		font-size: 55px !important;
	}
}
.u-fs56 {
	font-size: 56px !important;
}

@media screen and (min-width: 480px) {
	.u-fs56-sm {
		font-size: 56px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs56-md {
		font-size: 56px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs56-lg {
		font-size: 56px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs56-xl {
		font-size: 56px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs56-xxl {
		font-size: 56px !important;
	}
}
.u-fs57 {
	font-size: 57px !important;
}

@media screen and (min-width: 480px) {
	.u-fs57-sm {
		font-size: 57px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs57-md {
		font-size: 57px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs57-lg {
		font-size: 57px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs57-xl {
		font-size: 57px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs57-xxl {
		font-size: 57px !important;
	}
}
.u-fs58 {
	font-size: 58px !important;
}

@media screen and (min-width: 480px) {
	.u-fs58-sm {
		font-size: 58px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs58-md {
		font-size: 58px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs58-lg {
		font-size: 58px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs58-xl {
		font-size: 58px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs58-xxl {
		font-size: 58px !important;
	}
}
.u-fs59 {
	font-size: 59px !important;
}

@media screen and (min-width: 480px) {
	.u-fs59-sm {
		font-size: 59px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs59-md {
		font-size: 59px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs59-lg {
		font-size: 59px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs59-xl {
		font-size: 59px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs59-xxl {
		font-size: 59px !important;
	}
}
.u-fs60 {
	font-size: 60px !important;
}

@media screen and (min-width: 480px) {
	.u-fs60-sm {
		font-size: 60px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs60-md {
		font-size: 60px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs60-lg {
		font-size: 60px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs60-xl {
		font-size: 60px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs60-xxl {
		font-size: 60px !important;
	}
}
.u-fs61 {
	font-size: 61px !important;
}

@media screen and (min-width: 480px) {
	.u-fs61-sm {
		font-size: 61px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs61-md {
		font-size: 61px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs61-lg {
		font-size: 61px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs61-xl {
		font-size: 61px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs61-xxl {
		font-size: 61px !important;
	}
}
.u-fs62 {
	font-size: 62px !important;
}

@media screen and (min-width: 480px) {
	.u-fs62-sm {
		font-size: 62px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs62-md {
		font-size: 62px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs62-lg {
		font-size: 62px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs62-xl {
		font-size: 62px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs62-xxl {
		font-size: 62px !important;
	}
}
.u-fs63 {
	font-size: 63px !important;
}

@media screen and (min-width: 480px) {
	.u-fs63-sm {
		font-size: 63px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs63-md {
		font-size: 63px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs63-lg {
		font-size: 63px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs63-xl {
		font-size: 63px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs63-xxl {
		font-size: 63px !important;
	}
}
.u-fs64 {
	font-size: 64px !important;
}

@media screen and (min-width: 480px) {
	.u-fs64-sm {
		font-size: 64px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs64-md {
		font-size: 64px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs64-lg {
		font-size: 64px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs64-xl {
		font-size: 64px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs64-xxl {
		font-size: 64px !important;
	}
}
.u-fs65 {
	font-size: 65px !important;
}

@media screen and (min-width: 480px) {
	.u-fs65-sm {
		font-size: 65px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs65-md {
		font-size: 65px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs65-lg {
		font-size: 65px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs65-xl {
		font-size: 65px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs65-xxl {
		font-size: 65px !important;
	}
}
.u-fs66 {
	font-size: 66px !important;
}

@media screen and (min-width: 480px) {
	.u-fs66-sm {
		font-size: 66px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs66-md {
		font-size: 66px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs66-lg {
		font-size: 66px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs66-xl {
		font-size: 66px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs66-xxl {
		font-size: 66px !important;
	}
}
.u-fs67 {
	font-size: 67px !important;
}

@media screen and (min-width: 480px) {
	.u-fs67-sm {
		font-size: 67px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs67-md {
		font-size: 67px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs67-lg {
		font-size: 67px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs67-xl {
		font-size: 67px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs67-xxl {
		font-size: 67px !important;
	}
}
.u-fs68 {
	font-size: 68px !important;
}

@media screen and (min-width: 480px) {
	.u-fs68-sm {
		font-size: 68px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs68-md {
		font-size: 68px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs68-lg {
		font-size: 68px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs68-xl {
		font-size: 68px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs68-xxl {
		font-size: 68px !important;
	}
}
.u-fs69 {
	font-size: 69px !important;
}

@media screen and (min-width: 480px) {
	.u-fs69-sm {
		font-size: 69px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs69-md {
		font-size: 69px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs69-lg {
		font-size: 69px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs69-xl {
		font-size: 69px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs69-xxl {
		font-size: 69px !important;
	}
}
.u-fs70 {
	font-size: 70px !important;
}

@media screen and (min-width: 480px) {
	.u-fs70-sm {
		font-size: 70px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs70-md {
		font-size: 70px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs70-lg {
		font-size: 70px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs70-xl {
		font-size: 70px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs70-xxl {
		font-size: 70px !important;
	}
}
.u-fs71 {
	font-size: 71px !important;
}

@media screen and (min-width: 480px) {
	.u-fs71-sm {
		font-size: 71px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs71-md {
		font-size: 71px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs71-lg {
		font-size: 71px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs71-xl {
		font-size: 71px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs71-xxl {
		font-size: 71px !important;
	}
}
.u-fs72 {
	font-size: 72px !important;
}

@media screen and (min-width: 480px) {
	.u-fs72-sm {
		font-size: 72px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs72-md {
		font-size: 72px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs72-lg {
		font-size: 72px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs72-xl {
		font-size: 72px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs72-xxl {
		font-size: 72px !important;
	}
}
.u-fs73 {
	font-size: 73px !important;
}

@media screen and (min-width: 480px) {
	.u-fs73-sm {
		font-size: 73px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs73-md {
		font-size: 73px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs73-lg {
		font-size: 73px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs73-xl {
		font-size: 73px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs73-xxl {
		font-size: 73px !important;
	}
}
.u-fs74 {
	font-size: 74px !important;
}

@media screen and (min-width: 480px) {
	.u-fs74-sm {
		font-size: 74px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs74-md {
		font-size: 74px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs74-lg {
		font-size: 74px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs74-xl {
		font-size: 74px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs74-xxl {
		font-size: 74px !important;
	}
}
.u-fs75 {
	font-size: 75px !important;
}

@media screen and (min-width: 480px) {
	.u-fs75-sm {
		font-size: 75px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs75-md {
		font-size: 75px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs75-lg {
		font-size: 75px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs75-xl {
		font-size: 75px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs75-xxl {
		font-size: 75px !important;
	}
}
.u-fs76 {
	font-size: 76px !important;
}

@media screen and (min-width: 480px) {
	.u-fs76-sm {
		font-size: 76px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs76-md {
		font-size: 76px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs76-lg {
		font-size: 76px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs76-xl {
		font-size: 76px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs76-xxl {
		font-size: 76px !important;
	}
}
.u-fs77 {
	font-size: 77px !important;
}

@media screen and (min-width: 480px) {
	.u-fs77-sm {
		font-size: 77px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs77-md {
		font-size: 77px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs77-lg {
		font-size: 77px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs77-xl {
		font-size: 77px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs77-xxl {
		font-size: 77px !important;
	}
}
.u-fs78 {
	font-size: 78px !important;
}

@media screen and (min-width: 480px) {
	.u-fs78-sm {
		font-size: 78px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs78-md {
		font-size: 78px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs78-lg {
		font-size: 78px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs78-xl {
		font-size: 78px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs78-xxl {
		font-size: 78px !important;
	}
}
.u-fs79 {
	font-size: 79px !important;
}

@media screen and (min-width: 480px) {
	.u-fs79-sm {
		font-size: 79px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs79-md {
		font-size: 79px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs79-lg {
		font-size: 79px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs79-xl {
		font-size: 79px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs79-xxl {
		font-size: 79px !important;
	}
}
.u-fs80 {
	font-size: 80px !important;
}

@media screen and (min-width: 480px) {
	.u-fs80-sm {
		font-size: 80px !important;
	}
}
@media screen and (min-width: 768px) {
	.u-fs80-md {
		font-size: 80px !important;
	}
}
@media screen and (min-width: 960px) {
	.u-fs80-lg {
		font-size: 80px !important;
	}
}
@media screen and (min-width: 1280px) {
	.u-fs80-xl {
		font-size: 80px !important;
	}
}
@media screen and (min-width: 1600px) {
	.u-fs80-xxl {
		font-size: 80px !important;
	}
}
.display-none {
	display: none !important;
}

@media screen and (min-width: 480px) {
	.display-none-sm {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.display-none-md {
		display: none !important;
	}
}
@media screen and (min-width: 960px) {
	.display-none-lg {
		display: none !important;
	}
}
@media screen and (min-width: 1280px) {
	.display-none-xl {
		display: none !important;
	}
}
@media screen and (min-width: 1600px) {
	.display-none-xxl {
		display: none !important;
	}
}
.display-block {
	display: block !important;
}

@media screen and (min-width: 480px) {
	.display-block-sm {
		display: block !important;
	}
}
@media screen and (min-width: 768px) {
	.display-block-md {
		display: block !important;
	}
}
@media screen and (min-width: 960px) {
	.display-block-lg {
		display: block !important;
	}
}
@media screen and (min-width: 1280px) {
	.display-block-xl {
		display: block !important;
	}
}
@media screen and (min-width: 1600px) {
	.display-block-xxl {
		display: block !important;
	}
}
.display-inline {
	display: inline !important;
}

@media screen and (min-width: 480px) {
	.display-inline-sm {
		display: inline !important;
	}
}
@media screen and (min-width: 768px) {
	.display-inline-md {
		display: inline !important;
	}
}
@media screen and (min-width: 960px) {
	.display-inline-lg {
		display: inline !important;
	}
}
@media screen and (min-width: 1280px) {
	.display-inline-xl {
		display: inline !important;
	}
}
@media screen and (min-width: 1600px) {
	.display-inline-xxl {
		display: inline !important;
	}
}
.text-left {
	text-align: left !important;
}

@media screen and (min-width: 480px) {
	.text-left-sm {
		text-align: left !important;
	}
}
@media screen and (min-width: 768px) {
	.text-left-md {
		text-align: left !important;
	}
}
@media screen and (min-width: 960px) {
	.text-left-lg {
		text-align: left !important;
	}
}
@media screen and (min-width: 1280px) {
	.text-left-xl {
		text-align: left !important;
	}
}
@media screen and (min-width: 1600px) {
	.text-left-xxl {
		text-align: left !important;
	}
}
.text-right {
	text-align: right !important;
}

@media screen and (min-width: 480px) {
	.text-right-sm {
		text-align: right !important;
	}
}
@media screen and (min-width: 768px) {
	.text-right-md {
		text-align: right !important;
	}
}
@media screen and (min-width: 960px) {
	.text-right-lg {
		text-align: right !important;
	}
}
@media screen and (min-width: 1280px) {
	.text-right-xl {
		text-align: right !important;
	}
}
@media screen and (min-width: 1600px) {
	.text-right-xxl {
		text-align: right !important;
	}
}
.text-center {
	text-align: center !important;
}

@media screen and (min-width: 480px) {
	.text-center-sm {
		text-align: center !important;
	}
}
@media screen and (min-width: 768px) {
	.text-center-md {
		text-align: center !important;
	}
}
@media screen and (min-width: 960px) {
	.text-center-lg {
		text-align: center !important;
	}
}
@media screen and (min-width: 1280px) {
	.text-center-xl {
		text-align: center !important;
	}
}
@media screen and (min-width: 1600px) {
	.text-center-xxl {
		text-align: center !important;
	}
}
.text-justify {
	text-align: justify !important;
}

@media screen and (min-width: 480px) {
	.text-justify-sm {
		text-align: justify !important;
	}
}
@media screen and (min-width: 768px) {
	.text-justify-md {
		text-align: justify !important;
	}
}
@media screen and (min-width: 960px) {
	.text-justify-lg {
		text-align: justify !important;
	}
}
@media screen and (min-width: 1280px) {
	.text-justify-xl {
		text-align: justify !important;
	}
}
@media screen and (min-width: 1600px) {
	.text-justify-xxl {
		text-align: justify !important;
	}
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* CSS Document */
/*------------------------------------------------------------
  Browser Default Initialization responsive1
------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	color: #333;
	font-size: 16px;
	line-height: 125%;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	height: 100%;
	word-wrap: break-word;
}

div,
dl,
dt,
dd,
ul,
ul li,
ol,
ol li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

caption,
th {
	text-align: left;
}

q::before,
q::after {
	content: "";
}

object,
embed {
	vertical-align: top;
}

hr {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h1,
h2 {
	letter-spacing: 0.1em;
	color: #333;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: none;
	vertical-align: top;
	line-height: 0;
}

ul li,
ol li {
	list-style-type: none;
}

input[type=text],
input[type=password] {
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	padding: 0 15px;
}

select {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
}

textarea {
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	padding: 2%;
}

a {
	outline: none;
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	cursor: pointer;
	transition: opacity 0.3s;
}

a:active {
	text-decoration: none;
	color: #c00;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
}

input[type=button],
input[type=submit],
input[type=image] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type=text],
input[type=password] {
	padding: 0 15px;
}

input[type=radio],
input[type=checkbox] {
	position: relative;
	top: 3px;
}

#wrapper {
	width: 100%;
	background-color: #fff;
	min-height: 100%;
}

article h1 {
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border: none;
	font-size: 23px;
	color: #222222;
	/*border-bottom: 3px solid #222222;*/
	letter-spacing: 0.1em;
	padding: 0px 0 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	article h1 {
		font-size: 20px;
	}
}

.w100 {
	width: 100%;
}

.bold {
	font-weight: bold;
}

#contents-pop {
	width: auto;
}

/*
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {
  width:100%;
  margin:0 auto;
  background-color: #FFF;
}
#header-inner {
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
header #header-inner{
}
#header-inner #logo, #hNav {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
#header-inner #hNav {
  text-align: right;
  vertical-align: top;
  width: 860px;
}
* html #header-inner div {
  display: inline;
  zoom: 1;
}
*:first-child+html #header-inner div {
  display: inline;
  zoom: 1;
}
#header-inner #logo {width: 340px;}
#header-inner h1 {
  max-width: 340px;
  background: none;
  margin: 0;
  padding: 0;
}
#header-inner h1 a img:hover, #header-inner h2 a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#hNav #searchbox_wrap {
  overflow: hidden;
  margin: 10px 0;
}
#hNav #searchbox {
  line-height: 160%;
  font-size: 65%;
  color: #999;
  text-align:right;
  float: right;
  overflow: hidden;
}
#hNav #searchbox p {
  float: left;
  margin: 3px 5px 0 0;
}
#hNav #searchbox p img {
  vertical-align: bottom;
}
#hNav #searchbox form {
  border: 1px solid #272727;
  box-sizing: border-box;
  float: left;
  height: 30px;
  width: 230px;
}
#hNav #searchbox input.searchbox {
  border: none;
  box-sizing: border-box;
  float: left;
  height: 28px;
  padding: 0 5px;
  width: 82%;
}
#hNav #searchbox input.searchSubmit {
  border: 0;
  padding: 0;
  width: 18%;
}
#hNav ul#keyword {
  line-height: 80%;
  color: #333;
  text-align: right;
  margin-top: 5px;
  overflow: hidden;
}
#hNav ul#keyword li {
  display: inline;
}
#hNav ul#keyword li a {
 background-color: #F5F5F5;
 border-radius: 3px;
 display: inline-block;
 font-size: 60%;
 margin: 0 0 1%;
 padding: 1% 2%;
}
#hNav ul#header-nav {
  color: #999;
  line-height: 100%;
}
#hNav ul#header-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 80%;
  line-height: 120%;
  padding: 15px 0 15px 15px;
  text-align: center;
}
#hNav ul#header-nav li a:hover {
  opacity: .70;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: .70;
  -moz-opacity: .70;
}
#hNav ul#header-nav li#header-nav-mypage a::before {
  content: '';
  background: url(/images/rps_mypage_icon.png);
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  width: 20px;
}
#hNav ul#header-nav li#header-nav-cart a::before {
  content: '';
  background: url(/images/rps_cart_icon.png);
  background-size: contain;
  display: inline-block;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 5px;
  width: 20px;
}
#hNav ul#header-nav li#header-nav-drawer {
  display: none;
}
#gnav {
  width: 100%;
  background-color: #444;
}
#gnav div.cart-nav,
#gnav nav {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#gnav div.cart-nav ul,
#gnav nav ul {
  background-color: #333;
  display: table;
  table-layout: fixed;
  margin-bottom: 0;
  width: 100%;
}
#gnav div.cart-nav ul li,
#gnav nav ul li {
  background-color: #333;
  display: table-cell;
  font-size: 85%;
  text-align: center;
  vertical-align: middle;
}
#gnav div.cart-nav ul li a,
#gnav nav ul li a {
  display: block;
  padding: 18px 1px;
}
#gnav div.cart-nav ul li a:link,
#gnav div.cart-nav ul li a:visited,
#gnav nav ul li a:link,
#gnav nav ul li a:visited {
  color: #FFF;
}
#gnav div.cart-nav ul li a:hover,
#gnav div.cart-nav ul li a:active,
#gnav nav ul li a:hover,
#gnav nav ul li a:active {
  color: #FFF;
  background-color: #4e4e4e;
  text-decoration: none;
}
*/
#contents {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	overflow: auto;
	zoom: 1;
	padding-bottom: 20px;
}

#sub-column {
	box-sizing: border-box;
	float: left;
	margin-right: 40px;
	padding-bottom: 80px;
	*zoom: 1;
	word-break: break-all;
	width: 260px;
}

#main-column {
	box-sizing: border-box;
	float: right;
	width: 900px;
}

#main-column-full {
	width: 100%;
	margin: 0 auto 60px;
}

#main-column h2 {
	border: none;
	font-size: 23px;
	color: #333;
	border: none;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
	#main-column h2 {
		font-size: 140%;
	}
}
article section,
div#wrapper div#enquete-section,
div.cart-article div.cart-section {
	padding: 0;
}

article section:first-child,
div#wrapper div#enquete-section:first-child,
div.cart-article div.cart-section:first-child {
	border-top: none;
}

article p {
	color: #333;
	font-size: 100%;
}

div.cart-article p {
	color: #333;
	font-size: 110%;
}

article a:hover p,
div.cart-article a:hover p {
	color: #666;
}

article section ul,
div#wrapper div#enquete-section ul,
div.cart-article div.cart-section ul {
	font-size: 85%;
	line-height: 160%;
	color: #333;
}

#mainVisual {
	width: 100%;
}

/*パンくずリスト*/
#bread-crumb {
	margin: 0 0 20px 0;
}

#bread-crumb-listTop {
	width: 100%;
}

.bread-crumb-listCate {
	padding: 0;
	margin: 0 0 12px 0;
	width: 100%;
}

#bread-crumb-listTop ol,
.bread-crumb-listCate ol {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}
#bread-crumb-listTop ol li,
.bread-crumb-listCate ol li {
	float: left;
	*float: none;
	*display: inline;
	font-size: 11px;
	letter-spacing: 0.05em;
	*zoom: 1;
}
#bread-crumb-listTop ol li:not(:first-child),
.bread-crumb-listCate ol li:not(:first-child) {
	padding-left: 15px;
}
#bread-crumb-listTop ol li:not(:first-child):before,
.bread-crumb-listCate ol li:not(:first-child):before {
	content: "＞";
	margin-right: 10px;
}
#bread-crumb-listTop ol li a,
.bread-crumb-listCate ol li a {
	text-decoration: underline;
}

/*一覧表示*/
.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set {
	width: 100%;
	overflow: hidden;
}

.column4 {
	float: left;
	width: 22%;
	margin: 0 4% 20px 0;
	padding-bottom: 20px;
}

.column4:nth-child(3n+1) {
	clear: none;
}

.column4:nth-child(4n) {
	margin: 0 0 20px 0;
}

.column4:nth-child(4n+1) {
	clear: both;
}

.column5 {
	float: left;
	width: 16%;
	margin: 0 5% 20px 0;
	padding-bottom: 10px;
}

.column5:nth-child(4n+1) {
	clear: none;
}

.column5:nth-child(5n) {
	margin: 0 0 20px 0;
}

.column5:nth-child(5n+1) {
	clear: both;
}

.column4 .itemThumb-wrap,
.column5 .itemThumb-wrap {
	margin: 0 0 15px 0;
}

.column4 .itemThumb,
.column5 .itemThumb {
	margin-bottom: 5px;
	text-align: center;
}

.column4 .itemThumb a,
.column5 .itemThumb a {
	height: 100%;
	width: 100%;
	display: block;
}

.column4 .itemThumb a img,
.column5 .itemThumb a img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	/*border: solid 1px #DDD;*/
}

.column4 .item-list-span-img {
	display: inline-block;
}

.column5 .item-list-span-img {
	display: inline-block;
}

.column4 h3,
.column5 h3 {
	font-size: 100%;
	line-height: 130%;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.column4 h3,
.column5 h3 {
		font-size: 90%;
	}
}
.column4 img,
.column5 img {
	vertical-align: bottom;
}

.column4 p.price,
.column5 p.price,
.column4 .fixed,
.column5 .fixed,
.column4 p.fx_price,
.column5 p.fx_price {
	font-size: 13px;
	color: #7B7B7B;
}

#main-column .column4 p.price,
#main-column .column5 p.price,
#main-column .column4 p.sp_price,
#main-column .column5 p.sp_price #main-column .column4 p.fx_price,
#main-column .column5 p.fx_price,
#main-column .column4 p.rg_price,
#main-column .column5 p.rg_price {
	font-size: 90%;
	margin-bottom: 10px;
}

.column4 p.sp_price,
.column5 p.sp_price {
	color: #111111;
	text-align: right;
}

p.fx_price span.strike {
	text-decoration: line-through;
}

table.variation span.selling_price,
table.variation span.special_price {
	white-space: nowrap;
}

p.sp_price span.special_price_str,
p.sp_price span.selling_price_str,
p.sp_price span.selling_price,
p.sp_price span.taxin,
p.sp_price span.discount_rate {
	color: #111111;
}

p.price span.selling_price,
p.price span.taxin {
	color: #111111;
}

p.price span {
	color: #7B7B7B !important;
}

.column4 p.inner-catch,
.column5 p.inner-catch {
	line-height: 150%;
	text-align: left;
	margin-bottom: 7px;
}

section .newItem h2,
section .pickup h2,
section .ranking h2,
section .group h2,
section .category h2 {
	/*min-height: 25px;*/
}

.newItem {
	position: relative;
	margin-bottom: 40px;
}

#main-column .newItem h2::after {
	/*content: "New Arrivals";
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
	*/
}

.newItem .new-Title {
	position: absolute;
	right: 0px;
	top: 3px;
}

.column3 .badge,
.column4 .badge,
.column5 .badge {
	height: 35px;
	padding: 4px 0 0 4px;
	position: absolute;
	width: 35px;
	z-index: 10;
}

#main-column .pickup h2::after {
	/*content: "Pick Up";
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
	*/
}

.pickup .pickup-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}

.ranking {
	position: relative;
}

#main-column .ranking h2::after {
	/*content: "Ranking";
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
	*/
}

.ranking .ranking-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}

.ranking .column5 {
	margin-bottom: 20px;
}

.ranking .column5 .itemThumb {
	position: relative;
}

/*センター用2分割フリーエリア*/
.half-cont_wrap01,
.half-cont_wrap02 {
	overflow: hidden;
}

.half-cont {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.half-cont:nth-child(2n) {
	float: left;
	width: 48%;
	margin-right: 0;
}

#main-column .half-cont_wrap01 .half-cont .category h2,
#main-column .half-cont_wrap02 .half-cont .category h2,
#main-column .half-cont_wrap01 .half-cont .group h2,
#main-column .half-cont_wrap02 .half-cont .group h2 {
	padding: 29px 0 40px;
	font-size: 120%;
}

/*ショップからのお知らせ*/
/*店長日記*/
#main-column .shopDiary h2::after {
	content: "Shop Diary";
	display: inline-block;
	font-size: 14px;
	margin-left: 15px;
}

.freeArea2.shopDiary p {
	font-size: 85%;
}

#main-column .freeArea2.shopDiary p a {
	border: 1px solid #333;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-size: 90%;
	margin: 15px 0 0 80%;
	padding: 0.5%;
	text-align: center;
	width: 20%;
}

#main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
#main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
	border: 1px solid #333;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-size: 90%;
	margin: 15px 0 0 66%;
	padding: 1%;
	text-align: center;
	width: 34%;
}

#sub-column .shopDiary {
	background: none;
}

#sub-column .freeArea2.shopDiary p a {
	border: 1px solid #333;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-size: 90%;
	margin: 15px 0 0 45%;
	padding: 2% 1%;
	text-align: center;
	width: 55%;
}

/*
.freeArea2 {
  margin-bottom: 20px;
}
.freeArea2 .free-banner {
  margin-bottom: 5px;
}
.freeArea2 .free-contents p {
  line-height: 160%;
}
.w100 .freeArea2 {
  float: none;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.freeArea2 .free-contents ul {
  margin: 0px 40px;
}
.freeArea2 .free-contents ul li {
  list-style-type: square;
}
.freeArea2 .free-contents ol {
  margin: 0px 40px;
}
.freeArea2 .free-contents ol li {
  list-style-type: decimal;
}
*/
#main-column .group,
#main-column .category,
#main-column .shopDiary {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#main-column .group h2 {
	font-size: 100%;
}

.group .group-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}

.group .group-banner {
	margin-bottom: 5px;
}

.group ul {
	line-height: 200%;
	margin-top: -5px;
}

.group ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 100%;
	padding: 0 17px 0 0;
	background: url(/images/slash_000.gif) no-repeat right center;
}

.group ul li:last-child {
	background-image: none;
	padding: 0;
}

.w100 .group {
	width: 100%;
}

.w100 .group .group-Title {
	top: 3px;
}

.w100 .group h2 {
	display: block;
	width: 100%;
}

.category .category-Title {
	position: absolute;
	right: 0px;
	top: 4px;
}

.category .category-banner {
	margin-bottom: 5px;
}

.category ul {
	line-height: 110%;
}

.category ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 75%;
	padding: 0 3px 0 12px;
	background: url(/images/slash_000.gif) no-repeat left center;
}

.category ul li:first-child {
	background-image: none;
	padding: 0 3px 0 0;
}

.w100 .category {
	width: 100%;
}

.w100 .category h2 {
	display: block;
	font-size: 100%;
	width: 100%;
}

.category h3 {
	border-bottom: 1px dotted #b9b9b9;
	color: #555;
	font-size: 90%;
	font-weight: bold;
	line-height: 120%;
	padding: 0 0 5px;
	margin: 5px 0 15px;
}

.w100 .category ul li {
	font-size: 100%;
}

.freeArea {
	width: 100%;
	height: 300px;
	background-color: #eee;
}

#sub-column h2 {
	/*border-top: 3px double #6B6B6B;*/
	background: #fff;
	color: #222222;
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 120%;
	letter-spacing: 1px;
	padding: 0px;
	text-align: left;
	margin-bottom: 10px;
}

#sub-column .category h2 a::after {
	content: "";
	background: url(/images/rsp_arrow01.png);
	background-size: cover;
	display: inline-block;
	height: 16px;
	margin: -2px 0 0 8px;
	vertical-align: middle;
	width: 9px;
}

#sub-column .group,
#sub-column .category,
#sub-column #followUs,
#sub-column .newItem,
#sub-column .link {
	border: none;
	left: 0;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
}

#sub-column .category {
	margin-bottom: 50px;
}

#sub-column .column-set {
	display: block;
}

#sub-column #sps-itemListAllCategory {
	margin-top: 25px;
}

#sub-column .category h3 {
	border: none;
	font-size: 80%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 7px;
}

#sub-column .group nav,
#sub-column .category nav,
#sub-column .link nav {
	border-top: none;
	margin-bottom: 25px;
}

#sub-column .group nav ul,
#sub-column .category nav ul,
#sub-column .link nav ul {
	line-height: 160%;
}

#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
	background-image: none;
	border-bottom: 1px solid #d4d4d4;
	background-color: #fff;
	display: block;
	font-size: 90%;
	padding: 0;
}

#sub-column .group nav ul li:first-child,
#sub-column .category nav ul li:first-child,
#sub-column .link nav ul li:first-child {
	border-top: 1px solid #d4d4d4;
}

#sub-column .category section#sps-itemListAllCategory section:last-child nav ul li {
	border-bottom: none;
}

#sub-column .link nav ul li {
	line-height: 180%;
}

#sub-column .group #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child,
#sub-column .category #sps-itemListAllCategory section:first-child nav ul li.listcat1,
#sub-column .link #sps-itemListAllCategory section:first-child nav ul li.listcat1:first-child {
	border-top: 1px solid #111;
}

#sub-column .group nav ul li.listcat1,
#sub-column .category nav ul li.listcat1,
#sub-column .link nav ul li.listcat1 {
	border-top: none;
}

#sub-column .keyword nav ul {
	padding: 5px 0;
}

#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
	color: #222222;
	display: block;
	padding: 10px 5px 10px 15px;
	position: relative;
	line-height: 130%;
}

#sub-column .group nav ul li a::after,
#sub-column .category nav ul li a::after,
#sub-column .link nav ul li a::after {
	content: "";
	background: url(/images/rsp_arrow02.png);
	background-size: cover;
	display: inline-block;
	height: 13px;
	margin: -2px 0 0 0px;
	position: absolute;
	left: 1%;
	top: 39%;
	vertical-align: middle;
	width: 8px;
}

#sub-column .group nav ul li a:hover,
#sub-column .group nav ul li a:active,
#sub-column .category nav ul li a:hover,
#sub-column .category nav ul li a:active,
#sub-column .link nav ul li a:hover,
#sub-column .link nav ul li a:active,
#sub-column .sitelink a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

#sub-column .category nav ul li.cat2 a {
	zoom: 1;
	display: block;
	padding: 3px 2px 3px 30px;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
}

#snav_calendar h2 {
	background-image: none;
}

#subc_calendar {
	display: none !important;
	background-color: #efefef;
	margin-bottom: 20px;
	width: 100%;
}

div.subc_cal_cont {
	background-color: #fff;
}

div#subc_calendar h2 {
	padding: 20px 0 10px;
	position: relative;
	text-align: left;
	background: none;
	color: #333;
	display: block;
}

div#subc_calendar h2::before {
	content: "CALENDAR";
}

div#subc_calendar h2::after {
	bottom: 0;
	content: "カレンダー";
	font-size: 80%;
	height: initial;
	left: 0;
	line-height: initial;
	position: absolute;
	right: 0;
	top: 39px;
}

div.cal_wrapper {
	padding: 7px 2% 0;
}

div.cal_wrapper table.cal {
	width: 100%;
	line-height: 130%;
}

div.cal_wrapper table.cal th {
	height: 17px;
	position: relative;
}

div.cal_wrapper table.cal tr th p.month {
	font-size: 88%;
	position: absolute;
	text-align: center;
	top: -2px;
	width: 100%;
}

div.cal_wrapper table.cal tr th input {
	border: none;
	z-index: 1;
}

div.cal_wrapper table.cal tr th input.prev {
	background: url(/images/calendar_pleft.gif) no-repeat left bottom #fff;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
	width: 17px;
}

div.cal_wrapper table.cal tr th input.next {
	background: url(/images/calendar_pright.gif) no-repeat right bottom #fff;
	height: 17px;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 17px;
}

div.cal_wrapper table.cal tr td {
	border: solid 1px #ccc;
	font-size: 70%;
	text-align: center;
}

div.cal_wrapper table.cal tr.headline td {
	border: none;
	padding: 10px 0 2px 0;
}

div.subc_cal_cont .cap {
	font-size: 60%;
	padding: 0 15px;
	width: auto;
}

div.subc_cal_cont .cap ul {
	margin: 3px 0 0;
}

div.subc_cal_cont .cap li {
	display: inline-block;
	line-height: 140%;
	overflow: hidden;
}

div.subc_cal_cont .cap li span {
	margin: 0 10px 0 0;
}

div.subc_cal_cont .cap .ico_cap01 {
	font-size: 120%;
	vertical-align: middle;
	margin: 0 2px 0 0;
	color: #ff5078;
}

div.subc_cal_cont .cap .ico_cap02 {
	font-size: 120%;
	vertical-align: middle;
	margin: 0 2px 0 0;
	color: #39f;
}

div.subc_cal_cont .cap .cap-info {
	background-color: #fff;
	line-height: 140%;
	padding: 10px 3%;
}

div.cal_wrapper table.cal tr td div.Today {
	/*background-color: #CCCCCC;*/
	font-weight: bold;
	color: #66ccff;
}

div.cal_wrapper table.cal tr td div.Deli {
	background-color: #efe;
}

div.cal_wrapper table.cal tr td div.Holyday {
	background-color: #ff5078;
	color: #fff;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #ccc;
	font-weight: normal;
	background-color: #fff;
}

div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}

div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #eee;
}

#sub-column #snav_mailMag {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	width: 100%;
}

#sub-column #snav_mailMag h2 {
	background-image: none;
}

#sub-column div.snav_mailMag_cont {
	border-top: 3px double #6b6b6b;
	padding: 15px 4%;
	text-align: center;
}

#sub-column div.snav_mailMag_cont::before {
	content: "Mail Magazine";
	font-weight: bold;
}

#sub-column div.snav_mailMag_cont h2 {
	width: 161px;
	text-align: center;
	padding: 0 0 3px 0;
	margin: 0 0 7px 0;
	border-bottom: 1px dotted #333;
}

#sub-column div.snav_mailMag_cont p {
	font-size: 72%;
	line-height: 130%;
}

#sub-column div.snav_mailMag_cont > p:first-child {
	padding: 5px 0 10px;
	text-align: left;
}

#sub-column div.snav_mailMag_cont > p:first-child::before {
	content: "メールマガジンのご登録";
	display: block;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center;
}

#sub-column div.snav_mailMag_cont input.mailAddress {
	border: 1px solid #777;
	box-sizing: border-box;
	display: inline-block;
	height: 40px;
	position: relative;
	vertical-align: middle;
	width: 78%;
}

#sub-column div.snav_mailMag_cont input.submit_mailMag {
	background-color: #333;
	border: none;
	box-sizing: border-box;
	color: #fff;
	font-size: 75%;
	margin-left: -5px;
	height: 40px;
	text-align: center;
	width: 20%;
}

#sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
	background-color: #666;
}

#sub-column div.snav_mailMag_cont p:last-child {
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 3px;
	box-sizing: border-box;
	height: 3em;
	line-height: 3em;
	margin: 15px 0 10px 34px;
}

#sub-column div.snav_mailMag_cont p:last-child::after {
	content: ">>";
	padding-left: 3px;
}

#sub-column #snav_followUs {
	border-top: 3px double #6b6b6b;
	padding: 19px 2%;
	margin-bottom: 20px;
}

#sub-column #snav_followUs nav ul {
	overflow: hidden;
}

#sub-column #snav_followUs nav ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

#sub-column #snav_followUs nav ul li img {
	vertical-align: bottom;
}

#sub-column #snav_followUs nav ul li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	cursor: pointer;
}

#subc_freeArea {
	margin: 0 0 20px 0;
	padding-bottom: 10px;
}

#subc_freeArea img {
	margin-bottom: 10px;
}

#sub-column .newItem {
	position: relative;
	margin: 0;
	line-height: 90%;
}

#sub-column .newItem .new-Title {
	position: absolute;
	right: 0px;
	top: 1px;
}

#sub-column .column4,
#sub-column .column5 {
	box-sizing: border-box;
	padding: 0 20px 10px;
	margin: 0 0 25px 0;
	float: none;
	width: 100%;
}

#sub-column .newItem .column4 .itemThumb-wrap {
	margin: 0 0 10px;
}

#sub-column .newItem .column4 .itemThumb {
	height: auto;
	width: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#sub-column .newItem .column4 .itemThumb a img {
	max-height: auto;
	max-width: 100%;
	width: 100%;
}

#sub-column .newItem h3 {
	text-align: left;
	font-weight: normal;
}

#sub-column .newItem p.price,
#sub-column .pickup p.price,
#sub-column .ranking p.price,
#sub-column .recommend p.price {
	text-align: right;
	margin: 0;
}

#sub-column .newItem p.sp_price {
	text-align: right;
}

#sub-column .newItem p.sp_price {
	color: #c00;
}

#sub-column .newItem .column4_fourth .itemThumb {
	margin: 0 20px 5px 20px;
	position: relative;
}

#sub-column .pickup {
	position: relative;
	line-height: 90%;
}

#sub-column .pickup .pickup-Title {
	position: absolute;
	right: 0px;
	top: 1px;
}

#sub-column .pickup .column5 .itemThumb-wrap {
	margin: 0 0 10px;
}

#sub-column .pickup .column5 .itemThumb {
	margin: 0 0 5px 0;
	position: relative;
	text-align: center;
	height: auto;
	width: 100%;
}

#sub-column .pickup .column5 .itemThumb img {
	max-height: 100%;
	max-width: 100%;
}

#sub-column .ranking {
	position: relative;
	line-height: 90%;
}

#sub-column .ranking .ranking-Title {
	position: absolute;
	right: 0px;
	top: 1px;
}

#sub-column .ranking .column5 .itemThumb-wrap {
	margin: 0 0 10px;
	height: 100%;
	width: 100%;
}

#sub-column .ranking .column5 .itemThumb {
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}

#sub-column .ranking .column5 .itemThumb img {
	max-height: 100%;
	max-width: 100%;
}

#sub-column .ranking .column5 .itemThumb {
	margin-bottom: 5px;
	position: relative;
}

/*
div#cart-footer,
footer {
  background-color: #222222;
  clear: both;
  margin:0 auto;
  line-height: 100%;
  position: relative;
  width: 100%;
}
#footer-inner {
  background-color: #222222 !important;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
footer #footer-inner{
}
div#cart-footer #footer-inner .footer_gnavi,
footer #footer-inner .footer_gnavi {
  float: left;
  padding:20px;
}
div#cart-footer #footer-inner .footer_gnavi ul li,
footer #footer-inner .footer_gnavi ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *margin-bottom: 12px;
  padding: 0 3px 0 18px;
  line-height: 100%;
  font-size: 60%;
  color: #999;
  background: url(/images/slash_ccc.gif) no-repeat left center;
}
div#cart-footer #footer-inner .footer_gnavi ul li:first-child,
footer #footer-inner .footer_gnavi ul li:first-child {
  background-image: none;
  padding: 0 3px 0 0;
}
div#cart-footer #footer-inner .footer_gnavi ul li a,
footer #footer-inner .footer_gnavi ul li a {
  color: #FFF;
}
div#cart-footer div.cart-nav,
footer nav, #copyright {
  float: right;
  font-size: 67%;
  text-align: right;
  color: #FFF;
  padding:20px
}
#copyright ul li {
  color: #FFF;
  background-image: none;
  padding: 0;
  text-align: center;
}
div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
footer #footer-inner .footer_gnavi ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
*/
/*-トップイメージ -*/
section #guide p {
	margin: 5px 0 10px;
}

section #guide .guide01 {
	padding-bottom: 10px;
}

section #guide .guide01 h2 {
	background: none;
	border-bottom: 1px solid #ddd;
	border-top: none;
	line-height: 1.6;
	padding: 0 0 10px;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section #guide .guide01 ul {
	font-size: 90%;
	list-style-type: disc;
	margin-top: 10px;
}

section #guide .inner {
	overflow: hidden;
	margin-bottom: 10px;
}

section #guide .inner .fL {
	float: left;
	width: auto;
	margin-right: 20px;
	max-width: 520px;
}

section #guide .inner .fR {
	float: right;
	width: auto;
	max-width: 350px;
}

section #guide .chart .ttlShop {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px 0 15px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	section #guide .chart .ttlShop {
		font-size: 16px;
	}
}

section #guide table {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	table-layout: fixed;
}
@media screen and (min-width: 768px) {
	section #guide table {
		border: 1px solid #ddd;
	}
}
@media screen and (max-width: 767px) {
	section #guide table th,
section #guide table td {
		font-size: 12px;
	}
}

section #guide table th {
	background-color: #eee;
	border-top: 1px solid #ddd;
	color: #2b2b2b;
	padding: 25px 20px;
	width: 140px;
	vertical-align: middle;
}
@media screen and (min-width: 768px) {
	section #guide table th {
		text-align: center;
		width: 250px;
	}
}

section #guide table td {
	border-top: 1px solid #ddd;
	padding: 25px 20px;
}

section #guide table tr:last-child {
	border-bottom: 1px solid #ddd;
}

section #guide table th.shopGuidePointClass {
	width: 50%;
}

section #guide .sps-shoppingGuide-rankList table th,
section #guide .sps-shoppingGuide-rankList table td {
	box-sizing: border-box;
	width: 33%;
	padding: 15px 10px;
}

section #guide .sps-shoppingGuide-rankList table th:nth-child(2),
section #guide .sps-shoppingGuide-rankList table td:nth-child(2) {
	width: 34%;
}

section #guide ul {
	margin: 0px 40px;
}

section #guide ul li {
	list-style-type: square;
}

section #guide ol {
	margin: 0px 40px;
}

section #guide ol li {
	list-style-type: decimal;
}

/*-- 店長日記/フリーページ --*/
/*日付/コメント左寄せ 記事一覧*/
.state_l {
	border-top: 1px dotted #333;
	padding: 10px 0 0;
	font-size: 65%;
}

/*日付/コメント右寄せ*/
.state_r {
	border-top: 1px dotted #333;
	padding: 10px 0 0;
	margin: 0 0 25px;
	text-align: right;
	font-size: 65%;
}

.state_l ul,
.state_r ul {
	line-height: 90%;
}

.state_l li,
.state_r li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 3px 0 0;
}

.state_l li.comment,
.state_r li.comment {
	border-left: 1px solid #333;
	padding: 0 0 0 5px;
}

.state_l li.cate,
.state_r li.cate {
	border-left: 1px solid #333;
	padding: 0 5px;
}

.state_l li.name {
	border-right: 1px solid #333;
	padding: 0 5px 0;
	margin: 0 5px 0 0;
}

/*コメントをするボタン*/
#Journal .more {
	background-color: #333;
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	width: 160px;
	height: 40px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	vertical-align: middle;
	margin: 10px 0 0;
	padding: 10px 0;
}

#Journal a .more:hover {
	width: 160px;
	height: 40px;
	background-color: #666;
}

#Journal .more img {
	padding: 0 5px 0;
	vertical-align: middle;
}

#JournalList .comment-t,
#Journal .comment-t {
	font-size: 80%;
	font-weight: bold;
	margin: 0 0 10px;
}

#Journal .comment-cont {
	margin: 0 0 15px;
}

#Journal fieldset {
	margin-bottom: 5px;
}

#Journal legend {
	background: none repeat scroll 0 0 transparent;
	font-size: 75%;
	line-height: 200%;
	padding: 0;
	width: 100%;
}

#Journal fieldset p {
	margin-bottom: 5px;
	font-size: 75%;
	font-size: 0.75rem;
}

#Journal fieldset input {
	margin: 0 3px 2px 0;
}

#Journal input.name {
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 5px;
}

#Journal input.url {
	width: 300px;
	height: 40px;
	margin: 0;
	padding: 5px;
}

#Journal textarea {
	width: 360px;
	height: 100px;
	margin: 0;
	padding: 5px;
}

#Journal .btn-confirm {
	margin: 10px 0 0 120px;
}

/*投稿するボタン*/
input[type=submit].btn-confirmPost {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #fff;
	height: 40px;
	padding: 10px 0;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	width: 120px;
}

input[type=submit].btn-confirmPost:hover {
	background-color: #666;
}

#comment-form #comment-post {
	margin: 0;
}

#comment-form #comment-post h2 {
	background: none;
	border-bottom: 1px dotted #6b6b6b;
	border-top: none;
	height: 2.3em;
	line-height: 2.3em;
	padding: 0;
}

#comment-form #comment-post .comment-cont {
	padding: 10px 0;
}

#comment-form legend {
	background: none repeat scroll 0 0 transparent;
	font-size: 75%;
	line-height: 200%;
	padding: 0;
	width: 100%;
	font-weight: bold;
}

#comment-form p {
	margin-bottom: 15px;
}

#comment-form .name {
	width: 215px;
	height: 16px;
}

#comment-form .comment-txt {
	width: 360px;
	padding: 0;
	height: auto;
}

#comment-post {
	margin: 35px 0;
}

.comment-box {
	margin: 30px 0 0;
}

div.caution p {
	color: #d51414;
	font-size: 11px;
	line-height: 145%;
}

input[type=button].btn-confirmBack {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #fff;
	height: 40px;
	padding: 10px 0;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	width: 120px;
}

input[type=button].btn-confirmBack:hover {
	background-color: #666;
}

@-moz-document url-prefix() {
	.btn-confirmPost {
		padding: 0 5px 2px;
	}

	.btn-confirmBack {
		padding: 0 2px 2px 8px;
	}
}
#JournalList h2,
#Journal h2 {
	font-size: 85%;
}

#JournalList .journal-cont,
#Journal .journal-cont {
	margin: 0 0 15px;
}

#JournalList article {
	margin: 0 0 40px;
}

#JournalList .journal-cont ul,
#Journal .journal-cont ul {
	margin: 0px 40px;
}

#JournalList .journal-cont ul li,
#Journal .journal-cont ul li {
	list-style-type: square;
}

#JournalList .journal-cont ol,
#Journal .journal-cont ol {
	margin: 0px 40px;
}

#JournalList .journal-cont ol li,
#Journal .journal-cont ol li {
	list-style-type: decimal;
}

/*-- サイトマップ --*/
section#document_wrap h2 {
	background: none;
	border-bottom: 1px dotted #6b6b6b;
	border-top: none;
	font-size: 85%;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	margin: 0 0 20px;
	padding: 0;
}

section#document_wrap h3 {
	font-size: 75%;
}

section #document li {
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list01 {
	padding-bottom: 30px;
}

section #document .txt-list01 li.c1 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 25px 0 0;
}

section #document .txt-list02 {
	padding-bottom: 10px;
	overflow: hidden;
}

section #document .txt-list02 h3 {
	font-weight: bold;
}

section #document .txt-list02 section.tree00 {
	float: left;
	padding: 0 35px 20px 0;
	width: 156px;
}

section #document .txt-list02 ul.tree01 {
	padding: 0 0 0 12px;
	overflow: hidden;
}

section #document .txt-list02 ul.tree01 li.c2 {
	padding: 0 0 0 14px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.tree01 li.c3 {
	padding: 0 0 0 28px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.tree01 li.c4 {
	padding: 0 0 0 42px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
	padding: 0 0 0 56px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.tree01 li.sp1 {
	float: left;
	padding: 0 0 0 14px;
	margin: 0 0 0 3px;
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.tree01 li.sp2 {
	float: left;
	padding: 0 0 0 2px;
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.tree01 li.sp3 {
	float: left;
	padding: 0 0 0 2px;
	font-size: 75%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
	display: inline;
	*display: inline;
	*zoom: 1;
	padding: 0 10px 0 0;
	font-size: 110%;
	font-size: 0.75rem;
}

section #document .txt-list02 ul.iB {
	padding: 5px 0 0 12px;
	float: left;
	line-height: 120%;
}

section #document .txt-list02 ul.iB li {
	padding: 0 10px 0 0;
	float: left;
}

section #document .txt-list03 {
	padding-bottom: 30px;
	overflow: hidden;
}

section #document .txt-list03 section.tree00 {
	float: left;
	padding: 0 35px 0 0;
	width: 156px;
}

section #document .txt-list03 ul.tree01 li {
	padding: 0 0 0 7px;
	margin: 0 0 0 5px;
	background: url(/images/ico_list01.gif) no-repeat left center;
}

#contact div.caution {
	margin-bottom: 15px;
}

#contact div.caution p {
	color: #d51414;
	line-height: 145%;
}

#formArea_cc #contact form {
	margin-top: 30px;
}

#contents-pop #contact {
	width: auto;
	margin: 10px 20px;
}

/*メールマガジン登録・解除*/
#contact {
	margin: 0 auto;
}

#contact h4 {
	font-size: 75%;
}

#contact .txtBox {
	margin: 25px 0 10px;
}

section #contact .text-center {
	text-align: center;
	margin: 50px 0;
}

#contact .txtBox p.txt-T {
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 5px;
}

section #document li {
	font-size: 100%;
	font-size: 0.75rem;
}

#contact table {
	width: 100%;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	#contact table {
		border: none;
	}
}

#contents-pop table {
	width: 100%;
}

#contact table th {
	width: 28%;
	padding: 20px;
	color: #2b2b2b;
	background-color: #F6F6F6;
	text-align: center;
	vertical-align: middle;
}

#contact em {
	color: #c23e42;
	margin-left: 5px;
	font-size: 90%;
	font-size: 0.7rem;
}

#contact table td {
	width: 72%;
	font-size: 75%;
	font-size: 90% \9 ;
	padding: 20px;
}

#contact table td input.name,
#contact table td input.tel {
	height: 16px;
	width: 40%;
	padding: 2px 5px;
}

#contact table td input.mailAddress,
#contact table td input.mailAddress2 {
	height: 20px;
	width: 60%;
}

#contact .weaktxt {
	color: #333;
	font-size: 90%;
	padding: 5px 0 0;
}

#contact .note {
	color: #333;
	font-size: 95%;
	font-size: 0.7rem;
	line-height: 150%;
	margin: 0 0 15px;
}

#contact .txtBox .note {
	font-size: 70%;
	font-size: 0.7rem;
}

#contact table td textarea {
	box-sizing: border-box;
	height: 150px;
	padding: 5px !important;
	width: 100% !important;
}

#contact table td .text-area {
	display: block;
	margin: 0 0 15px;
}

#contact .btn-confirm {
	text-align: center;
	padding: 20px;
	border-bottom: none;
	font-size: 100%;
}

#contact .btn-confirm-enq {
	padding: 20px;
	font-size: 100%;
}

#contact input.btn-confirmNext {
	height: 25px;
	width: 150px;
	color: #fff;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background-color: #333;
	border: none;
	margin: 0 5px;
}

#contact input.btn-confirmNext:hover {
	background-color: #666;
	repeat-x: left top;
}

#contact .btn-enq input.btn-confirmNext {
	height: 25px;
	width: 200px;
	color: #fff;
	padding: 0;
	font-size: 75%;
	font-size: 0.75rem;
	background-color: #333;
	border: none;
	margin: 0 5px;
}

#contact .btn-enq input.btn-confirmNext:hover {
	background-color: #666;
	repeat-x: left top;
}

#contact input.btn-confirmBack {
	height: 25px;
	width: 80px;
	color: #fff;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(/images/btn-back_bg.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}

#contact input.btn-confirmBack:hover {
	background: url(/images/btn-back_bg_on.gif) no-repeat left top;
}

#contact input.btn-confirmCancel {
	height: 25px;
	width: 120px;
	color: #fff;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(/images/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}

#contact .btn-confirmCancel:hover {
	background: url(/images/btn-confirm_bg_on.gif) repeat-x left top;
}

#contact .btn-confirmClose {
	height: 25px;
	width: 120px;
	color: #fff;
	padding: 0 0 0 8px;
	font-size: 80%;
	font-size: 0.8rem;
	text-align: center;
	background: url(/images/btn-close_bg.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}

#contact .btn-confirmClose:hover {
	background: url(/images/btn-close_bg_on.gif) no-repeat left top;
}

@-moz-document url-prefix() {
	#contact .btn-enq input.btn-confirmNext {
		padding: 0 5px 2px;
	}

	#contact input.btn-confirmNext {
		padding: 0 5px 2px;
	}

	#contact input.btn-confirmBack {
		padding: 0 2px 2px 8px;
	}

	#contact input.btn-confirmCancel {
		padding: 0 2px 3px 8px;
	}

	#contact input.btn-confirmClose {
		padding: 0 2px 4px 8px;
	}
}
#contact fieldset {
	margin-bottom: 25px;
}

#contact legend {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px dotted;
	font-size: 75%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#contact fieldset p {
	margin-bottom: 5px;
	font-size: 75%;
	font-size: 0.75rem;
}

#contact fieldset ul {
	overflow: hidden;
}

#contact fieldset li {
	font-size: 75%;
	font-size: 0.75rem;
}

#contact fieldset li.fL {
	float: left;
	margin-right: 20px;
}

#contact fieldset input {
	margin: 0 3px 2px 0;
}

#contact fieldset label {
	margin-right: 10px;
	font-size: 100%;
	font-size: 0.75rem;
}

#contact input.txtF {
	height: 16px;
	margin: 0;
	padding: 2px 5px;
}

#contact input.mailAddress {
	width: 300px;
	margin: 0;
}

#contact input.name_sei {
	margin: 0 10px 0 0;
}

#contact select {
	margin: 0 0 5px;
	padding: 3px 1px;
	min-width: 110px;
}

#contact fieldset textarea {
	width: 70%;
	height: 150px;
	padding: 5px;
}

#contact .commentItem {
	padding: 10px 0 0;
}

#contact table td.commentWite {
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	font-size: 100%;
	padding: 15px 20px 20px;
	width: 72%;
}

#contact .commentItem {
	font-weight: 150%;
}

#contact .memberF {
	padding: 20px 20px 10px;
	margin: 20px 0 0 0;
	border: 10px solid #eee;
}

#contact .atttxt {
	color: #333;
	font-size: 75%;
	padding: 5px 0 0;
}

#contact .memberF input {
	width: 40%;
	height: 16px;
	margin: 0;
	padding: 2px 5px;
}

#contact .memberF th {
	padding: 10px 20px;
}

#contact .memberF td {
	padding: 10px 20px;
	font-size: 100%;
}

#contact .memberF input.btn-confirm160 {
	margin: 10px 0 0;
}

.memberName {
	border-bottom: 1px dotted;
	font-size: 75%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 5px;
	padding: 0;
}

#contact input.btn-confirm120 {
	height: 25px;
	width: 120px;
	color: #fff;
	padding: 0;
	font-size: 75%;
	font-size: 0.75rem;
	background: url(/images/btn-confirm_bg.gif) repeat-x left top;
	border: none;
	margin: 0 5px;
}

#contact input.btn-confirm120:hover {
	background: url(/images/btn-confirm_bg_on.gif) repeat-x left top;
}

#contact input.btn-confirm160 {
	height: 25px;
	width: 160px;
	color: #fff;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(/images/btn-confirm_bg.gif) repeat-x left top;
	border: none;
}

#contact input.btn-confirm160:hover {
	background: url(/images/btn-confirm_bg_on.gif) repeat-x left top;
}

#contact input.btn-confirmReg {
	height: 25px;
	width: 160px;
	color: #fff;
	padding: 0 0 0 8px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(/images/btn-confirm_bg.gif) repeat-x left top;
	border: none;
}

#contact input.btn-confirmReg:hover {
	background: url(/images/btn-confirm_bg_on.gif) repeat-x left top;
}

#contact input.btn-confirmBackItem {
	height: 25px;
	width: 120px;
	color: #fff;
	padding: 0 5px 2px 15px;
	font-size: 75%;
	font-size: 0.75rem;
	text-align: center;
	background: url(/images/btn-back_bg120.gif) no-repeat left top;
	border: none;
	margin: 0 5px;
}

#contact input.btn-confirmBackItem:hover {
	background: url(/images/btn-back_bg120_on.gif) no-repeat left top;
}

@-moz-document url-prefix() {
	#contact input.btn-confirm120,
#contact input.btn-confirm160,
#contact input.btn-confirmReg {
		padding: 0 5px 2px;
	}

	#contact input.btn-confirmBackItem {
		padding: 0 2px 2px 8px;
	}
}
/*-- メールマガジン登録・解除 --*/
#contact .mailm:first-child {
	margin: 3px 0 0;
}

#contact .mailm {
	margin: 30px 0 0 0;
}

#contact .mailm .txtBox {
	margin: 0;
}

#contact .mailm .txtBox h2 {
	border-bottom: 1px solid #ddd;
	border-top: none;
	margin: 0 0 20px;
	padding: 0 0 5px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#contact .mailm .txtBox h2 {
		padding: 8px 10px;
		font-size: 14px;
		text-align: center;
		background-color: #F6F6F6;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
}

#contact .mailm .caution {
	margin: 0 0 5px;
}

#contact table.mailMF td {
	overflow: hidden;
	font-size: 100%;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
}

#contact table.mailMF input.mailAddress {
	float: left;
	margin: 0 10px 0 0;
	height: 40px;
}

#contact table.mailMF span.btn-confirm {
	display: block;
	float: left;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#contact table.mailMF span.btn-confirm {
		width: 100%;
	}
}

#contact table.mailMF input.btn-confirmNext {
	background-color: #333;
	border-radius: 3px;
	float: left;
	height: 40px;
	padding: 0 5px;
}

#contact .mailMC input.btn-confirmNext {
	background-color: #333;
	border-radius: 3px;
	float: left;
	height: 40px;
	padding: 0 5px;
}

#contact .mailMF input.btn-confirmNext:hover,
#contact .mailMC input.btn-confirmNext:hover {
	background-color: #666;
}

@-moz-document url-prefix() {
	#contact table.mailMF input.btn-confirmNext,
#contact .mailMC input.btn-confirmNext {
		padding: 0 5px 1px;
	}
}
#contact table.mailMF td.n1 {
	border-bottom: none;
	padding: 30px 20px 10px;
}
@media screen and (max-width: 767px) {
	#contact table.mailMF td.n1 {
		margin-bottom: 10px;
	}
}

#contact table.mailMF td.n2 {
	border-top: none;
	padding: 10px 20px 10px;
}

#contact table.mailMF td p {
	float: left;
	padding: 10px 0;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	#contact table.mailMF td p {
		padding: 0;
		margin: 0 0 10px;
		font-size: 12px;
	}
}

#contact input.mailAddress_new {
	float: left;
	height: 40px;
	margin: 0 10px 0 0;
	width: 60%;
}

#contact .mailMC span.btn-confirm {
	display: block;
	padding: 0;
}

#contact.sps-mailMagazine .sps-mailMagazine-freeArea {
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin: 60px 5% 0;
	padding: 2%;
	width: 90%;
}

#contact .freeArea {
	margin: 60px 50px 0;
	width: 620px;
	background-color: #fff;
}

#contact .ann-input {
	margin: 5px 0 0;
	font-size: 100%;
}

#contact .ann-input input {
	margin: 0 3px 2px 0;
}

#itemList_wrap {
	margin: 0 0 20px 0;
}

#itemList {
	margin: 50px 0 0 0;
	position: relative;
}
#main-column .column4 h2 {
	background: none;
	border: none;
	font-weight: 500;
	height: 3em;
	line-height: 3em;
	margin-bottom: 5px;
	padding: 0;
	font-size: 14px;
}

article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}

/*写真のみ*/
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2 {
	border: none;
	height: auto;
	line-height: 1.6em;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

/*説明付き*/
#itemList2 {
	margin: 40px 0 0 0;
	position: relative;
}

#itemList2 .column4 {
	border-bottom: 1px solid #eee;
	float: none;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	*zoom: 1;
}

#itemList2 .column4:first-child {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

#itemList2 .column4:last-child {
	border-bottom: none;
}

#itemList2 .column4 .itemThumb-wrap {
	float: left;
	text-align: left;
	max-width: 300px;
	width: 24%;
}

#itemList2 .column4 .itemThumb,
#itemList2 .column5 .itemThumb,
#itemList2 .column4 .itemThumb-wrap,
#itemList2 .column5 .itemThumb-wrap {
	margin: 0;
}

#itemList2 .column4 .sps-wishAddItem img,
#itemList2 .column5 .sps-wishAddItem img,
#itemList2 .column4 .sps-wishAddItemOk img,
#itemList2 .column5 .sps-wishAddItemOk img {
	margin-left: 92%;
	width: 8%;
}

.column4 p.sps-itemList-stockDisp,
.column5 p.sps-itemList-stockDisp {
	margin: 6px 0 0;
}

.column4 p.sps-itemList-stockDisp a,
.column5 p.sps-itemList-stockDisp a {
	border: 1px solid #333;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	padding: 1% 3%;
	text-align: center;
}

.column4 p.sps-itemList-stockDisp a::after,
.column5 p.sps-itemList-stockDisp a::after {
	content: ">>";
	padding-left: 3px;
}

.column4 p.sps-itemList-stockDisp:empty,
.column5 p.sps-itemList-stockDisp:empty,
.column4 p.sps-itemList-stockDisp a:empty,
.column5 p.sps-itemList-stockDisp a:empty {
	display: none;
}

#main-column #itemList2 .column4 h2,
#main-column #itemList2 .column5 h2 {
	font-size: 105%;
	height: auto;
	line-height: 140%;
}

#main-column #itemList2 .column4 p.price,
#main-column #itemList2 .column5 p.price,
#main-column #itemList2 .column4 p.sp_price,
#main-column #itemList2 .column5 p.sp_price #main-column #itemList2 .column4 p.fx_price,
#main-column #itemList2 .column5 p.fx_price,
#main-column #itemList2 .column4 p.rg_price,
#main-column #itemList2 .column5 p.rg_price {
	font-size: 95%;
}

#itemList2 .column4 .inner-catch {
	line-height: 140%;
	margin-top: 35px;
}

#itemList_wrap #pager-top {
	width: 100%;
	padding: 20px 0 0 0;
	overflow: hidden;
	line-height: 100%;
}

#itemList_wrap div.pagerlist #pager-bm {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	line-height: 100%;
}

#itemList_wrap #pager-bm {
	overflow: hidden;
	padding: 15px 0 30px;
	width: 100%;
}

#itemList_wrap #pager-top .quantity {
	float: left;
	font-size: 80%;
	line-height: 100%;
}

#itemList_wrap #pager-bm .quantity {
	float: left;
	font-size: 80%;
	line-height: 100%;
	margin: 1px 30px 0 0;
}

#itemList_wrap #pager-top .selectbox,
#itemList_wrap #pager-bm .selectbox {
	font-size: 70%;
}

#itemList_wrap #pager-top .selectbox {
	margin-bottom: 10px;
}

#itemList_wrap #pager-top .selectbox .select01 {
	height: 34px;
	margin-right: 10px;
	padding: 0;
}

#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
	float: right;
}

#itemList_wrap #pager-top ul,
#itemList_wrap #pager-bm ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}

#itemList_wrap #pager-top ul li,
#itemList_wrap #pager-bm ul li {
	float: left;
	*float: none;
	*display: inline;
	padding: 0 4px;
	margin: 0;
	line-height: 120%;
	*zoom: 1;
	font-size: 80%;
}

#itemList_wrap #pager-top ul li.pagericon,
#itemList_wrap #pager-bm ul li.pagericon {
	float: left;
	*float: none;
	*display: inline;
	padding: 0;
	margin: 0;
	line-height: 120%;
	*zoom: 1;
}

#pager-top ul li.selected,
#pager-bm ul li.selected {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

/*-- 商品詳細ページ --*/
#itemDetail-cont {
	overflow: hidden;
}

/*商品画像*/
#itemDetail-cont .itemThumb-wrap {
	float: left;
	width: 400px;
	margin: 0 50px 0 0;
}

.itemThumb-main {
	text-align: left;
}

#itemDetail-cont .itemThumb-wrap .itemThumb-main img {
	height: auto;
	margin: 0 0 5px 0;
	/*border: solid 1px #DDD;*/
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul {
	overflow: hidden;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
	float: left;
	padding: 0;
	height: 76px;
	width: 76px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	/*border: solid 1px #DDD;*/
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li:nth-child(5n) {
	margin: 0 0 5px 0;
}

/*商品名/価格/カートボタンエリア*/
#itemDetail-cont .itemOutline {
	float: left;
	width: 450px;
}

article#Detail #main-column h1 {
	background: none;
	border: none;
	font-size: 23px;
	font-weight: normal;
	color: #000;
	height: auto;
	line-height: 140%;
	margin-bottom: 20px;
	padding: 0;
}

article#Detail section#itemDetail-wrap p.price {
	font-size: 90%;
	margin-bottom: 3px;
}

article#Detail section#itemDetail-wrap p.sp_price {
	font-size: 90%;
	color: #c00;
	font-weight: bold;
	margin-bottom: 3px;
}

article#Detail section#itemDetail-wrap p.regular_price {
	font-size: 80%;
	margin-bottom: 0;
	color: #2a78d0;
}

section#itemDetail-wrap table.spec td input {
	height: 34px !important;
	width: 20%;
}

section#itemDetail-wrap table.spec tr.option_area td select.option_parts,
section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
section#itemDetail-wrap table.spec tr.option td input {
	height: 34px !important;
	width: 85%;
}

section#itemDetail-wrap table.matrix tr td {
	padding: 5px;
}

#itemDetail-cont table.matrix td > a.announceMail,
#itemDetail-cont table.matrix td > a.announceMailSamePrc {
	display: block;
	margin: 0 auto;
	width: 110px;
}

section#itemDetail-wrap table.matrix tr td span.nostock {
	text-align: left;
}

section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
	height: 34px;
	padding: 1px 2px;
	width: 85%;
}

#itemDetail-cont .cartArea input:hover,
#itemDetail-cont .cartArea .variation a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	cursor: pointer;
}

#itemDetail-cont .itemOutline .icons {
	margin: 0 0 20px 0;
}

#itemDetail-cont .itemOutline ul.ico_salesMethod {
	overflow: hidden;
	margin: 0 0 10px;
}

#itemDetail-cont .itemOutline ul.ico_salesMethod li {
	float: left;
	width: 60px;
}

#itemDetail-cont .itemOutline ul.ico_itemType {
	overflow: hidden;
}

#itemDetail-cont .itemOutline ul.ico_itemType li {
	float: left;
	width: 60px;
	height: 60px;
}

#itemDetail-cont table.snsArea {
	width: auto;
	height: auto;
}

section#itemDetail-wrap table.spec {
	line-height: 250%;
	margin: 15px 0 15px;
	font-size: 13px;
}

section#itemDetail-wrap table.spec tr {
	border: none;
}

/*備考欄*/
section#itemDetail-wrap table.spec th {
	line-height: 125%;
	padding: 5px 5px 5px 0;
	vertical-align: top;
	width: 5em;
}

section#itemDetail-wrap table.spec td {
	line-height: 150%;
	padding: 5px 5px 5px 0;
}

section#itemDetail-wrap table.spec th.option th {
	line-height: 140%;
	padding-bottom: 15px;
}

section#itemDetail-wrap table.spec tr.option td {
	padding-bottom: 15px;
}

section#itemDetail-wrap table.spec tr.option td input {
	display: inline;
}

section#itemDetail-wrap table.spec tr.date {
	line-height: 150%;
}

section#itemDetail-wrap table.spec td input {
	padding: 0 15px;
}

/*入荷連絡ボタン*/
section#itemDetail-wrap table.spec td a img {
	height: 30px;
	margin-left: 10px;
}

section#itemDetail-wrap #spsVarpriceBox p {
	font-size: 80%;
}

section#itemDetail-wrap table.date {
	margin: 15px 0 3px;
}

section#itemDetail-wrap table.jan {
	margin: 0 0 15px;
}

section#itemDetail-wrap table.price {
	line-height: 170%;
}

section#itemDetail-wrap table.price th {
	width: 5em;
}

table.price tr.fx_price span.strike span.fixed_price,
table.price span.strike {
	text-decoration: line-through;
}

/*カートボタン*/
section#itemDetail-wrap .cartArea {
	margin-bottom: 10px;
}

section#itemDetail-wrap .cartArea img {
	max-width: 110px;
}

section#itemDetail-wrap .cartArea input,
sps-wishAddItem img {
	max-width: 100%;
}

section#itemDetail-wrap #spsVarpriceBox .cartArea input {
	margin-left: 0;
}

section#itemDetail-wrap .cartArea img.nostock,
section#itemDetail-wrap .cartArea input.dialogSStock {
	width: 110px;
	height: auto;
}

section#itemDetail-wrap .cartArea table.variation {
	width: 100%;
	word-break: break-all;
}

section#itemDetail-wrap .cartArea tr.t-variation {
	background-color: #efefef;
	background-repeat: x-repeat;
	background-position: left top;
}

section#itemDetail-wrap .cartArea table.variation th {
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 70%;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	line-height: 150%;
	width: auto !important;
}

section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
	width: 141px !important;
}

section#itemDetail-wrap .cartArea table.variation tr {
	border-bottom: 1px dotted #cccccc;
}

section#itemDetail-wrap .cartArea table.variation tr.t-variation {
	border: none;
}

section#itemDetail-wrap .cartArea table.variation td {
	font-size: 75%;
	padding: 5px;
	text-align: center;
	line-height: 150%;
	border: 1px solid #cccccc;
}

section#itemDetail-wrap .cartArea table.variation td input[type=image] {
	max-width: 110px;
}

section#itemDetail-wrap .cartArea table.variation span.nostock {
	color: #f00;
}

/*返品について カートボタン下*/
section#itemDetail-wrap p.cancel {
	font-size: 12px;
	padding: 2px 0 2px 20px;
	background-image: url(/images/ico_return.gif);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: left center;
	margin-bottom: 5px;
}

/*お客様の声 カートボタン下*/
section#itemDetail-wrap p.review_txt {
	font-size: 12px;
	padding: 2px 0 2px 30px;
	background-image: url(/images/icon_review.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: left top;
	margin-bottom: 20px;
}

/*SNS/問合わせ/紹介 カートボタン下*/
.itemOutline ul.snsArea {
	overflow: hidden;
	margin-bottom: 10px;
	height: 30px;
}

article#Detail .itemOutline ul.infoArea {
	display: none;
	overflow: hidden;
	margin: 10px 0;
	height: 28px;
}

section#itemDetail-wrap .itemOutline li {
	float: left;
	margin-right: 5px;
	width: 140px;
}

/*商品紹介文*/
section#itemDetail-wrap .description {
	margin: 20px 0 0;
	width: 100%;
	padding: 0;
}

section#itemDetail-wrap .description p {
	font-size: 14px;
	line-height: 160%;
}

article#Detail #main-column .spec-g_txt_table_wrap {
	width: 100%;
	overflow: hidden;
}

article#Detail #main-column section.spec-g_txt {
	float: left;
	margin-right: 4%;
	width: 48%;
	padding: 20px 0 0;
}

article#Detail #main-column section.spec-g_txt p {
	font-size: 70%;
	padding-top: 10px;
	line-height: 160%;
}

article#Detail #main-column section.spec-g_table {
	float: right;
	width: 48%;
	padding: 20px 0 0;
}

article#Detail #main-column section.spec-g_table table {
	width: 100%;
}

article#Detail #main-column section.spec-g_table th {
	width: 70px;
	max-width: 70px;
	min-width: 25px;
	padding: 5px 0;
}

article#Detail #main-column section.spec-g_table tr {
	border-bottom: 1px dotted #ccc;
	width: 100%;
	font-size: 65%;
}

article#Detail #main-column section.spec-g_table td {
	padding: 5px 0;
}

article#Detail #main-column .w100 section.spec-g_txt {
	float: none;
	width: 100%;
}

article#Detail #main-column .w100 section.spec-g_txt p {
	font-size: 70%;
	padding-top: 10px;
	line-height: 160%;
}

article#Detail #main-column .w100 section.spec-g_table {
	float: none;
	width: 100%;
}

article#Detail #main-column .w100 table.spec-g_cont tr {
	border-bottom: 1px dotted #ccc;
	width: 100%;
}

article#Detail #main-column .w100 table.spec-g_cont th {
	padding: 5px 0;
}

article#Detail #main-column .w100 table.spec-g_cont td {
	padding: 5px 0;
}

/*お客様の声-商品詳細ページ*/
section.userreview {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	*font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	padding: 20px 0 0;
	margin-bottom: 30px;
}

section.userreview h2 {
	/*border-top: 3px solid #333;*/
	color: #333;
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 124% !important;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0;
	margin-bottom: 15px;
	display: block;
}

@media screen and (max-width: 768px) {
	section.userreview h2 {
		font-size: 110% !important;
	}
}
section.userreview table.userreview_list {
	width: 100%;
	margin: 10px 0 0 0;
	line-height: 160%;
	border-bottom: 1px dotted #ccc;
}

section.userreview div.more {
	width: 100%;
	height: 30px;
	margin: 10px 0 0 0;
	text-align: right;
}

section.userreview div.more a img {
	width: 110px;
	height: 30px;
	vertical-align: middle;
}

section.userreview table.userreview_list tr td.userreview_user {
	font-size: 80%;
	text-align: left;
}

section.userreview table.userreview_list tr td.userreview_date {
	font-size: 80%;
	text-align: right;
}

section.userreview table.userreview_list td.userreview_rate {
	font-size: 80%;
	font-weight: bold;
}

section.userreview table.userreview_list td.userreview_rate img {
	vertical-align: middle;
}

section.userreview table.userreview_list td.userreview_comment {
	padding: 10px 0 20px;
}

section.userreview .userreview_comment .reviewBox_item {
	margin: 0;
}

article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3 {
	background: none;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 10px;
}

article #main-column section.userreview table.userreview_list td.userreview_comment .comment p {
	margin: 0;
}

article#Detail #main-column section.recommend {
	padding: 20px 0 0;
}

article#Detail section.column5 {
	border: none;
}

.column-set .quantityArea {
	margin-top: 5px;
	text-align: right;
}

.column-set .quantityArea span {
	font-size: 70%;
}

.column-set .quantityArea input,
.column-set .quantityArea select {
	height: 32px;
	text-align: right;
}

article #main-column .pageNav_top {
	overflow: hidden;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}

article #main-column .pageL {
	float: left;
	width: 100%;
}

article #main-column .pageNav_top .pageL {
	width: 50%;
}

article #main-column .pageR {
	float: right;
}

article #main-column section.rating .reviewBox {
	overflow: hidden;
}

article #main-column section.rating .tmb {
	float: left;
	margin-right: 15px;
	width: 140px;
}

article #main-column section.rating .reviewTxt {
	float: right;
	width: 745px;
}

article #main-column section.rating .reviewTxtNoImg {
	float: left;
	width: 100%;
}

article #main-column section.rating .ttlArea {
	display: table;
}

article #main-column section.rating h2 {
	border: none;
	display: table-cell;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 140%;
	padding: 0 15px 0 0;
	margin: 0;
	vertical-align: top;
	width: 560px;
}

article #main-column section.rating .btnMore {
	display: table-cell;
	min-width: 170px;
	vertical-align: top;
	width: 170px;
}

article #main-column section.rating .btnMore a {
	display: inline-block;
}

article #main-column section.rating .btnMore a img {
	width: 170px;
}

article #main-column section.rating .reviewTxt ul,
article #main-column section.rating .reviewTxtNoImg ul {
	margin: 5px 0;
	vertical-align: middle;
	line-height: 120%;
	overflow: hidden;
}

article #main-column section.rating .reviewTxt ul li,
article #main-column section.rating .reviewTxtNoImg ul li {
	float: left;
	margin-right: 5px;
	font-size: 80%;
}

article #main-column section.userreview .comment,
article #main-column section.rating .comment {
	background: #e8f3ff;
	color: #555;
	display: inline-block;
	font-size: 16px;
	margin: 1.5em 0 0;
	max-width: 100%;
	min-width: 120px;
	padding: 7px 10px;
	position: relative;
}

article #main-column section.userreview .comment::before,
article #main-column section.rating .comment::before {
	border: 10px solid transparent;
	border-bottom: 15px solid #e8f3ff;
	content: "";
	left: 4%;
	position: absolute;
	top: -23px;
}

article #main-column section.rating .comment h3 {
	background: none;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 10px;
}

article #main-column section.userreview .comment p,
article #main-column section.rating .comment p {
	background: none;
	font-size: 85%;
	padding: 5px 10px 10px;
}

article #main-column .pageNav .pageL strong,
article #main-column .pageNav_top .pageL strong {
	font-weight: bold;
}

/*-- お客様の声 --*/
article #main-column #itemBox {
	background-color: #efefef;
	padding: 20px;
	margin-bottom: 15px;
	position: relative;
}

article #itemBox h2 {
	border-top: none;
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	article #itemBox .btnMore {
		position: absolute;
		top: 20px;
		right: 20px;
	}
}
@media screen and (max-width: 767px) {
	article #itemBox .btnMore {
		display: block;
		position: absolute;
		right: 0;
		top: -30px;
		padding: 0 0 10px;
	}
}

article #main-column #itemBox p.btnMore img {
	width: 166px;
}

div#main-column div#itemBox p.review_txt {
	font-size: 15px;
	margin: 0;
	float: none;
}
div#main-column div#itemBox p.review_txt span {
	font-weight: 600;
	margin-left: 10px;
}

div#main-column div#itemBox p.review_txt img {
	vertical-align: -0.1em;
}

article #main-column section.rating .reviewBox_item h2 {
	color: #0c3;
	float: left;
	font-size: 75%;
	background: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	border-bottom: none;
}

article #main-column section.rating .reviewBox_item {
	margin: 15px 0;
}

article #main-column section.rating .reviewBox_item ul {
	overflow: hidden;
	vertical-align: middle;
	line-height: 120%;
}

article #main-column section.rating .reviewBox_item ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: 80%;
}

article #main-column section.rating .reviewBox_item ul li.point {
	margin-right: 20px;
	color: #f60;
	font-weight: bold;
}

article #main-column section.rating ul li.space {
	margin-right: 20px;
}

　 .ui-dialog {
	padding: 1em;
	box-sizing: border-box;
}

.fl_main {
	min-height: 40px;
}

.fl_thumbnail {
	max-width: 152px !important;
}

.fl_t_item {
	padding: 5px !important;
}

.fl_img_selected {
	background-color: #c9e1f4 !important;
	border: none !important;
	margin: 5px !important;
	padding: 6px !important;
}

#thum_prev {
	padding-left: 0 !important;
	padding-right: 5px !important;
}

#thum_next {
	padding-left: 5px !important;
	padding-right: 0 !important;
}

/*ダイアログ-商品を追加しました*/
div[aria-describedby=sps-cartaddModal] {
	border-radius: 4px !important;
}

div.sps-cartaddErrDetail {
	width: 90%;
	margin: 22px auto 40px;
	box-sizing: border-box;
}

/*ポップアップ全般*/
.ui-front {
	z-index: 250 !important;
}

.ui-widget-overlay {
	z-index: 200 !important;
}

.ui-widget-content {
	box-sizing: border-box;
	padding: 1em !important;
}

div#sps-cartaddModal {
	padding: 0.5em 1em !important;
	width: 720px !important;
}

#contact #center1 .centerbox {
	margin: 0px;
}

#contact #center1 .centerbox .mainCont .step_navi01 {
	background-image: url("https://www.kyotonarumiya.jp/images/step_cart001PC.svg");
	background-repeat: no-repeat;
}

#contact #center1 .centerbox .mainCont .step_navi02 {
	background-image: url("https://www.kyotonarumiya.jp/images/step_cart002PC.svg");
	background-repeat: no-repeat;
}

#contact #center1 .centerbox .mainCont .step_navi03 {
	background-image: url("https://www.kyotonarumiya.jp/images/step_cart003PC.svg");
	background-repeat: no-repeat;
}

#contact #center1 .centerbox .mainCont .step_navi04 {
	background-image: url("https://www.kyotonarumiya.jp/images/step_cart004PC.svg");
	background-repeat: no-repeat;
}

#contact #center1 .centerbox .mainCont .step_navi01,
#contact #center1 .centerbox .mainCont .step_navi02,
#contact #center1 .centerbox .mainCont .step_navi03,
#contact #center1 .centerbox .mainCont .step_navi04 {
	height: 83px;
	text-align: center;
	margin: 0 auto;
	width: 400px;
}

#contact #center1 .center {
	text-align: center !important;
}

#contact #center1 p.center a#logout {
	float: none;
}

#contact #center1 .centerbox .mainCont input[name=PZIP_SEEK] {
	width: 180px;
}

/*お届けスケジュール*/
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan {
	background-color: #fff;
}

#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
	box-sizing: border-box;
	border: none;
	overflow: hidden;
}

#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td {
	background: #efefef;
}

#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table caption {
	text-align: center;
}

#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table tbody td {
	background-color: #fff;
}

#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.day,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sat,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sun {
	text-align: right !important;
}

/*お気に入りリスト*/
div.wishlist-column .sps-wishBtnArea .wishDeleteItem,
div.wishlist-column .sps-wishBtnArea .wishAddCart {
	background-position: right top;
}

#allItemDelete {
	text-align: right;
	height: 32px;
	margin: -20px 0 20px;
}

input[type=button].wishAllDelBtn {
	background: none !important;
	background-color: #333 !important;
	border: 1px solid #333 !important;
	border-radius: 3px;
	color: #fff !important;
	height: 32px !important;
	margin: 0 !important;
	min-width: 120px;
}

input[type=button].wishAllDelBtn:hover {
	background-color: #666 !important;
	border: 1px solid #666 !important;
}

/*ポップアップ center3*/
#center3 .centerbox table td[align=right],
#center3 .centerbox .right,
#contact #center1 .right {
	text-align: right !important;
}

table#enter #center3 .centerbox .mainCont div.bordlayoutp3 td.backcolor1 {
	text-align: left;
}

/*ポップアップ マイページ center-seo*/
#center-seo .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center-seo .centerbox table th[align=left],
#center-seo .centerbox table td[align=left],
#center3 .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center3 .centerbox table th[align=left],
#center3 .centerbox table td[align=left],
#contact #center1 .left {
	text-align: left !important;
}

#contact #center1 .middle {
	vertical-align: middle !important;
}

#contact #center1 .buttom {
	vertical-align: bottom !important;
}

#contact #center1 .float_left {
	float: left !important;
}

#contact #center1 .centerbox .title1 a {
	color: #333;
	text-decoration: underline;
}

#contact #center1 .centerbox .title1 a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

#contact #center1 .centerbox .mainCont {
	margin: 0;
	width: auto;
	background-color: #fff;
}

.backcolor1 strong,
.backcolor2 strong {
	font-weight: bold;
}

#contact #center1 .centerbox .mainFrame .mainCont #confirm .right {
	width: 100% !important;
}

/*-- カート/レジ画面 --*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 {
	box-sizing: border-box;
	padding: 5px 0px;
	max-width: 1200px;
	width: 100%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table {
	font-size: 100%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {
	padding: 10px;
	border: 1px solid #ddd;
}

/*table中身*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
	padding: 1.2rem 2% !important;
	border: 1px solid #ddd;
	font-size: 0.75rem;
	vertical-align: middle;
	/*background-color: #fff;*/
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td table th,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td table td {
	border: none;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
	padding: 0 !important;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
	border: none;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
	padding: 10px 15px;
}

#contact #center1 .backcolor3 {
	background: #e1ecf7;
}

/*カート画面table見出し*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {
	background: #F6F6F6;
}

/*レジ画面table見出し*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {
	background: #F6F6F6;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 td {
	background: #F6F6F6;
	text-align: center;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td {
	width: 15%;
}

/*レジ画面table中身*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {
	vertical-align: middle;
	background: #fff;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2[width="17%"] {
	width: 1%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type=text],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type=password] {
	height: 34px !important;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type=text],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type=password] {
	height: 32px;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXT] .bordlayoutp3 table.border tbody tr td.backcolor1 {
	background: #ddd;
	padding: 1rem;
	width: 100% \9 ;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXT] .bordlayoutp3 table.border tbody tr td.backcolor1 input {
	height: auto;
	vertical-align: 0 !important;
}

#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
	width: 15% !important;
}

#deli_scadule .deli_scadule_box table.layoutp5.deli_cycle tbody tr td.backcolor1 {
	width: 35% \9  !important;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=PREV_ENQUETE] + form[name=NEXT] .bordlayoutp3 table.border tbody tr td.backcolor1 {
	background: #ddd;
	width: 30% \9  !important;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td {
	width: 25%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td {
	width: 12%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.border tbody tr td + td + td + td {
	width: 26%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.border tbody tr td + td + td + td + td {
	width: 12%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.border tbody tr td + td + td + td + td + td {
	width: 10%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td {
	width: 8%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td + td {
	width: 10%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 form[name=NEXTM] table.border tbody tr td {
	width: auto;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] .bordlayoutp3 table.border tbody tr td {
	width: auto;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table.border tbody tr td.backcolor1.center,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"],
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td + td[width="49%"] {
	width: 49%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table.border tbody tr td + td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td.backcolor2 + td {
	width: 2%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table.border tbody tr td + td + td.backcolor1.center {
	width: 49%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td {
	width: auto;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=right] {
	text-align: right;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
	display: inline;
	padding: 0 15px;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=text] {
	height: 30px;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=変更] {
	margin: 5px 0 5px 5px;
}

/*変更ボタン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=削除] {
	margin: 5px 0;
	width: 60px;
}

/*削除ボタン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=submit] {
	padding: 0 1%;
}

#deli_scadule table.deli_plan_cal tbody tr td {
	vertical-align: top;
}

#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border {
	border: 1px solid #999;
	width: 100% !important;
}

#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td.backcolor2 table.layoutp3 {
	margin-top: 0px;
}

#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td {
	border: none;
	padding: 2px 9px;
}

/*カート注文内容table*/
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td {
	width: 17%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td {
	width: 25%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td {
	width: 13%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td + td {
	width: 20%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td {
	width: 13%;
}

#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td + td {
	width: 12%;
}

#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_day th {
	font-size: 100%;
	background-color: inherit;
	border: none;
}

table#enter #center3 .centerbox .mainCont div.bordlayoutp3 form[name=list] table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center form table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center table[align=center] {
	width: auto;
	margin: 0 auto;
}

table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr {
	display: block;
	margin: 5px;
}

table#enter #center-seo .centerbox .mainCont div.bordlayoutp3,
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {
	padding: 5px 0 10px;
}

table#enter {
	background: none repeat scroll 0 0 #fff;
	text-align: left;
	width: 100%;
}

table#enter #center3 .centerbox form[name=NEXT] .mainCont .bordlayoutp3 table tbody td div.send_info {
	border: 1px solid #a9a9a9;
	box-sizing: border-box;
	margin: 0.5em 0 1em 25px !important;
	vertical-align: middle;
	padding: 10px !important;
	width: 60% !important;
}

#center-seo .centerbox a,
#center3 .centerbox a {
	color: #6599cc;
}

#center-seo .centerbox a:hover,
#center3 .centerbox a:hover {
	text-decoration: underline;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td[align=center],
#center3 .centerbox .bordlayoutp3 table td[align=center],
#center3 .centerbox .bordlayoutp3 table tr.center td,
#center-seo .centerbox .center,
#center3 .centerbox .center,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] {
	text-align: center;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] p font[color=red] strong {
	font-weight: bold;
}

#contact #center1 .centerbox .mainCont #card_info input[name=card_info_set].off {
	border: 1px solid #ccc;
}

#contact #center1 .centerbox .mainCont #card_info input[name=card_info_edit].off {
	border: 1px solid #ccc;
}

#contact #center1 .float_right,
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
	float: right !important;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.form_group {
	line-height: 200%;
}

/*会員登録*/
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle h3.title1 {
	border-top: 3px solid #333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 21px 0;
	margin-top: 40px;
}

#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont p {
	font-size: 145%;
	line-height: 165%;
	margin-bottom: 10px;
}

table#enter td#center3 div.centerbox form div.mainCont div {
	width: 100% !important;
}

table#enter td#center3 div.centerbox form div.mainCont input.float_right {
	position: absolute;
	right: 19px;
	top: 77px;
}

table#enter td#center3 div.centerbox form div.mainCont input#otherAddress {
	top: -50px !important;
}

#contact #center1 .centerbox .mainFrame {
	margin: 0px;
}

#contact #center1 .box_in_box {
	text-align: center !important;
}

#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td,
#contact .bordlayoutp3 table tbody td {
	text-align: left;
}

#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td {
	padding: 5px;
}

#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center {
	width: 2%;
}

#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong {
	font-size: 0.75rem;
}

#contact .mainFrame .mainCont #tradesafe_div1 {
	font-size: 100% !important;
	line-height: 142% !important;
}

#center3 .centerbox .red,
#contact #center1 .red {
	color: #c00;
	font-size: 0.75rem !important;
}

#contact #center1 .point {
	font-size: 120%;
	color: red;
	font-weight: 900;
}

#contact #center1 .pointline {
	font-size: 100%;
	color: #fff;
	font-weight: 900;
	padding: 5px;
	padding-bottom: 5px;
	background-color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

#contact .mainFrame .mainCont a {
	color: #333;
	font-size: 0.75rem;
}

#contact .mainFrame .mainCont div.layoutp3 table tbody tr td {
	border: none;
}

#contact .mainFrame .mainCont a:hover {
	color: #666;
	text-decoration: underline;
}

#contact .mainFrame .mainCont h4 {
	font-size: 120%;
	font-weight: normal;
}

#contents div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
	margin: 0;
	background-color: #fff;
}

#contents .enquete-section #contact table tbody tr td div.mainCont:first-child {
	padding: 0px;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] p {
	margin: 5px 0;
	padding: 2px 0;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td:first-child {
	width: 40%;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
	width: 50%;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td {
	padding: 1px 1px 10px;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	border: none;
	font-size: 100%;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td input {
	margin-left: 15px;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td input {
	margin-left: 27px;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td:nth-child(2) input {
	margin-left: 24px;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
	border: soild 1px;
}

div.enquete-section #contact {
	width: 100%;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=password],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select {
	height: 40px;
	padding: 0;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=text] {
	height: 40px;
	padding: 0;
	min-width: 120px;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS1],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS2],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5] {
	min-width: 300px;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] h4.title {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 1px solid #cdcdcd;
	font-size: 110%;
	font-weight: bold;
	line-height: 200%;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}

#enquete-header {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=radio] {
	margin: 10px 5px 13px 20px;
}

div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=checkbox] {
	margin: 10px 5px 10px 20px;
}

div.enquete-section {
	padding: 0;
}

div.enquete-section #contact table tbody tr td {
	width: 100%;
	border-top: none;
	padding: 0px;
}

div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] strong {
	font-size: 120%;
}

div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] textarea {
	height: 150px;
	padding: 5px;
	width: 70%;
}

div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit] {
	border: medium none;
	color: #fff;
	font-size: 0.75rem;
	height: 25px;
	margin: 0 5px;
	padding: 0;
	width: 200px;
}

div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
	background: url(/images/btn-confirm_bg_on.gif) repeat-x left top;
}

.shoplogo {
	width: 340px;
}

/*
#enquete-footer{
  width: 100%;
  margin: 0 auto;
  height: 57px;
  line-height: 100%;
  position: relative;
  clear: both;
}
#enquete-footer #footer-inner .footer_gnavi{float:left;}
#enquete-footer #footer-inner .footer_gnavi ul li:first-child{
  background-image:none;
  padding:0 3px 0 0;
}
#enquete-footer #footer-inner .footer_gnavi ul li{
  background: url("/images/slash_ccc.gif") no-repeat scroll left center transparent;
  color: #999;
  display: inline-block;
  font-size: 60%;
  line-height: 100%;
  padding: 0 3px 0 18px;
}
#enquete-footer #footer-inner .footer_gnavi ul li a{color:#999;}
#enquete-footer #footer-inner .footer_gnavi ul li a:hover{
  color:#fff;
  text-decoration: underline;
}
#enquete-footer #footer-inner .footer_gnavi ul li{float:left;}
#enquete-footer #copyright{
  float: right;
  font-size: 67%;
  text-align: right;
  color: #FFF;
}
*/
#center-seo .centerbox,
#center3 .centerbox {
	font-size: 75%;
	margin: 0px;
	padding: 0 10px 10px;
	word-break: break-all;
}

#center-seo h3.title1,
#center3 h3.title1 {
	/*border-top: 3px solid #333;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	margin: 25px 0 0;
	padding: 19px 0;*/
	background: #222222;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 15px;
}

#center-seo #bread,
#center3 #bread {
	color: #999;
	margin: 0px;
	padding: 5px 2% 15px;
	text-align: left;
	font-size: 75%;
	line-height: 200%;
}

#center-seo .mainCont {
	margin: 0px;
	width: auto;
}

#center3 .mainCont {
	margin: 0 0 15px;
	width: auto;
}

#center3 .centerbox .caution,
#EST_SPS_regi .caution {
	color: #d51414;
	font-weight: bold;
}

#center-seo .centerbox .caution {
	color: #d51414;
	font-weight: bold;
	text-align: left;
}

#center-seo .centerbox table th,
#center-seo .centerbox .bordlayoutp3 table th,
#center-seo .centerbox table td,
#center3 .centerbox table th {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #2b2b2b;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	word-break: normal;
	min-width: 45px;
	padding: 1em 5px;
}

#center-seo .centerbox table td {
	text-align: left;
}

#center3 .centerbox table th {
	background-color: #efefef;
}

#center-seo .centerbox table tr.form_group label {
	white-space: initial !important;
}

#center3 .centerbox table th.sps-my-regular-order-number {
	width: 25% !important;
}

#center3 .centerbox table th.sps-my-regular-item {
	width: 50% !important;
}

#center3 .centerbox table td {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	overflow: hidden;
	text-align: left;
	min-width: 45px;
	padding: 1em 5px;
	vertical-align: middle;
	word-break: break-all;
}

#center3 .centerbox table td[width="5%"] {
	width: 10%;
}

#center-seo .centerbox .backcolor1,
#center3 .centerbox .backcolor1 {
	background-color: #eeeeee;
	min-width: 100px;
	text-align: center;
}

#center3 .layoutp3 table th,
form[name$=FORM] ~ tbody #center3 .layoutp3 table th {
	width: 30%;
	font-weight: bold;
	*width: 0%;
}

#center-seo .centerbox th.backcolor1,
#center-seo .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .centerbox th.backcolor1,
#center3 .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .bordlayoutp3 td {
	border: 1px solid #ccc;
	vertical-align: middle;
	white-space: initial !important;
}

#center3 .bordlayoutp3 .layoutp3 th,
#center3 .bordlayoutp3 .layoutp3 td {
	padding: 0px;
	border: none;
}

#center3 .bordlayoutp3 .layoutp3 td.send_info {
	border: 1px solid #999;
}

#center3 .bordlayoutp3 .layoutp3 td.send_info + td {
	*width: 70%;
}

#center3 .centerbox strong,
#center3 .centerbox h4 {
	text-align: left;
	font-weight: bold;
	width: 100% !important;
}

#center-seo .centerbox .layoutp3 + .bordlayoutp3 > table,
#center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
	width: 95%;
}

#center3 img#OffAmazonPaymentsWidgets1 {
	margin: 15px 0;
}

#center-seo select,
#center-seo input[type=text] {
	border: 1px solid #a9a9a9;
	height: 40px;
	line-height: 40px;
	margin: 2px 0px;
	max-width: 350px;
	min-width: inherit;
	width: 100%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select {
	border: 1px solid #a9a9a9;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 2px 4px;
	margin: 2px 0px;
	min-width: inherit;
}

#center3 input[type=text],
#center3 input[type=password] {
	border: 1px solid #a9a9a9;
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 2px 4px;
	margin: 2px 0px;
	max-width: 350px;
	min-width: inherit;
	width: 100%;
}

#center3 select {
	height: 40px;
	line-height: 40px;
	padding: 2px 4px;
	margin: 2px 0px;
	max-width: 350px;
	min-width: inherit;
	width: auto;
}

#center3 textarea {
	padding: 2px 4px;
	margin: 2px 0px;
	min-width: inherit;
	width: 100%;
}

#center3 textarea[name=Naiyo],
#center3 textarea[name=Naiyo2] {
	height: auto !important;
}

span.sps-requiredPopup.cart_float_right {
	border-radius: 4px;
	background: #e73656;
	color: #fff;
	float: right;
	font-size: 0.7rem;
	margin-left: 0.5em;
	padding: 0.2em 0.5em;
	white-space: nowrap;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select,
#center-seo select,
#center-seo textarea {
	padding: 1px;
	margin: 2px 0px;
}

#center3 select[name=SEL_CARD] {
	margin-left: 5px;
	padding: 1px;
}

#center-seo .centerbox table td input[type=radio],
#center3 .centerbox table td input[type=radio] {
	margin: 0 3px 0 5px;
}

table#enter form[name=NEWMEM] #center3 .centerbox .bordlayoutp3 table td[colspan="2"] input[type=checkbox] {
	margin: -3px 4px 0px 0px;
}

#center-seo p,
#center3 p {
	margin: 5px 0px;
	padding: 2px 0px;
}

#center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {
	display: inline-block;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td {
	background-color: #fff;
}

#contact #center1 .centerbox .mainCont form[name=NEXT] h4 + div.right input[type=button] {
	height: 30px;
	margin: 10px 3px 0;
	padding: 0 1em;
}

#contact #center1 .centerbox .mainCont form[name=NEXT] h4 + div.right input[type=submit] {
	height: 30px;
	margin: 0px 3px;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td input[type=radio] {
	margin: 0px 3px;
	height: auto;
}

#center-seo .bordlayoutp3 table tbody tr td input[type=button],
#center3 .bordlayoutp3 table tbody tr td input[type=button] {
	margin: 7px auto 0;
}

#center3 .bordlayoutp3 table tbody tr td input[type=button]:first-child {
	margin: 0 auto;
}

/*パスワード変更*/
form[name=PWDCHG] #center3 .centerbox table tr:first-child td,
form[name=PWDCHG] #center3 .centerbox table tr:nth-child(3) td {
	background-color: #efefef;
}

form[name=PWDCHG] #center3 .centerbox table tr:nth-child(3) td br {
	display: none;
}

/*メールアドレス変更*/
form[name=MAILCHG] #center3 .centerbox table th {
	background-color: #fff;
}

form[name=MAILCHG] #center3 .centerbox table .backcolor1 th {
	background-color: #efefef;
}

form[name=MAILCHG] #center3 .centerbox table td.center {
	text-align: left;
}

/*会員情報の変更/お届け先情報*/
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input,
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup select {
	height: 40px !important;
}

#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type=checkbox],
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type=radio] {
	height: auto !important;
}

#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup td {
	border: none;
	padding: 0;
}

#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup textarea {
	min-height: 160px;
}

#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup input[type=text] {
	height: 40px !important;
}

table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td.sps-inputItem,
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup tr td:first-child {
	background-color: #efefef;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select,
#center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select {
	margin: 0 0 5px;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_N],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_W],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_N],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_W] {
	margin: 2px 0;
	min-width: 350px;
}

table#enter #center3 .centerbox form[name=NEXT] .mainCont .bordlayoutp3 table tbody td div.send_info {
	width: 80% !important;
}

#center3 .centerbox .bordlayoutp3 table tbody tr td table {
	width: 100% !important;
}

#center3 .centerbox .bordlayoutp3 table tbody tr td table td {
	padding: 1em 0;
}

#center3 .centerbox .bordlayoutp3 table tbody tr td table div {
	margin: 0 0 5px !important;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_DATE_LIST],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_TIME],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name=RECV_NGDAY],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_DATE_LIST],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_TIME] {
	width: 350px;
}

#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name=RECV_NGDAY] {
	width: 350px !important;
	margin-left: 0;
}

#center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY],
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name=RECV_TIME] {
	width: 350px !important;
	margin-left: -4px;
}

/*お届け先情報*/
.cart-section #contact #center1 .centerbox .mainCont input[value=住所変更],
.cart-section #contact #center1 .centerbox .mainCont input[value=その他の情報変更] {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #333;
	height: 30px;
	margin: 0;
}

.cart-section #contact #center1 .centerbox .mainCont input[value=詳細表示] {
	background-color: #fff;
	border: 1px solid #aaa;
	color: #333;
	height: 30px;
	margin-right: 5px;
}

.cart-section #contact #center1 .centerbox .mainCont input[value=住所変更]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value=その他の情報変更]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value=詳細表示]:hover {
	background-color: #fff;
	border: 1px solid #aaa;
	font-weight: bold;
}

/*Amazonログイン*/
.ui-dialog div[aria-describedby=amazon_dialog] .ui-dialog-titlebar {
	border-radius: 0;
	border-bottom: 1px dotted #333 !important;
}

.ui-dialog div[aria-describedby=amazon_dialog] .ui-dialog-titlebar .ui-dialog-title {
	font-size: 75%;
	color: #333;
	padding: 3px 0 4px 5px;
}

.ui-dialog #amazon_dialog #button_area .agree {
	text-align: center;
}

.ui-dialog #amazon_dialog #button_area input.button1 {
	background: none;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8rem;
	height: 40px;
	min-width: 148px;
}

.ui-dialog #amazon_dialog #button_area input.button1:hover {
	background: none;
	background-color: #666;
	border: 1px solid #666;
}

div[aria-describedby=amazon_dialog] .ui-widget-header,
div[aria-describedby=amazon_dialog] .ui-dialog-titlebar {
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px dotted #333 !important;
}

div[aria-describedby=amazon_dialog] .ui-dialog-title {
	font-size: 75% !important;
	padding: 3px 0 4px 5px !important;
}

div[aria-describedby=amazon_dialog] .ui-dialog-content {
	padding: 0.5em 0;
}

div[aria-describedby=amazon_dialog] #amazon_dialog #button_area {
	text-align: center;
}

.leftSearch {
	background-color: #f5f5f5;
	margin-bottom: 20px;
	overflow: hidden;
}

.leftSearch #searchbox_wrap {
	margin: 10px 2% 15px;
	overflow: hidden;
}

.leftSearch searchbox {
	color: #999;
	float: right;
	font-size: 65%;
	line-height: 160%;
	overflow: hidden;
	text-align: right;
}

.leftSearch #searchbox form {
	border: 1px solid #777777;
	box-sizing: border-box;
	float: left;
	height: 35px;
	width: 100%;
}

.leftSearch #searchbox input.searchbox {
	border: none;
	box-sizing: border-box;
	float: left;
	height: 100%;
	padding: 0 5px;
	width: 80%;
}

.leftSearch #searchbox input.searchSubmit {
	padding: 0;
	width: 20%;
}

.leftSearch #searchbox p {
	display: block;
}

#header-inner h2 {
	max-width: 340px;
}

.siteName {
	margin: 0px;
	padding: 10px 10px 5px 10px;
	font-size: 100%;
	line-height: 1em;
}

.siteName a {
	color: black;
}

.siteName a:hover {
	color: blue;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

.sitecopy {
	padding: 10px 10px 5px 5px;
	margin: 0px;
	color: #999;
	font-size: 80%;
	line-height: 1em;
}

.sitecopy a {
	color: black;
}

.sitecopy a:hover {
	color: blue;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

.header_area {
	box-sizing: border-box;
	text-align: left;
	width: 100%;
	margin: 0 0 0px;
	padding: 0;
}

.footer_area {
	box-sizing: border-box;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.cart-section .header_area {
	margin: 0 auto;
}

.cart-section .footer_area {
	margin: 0 auto;
}

.pageNav form img {
	float: right;
}

#sub-column .category .fukidashi nav,
#sub-column .category .tatenarabi nav,
#sub-column .category #sps-itemListAllCategory nav {
	margin-bottom: 0;
}

#sub-column .category .fukidashi nav:last-child,
#sub-column .category .tatenarabi nav:last-child,
#sub-column .category #sps-itemListAllCategory section nav:last-child {
	margin-bottom: 20px;
}

#sub-column .category #sps-itemListAllCategory section nav:first-child {
	margin-bottom: 0;
}

#sub-column .category .fukidashi ul {
	zoom: 1;
}

#sub-column .category .fukidashi nav {
	position: relative;
}

#sub-column .category .fukidashi nav .sps-itemCategorySub {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

#sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
	display: block;
	z-index: 999;
}

#sub-column .category .fukidashi nav .sps-itemCategorySub {
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: #fff;
}

#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
	color: #333;
	font-weight: normal;
}

#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
	color: #333;
	font-weight: normal;
}

#sub-column .category nav ul li.listcat2 a {
	zoom: 1;
	display: block;
	padding: 15px 12px 15px 2%;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
	font-weight: bold;
	background: #eef4ff;
}

#sub-column .category nav ul li.listcat3 a {
	zoom: 1;
	display: block;
	padding: 15px 12px 15px 6%;
	margin: 0px 0;
	line-height: 100%;
	color: #000;
}

#sub-column .category nav ul li.child a {
	color: #000;
}

section.half-cont div.category section {
	margin: 0 0 23px;
}

section.half-cont div.category section:last-child {
	margin: 0;
}

section.half-cont div.category section nav ul {
	font-size: 100%;
}

section.half-cont div.category section nav ul li {
	font-size: 85%;
	line-height: 150%;
}

#sub-column .category .sps-allList {
	margin-bottom: 20px;
}

#sub-column .category .sps-allList + #sps-itemListAllCategory {
	display: none;
	margin-top: -20px;
}

#center1 .centerbox .mainCont h3 {
	border-top: 3px solid #333;
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 21px 0;
}

#contact #center1 .centerbox h3.title1 {
	border: none;
	font-size: 18px;
	color: #222222;
	border-bottom: 3px solid #222222;
	letter-spacing: 0.05em;
	padding: 0px 0 10px;
	margin-bottom: 30px;
	font-weight: 600;
	/*border-top: 3px solid #333;
	color: #333;
	font-size: 130%;
	font-weight: bold;
	margin: 30px 0 0 0;
	padding: 21px 0;*/
}

#center1 .centerbox .mainCont .column-set .column5 h3,
#center1 .centerbox .mainCont .column-set .column5 h3 {
	border-top: none;
}

.mainCont p.no2 {
	font-size: 130%;
	width: 900px !important;
}

/*-- お客様の声をお送りください --*/
.sps-reviewComment .mainCont p.no2 {
	font-size: 130%;
	width: 900px !important;
	margin: 0 auto;
}

.mainCont > .comment_box {
	width: 900px !important;
	margin-top: 15px;
}

.mainCont .comment_box input[type=text],
.mainCont .comment_box select {
	height: 34px;
}

.mainCont .comment_box td.backcolor1 {
	background-color: #eee;
	border: 1px solid #999;
	box-sizing: border-box;
	color: #2b2b2b;
	font-weight: bold;
	text-align: left;
	word-break: normal;
	width: 15em !important;
}

.mainCont .comment_box td.backcolor2 {
	background-color: #fff;
	border: 1px solid #999;
	color: #2b2b2b;
	font-weight: normal;
	padding: 1em;
	text-align: left;
	word-break: normal;
}

.mainCont .comment_box td {
	font-size: 100%;
}

.mainCont .comment_box td.backcolor2 div.float_left {
	text-align: left;
}

.mainCont .comment_box td.backcolor2 div.float_left a {
	text-decoration: underline;
}

.mainCont .comment_box td.center {
	text-align: center !important;
}

.mainCont .comment_box td.backcolor2 div.write_comment input[type=submit],
.mainCont .comment_box td.backcolor2 div.write_comment input[type=button] {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 100%;
	font-weight: normal;
	height: 40px;
	padding: 0 15px;
	text-align: center;
	margin: 2px 2px;
	width: 150px;
}

.mainCont .comment_box td.backcolor2 div.write_comment input[type=submit]:hover,
.mainCont .comment_box td.backcolor2 div.write_comment input[type=button]:hover {
	background-color: #666;
	border: 1px solid #666;
}

.mainCont .comment_box form[name=form3] table td.backcolor2 table {
	margin: 0 auto;
	width: auto;
}

.mainCont .comment_box table td.backcolor2 input[type=submit] {
	font-size: 100%;
	width: 150px;
}

.mainCont .comment_box td.backcolor2 table input[name=ACC],
.mainCont .comment_box td.backcolor2 table input[name=PWD] {
	height: 32px;
	width: auto !important;
}

#center1 .mainCont input[value=商品選択に戻る],
#center1 .mainCont input[value=内容を確認する] {
	min-width: 180px;
}

div.mainCont input[type=button],
div.mainCont input[type=submit] {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 100%;
	height: 40px;
	padding: 0 15px;
	text-align: center;
	margin: 5px 2px;
}

div.mainCont input[type=button]:hover,
div.mainCont input[type=submit]:hover {
	background-color: #666;
	border: 1px solid #666;
}

.itemDescFc {
	position: absolute;
	margin-left: 5px;
}

.itemThumb-wrap-right {
	word-break: break-all;
	margin-left: 26%;
}

/*まとめ買い*/
#main-column #itemList .column4 h2.sps-add-to-cart-together,
#main-column #itemList .column5 h2.sps-add-to-cart-together,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together {
	font-size: 75%;
	margin: 15px 0 0;
	text-align: right;
}

#main-column #itemList .column4 h2.sps-add-to-cart-together input,
#main-column #itemList .column5 h2.sps-add-to-cart-together input,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together input,
#main-column #itemList2 .column5 h2.sps-add-to-cart-together input {
	text-align: right;
}

#enter #contents {
	width: auto;
}

/* フッタご利用ガイド調整用*/
.footer_area .w100 .freeArea2 {
	border: none;
}

.footer_area .w100 .freeArea2 h2 {
	font-size: 90% !important;
}

/*まとめ割引詳細用*/
div[aria-describedby=bundle_dialog] * {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

div[aria-describedby=bundle_dialog] .ui-dialog-content {
	padding: 1em 0 0 !important;
}

div[aria-describedby=bundle_dialog] .ui-dialog-title {
	color: #333;
	font-size: 0.7em;
	padding: 3px 0 4px;
}

#bundle_detail > h4 {
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
	padding-bottom: 0.5em;
}

#bundle_detail > .bundle_table + h4,
#bundle_detail > .bundle_table + .bundle_table {
	margin-top: 1.5em;
}

#bundle_detail > .bundle_table td {
	padding: 2px 4px;
	border: 1px solid #999;
	font-size: 0.7em;
	color: #333;
	word-break: break-all;
}

#bundle_detail > .bundle_table td.bundle_title,
#bundle_detail > .bundle_table td.bundle_backcolor1 {
	background: #ddd;
}

#bundle_detail > .bundle_table td.bundle_backcolor1 {
	text-align: center;
}

#bundle_detail > .bundle_table td span.bundle_name {
	display: inline-block;
	margin-top: 3px;
	padding: 3px;
	border: 1px solid #6599cc;
	line-height: 1.3;
}

#bundle_detail > div:last-child {
	padding: 1.5em 0 1em;
	text-align: center;
}

#bundle_detail > div:last-child input {
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	color: #fff;
	font-size: 85%;
	height: 40px;
	padding: 0 15px;
	width: 30%;
}

#bundle_detail > div:last-child input:hover {
	background-color: #666;
	border: 1px solid #666;
}

div[aria-describedby=bundle_dialog] .ui-widget-header {
	border: none;
	border-bottom: 1px dotted #333;
	border-radius: 0;
	background: #fff;
	text-align: left;
	padding: 0;
}

#bundle_dialog table {
	border-collapse: collapse;
}

.bundle_name {
	color: #6599cc;
	display: inline-block;
	margin-top: 3px;
	padding: 5px;
	border: 1px solid #6599cc;
	border-radius: 3px;
	line-height: 1.3;
	text-decoration: none !important;
}

.bundle_name font {
	color: #6599cc;
}

#bundle_link {
	font-size: 90%;
}

#bundle_link a {
	font-weight: normal;
}

/*定期、頒布会商品初回価格*/
p.rg_price span.regular_price_str {
	color: #2a78d0;
	margin-bottom: 3px;
}

p.rg_price span.regular_price {
	color: #2a78d0;
	margin-bottom: 3px;
}

/*価格と在庫一覧ポップアップ*/
#variationPriceAnnounceMailDialog,
#spsVarpriceStockDialog1 {
	padding: 1em 0 !important;
}

div[aria-describedby=variationPriceAnnounceMailDialog],
div[aria-describedby=spsVarpriceStockDialog1] {
	padding: 1em;
}

#spsVarpriceStockDialog1 > div:last-child input {
	font-size: 90% !important;
	width: 30%;
}

div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType {
	min-width: 50%;
}

div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType th,
div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType td {
	font-size: 100%;
	vertical-align: middle;
}

div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType td.backcolor1 {
	width: 25%;
}

div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType p {
	font-size: 90%;
	margin: 0;
	padding: 10% 7%;
}

/*入荷連絡*/
#variationPriceAnnounceMailDialog {
	padding: 0.5em 0 !important;
}

#variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input {
	font-size: 100% !important;
	width: 30%;
}

#variationPriceAnnounceMailDialog div.layoutp3 + div input:hover,
#variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input:hover {
	background-color: #666;
	border: 1px solid #666;
}

#spsVarpriceStockDialog1 #itemStocklist table.contType {
	width: 100%;
}

#spsVarpriceStockDialog1 #itemStocklist td.backcolor2 p a.announceMail img {
	display: block;
	margin-top: 10px;
	width: 110px;
}

#spsVarpriceStockDialog1 .cartArea table.variation td a img {
	width: 110px;
}

/*-- マイページ --*/
#center3 .centerbox form[name=Login] table td {
	border-top: none;
	min-width: 60px;
}

#center3 .centerbox form[name=Login] table tr:last-child td {
	border-bottom: none;
}

#center3 input.sps-my-display[type=button],
#center3 input.sps-my-change-display[type=button] {
	background-color: #fff;
	color: #333;
	height: 34px;
	margin: 0 0 15px;
}

#center3 input.sps-my-display[type=button]:hover,
#center3 input.sps-my-change-display[type=button]:hover {
	background-color: #aaa;
	border: 1px solid #aaa;
	color: #fff;
}

#center3 .bordlayoutp3 input[value=次回から全て再開] {
	height: 30px;
	max-width: 200px;
	min-width: 170px;
}

#center3 .bordlayoutp3 table tbody tr td input[value=再開] {
	height: 30px;
	margin: 5px auto;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}

#center3 .bordlayoutp3 table tbody tr td input[value=休止] {
	background-color: #fff;
	color: #333;
	height: 30px;
	margin: 5px auto;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}

#center3 .bordlayoutp3 h4 input {
	height: 30px;
}

#center3 .bordlayoutp3 table tbody tr td input[value=変更] {
	height: 30px;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}

#center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用する],
#center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用しない] {
	height: 30px;
	margin-left: 10px;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}

#center3 .centerbox .bordlayoutp3 table tbody tr td table tr td.send_info {
	width: 12em !important;
}

#center-seo input[type=submit],
#center-seo input[type=button],
#center3 input[type=submit],
#center3 input[type=button],
#contact #center1 .centerbox .mainCont input[type=button],
#contact #center1 .centerbox .mainCont input[type=submit] {
	background: none;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 3px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 0.75rem;
	height: 40px;
	padding: 0 15px;
	width: 42%;
}

#center3 input[type=button],
#center3 input[type=submit] {
	min-width: 150px;
	width: auto;
}

/*-- カート(#EST_SPS_cart)/レジ(#EST_SPS_regi)/注文完了(#EST_SPS_order)アンケート --*/
.cart-section #contact #center1 .centerbox .mainCont {
	margin-bottom: 20px;
}

#contact #center1 .centerbox .mainFrame .mainCont h4 {
	display: inline-block !important;
	font-weight: bold;
	margin: 80px 0 20px;
	border: none;
	font-size: 18px;
	color: #222222;
	border-bottom: 3px solid #222222;
	letter-spacing: 0.05em;
	padding: 0px 0 10px;
}

div.cart-section div#contact img[height="1"] {
	display: none;
}

.cart-section #contact table td {
	padding: 0;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
	text-align: left !important;
	background: no-repeat;
	font-size: 120%;
	font-weight: bold;
	min-width: 80px;
	width: 7% !important;
}

#contact #center1 .centerbox .mainCont input[type=button],
#contact #center1 .centerbox .mainCont input[type=submit] {
	margin: 5px 0;
	padding: 0 2em;
	min-width: 100px;
	width: auto;
}

#center-seo input[type=submit]:hover,
#center-seo input[type=button]:hover,
#center3 input[type=submit]:hover,
#center3 input[type=button]:hover,
#contact #center1 .centerbox .mainCont input[type=button]:hover,
#contact #center1 .centerbox .mainCont input[type=submit]:hover {
	background-color: #222222;
	background-image: none;
	border: 1px solid #fff;
}

/*カゴ画面購入手続きへ進むボタン*/
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=購入手続きへ進む],
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=確認画面に進む] {
	background-color: #6599cc;
	border-color: #6599cc;
	color: #fff;
	font-size: 135%;
	height: 56px;
	letter-spacing: 0.13em;
	padding: 0;
	vertical-align: middle;
	width: 330px;
}

.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=戻る] {
	font-size: 135%;
	height: 56px;
	letter-spacing: 0.13em;
	margin: 5px 15px 5px 0;
	vertical-align: middle;
	width: 190px;
}

.cart-section #contact #center1 .centerbox .mainCont input[type=button][value="　 次へ　 "],
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=　この内容で注文する　] {
	background-color: #6599cc;
	border-color: #6599cc;
	color: #fff;
	font-size: 135%;
	height: 56px;
	letter-spacing: 0.13em;
	padding: 0;
	vertical-align: middle;
	width: 330px;
}

.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=購入手続きへ進む]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value="　 次へ　 "]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=確認画面に進む]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=　この内容で注文する　]:hover {
	background-color: #87afd8;
	border-color: #87afd8;
}

.cart-section #contact #center1 .centerbox .mainCont input[value=変更],
.cart-section #contact #center1 .centerbox .mainCont input[value=削除] {
	height: 30px;
	margin: 5px auto;
	max-width: 150px;
	min-width: 100px;
	padding: 0;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name=COUPONCODE] {
	display: inline;
	height: 40px !important;
	margin-left: 5px;
	min-width: 48%;
}

/*カートのまとめ割引リンク用*/
.bundle_display a {
	display: inline-block;
	margin-top: 3px;
	padding: 5px;
	border: 1px solid #6599cc;
	border-radius: 3px;
	line-height: 1.3;
	text-decoration: none !important;
	color: #6599cc;
}

.bundle_display a font {
	color: #6599cc;
}

.bundle_display a:hover {
	background: #f0f8ff;
}

#contact table.cartItem .backcolor2 a#bundle_desc {
	color: #6599cc;
}

/*カート内関連商品*/
#contents .cart-section h4.SPS-cart-related_item {
	border-top: 3px solid #333;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 21px 0;
	width: 100%;
}

div[aria-describedby=variationPriceAnnounceMailDialog] .ui-dialog-titlebar-close,
div[aria-describedby=spsVarpriceStockDialog1] .ui-dialog-titlebar-close {
	top: 30%;
}

input#announceMailAddress {
	width: 99%;
}

.sps-enqueteTable input[type=radio] {
	margin: 0 3px 2px 5px;
}

/*支払方法選択*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
	padding: 0;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .point_use_table .side,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side .paytypewrap {
	padding: 10px 15px;
}

#EST_SPS_cart #contact div.mainCont h4.newMemberinfo {
	margin: 15px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
	overflow: hidden;
}

#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
	padding: 1em 5px;
	text-align: left;
	width: 18%;
}

form[name=COUPON] .backcolor2 {
	padding: 1em !important;
}

.login-next {
	margin-top: 1em;
}

/*レジ画面プルダウン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select {
	height: 34px;
	margin: 5px 0;
}

.SPS-regi-item_detail {
	display: block !important;
	padding-top: 3em;
}

#contact table.cartItem {
	margin: 0;
}

#contact select[name^=enq_ans_month],
#contact select[name^=enq_ans_day] {
	min-width: 60px;
}

#EST_SPS_cart #contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table td hr {
	display: block;
	margin: 0 20px 1rem;
	height: 2px;
	background-color: #e0e0e0;
	border: 0;
}

.cartBtnPreviousBottom {
	display: inline-block;
	vertical-align: middle;
}

.itemPic img {
	height: auto;
	min-width: 50px;
}

.SPS-fontlarge {
	font-size: 1.2em;
	vertical-align: middle;
}

#EST_SPS_order .sps-noregist {
	cursor: pointer;
	display: inline-block;
	margin-top: 0.5em;
	font-size: 0.8em;
}

.sps-coupon_notice {
	font-size: 0.8em;
	margin-left: 15px;
}

/*お届けスケジュールカレンダー表示*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.first {
	padding: 1rem 0.5% 1rem 1% !important;
	width: 32%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.second {
	padding: 1rem 0.5% !important;
	width: 32%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.third {
	padding: 1rem 1% 1rem 0.5% !important;
	width: 32%;
}

#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal th {
	padding: 20px;
	text-align: center;
}

/*会員登録完了*/
#contact #center3 .centerbox h3.title1 {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	padding: 21px 0;
}

#contact #center3 .centerbox .mainCont p {
	font-size: 0.8rem;
}

/*-----------------------------------------------------*/
/*  for -960px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 960px) {
	#header-inner {
		box-sizing: border-box;
		padding: 0 15px;
	}

	input[type=text] {
		display: block;
	}

	.column-set .quantityArea input[type=text],
div.enquete-section input[type=text],
#center1 input[name=RECV_NGDAY],
#center3 input[name=RECV_NGDAY],
h2.sps-add-to-cart-together input[type=text],
section#itemDetail-wrap table.spec td input,
.column4 h2 input,
.column5 h2 input {
		display: inline;
	}
}
/*-----------------------------------------------------*/
/*  for -768px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 768px) {
	#wrapper {
		width: 100%;
		min-width: 100%;
	}

	#header-inner {
		background-size: cover !important;
		box-sizing: border-box;
		padding: 0 15px;
		position: relative;
		width: 100%;
	}

	#header-inner #logo {
		display: block;
		margin-bottom: 10px;
		min-height: 46px;
		padding: 20px 0 0;
		text-align: left;
		width: 33%;
	}

	#header-inner #hNav {
		display: block;
		overflow: hidden;
		margin: 15px 0 0;
		width: 100%;
	}

	#hNav ul#keyword li a {
		background-color: #efefef;
		border-radius: 3px;
		display: inline-block;
		float: none;
		margin: 0 0 15px;
		padding: 2%;
	}

	/*メニュー(768px)*/
	#hNav nav,
#hNav .cart-nav {
		position: absolute;
		top: 20px;
		right: 2%;
	}

	#hNav ul#header-nav li {
		color: #333;
		font-size: 80%;
		margin-right: 62px;
		padding: 0 5px;
	}

	#hNav ul#header-nav li#header-nav-mypage a::before,
#hNav ul#header-nav li#header-nav-cart a::before {
		display: block;
		height: 28px;
		margin: 0 auto 3px;
		top: 0;
		width: 28px;
	}

	#hNav ul#header-nav li#header-nav-cart {
		margin-left: -62px;
	}

	#hNav ul#header-nav li#header-nav-drawer {
		background: #fff;
		border: 1px solid #888;
		border-radius: 5px;
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		height: 46px;
		margin: 0;
		padding: 0;
		position: fixed;
		right: 2%;
		top: 20px;
		white-space: nowrap;
		width: 46px;
		z-index: 150;
	}

	#header-nav-drawer span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 24px;
		height: 3px;
		margin: -3px 0 0 -12px;
		background: #777;
		transition: 0.2s;
	}

	#header-nav-drawer span::before,
#header-nav-drawer span::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 3px;
		background: #777;
		transition: 0.3s;
	}

	#header-nav-drawer span::before {
		margin-top: -10px;
	}

	#header-nav-drawer span::after {
		margin-top: 7px;
	}

	#header-nav-drawer.spsDrawerOpen span {
		background: transparent;
	}

	#header-nav-drawer.spsDrawerOpen span::before,
#header-nav-drawer.spsDrawerOpen span::after {
		margin-top: 0;
	}

	#header-nav-drawer.spsDrawerOpen span::before {
		transform: rotate(-45deg);
	}

	#header-nav-drawer.spsDrawerOpen span::after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	/*-- 検索ボックス(768px) --*/
	#hNav #searchbox_wrap {
		margin: 0 0 10px;
		width: 100%;
	}

	#hNav #searchbox {
		float: none;
		overflow: hidden;
		margin: 0px auto;
		width: 100%;
	}

	#hNav #searchbox p {
		display: none;
		margin: 0;
	}

	#hNav #searchbox form {
		height: 50px;
		position: relative;
		width: 100%;
	}

	#hNav #searchbox input.searchbox {
		height: 48px !important;
		padding: 0 70px 0 5px;
		width: 100%;
	}

	#hNav #searchbox input.searchSubmit {
		background-color: #777;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
	}

	input[type=text],
input[type=password] {
		border-radius: 0;
		box-sizing: border-box;
	}

	input[type=button],
input[type=submit] {
		box-sizing: border-box;
	}

	input[type=image] {
		border-radius: 0;
		height: auto;
		box-sizing: border-box;
	}

	select {
		background-color: #fff;
		border: 1px solid #a9a9a9;
		border-radius: 0;
		box-sizing: border-box;
		height: 40px;
	}

	/*グローバルナビ(768px)*/
	#gnav div.cart-nav,
#gnav nav {
		width: 100%;
	}

	#contents {
		width: 100%;
	}

	#main-column,
#main-column-full {
		box-sizing: border-box;
		float: none;
		margin-bottom: 0;
		padding: 0 15px;
		width: 100%;
	}

	.w100,
article section,
section {
		box-sizing: border-box;
	}

	section section {
		padding: 0;
	}

	/*店長日記*/
	#main-column .freeArea2.shopDiary p a {
		margin: 15px 0 0 66%;
		padding: 1%;
		width: 34%;
	}

	.half-cont,
.half-cont:nth-child(2n) {
		box-sizing: border-box;
		float: none;
		margin: 0;
		width: 100%;
	}

	.newItem,
.pickup,
.ranking {
		padding: 0;
		margin: 0;
	}

	#main-column .half-cont_wrap01 .half-cont .category h2,
#main-column .half-cont_wrap02 .half-cont .category h2,
#main-column .half-cont_wrap01 .half-cont .group h2,
#main-column .half-cont_wrap02 .half-cont .group h2 {
		padding: 21px 0;
		font-size: 100%;
	}

	/*-- 商品一覧(768px) --*/
	#bread-crumb {
		margin: 0 0 30px;
	}

	.column4 .itemThumb,
.column5 .itemThumb,
.column4 .item-list-span-img,
.column4 .itemThumb a,
.column5 .itemThumb a,
.column5 .item-list-span-img {
		height: 100%;
		width: 100%;
	}

	.column4 .itemThumb a img,
.column5 .itemThumb a img {
		height: 100%;
		width: 100%;
		max-height: 100%;
		max-width: 100%;
	}

	.column4 p.sps-itemList-stockDisp a,
.column5 p.sps-itemList-stockDisp a {
		font-size: 95%;
		margin: 0;
		padding: 1% 2%;
		width: 100%;
	}

	#itemList_wrap #pager-top {
		padding: 20px 0 0 0;
	}

	#itemList_wrap #pager-top .pagerlist,
#itemList_wrap #pager-bm .pagerlist {
		margin-top: 10px;
	}

	/*説明付き(768px)*/
	#itemList2 .column4 .sps-wishAddItem img,
#itemList2 .column5 .sps-wishAddItem img,
#itemList2 .column4 .sps-wishAddItemOk img,
#itemList2 .column5 .sps-wishAddItemOk img {
		margin-left: 88%;
		width: 12%;
	}

	/*まとめ買い(768px)*/
	h2.sps-add-to-cart-together input[type=text] {
		display: inline;
		height: 34px;
	}

	h2.sps-add-to-cart-together select {
		height: 34px;
	}

	.column4 h2 select,
.column5 h2 select {
		height: 34px;
		width: 40px;
	}

	.column4 h2 input,
.column5 h2 input {
		height: 34px;
		padding: 0 15px;
		text-align: right;
		width: 40px;
	}

	/* 入荷連絡(768px) */
	#variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 th {
		border-left: none;
		border-right: none;
		box-sizing: border-box;
		display: block;
		padding: 10px 5px;
		width: 100%;
	}

	#variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 td {
		box-sizing: border-box;
		display: block;
		border: none;
		padding: 10px 5px;
		width: 100%;
	}

	div[aria-describedby=variationPriceAnnounceMailDialog],
div[aria-describedby=spsVarpriceStockDialog1] {
		left: 2% !important;
		right: 2%;
		position: absolute !important;
		width: 96% !important;
	}

	/*-- 商品詳細ページ(768px) --*/
	#itemDetail-cont .itemThumb-wrap {
		margin: 0px 2% 0px 0px;
		width: 40%;
	}

	#itemDetail-cont .itemThumb-wrap .itemThumb-main {
		height: auto;
	}

	#itemDetail-cont .itemOutline {
		width: 58%;
	}

	#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
		margin-right: 1%;
		text-align: center;
		width: 24%;
	}

	.itemOutline ul.snsArea,
article#Detail .itemOutline ul.infoArea {
		height: auto;
	}

	section#itemDetail-wrap table.spec tr.option_area td select.option_parts {
		height: 34px;
		width: 85%;
	}

	section#itemDetail-wrap table.spec tr.option_area td input.option_parts,
section#itemDetail-wrap table.spec tr.option td input {
		height: 34px !important;
		width: 85%;
	}

	section#itemDetail-wrap table.spec tr.quantityArea td select.quantity {
		height: 34px;
		width: 85%;
	}

	section#itemDetail-wrap table.spec td input {
		height: 34px !important;
		width: 20%;
	}

	/*関連商品(768px)*/
	.column5 {
		float: left;
		width: 22%;
		margin: 0 4% 10px 0;
		padding-bottom: 10px;
	}

	.column5:nth-child(3n+1) {
		clear: none;
	}

	.column5:nth-child(4n+1) {
		clear: both;
	}

	.column5:nth-child(4n) {
		margin: 0 0 10px 0;
	}

	.column5:nth-child(5n) {
		margin: 0 4% 10px 0;
	}

	.column5:nth-child(5n+1) {
		clear: inherit;
	}

	.column5:nth-child(20n) {
		margin: 0 0 10px 0;
	}

	.column5:nth-child(20n+1) {
		clear: both;
	}

	section.recommend .column-set .quantityArea input,
section.recommend .column-set .quantityArea select {
		display: inline;
		height: 34px !important;
		width: 40px;
	}

	/*ポップアップ全般(768px)*/
	.ui-dialog {
		width: 96% !important;
		left: 2% !important;
		top: 20px !important;
		max-height: 80vh;
		overflow: auto;
	}

	.ui-dialog .ui-dialog-content,
.ui-widget-content {
		max-height: 80vh !important;
	}

	div#sps-cartaddModal {
		width: 100% !important;
	}

	.ui-dialog #notChangeCycleDialog.ui-dialog-content {
		height: initial !important;
	}

	div[aria-describedby=notChangeCycleDialog] {
		position: fixed;
	}

	div[aria-describedby=amazon_dialog] {
		position: fixed !important;
	}

	/*入荷連絡/在庫一覧スクロール(768px)*/
	#variationPriceAnnounceMailDialog,
#spsVarpriceStockDialog1 {
		height: 96% !important;
		max-height: 96% !important;
	}

	div[aria-describedby=variationPriceAnnounceMailDialog],
div[aria-describedby=spsVarpriceStockDialog1] {
		position: fixed !important;
	}

	/*商品画像ポップアップ(768px)*/
	.ui-dialog div#dialog {
		height: 93% !important;
	}

	.fl_contents .fl_main {
		float: none;
		margin: 0 0 10px;
		overflow: initial;
	}

	.fl_main div {
		max-width: 85% !important;
		display: table-cell;
		vertical-align: middle;
		float: none !important;
	}

	.fl_contents .fl_thumbnail {
		box-sizing: border-box;
		float: none;
		max-width: none !important;
		overflow: hidden;
		width: 100%;
	}

	/*ダイアログ-商品を追加しました(768px)*/
	div.sps-cartaddBtnContent {
		width: 460px;
		margin: 0 auto;
	}

	div[aria-describedby=sps-cartaddModal] {
		height: auto !important;
	}

	section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
		min-width: 69px;
	}

	#spsVarpriceStockDialog1 table.variation th.sps-variation-stock {
		max-width: 120px;
		min-width: 100px;
		width: 121px !important;
	}

	section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
		max-width: 121px;
		min-width: 100px;
		width: 121px !important;
	}

	section#itemDetail-wrap .cartArea table.variation td input[type=image] {
		height: auto;
		max-width: 110px;
	}

	#center3 .centerbox table td.backcolor2 input[type=text] {
		width: 98%;
	}

	.fl_contents {
		width: auto !important;
	}

	.fl_main {
		display: table;
		width: 100% !important;
	}

	.fl_main div {
		left: 0 !important;
	}

	.fl_main_img {
		height: initial !important;
		padding-top: 0 !important;
		margin: 0 auto;
		max-width: 100% !important;
	}

	#thum_next,
#thum_prev {
		min-width: 15px;
		padding-left: 5px !important;
		padding-top: 0 !important;
	}

	.fl_t_item {
		box-sizing: border-box;
		width: 18% !important;
		margin: 1% !important;
		padding: 2% !important;
	}

	.fl_img_selected {
		border: 1px solid #c9e1f4 !important;
		margin: 1% !important;
		padding: 2% !important;
	}

	/*-- サイドカラム(768px) --*/
	#sub-column {
		/*background-color: #F5F5F5;*/
		background: #fff;
		box-sizing: border-box;
		float: none;
		height: 100%;
		margin: 0;
		overflow-y: auto;
		padding: 50px 4% 40px;
		position: fixed;
		right: -60%;
		top: 0;
		width: 60%;
	}
	#sub-column::-webkit-scrollbar {
		overflow: hidden;
		width: 0;
	}

	/* サイドメニューオープン(768px) */
	#sub-column.spsDrawerOpen {
		transition: 0.5s transform ease-in-out;
		transform: translateX(-100%);
		-webkit-overflow-scrolling: touch;
		z-index: 101;
	}

	#wrapper.spsDrawerOpen::before {
		background: rgba(0, 0, 0, 0.6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 50;
	}

	#sub-column.spsDrawerClose {
		transition: 0.5s transform ease-in-out;
		transform: translateX(0);
		-webkit-overflow-scrolling: touch;
		z-index: 100;
	}

	#sub-column .group,
#sub-column #followUs,
#sub-column .newItem,
#sub-column .link {
		margin-bottom: 20px;
	}

	#sub-column h2 {
		font-size: 110%;
		/*background-color: #F5F5F5;*/
		padding: 0 0 10px;
	}

	#sub-column .category {
		margin-bottom: 40px;
	}

	#sub-column .group nav ul li a,
#sub-column .category nav ul li a,
#sub-column .link nav ul li a {
		font-size: 90%;
	}

	#sub-column .freeArea2 .free-contents {
		/*background-color: #FFF;
		font-size: 80%;
		padding: 2%;
		*/
	}

	.freeArea2.shopDiary p {
		font-size: 100%;
	}

	/*-- フッター/ドロワー内 検索ボックス(768px) --*/
	.leftSearch {
		box-sizing: border-box;
		margin: 0;
		overflow: hidden;
	}

	.leftSearch #searchbox_wrap {
		margin: 15px 0;
		width: 100%;
	}

	.leftSearch #searchbox {
		overflow: hidden;
		margin: 0px auto;
		width: 100%;
	}

	.leftSearch #searchbox form {
		height: 50px;
		position: relative;
		width: 100%;
	}

	.leftSearch #searchbox input.searchbox {
		height: 48px !important;
		padding: 0 70px 0 5px;
		width: 100%;
	}

	.leftSearch #searchbox input.searchSubmit {
		background-color: #777;
		height: 48px;
		position: absolute;
		right: 0;
		top: 0;
		width: 70px;
	}

	/*ドロワー内 カレンダー(768px)*/
	#subc_calendar {
		box-sizing: border-box;
		margin-bottom: 0;
		padding: 0;
		width: 100%;
	}

	div.subc_cal_cont {
		box-sizing: border-box;
		margin-bottom: 30px;
		width: 100%;
	}

	div#subc_calendar h2 {
		box-sizing: border-box;
		font-size: 110%;
		padding: 10px 0;
		width: 100%;
	}

	div.subc_cal_cont .cap .cap-info {
		background-color: #fff;
		padding: 10px 0;
	}

	/*ドロワー内 メルマガ(768px)*/
	#sub-column #snav_mailMag {
		box-sizing: border-box;
		width: 100%;
	}

	#sub-column div.snav_mailMag_cont {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}

	#sub-column div.snav_mailMag_cont p:last-child {
		background-color: #fff;
		height: auto;
		line-height: 130%;
		margin: 15px 0 10px 24%;
		padding: 10px 1%;
	}

	/*フッター/ドロワー内 注目キーワード(768px)*/
	#sub-column .link.keyword nav {
		padding: 5px 2% 0;
	}

	#sub-column .link.keyword nav ul li {
		border: none;
		background-color: inherit;
		display: inline;
	}

	#sub-column .link.keyword nav ul li a {
		background-color: #fff;
		border-radius: 3px;
		display: inline-block;
		margin: 0 0 15px;
		padding: 3% 2%;
	}

	#sub-column .link.keyword nav ul li a:hover {
		color: #999;
	}

	#sub-column .keyword nav ul li a::after {
		display: none;
	}

	/*-- サイトマップ(768px) --*/
	section #document .txt-list03 section.tree00 {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		width: 100%;
	}

	/*-- お客様の声(768px) --*/
	article #main-column section.rating .tmb {
		margin-right: 2%;
		width: 23%;
	}

	article #main-column section.rating .reviewTxt {
		width: 75%;
	}

	article #main-column section.rating h2 {
		display: block;
		width: 100%;
	}

	article #main-column section.rating .btnMore {
		display: block;
		margin: 10px 0 0 0;
		width: 170px;
	}

	article #main-column form[name=REVIEWLIST] .btnMore img {
		width: 190px;
	}

	/*-- カート/アンケート(768px) --*/
	#cart-header #hNav ul#header-nav li#header-nav-cart,
#enquete-header #hNav ul#header-nav li#header-nav-cart {
		margin-left: 0;
	}

	#cart-header #hNav ul#header-nav li,
#enquete-header #hNav ul#header-nav li {
		margin-right: 0;
	}

	#main-column-full {
		box-sizing: border-box;
		padding: 0 15px;
		width: 100%;
	}

	#cart-header #header-inner {
		display: table;
	}

	#cart-header #main-nav {
		display: none;
	}

	#contact {
		width: 100%;
		margin: 0 auto;
	}

	#center1 .centerbox .mainCont {
		padding: 10px 0;
	}

	#contact #center1 .centerbox .mainCont .step_navi01,
#contact #center1 .centerbox .mainCont .step_navi02,
#contact #center1 .centerbox .mainCont .step_navi03,
#contact #center1 .centerbox .mainCont .step_navi04 {
		background-size: 100%;
		margin: 0 auto;
	}

	.cart-section #contact #center1 .centerbox .mainCont input[type=submit] {
		margin: 5px 0;
		padding: 0 1em;
		min-width: 50px;
		width: auto;
	}

	.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=submit] {
		padding: 0 6%;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
		margin-right: 5px;
		max-width: 50px;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=削除] {
		max-width: 60px;
		min-width: 34px;
		width: auto;
	}

	/*削除ボタン*/
	.sps-coupon_notice {
		display: block;
	}

	/*SSL*/
	.sps-sslSticker-description {
		line-height: 140%;
		margin: 0 !important;
		width: auto !important;
	}

	/*カート内関連商品(768px)*/
	#contents .cart-section .column5 {
		float: left;
		width: 22% !important;
		margin: 0 4% 10px 0 !important;
		padding-bottom: 10px !important;
	}

	#contents .cart-section .column5:nth-child(4n) {
		margin: 0 0 10px 0 !important;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type=text]#PREPAIR_POINT {
		display: inline;
	}

	/*会員情報の変更/お届け先情報(768px)*/
	#contact #center1 .centerbox #cartNewmem #newMemberTitle h3.title1 {
		font-size: 150%;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td,
#contact .sps-inputTable td,
#center3 .sps-inputTablePopup td,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputItem,
#contact .sps-inputTable td.sps-inputContent,
#center3 .sps-inputTablePopup td.sps-inputItem,
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td {
		border-left: 0;
		border-right: 0;
		box-sizing: border-box;
		display: block;
		width: 100% !important;
	}

	table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td:nth-child(2) {
		border: none;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi td {
		border: none;
		width: 100% !important;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
		padding: 0 !important;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:nth-child(2) {
		padding: 0 0 1rem !important;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable tr:last-child td {
		border: none;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent,
#contact .sps-inputTable td.sps-inputConten,
#center3 .sps-inputTablePopup td.sps-inputContent {
		border: none;
		box-sizing: border-box;
		display: block;
		width: 100% !important;
	}

	#center3 .sps-inputTablePopup td:first-child {
		font-weight: bold;
		text-align: left;
	}

	#center3 .sps-inputTablePopup input[type=text],
#center3 .sps-inputTablePopup input[type=password],
#center3 .sps-inputTablePopup select {
		max-width: 100%;
		width: 100%;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td:nth-child(2n),
#center3 .sps-inputTablePopup td:nth-child(2n) {
		border: none;
	}

	#center3 .sps-inputTablePopup td.form_group {
		line-height: 225%;
	}

	#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont input[type=text],
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont textarea {
		width: 100%;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent input[type=text],
#center3 .sps-inputTablePopup .sps-inputContent input[type=text],
#center3 .sps-inputTablePopup td input[type=text],
#center3 .sps-inputTablePopup td select[name=Pref] {
		max-width: initial;
		width: 100% !important;
	}

	#center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup td {
		background-color: #fff;
		display: block;
		width: 100% !important;
	}

	#center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:first-child {
		padding: 0;
	}

	#center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:nth-child(2) {
		padding-top: 0;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select span,
#center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select span {
		margin: 0 10px 0 0;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_TIME],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_DATE_LIST],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name=RECV_NGDAY],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_TIME],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_DATE_LIST],
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name=RECV_TIME],
#center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY] {
		width: 100% !important;
		margin-left: 0;
		max-width: inherit;
	}

	#center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY],
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name=RECV_NGDAY] {
		width: 100% !important;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_N],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_W],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_N],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_W] {
		display: block;
		max-width: inherit;
		width: 100% !important;
	}

	/*お届けスケジュール(768px)*/
	#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
		width: 30% !important;
	}

	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_scadule_box table.deli_cycle td {
		background-color: none;
		border: none;
		display: block;
		padding: 0 !important;
		width: 100%;
	}

	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third {
		box-sizing: border-box;
		display: block;
		padding: 1rem 1% !important;
		width: 100%;
	}

	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first th,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second th,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third th,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first td,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second td,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third td {
		box-sizing: border-box;
		padding: 3% !important;
		width: 13% !important;
	}

	#center-seo .centerbox .layoutp3 + .bordlayoutp3 > table,
#center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
		width: 100% !important;
	}

	/*SSL(768px)*/
	.sps-sslSticker-description {
		margin: 0 !important;
		padding: 2% 0 0;
		width: 100% !important;
	}

	/*お届けスケジュール確認ポップアップ(768px)*/
	div[aria-describedby=allChangeScheduleStatus],
div[aria-describedby=changeScheduleStatus] {
		position: fixed !important;
	}

	/*新規会員登録table(768px)*/
	#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
		box-sizing: border-box;
		display: block;
		padding: 1em 5px;
		text-align: left;
		width: 100% !important;
	}

	#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor1 {
		font-weight: bold;
	}

	#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor2,
#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td:nth-child(2) {
		border: none;
		min-height: 44px;
	}

	/*-- アンケート(768px) --*/
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr {
		padding-bottom: 10px;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td input {
		width: 140px;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS1],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS2],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS4],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[name=ANS5] {
		min-width: 100% !important;
	}

	/*メールマガジン登録・解除(768px)*/
	#contact table.mailMF input.mailAddress,
#contact table.mailMF input.mailAddress_new {
		width: 100%;
	}

	#contact table.mailMF input.btn-confirmNext {
		margin: 15px 0;
	}

	#contact.sps-mailMagazine .sps-mailMagazine-freeArea {
		margin: 60px 0 0;
		width: 100%;
	}

	#contact .mailm .txtBox h2 {
		padding: 8px 10px;
		background-color: #eee;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}

	#contact table.mailMF tbody tr th {
		display: none;
	}

	#contact table.mailMF tbody tr td {
		border: none;
		box-sizing: border-box;
		display: block;
		width: 100%;
		padding: 0 !important;
	}

	#contact table.mailMF tbody tr td input[type=text] {
		border: 1px solid #a9a9a9;
		float: none;
	}

	#contact table.mailMF span.btn-confirm {
		float: none;
	}

	#contact table.mailMF tbody tr td input[type=button] {
		float: none;
		margin: 15px auto;
		width: 100%;
		max-width: 400px;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td input {
		margin-left: 0;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td input {
		margin-left: 12px;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td:nth-child(2) input {
		margin-left: 8px;
	}

	/*フッター(768px)*/
	div#cart-footer,
footer {
		min-width: 100%;
		width: 100%;
	}

	/*
	#footer-inner {
	 background-color: #222222;
	 width: 100%;
	}
	div#cart-footer #footer-inner .footer_gnavi, footer #footer-inner .footer_gnavi {
	 float: none;
	}
	div#cart-footer div.cart-nav, footer nav, #copyright {
	 float: none;
	}
	*/
	#contents #main-column .footer_area {
		margin: 0;
	}

	#subc_freeArea {
		margin: 0;
		padding: 5px 2% 20px;
	}

	#subc_freeArea img {
		margin: 0;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
		width: 100%;
	}

	/*-- お問い合わせ/商品についてのお問い合わせ/お友達に教えるポップアップ --*/
	form[name$=FORM] ~ tbody #center3 .layoutp3 table th {
		box-sizing: border-box;
		display: block;
		text-align: left;
		width: 100%;
	}

	form[name$=FORM] ~ tbody #center3 .layoutp3 table td {
		border: none;
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	/*-- お客様の声をお送りください(768px) --*/
	.sps-reviewComment .mainCont p.no2 {
		width: 100% !important;
	}

	.mainCont .comment_box {
		text-align: left;
		width: 100% !important;
	}

	.mainCont .comment_box table {
		table-layout: fixed;
	}

	.mainCont .comment_box table td.backcolor1 {
		border-left: none;
		border-right: none;
		display: block;
		width: 100% !important;
	}

	.mainCont .comment_box table td.backcolor2 {
		border: none;
		display: block;
		padding: 1em 0;
		width: 100%;
	}

	.mainCont .comment_box form[name=form3] table table td input[type=password] {
		width: 100% !important;
	}

	.mainCont .comment_box form[name=form3] table td.backcolor2 table input[type=text] {
		width: 100% !important;
	}

	.mainCont .comment_box table td.backcolor2 br {
		display: none;
	}

	#to-cart a:hover img,
#page-top a:hover img {
		opacity: 1;
	}
}
/*-----------------------------------------------------*/
/*  for -580px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 580px) {
	/*商品一覧*/
	#itemList_wrap #pager-top .selectbox .select01 {
		margin: 0 0 15px;
		width: 100%;
	}

	#center3 input[type=submit] {
		display: block;
		margin: 0 auto 12px !important;
		min-width: 150px;
		width: auto;
	}

	#center3 input[type=submit][value=　　決定　　] {
		display: inline;
	}

	#center3 .layoutp3 input[type=button][value=キャンセル] {
		margin: 0 auto;
		min-width: 150px;
		width: auto;
	}

	#center3 .bordlayoutp3 table tbody tr td input[type=button] {
		display: block;
		margin: 0;
		padding: 0 15px;
		width: 100%;
	}

	#center3 .bordlayoutp3 table tbody tr td input[type=button]:nth-child(n+2) {
		margin: 7px auto 0;
	}

	/*カート(580px)*/
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi td {
		display: block;
		padding: 0 !important;
		width: 100% !important;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi tr:first-child td div {
		margin-bottom: 10px;
	}

	.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=購入手続きへ進む] {
		margin: 0;
		width: 100%;
	}

	.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=戻る] {
		margin: 10px 0 0;
		width: 100%;
	}

	.cart-section #contact #center1 .centerbox .mainCont input[type=button][value="　 次へ　 "],
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=確認画面に進む],
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=　この内容で注文する　] {
		display: block;
		width: 100%;
		margin: 10px auto 0;
	}

	/*マイページ*/
	#center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用する],
#center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用しない] {
		margin-left: 0;
	}

	/*お客様の声をお送りください*/
	.mainCont .comment_box form[name=form3] table td.backcolor2 table {
		width: 100%;
		margin: 0 auto;
	}

	.mainCont .comment_box form[name=form3] table td.backcolor2 table td:first-child {
		width: 90px;
	}
}
/*-----------------------------------------------------*/
/*  for -480px                  */
/*-----------------------------------------------------*/
@media screen and (max-width: 480px) {
	/*hover指定打消し*/
	a:hover {
		color: #333;
		text-decoration: none;
	}

	a:hover img,
#hNav ul#header-nav li a:hover,
.siteName a:hover,
.sitecopy a:hover,
#sub-column .group nav ul li a:hover,
#sub-column .group nav ul li a:active,
#sub-column .category nav ul li a:hover,
#sub-column .category nav ul li a:active,
#sub-column .link nav ul li a:hover,
#sub-column .link nav ul li a:active,
#sub-column .sitelink a:hover,
#sub-column #snav_followUs nav ul li a:hover img,
#itemDetail-cont .cartArea input:hover,
#itemDetail-cont .cartArea .variation a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		-khtml-opacity: 1;
		-moz-opacity: 1;
		cursor: auto;
	}

	#gnav div.cart-nav ul li a:hover,
#gnav div.cart-nav ul li a:active,
#gnav nav ul li a:hover,
#gnav nav ul li a:active,
article a:hover p,
div.cart-article a:hover p,
#sub-column div.snav_mailMag_cont input.submit_mailMag:hover,
#Journal a .more:hover,
input[type=submit].btn-confirmPost:hover,
input[type=button].btn-confirmBack:hover,
#contact input.btn-confirmNext:hover,
#contact .btn-enq input.btn-confirmNext:hover,
#contact .mailMF input.btn-confirmNext:hover,
#contact .mailMC input.btn-confirmNext:hover,
#sub-column .link.keyword nav ul li a:hover,
#sub-column div.snav_mailMag_cont input.submit_mailMag:hover {
		background-color: #333;
	}

	div#cart-footer #footer-inner .footer_gnavi ul li a:hover,
footer #footer-inner .footer_gnavi ul li a:hover,
#center-seo .centerbox a:hover,
#center3 .centerbox a:hover {
		text-decoration: none;
	}

	.bundle_display a:hover {
		background: #fff;
	}

	#contact input.btn-confirmBack:hover {
		background: url(/images/btn-back_bg.gif) no-repeat left top;
	}

	#contact .btn-confirmCancel:hover {
		background: url(/images/btn-confirm_bg.gif) repeat-x left top;
	}

	#contact .btn-confirmClose:hover {
		background: url(/images/btn-close_bg.gif) no-repeat left top;
	}

	#contact input.btn-confirm120:hover,
#contact input.btn-confirm160:hover,
#contact input.btn-confirmReg:hover {
		background: url(/images/btn-confirm_bg.gif) repeat-x left top;
	}

	#contact input.btn-confirmBackItem:hover {
		background: url(/images/btn-back_bg120.gif) no-repeat left top;
	}

	.wishAllDelBtn:hover {
		background-color: #333 !important;
		border: 1px solid #333 !important;
	}

	#contact #center1 .centerbox .title1 a:hover {
		font-weight: normal;
	}

	#contact .mainFrame .mainCont a:hover {
		color: #333;
		text-decoration: none;
	}

	div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
		background: url(/images/btn-confirm_bg.gif) repeat-x left top;
	}

	.cart-section #contact #center1 .centerbox .mainCont input[value=住所変更]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value=その他の情報変更]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value=詳細表示]:hover {
		font-weight: normal;
	}

	.ui-dialog #amazon_dialog #button_area input.button1:hover,
.mainCont .comment_box td.backcolor2 div.write_comment input[type=submit]:hover,
.mainCont .comment_box td.backcolor2 div.write_comment input[type=button]:hover,
div.mainCont input[type=button]:hover,
div.mainCont input[type=submit]:hover,
#bundle_detail > div:last-child input:hover,
#variationPriceAnnounceMailDialog div.layoutp3 + div input:hover,
#variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input:hover,
#center-seo input[type=submit]:hover,
#center-seo input[type=button]:hover,
#center3 input[type=submit]:hover,
#center3 input[type=button]:hover,
#contact #center1 .centerbox .mainCont input[type=button]:hover,
#contact #center1 .centerbox .mainCont input[type=submit]:hover {
		background-color: #333;
		border: 1px solid #333;
	}

	#center3 input.sps-my-display[type=button]:hover,
#center3 input.sps-my-change-display[type=button]:hover {
		background-color: #fff;
		border: 1px solid #333;
		color: #333;
	}

	.bundle_display a:hover {
		background: #f0f8ff;
	}

	#header-inner #logo {
		min-height: 40px;
	}

	#hNav ul#keyword li a {
		padding: 3% 2%;
	}

	/*メニュー(480px)*/
	#hNav nav,
#hNav .cart-nav {
		min-height: 40px;
	}

	#hNav ul#header-nav li {
		font-size: 70%;
		letter-spacing: -1px;
		padding: 0;
	}

	#hNav ul#header-nav li#header-nav-mypage a::before {
		content: "";
		background: url(/images/rps_mypage_icon.png);
		background-size: cover;
		display: block;
		height: 24px;
		width: 24px;
		margin: 0 auto 3px;
	}

	#hNav ul#header-nav li#header-nav-cart {
		margin-right: 54px;
	}

	#hNav ul#header-nav li#header-nav-cart a::before {
		content: "";
		background: url(/images/rps_cart_icon.png);
		background-size: cover;
		display: block;
		height: 24px;
		width: 24px;
		margin: 0 auto 3px;
	}

	#hNav ul#header-nav li#header-nav-drawer {
		height: 38px;
		width: 38px;
	}

	/*グローバルナビ(480px)*/
	#gnav div.cart-nav ul li,
#gnav nav ul li {
		font-size: 70%;
	}

	#gnav div.cart-nav ul li a,
#gnav nav ul li a {
		padding: 8px 6px 5px;
	}

	#gnav div.cart-nav li a::before,
#gnav nav li a::before {
		content: "";
		background-size: cover;
		display: block;
		height: 25px;
		width: 25px;
		margin: 0 auto 1px;
	}

	/*店長日記(480px)*/
	#main-column .freeArea2.shopDiary p a,
#main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
#main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
		font-size: 90%;
		margin: 15px 0 0 48%;
		padding: 1%;
		text-align: center;
		width: 52%;
	}

	/*-- 商品一覧(480px) --*/
	.column4,
.column5 {
		width: 49%;
		margin: 0 15px 10px 0;
		padding-bottom: 30px;
	}

	.column5:nth-child(5n) {
		margin: 0 15px 10px 0;
	}

	.column4:nth-child(2n),
.column5:nth-child(2n) {
		clear: none;
		margin: 0 0 10px 0;
	}

	.column4:nth-child(2n+1),
.column5:nth-child(2n+1) {
		clear: both;
	}

	/*説明付き(480px)*/
	#itemList2 .column4 .itemThumb-wrap,
#itemList2 .column5 .itemThumb-wrap {
		float: none;
		max-width: initial;
		width: 100%;
	}

	#itemList2 .column4 .itemThumb-wrap-right,
#itemList2 .column5 .itemThumb-wrap-right {
		margin-left: 0;
	}

	#itemList2 .column4 .sps-wishAddItem img,
#itemList2 .column5 .sps-wishAddItem img,
#itemList2 .column4 .sps-wishAddItemOk img,
#itemList2 .column5 .sps-wishAddItemOk img {
		margin-left: 86%;
		width: 14%;
	}

	article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2,
article #main-column #itemList section.column4 h2 {
		font-size: 90%;
		line-height: 125%;
		font-weight: bold;
	}

	#itemList2 .column4 .itemThumb-wrap p.sps-itemList-stockDisp,
#itemList2 .column5 .itemThumb-wrap p.sps-itemList-stockDisp {
		margin: 6px 0 20px;
	}

	#itemList2 .column4 .itemThumb-wrap p.sps-itemList-stockDisp a,
#itemList2 .column5 .itemThumb-wrap p.sps-itemList-stockDisp a {
		font-size: 100%;
		margin: 0 0 0 54%;
		width: 46%;
	}

	/*写真のみ(480px)*/
	#itemList .column4 p.sps-itemList-stockDisp,
#itemList .column5 p.sps-itemList-stockDisp {
		margin: 6px 0;
	}

	#itemList .column4 p.sps-itemList-stockDisp a,
#itemList .column5 p.sps-itemList-stockDisp a {
		font-size: 100%;
		margin: 0;
		width: 100%;
	}

	/*-- 商品詳細ページ(480px) --*/
	#itemDetail-cont .itemThumb-wrap {
		float: none;
		width: 100%;
		margin: 0;
	}

	#itemDetail-cont .itemOutline {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	section#itemDetail-wrap .cartArea table.variation td {
		font-size: 65%;
		padding: 3px;
	}

	table.variation span.selling_price,
table.variation span.special_price {
		font-size: 110%;
	}

	section#itemDetail-wrap .cartArea table.variation th {
		min-width: 35px;
	}

	#center-seo .mainCont,
#center3 .mainCont font {
		font-size: 90%;
	}

	section#itemDetail-wrap .cartArea {
		overflow-x: scroll;
		-ms-overflow-style: none;
	}

	section#itemDetail-wrap .cartArea::-webkit-scrollbar {
		display: none;
	}

	@-moz-document url-prefix() {
		section#itemDetail-wrap .cartArea {
			overflow-x: auto;
		}
	}
	/*ダイアログ-商品を追加しました(480px)*/
	div.sps-cartaddBtnContent {
		width: auto;
	}

	/*関連商品(480px)*/
	section.recommend .column-set .quantityArea span:first-child {
		display: inline;
	}

	/*ポップアップ全般(480px)*/
	.ui-dialog {
		position: fixed !important;
		top: 20px !important;
	}

	.ui-dialog .ui-dialog-content,
.ui-widget-content {
		max-height: 70vh !important;
	}

	/*入荷連絡/在庫一覧スクロール(480px)*/
	#variationPriceAnnounceMailDialog,
#spsVarpriceStockDialog1 {
		height: 93% !important;
		max-height: 93% !important;
	}

	div[aria-describedby=variationPriceAnnounceMailDialog],
div[aria-describedby=spsVarpriceStockDialog1] {
		position: fixed !important;
		top: 20px !important;
	}

	/*商品画像ポップアップ(480px)*/
	.ui-dialog div#dialog {
		height: 93% !important;
	}

	.fl_contents {
		width: auto !important;
	}

	.fl_main {
		display: table;
		width: 100% !important;
	}

	.fl_main_img {
		height: auto !important;
	}

	#thum_next,
#thum_prev {
		padding-top: 0 !important;
		margin: 70px 0 !important;
		min-width: 15px;
	}

	.fl_t_item {
		box-sizing: border-box;
		width: 29% !important;
		margin: 2% !important;
		padding: 2% !important;
	}

	.fl_img_selected {
		border: 1px solid #c9e1f4 !important;
		margin: 2% !important;
		padding: 2% !important;
	}

	/*-- サイドカラム(480px) --*/
	#sub-column {
		right: -80%;
		width: 80%;
	}

	/*ドロワー内 メルマガ(480px)*/
	#sub-column div.snav_mailMag_cont p:last-child {
		margin: 15px 0 10px 16%;
		padding: 10px 1%;
	}

	/*-- お客様の声(480px) --*/
	article #main-column section.rating .tmb {
		float: none;
		margin: 0;
		text-align: center;
		width: 100%;
	}

	article #main-column section.rating .reviewTxt {
		float: none;
		margin: 5px 0 0 0;
		width: 100%;
	}

	article #main-column section.rating .ttlArea {
		display: block;
	}

	article #main-column section.rating h2 {
		display: block;
		width: 100%;
		padding: 0;
	}

	article #main-column section.rating .btnMore {
		text-align: right;
		width: 100%;
	}

	article #main-column #itemBox {
		position: relative;
		overflow: visible;
	}

	article #itemBox h2 {
		padding: 0 0 10px;
	}

	article #main-column section.rating ul li:nth-child(6),
article #main-column section.rating ul li:nth-child(7) {
		width: 100%;
	}

	/*マイページボタン(480px)*/
	#center3 input[type=button],
#center3 input[type=submit] {
		min-width: 100px;
		width: auto;
	}

	#center3 input.sps-my-display[type=button] {
		height: 40px;
	}

	/*-- カート/アンケート(480px) --*/
	#cart-header #hNav ul#header-nav li#header-nav-cart,
#enquete-header #hNav ul#header-nav li#header-nav-cart {
		margin-left: 0;
	}

	#cart-header #hNav ul#header-nav li,
#enquete-header #hNav ul#header-nav li {
		margin-right: 0;
	}

	#contact #center1 .centerbox .mainCont .step_navi01,
#contact #center1 .centerbox .mainCont .step_navi02,
#contact #center1 .centerbox .mainCont .step_navi03,
#contact #center1 .centerbox .mainCont .step_navi04 {
		height: 100px;
		width: 100%;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
		padding: 1rem 3px;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
		margin-right: 2px;
		max-width: 40px;
		min-width: 35px;
	}

	#contact #center1 .centerbox .mainCont input[type=button] {
		margin: 5px 0 5px 5px;
	}

	#contact #center1 .centerbox .mainCont input[type=button]:first-child {
		margin: 0 0 5px 5px;
	}

	#contact #center1 .centerbox .mainCont input[type=button].regi_next {
		margin: 5px 0 5px 5px;
	}

	.SPS-fontlarge {
		display: block;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name=COUPONCODE] {
		margin-left: 0;
		width: 70% !important;
	}

	#contact #center1 .centerbox .mainFrame .mainCont form[name=COUPON] .bordlayoutp3 td.backcolor2 input[type=button][value=適用] {
		margin: 0;
		min-width: auto;
		padding: 0 1em;
		width: 25%;
	}

	#cart-header #hNav ul#header-nav li#header-nav-cart {
		margin-left: 0;
	}

	#EST_SPS_order #contact #center1 .centerbox .mainCont input[type=button] {
		margin: 5px 0;
	}

	.cart-section #contact #center1 .centerbox .mainCont input[value=住所変更],
.cart-section #contact #center1 .centerbox .mainCont input[value=その他の情報変更] {
		margin: 5px 0 10px;
		padding: 0 1.5em;
	}

	.cart-section #contact #center1 .centerbox .mainCont input[value=詳細表示] {
		margin: 5px 5px 10px 0;
		padding: 0 1.5em;
	}

	.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id=spsLname],
.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id=spsLnameKana] {
		margin: 0 0 15px;
	}

	.cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=submit][value=削除] {
		font-size: 0.7rem;
		padding: 0 15px;
		margin: 0;
		min-width: auto;
		width: 100%;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=変更] {
		display: block;
		font-size: 0.7rem;
		margin: 8px auto 0;
	}

	/*カート内関連商品(480px)*/
	#contents .cart-section .column5 {
		width: 49% !important;
		margin: 0 15px 20px 0 !important;
		padding-bottom: 20px !important;
	}

	#contents .cart-section .column5:nth-child(5n) {
		margin: 0 15px 20px 0 !important;
	}

	#contents .cart-section .column5:nth-child(2n) {
		margin: 0 0 20px 0 !important;
	}

	/*お届けスケジュール(480px)*/
	#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
		width: 40% !important;
	}

	/*アンケート(480px)*/
	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=text] {
		margin-left: 0;
		min-width: 56px;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td,
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td:first-child {
		display: block;
		padding-bottom: 10px;
		width: 100%;
	}

	div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:last-child td:last-child {
		padding-bottom: 0;
	}

	/*新規会員登録(480px)*/
	div[aria-describedby=amazon_dialog] .ui-dialog-content {
		padding: 0.5em 0 !important;
	}

	/*-- お客様の声をお送りください(480px) --*/
	.mainCont .comment_box form[name=form3] table table td {
		box-sizing: border-box;
		display: block;
		width: 100% !important;
	}

	/*会員情報の変更/お届け先情報(480px)*/
	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_N],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_W],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_N],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_W] {
		max-width: inherit;
		min-width: auto;
	}

	#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_DATE_LIST],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_TIME],
#center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY] {
		display: block;
		width: 100% !important;
	}

	#center3 .layoutp3 input[type=button][value=キャンセル] {
		min-width: 100px;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
		display: block;
		width: 100%;
	}

	#EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
		padding: 0 !important;
	}

	#EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td input[type=button][value=編集] {
		height: 30px;
	}

	#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
		width: 30% !important;
	}

	/*-- フリーページ(480px) --*/
	#Journal textarea {
		box-sizing: border-box;
		width: 100%;
	}
}
/*Ｅストアーモバイル*/
#sps-menu img,
#global-navi img {
	width: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
}

a:hover,
a:active {
	color: #666;
}

/*ヘッダー------------------------------*/
.shop_header_block {
	position: relative;
}

.shop_header_block .wrap {
	margin: 10px auto;
	width: 1200px;
	max-width: 100%;
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.shop_header_block .wrap {
		width: 100%;
		margin: 0 auto;
	}
}
.shop_header_block .logo a {
	display: block;
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	.shop_header_block .logo a {
		padding: 10px;
	}
}
.shop_header_block .logo img {
	width: auto;
	height: 36px;
	display: inline-block;
	vertical-align: bottom;
	opacity: 1 !important;
}

@media screen and (max-width: 768px) {
	.shop_header_block .logo img {
		width: auto;
		height: 28px;
	}
}
.shop_header_block .logo span {
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: bottom;
	margin-left: 5px;
}

@media screen and (max-width: 768px) {
	.shop_header_block .logo span {
		font-size: 13px;
	}
}
.shop_header_block .gnav {
	margin-left: auto;
	min-width: 800px;
}

@media screen and (max-width: 768px) {
	.shop_header_block .gnav {
		display: none;
	}
}
.shop_header_block .gnav > ul {
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.shop_header_block .gnav > ul > li {
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	height: 60px;
	position: relative;
	width: 122px;
	text-align: center;
	display: block;
	line-height: 60px;
}

.shop_header_block .gnav > ul > li:last-child {
	width: 60px;
}

.shop_header_block .gnav > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 20%;
	width: 1px;
	height: 60%;
	background: #eee;
}

.shop_header_block .gnav > ul > li > a {
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
}

.shop_header_block .gnav > ul > li:hover .menu {
	max-height: 9999px !important;
	opacity: 1 !important;
}

.shop_header_block .gnav .menu {
	display: block;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	left: 0;
	top: 60px;
	text-align: center;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	transition: opacity 0.5s, height 0.5s;
}

.shop_header_block .gnav .menu ul {
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto;
}

.shop_header_block .gnav .menu ul li {
	width: 100%;
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
	border-bottom: solid 1px #333;
}

.shop_header_block .gnav .menu ul li a {
	color: #fff;
	display: block;
	padding: 10px 10px;
	letter-spacing: 1px;
}

.shop_header_block .gnav .menu ul li a:hover {
	color: #fff;
}

.shop_header_block .search_btn {
	position: relative;
}

.shop_header_block .search_btn a {
	display: block;
	padding: 50px 10px 10px 50px;
	min-height: 22px;
	cursor: pointer;
}

.shop_header_block #header-nav-drawer {
	display: block;
}

@media screen and (max-width: 768px) {
	.shop_header_block #header-nav-drawer {
		background: rgba(255, 255, 255, 0.8);
		/*border: 1px solid #888;*/
		border-radius: 0px;
		box-sizing: border-box;
		cursor: pointer;
		display: inline-block;
		height: 55px;
		margin: 0;
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		white-space: nowrap;
		width: 55px;
		z-index: 150;
	}

	.shop_header_block #header-nav-drawer span {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 30px;
		height: 1px;
		margin: 0 0 0 -15px;
		background: #111;
		transition: 0.2s;
	}

	.shop_header_block #header-nav-drawer span::before,
.shop_header_block #header-nav-drawer span::after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 30px;
		height: 1px;
		background: #111;
		transition: 0.3s;
	}

	.shop_header_block #header-nav-drawer span::before {
		margin-top: -10px;
	}

	.shop_header_block #header-nav-drawer span::after {
		margin-top: 10px;
	}

	.shop_header_block #header-nav-drawer.spsDrawerOpen span {
		background: transparent;
	}

	.shop_header_block #header-nav-drawer.spsDrawerOpen span::before,
.shop_header_block #header-nav-drawer.spsDrawerOpen span::after {
		margin-top: 0;
	}

	.shop_header_block #header-nav-drawer.spsDrawerOpen span::before {
		transform: rotate(-45deg);
	}

	.shop_header_block #header-nav-drawer.spsDrawerOpen span::after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}
/*フッターー------------------------------*/
.shop_footer_block {
	width: 100%;
	height: auto;
	padding: 40px 0px;
	margin: 0;
}

.shop_footer_block div p {
	padding-top: 5px;
	font-size: 12px;
}

.shop_footer_block p img {
	width: 230px;
	height: 30px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.shop_footer_block div p {
		padding-top: 0;
	}

	.shop_footer_block div p span {
		white-space: nowrap;
	}

	.shop_footer_block p img {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.shop_footer_block .wrap {
		padding: 0px;
		border-top: solid 1px #ccc;
	}
}
.shop_footer_bottom_block {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.shop_footer_bottom_block .wrap {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.shop_footer_bottom_block .wrap {
		padding: 15px;
	}
}
.shop_footer_bottom_block .footer_nav {
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.shop_footer_bottom_block .footer_nav {
		width: 100%;
		text-align: center;
	}
}
.shop_footer_bottom_block .footer_nav ul {
	font-size: 0;
	margin: 8px 0px;
}

@media screen and (max-width: 768px) {
	.shop_footer_bottom_block .footer_nav ul {
		display: none;
	}
}
.shop_footer_bottom_block .footer_nav ul li {
	font-size: 12px;
	display: inline-block;
	border-right: solid 1px #fff;
	line-height: 100%;
}

.shop_footer_bottom_block .footer_nav ul li:last-child {
	border-right: none;
}

.shop_footer_bottom_block .footer_nav ul li a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}

/*サイドナビ・バナー------------------------------*/
.side_banner_block {
	margin-bottom: 50px;
}

.side_banner_block ul li {
	display: block;
	margin-bottom: 15px;
	text-align: center;
}

.side_banner_block ul li:last-of-type {
	margin-bottom: 0;
}

/*サイドナビ・SPボタン------------------------------*/
.side_btn_block {
	display: none;
}

@media screen and (max-width: 768px) {
	.side_banner_block {
		margin-bottom: 40px;
	}

	.side_btn_block {
		display: block;
		margin-bottom: 20px;
	}

	.side_btn_block ul {
		display: flex;
		flex-flow: row wrap;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-align-items: stretch;
		align-items: stretch;
		margin: 0 -15px 0;
	}

	.side_btn_block ul li {
		width: 33%;
		border-right: solid 1px #ccc;
	}

	.side_btn_block ul li:last-of-type {
		flex: 1 1 0%;
		border-right: none;
	}

	.side_btn_block ul li a {
		display: flex;
		flex-flow: row wrap;
		-ms-justify-content: center;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		background: #000;
		color: #fff;
		font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 12px;
		padding: 10px 0px;
		height: 100%;
	}
}
/*サイドナビ・検索ボックス------------------------------*/
.side_search_block {
	margin-bottom: 30px;
}

.side_search_block .keyword {
	width: 100%;
	border: none !important;
	border-bottom: solid 1px #111 !important;
	padding: 3px 10px !important;
	height: 35px !important;
	padding-right: 30px;
}

.side_search_block form {
	position: relative;
	padding: 0;
}

.side_search_block button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 35px !important;
	width: 35px !important;
	border: 0;
	display: block;
	outline: none;
}

/*カレンダー修正------------------------------*/
div.cal_wrapper table.cal tr th input.prev {
	background-image: url("/images/calendar_pleft.gif");
}

div.cal_wrapper table.cal tr th input.next {
	background-image: url("/images/calendar_pright.gif");
}

div#subc_calendar h2::before {
	content: "Calendar";
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 100%;
	text-align: left;
}

div#subc_calendar h2::after {
	content: "";
	display: none;
}

div.cal_wrapper table.cal tr th p.month {
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*アロー修正------------------------------*/
#sub-column .group nav ul li a::after,
#sub-column .category nav ul li a::after,
#sub-column .link nav ul li a::after {
	background-image: url("/images/rsp_arrow01.png");
}

#sub-column .category h2 a::after {
	background-image: url("/images/rsp_arrow01.png");
}

/*ページアップ、toカートの画像変更------------------------------*/
#page-top a,
#to-cart a {
	position: relative;
}

#to-cart a::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

#page-top a::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
}

#to-cart img,
#page-top img {
	display: none;
}

/*サーチボタン*/
.search_form {
	width: 240px;
	position: relative;
	border: solid 1px #ccc;
	background: #fff;
	z-index: 1000;
	line-height: 100%;
	text-align: left;
	border-radius: 3px;
	font-size: 13px;
}
.search_form.-full {
	width: 100%;
}
.search_form.-full input[type=text] {
	height: 60px !important;
}
.search_form.-full button {
	height: 60px !important;
}

.search_form input[type=text] {
	width: 90% !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none !important;
	height: 35px !important;
	padding: 5px 15px !important;
}

.search_form button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 35px !important;
	width: 40px !important;
	border: 0;
	text-align: center;
	display: block;
	outline: none;
	color: #fff;
}

/*トップスライダー------------------------------*/
.top_slider_block {
	width: 100%;
	max-width: 100%;
	margin: 0 auto 40px;
	display: none;
}

@media screen and (max-width: 768px) {
	.top_slider_block {
		margin: 0 -2% 20px;
		width: 104%;
		max-width: 104%;
		padding: 0px 2%;
	}
}
/*トップバナーー------------------------------*/
.top_banner_block {
	background: #efefef;
	display: none;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.top_banner_block {
		margin: 0 -2% 20px;
		width: 104%;
		max-width: 104%;
	}
}
.top_banner_block .wrap {
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}

@media screen and (max-width: 768px) {
	.top_banner_block .wrap {
		padding: 40px;
	}
}
.top_banner_block ul {
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: -40px;
}

@media screen and (max-width: 768px) {
	.top_banner_block ul {
		margin-bottom: -20px;
	}
}
.top_banner_block ul li {
	width: 47%;
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	.top_banner_block ul li {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}
/*新着・おすすめ、ランキング------------------------------*/
.newItem h2,
.pickup h2,
.ranking h2 {
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.newItem .badge,
.pickup .badge {
	display: none;
}

/*新着情報------------------------------*/
/*商品ページ---------------------------------------------*/
#itempage_contents,
#itempage_contents * {
	box-sizing: border-box;
	list-style-type: none;
}

#itempage_contents {
	font-size: 16px;
	margin-top: 50px;
}

@media screen and (max-width: 479px) {
	#itempage_contents {
		font-size: 14px;
		margin-top: 20px;
	}
}
#itempage_contents p {
	font-size: 100%;
	line-height: 1.8;
}

#itempage_contents p + p {
	margin-top: 1em;
}

#itempage_contents .main_catch {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", メイリオ, Meiryo, sans-serif;
	letter-spacing: 1px;
	font-size: 130%;
	line-height: 1.3;
	margin: 0 0 30px;
	padding: 0;
	border: none;
	background: none;
	color: #333;
}

@media screen and (max-width: 479px) {
	#itempage_contents .main_catch {
		margin-bottom: 20px;
	}
}
#itempage_contents .desc {
	margin-bottom: 50px;
}

@media screen and (max-width: 479px) {
	#itempage_contents .desc {
		margin-bottom: 20px;
	}
}
#itempage_contents .icon {
	margin-bottom: 15px;
}

#itempage_contents .icon ul {
	display: flex;
	flex-flow: row wrap;
}

#itempage_contents .icon li {
	margin-right: 10px;
	margin-bottom: 5px;
	border: solid 1px #111;
	color: #111;
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 120%;
	line-height: 1.1;
	padding: 5px 10px;
}

@media screen and (max-width: 479px) {
	#itempage_contents .icon li {
		padding: 3px 5px;
		margin-right: 5px;
	}
}
#itempage_contents .icon li.icon_blue {
	color: #1a5aa9;
	border-color: #1a5aa9;
}

#itempage_contents .icon li.icon_green {
	color: #1aa967;
	border-color: #1aa967;
}

#itempage_contents .icon li.icon_orange {
	color: #ff7f50;
	border-color: #ff7f50;
}

#itempage_contents .icon li.icon_black {
	color: #111111;
	border-color: #111111;
}

#itempage_contents .icon li.icon_not20age {
	color: #1a5aa9;
	border-color: #1a5aa9;
}

#itempage_contents .sub_ttl {
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 124%;
	line-height: 1.4;
	letter-spacing: 1px;
	background: none;
	border: none;
	margin: 0 0 10px;
	text-align: left;
}

#itempage_contents .howto_wrap {
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin: 80px auto;
}

@media screen and (max-width: 479px) {
	#itempage_contents .howto_wrap {
		margin: 40px auto;
	}
}
#itempage_contents .howto_wrap .howto {
	flex: 1 0 0%;
	margin-right: 100px;
}

@media screen and (max-width: 479px) {
	#itempage_contents .howto_wrap .howto {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
}
#itempage_contents .howto_wrap .howto .list-howto-img {
	margin-top: 80px;
}

@media screen and (max-width: 479px) {
	#itempage_contents .howto_wrap .howto .list-howto-img {
		margin-top: 20px;
	}
}
#itempage_contents .howto_wrap .howto .list-howto {
	display: table;
	width: 100%;
	position: relative;
	margin-top: 80px;
}

@media screen and (max-width: 479px) {
	#itempage_contents .howto_wrap .howto .list-howto {
		margin-top: 20px;
	}
}
#itempage_contents .howto_wrap .howto .list-howto::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	border-bottom: 2px solid #d9d9d9;
	z-index: 1;
}

#itempage_contents .howto_wrap .howto .list-howto li {
	display: table-cell;
	position: relative;
	z-index: 2;
}

#itempage_contents .howto_wrap .howto .list-howto li .rank {
	width: 30px;
	margin: 0 auto;
}

#itempage_contents .howto_wrap .howto .list-howto li .index {
	width: 30px;
	margin: 0 auto;
	margin-bottom: 18.518518519%;
}

#itempage_contents .howto_wrap .taste {
	width: 300px;
}

@media screen and (max-width: 479px) {
	#itempage_contents .howto_wrap .taste {
		width: 100%;
		text-align: center;
	}

	#itempage_contents .howto_wrap .taste img {
		display: inline-block;
		width: 80%;
		margin: 0 auto;
	}
}
#itempage_contents .youtube {
	width: 100%;
	margin: 60px auto;
	text-align: center;
}

@media screen and (max-width: 479px) {
	#itempage_contents .youtube {
		position: relative;
		width: 100%;
		margin: 40px auto;
		padding-top: 56.25%;
	}

	#itempage_contents .youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}
/*リコメンドタイトル---------------------------------------------*/
/*フリーページ---------------------------------------------*/
#Journal h2 {
	font-size: 140%;
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#Journal h1 {
	display: none;
}

#JournalList .journal-cont ul,
#Journal .journal-cont ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#JournalList .journal-cont ul li,
#Journal .journal-cont ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.state_r {
	display: none;
}

/*FAQページ---------------------------------------------*/
#faq_contents,
#faq_contents * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#faq_contents {
	font-size: 16px;
}

@media screen and (max-width: 479px) {
	#faq_contents {
		font-size: 14px;
	}
}
#faq_contents h3 {
	background: #111;
	color: #fff;
	text-align: center;
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#faq_contents h3 {
		margin-bottom: 10px;
	}
}
#faq_contents dl dt {
	position: relative;
	border-bottom: solid 1px #ccc;
	cursor: pointer;
	padding: 15px 40px 15px 15px;
	font-size: 90%;
}

@media screen and (max-width: 768px) {
	#faq_contents dl dt {
		padding: 10px 30px 10px 5px;
	}
}
#faq_contents dl dt::before {
	content: "Q.";
	font-weight: bold;
	display: inline-block;
	margin-right: 5px;
}

#faq_contents dl dt::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -8px 0 0 0;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	transform: rotate(135deg);
}

#faq_contents dl dt.active::after {
	margin: -4px 0 0 0;
	border-top: solid 2px #111;
	border-right: solid 2px #111;
	transform: rotate(315deg);
}

#faq_contents dl dd {
	display: none;
	padding: 15px 15px 30px;
	font-size: 90%;
	line-height: 1.6;
	border-bottom: solid 1px #ccc;
}

#faq_contents dl dd b {
	font-weight: bold;
}

#faq_contents dl dd a {
	text-decoration: underline;
}

#faq_contents .tabswitch .tabnav {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	-ms-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	#faq_contents .tabswitch .tabnav {
		-ms-justify-content: space-between;
		justify-content: space-between;
		-ms-align-items: stretch;
		align-items: stretch;
	}

	#faq_contents .tabswitch .tabnav::after {
		content: "";
		width: 32%;
		order: 100;
	}
}
#faq_contents .tabswitch .tabnav li {
	border-right: solid 1px #999;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	#faq_contents .tabswitch .tabnav li {
		width: 32%;
		border: none;
	}
}
#faq_contents .tabswitch .tabnav li:last-of-type {
	border-right: none;
}

#faq_contents .tabswitch .tabnav a {
	display: block;
	color: #666;
	padding: 0px 15px;
	font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#faq_contents .tabswitch .tabnav a {
		display: flex;
		flex-flow: row wrap;
		-ms-justify-content: center;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		padding: 10px 5px;
		font-size: 11px;
		line-height: 1.2;
		width: 100%;
		height: 100%;
		letter-spacing: 0;
		border: solid 1px #999;
		background: #eee;
	}
}
#faq_contents .tabswitch .tabnav a.active {
	color: #111;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#faq_contents .tabswitch .tabnav a.active {
		background: #fff;
	}
}
#faq_contents .tabswitch .tab_content {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#faq_contents .tabswitch .tab_content {
		margin-top: 0;
	}
}
/*標識ページ--------------------------------------------*/
#hyousiki_contents,
#hyousiki_contents * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hyousiki_contents {
	font-size: 16px;
}

@media screen and (max-width: 479px) {
	#hyousiki_contents {
		font-size: 14px;
	}
}
#hyousiki_contents .tbl {
	margin: 20px auto;
}

#hyousiki_contents .tbl table {
	border-collapse: collapse;
	table-layout: fixed;
	border: solid 1px #cbcbcb;
	width: 100%;
}

#hyousiki_contents .tbl th,
#hyousiki_contents .tbl td {
	padding: 10px;
	border: solid 1px #cbcbcb;
	font-size: 15px;
	line-height: 1.6;
	vertical-align: middle;
}

#hyousiki_contents .tbl th {
	width: 25%;
	background: #f4f6f9;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 479px) {
	#hyousiki_contents .tbl tr,
#hyousiki_contents .tbl td,
#hyousiki_contents .tbl th,
#hyousiki_contents .tbl tbody {
		width: 100%;
		display: block;
		border: none;
		font-size: 13px;
	}

	#hyousiki_contents .tbl th {
		border-bottom: solid 1px #cbcbcb;
		text-align: left;
		padding: 5px;
	}

	#hyousiki_contents .tbl td {
		border-bottom: solid 1px #cbcbcb;
		padding: 5px;
	}

	#hyousiki_contents .tbl table {
		border: solid 1px #cbcbcb;
		border-bottom: none;
	}
}
/*small--------------------------------*/
.small {
	font-size: 88%;
}

/*align---------------------------------*/
.alL {
	text-align: left !important;
}

.alR {
	text-align: right !important;
}

.alC {
	text-align: center !important;
}

/*margin---------------------------------*/
.mb0 {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	.mb0 {
		margin-bottom: 0 !important;
	}
}
.mb10 {
	margin-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
	.mb10 {
		margin-bottom: 5px !important;
	}
}
.mb20 {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
	.mb20 {
		margin-bottom: 10px !important;
	}
}
.mb30 {
	margin-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
	.mb30 {
		margin-bottom: 15px !important;
	}
}
.mb40 {
	margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
	.mb40 {
		margin-bottom: 20px !important;
	}
}
.mb40 {
	margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
	.mb40 {
		margin-bottom: 25px !important;
	}
}
.mb60 {
	margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
	.mb60 {
		margin-bottom: 30px !important;
	}
}
.mb80 {
	margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
	.mb80 {
		margin-bottom: 40px !important;
	}
}
.mb100 {
	margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
	.mb100 {
		margin-bottom: 50px !important;
	}
}
.mt0 {
	margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
	.mt0 {
		margin-top: 0 !important;
	}
}
.mt10 {
	margin-top: 10px !important;
}

@media screen and (max-width: 768px) {
	.mt10 {
		margin-top: 5px !important;
	}
}
.mt20 {
	margin-top: 20px !important;
}

@media screen and (max-width: 768px) {
	.mt20 {
		margin-top: 10px !important;
	}
}
.mt30 {
	margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
	.mt30 {
		margin-top: 15px !important;
	}
}
.mt40 {
	margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
	.mt40 {
		margin-top: 20px !important;
	}
}
.mt40 {
	margin-top: 50px !important;
}

@media screen and (max-width: 768px) {
	.mt40 {
		margin-top: 25px !important;
	}
}
.mt60 {
	margin-top: 60px !important;
}

@media screen and (max-width: 768px) {
	.mt60 {
		margin-top: 30px !important;
	}
}
.mt80 {
	margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
	.mt80 {
		margin-top: 40px !important;
	}
}
.mt100 {
	margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
	.mt100 {
		margin-top: 50px !important;
	}
}
/*padding---------------------------------*/
.pb0 {
	padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	.pb0 {
		padding-bottom: 0 !important;
	}
}
.pb10 {
	padding-bottom: 10px !important;
}

@media screen and (max-width: 768px) {
	.pb10 {
		padding-bottom: 5px !important;
	}
}
.pb20 {
	padding-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
	.pb20 {
		padding-bottom: 10px !important;
	}
}
.pb30 {
	padding-bottom: 30px !important;
}

@media screen and (max-width: 768px) {
	.pb30 {
		padding-bottom: 15px !important;
	}
}
.pb40 {
	padding-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
	.pb40 {
		padding-bottom: 20px !important;
	}
}
.pb50 {
	padding-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
	.pb50 {
		padding-bottom: 25px !important;
	}
}
.pb60 {
	padding-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
	.pb60 {
		padding-bottom: 30px !important;
	}
}
.pb80 {
	padding-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
	.pb80 {
		padding-bottom: 40px !important;
	}
}
.pb100 {
	padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
	.pb100 {
		padding-bottom: 50px !important;
	}
}
.pt0 {
	padding-top: 0 !important;
}

@media screen and (max-width: 768px) {
	.pt0 {
		padding-top: 0 !important;
	}
}
.pt10 {
	padding-top: 10px !important;
}

@media screen and (max-width: 768px) {
	.pt10 {
		padding-top: 5px !important;
	}
}
.pt20 {
	padding-top: 20px !important;
}

@media screen and (max-width: 768px) {
	.pt20 {
		padding-top: 10px !important;
	}
}
.pt30 {
	padding-top: 30px !important;
}

@media screen and (max-width: 768px) {
	.pt30 {
		padding-top: 15px !important;
	}
}
.pt40 {
	padding-top: 40px !important;
}

@media screen and (max-width: 768px) {
	.pt40 {
		padding-top: 20px !important;
	}
}
.pt50 {
	padding-top: 50px !important;
}

@media screen and (max-width: 768px) {
	.pt50 {
		padding-top: 25px !important;
	}
}
.pt60 {
	padding-top: 60px !important;
}

@media screen and (max-width: 768px) {
	.pt60 {
		padding-top: 30px !important;
	}
}
.pt80 {
	padding-top: 80px !important;
}

@media screen and (max-width: 768px) {
	.pt80 {
		padding-top: 40px !important;
	}
}
.pt100 {
	padding-top: 100px !important;
}

@media screen and (max-width: 768px) {
	.pt100 {
		padding-top: 50px !important;
	}
}
/*only---------------------------------*/
.pc_only {
	display: block;
}

@media screen and (max-width: 479px) {
	.pc_only {
		display: none !important;
	}
}
.sp_only {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp_only {
		display: block !important;
	}
}
@media screen and (max-width: 767px) {
	section.cont.-sp-full {
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
	}
	section.cont.-sp-full .l-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* Base */
body {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
body p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 1em;
	font-weight: 400;
}
body img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style-type: none;
	padding: 0;
}
ul li, ol li {
	font-size: 13px;
}

h1 {
	font-size: 0;
	margin: 0;
}

a {
	transition-duration: 300ms;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
}
/*****************
	Utility
 *****************/
/*
  Font Size Utility
*/
.fs-0 {
	font-size: 0px !important;
}

.fs-1 {
	font-size: 1px !important;
}

.fs-2 {
	font-size: 2px !important;
}

.fs-3 {
	font-size: 3px !important;
}

.fs-4 {
	font-size: 4px !important;
}

.fs-5 {
	font-size: 5px !important;
}

.fs-6 {
	font-size: 6px !important;
}

.fs-7 {
	font-size: 7px !important;
}

.fs-8 {
	font-size: 8px !important;
}

.fs-9 {
	font-size: 9px !important;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-17 {
	font-size: 17px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-19 {
	font-size: 19px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-21 {
	font-size: 21px !important;
}

.fs-22 {
	font-size: 22px !important;
}

.fs-23 {
	font-size: 23px !important;
}

.fs-24 {
	font-size: 24px !important;
}

.fs-25 {
	font-size: 25px !important;
}

.fs-26 {
	font-size: 26px !important;
}

.fs-27 {
	font-size: 27px !important;
}

.fs-28 {
	font-size: 28px !important;
}

.fs-29 {
	font-size: 29px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fs-31 {
	font-size: 31px !important;
}

.fs-32 {
	font-size: 32px !important;
}

.fs-33 {
	font-size: 33px !important;
}

.fs-34 {
	font-size: 34px !important;
}

.fs-35 {
	font-size: 35px !important;
}

.fs-36 {
	font-size: 36px !important;
}

.fs-37 {
	font-size: 37px !important;
}

.fs-38 {
	font-size: 38px !important;
}

.fs-39 {
	font-size: 39px !important;
}

.fs-40 {
	font-size: 40px !important;
}

.fs-41 {
	font-size: 41px !important;
}

.fs-42 {
	font-size: 42px !important;
}

.fs-43 {
	font-size: 43px !important;
}

.fs-44 {
	font-size: 44px !important;
}

.fs-45 {
	font-size: 45px !important;
}

.fs-46 {
	font-size: 46px !important;
}

.fs-47 {
	font-size: 47px !important;
}

.fs-48 {
	font-size: 48px !important;
}

.fs-49 {
	font-size: 49px !important;
}

.fs-50 {
	font-size: 50px !important;
}

.fs-51 {
	font-size: 51px !important;
}

.fs-52 {
	font-size: 52px !important;
}

.fs-53 {
	font-size: 53px !important;
}

.fs-54 {
	font-size: 54px !important;
}

.fs-55 {
	font-size: 55px !important;
}

.fs-56 {
	font-size: 56px !important;
}

.fs-57 {
	font-size: 57px !important;
}

.fs-58 {
	font-size: 58px !important;
}

.fs-59 {
	font-size: 59px !important;
}

.fs-60 {
	font-size: 60px !important;
}

.fs-61 {
	font-size: 61px !important;
}

.fs-62 {
	font-size: 62px !important;
}

.fs-63 {
	font-size: 63px !important;
}

.fs-64 {
	font-size: 64px !important;
}

.fs-65 {
	font-size: 65px !important;
}

.fs-66 {
	font-size: 66px !important;
}

.fs-67 {
	font-size: 67px !important;
}

.fs-68 {
	font-size: 68px !important;
}

.fs-69 {
	font-size: 69px !important;
}

.fs-70 {
	font-size: 70px !important;
}

.fs-71 {
	font-size: 71px !important;
}

.fs-72 {
	font-size: 72px !important;
}

.fs-73 {
	font-size: 73px !important;
}

.fs-74 {
	font-size: 74px !important;
}

.fs-75 {
	font-size: 75px !important;
}

.fs-76 {
	font-size: 76px !important;
}

.fs-77 {
	font-size: 77px !important;
}

.fs-78 {
	font-size: 78px !important;
}

.fs-79 {
	font-size: 79px !important;
}

.fs-80 {
	font-size: 80px !important;
}

.fs-81 {
	font-size: 81px !important;
}

.fs-82 {
	font-size: 82px !important;
}

.fs-83 {
	font-size: 83px !important;
}

.fs-84 {
	font-size: 84px !important;
}

.fs-85 {
	font-size: 85px !important;
}

.fs-86 {
	font-size: 86px !important;
}

.fs-87 {
	font-size: 87px !important;
}

.fs-88 {
	font-size: 88px !important;
}

.fs-89 {
	font-size: 89px !important;
}

.fs-90 {
	font-size: 90px !important;
}

.fs-91 {
	font-size: 91px !important;
}

.fs-92 {
	font-size: 92px !important;
}

.fs-93 {
	font-size: 93px !important;
}

.fs-94 {
	font-size: 94px !important;
}

.fs-95 {
	font-size: 95px !important;
}

.fs-96 {
	font-size: 96px !important;
}

.fs-97 {
	font-size: 97px !important;
}

.fs-98 {
	font-size: 98px !important;
}

.fs-99 {
	font-size: 99px !important;
}

.fs-100 {
	font-size: 100px !important;
}

@media (min-width: 768px) {
	.sm-fs-0 {
		font-size: 0px !important;
	}

	.sm-fs-1 {
		font-size: 1px !important;
	}

	.sm-fs-2 {
		font-size: 2px !important;
	}

	.sm-fs-3 {
		font-size: 3px !important;
	}

	.sm-fs-4 {
		font-size: 4px !important;
	}

	.sm-fs-5 {
		font-size: 5px !important;
	}

	.sm-fs-6 {
		font-size: 6px !important;
	}

	.sm-fs-7 {
		font-size: 7px !important;
	}

	.sm-fs-8 {
		font-size: 8px !important;
	}

	.sm-fs-9 {
		font-size: 9px !important;
	}

	.sm-fs-10 {
		font-size: 10px !important;
	}

	.sm-fs-11 {
		font-size: 11px !important;
	}

	.sm-fs-12 {
		font-size: 12px !important;
	}

	.sm-fs-13 {
		font-size: 13px !important;
	}

	.sm-fs-14 {
		font-size: 14px !important;
	}

	.sm-fs-15 {
		font-size: 15px !important;
	}

	.sm-fs-16 {
		font-size: 16px !important;
	}

	.sm-fs-17 {
		font-size: 17px !important;
	}

	.sm-fs-18 {
		font-size: 18px !important;
	}

	.sm-fs-19 {
		font-size: 19px !important;
	}

	.sm-fs-20 {
		font-size: 20px !important;
	}

	.sm-fs-21 {
		font-size: 21px !important;
	}

	.sm-fs-22 {
		font-size: 22px !important;
	}

	.sm-fs-23 {
		font-size: 23px !important;
	}

	.sm-fs-24 {
		font-size: 24px !important;
	}

	.sm-fs-25 {
		font-size: 25px !important;
	}

	.sm-fs-26 {
		font-size: 26px !important;
	}

	.sm-fs-27 {
		font-size: 27px !important;
	}

	.sm-fs-28 {
		font-size: 28px !important;
	}

	.sm-fs-29 {
		font-size: 29px !important;
	}

	.sm-fs-30 {
		font-size: 30px !important;
	}

	.sm-fs-31 {
		font-size: 31px !important;
	}

	.sm-fs-32 {
		font-size: 32px !important;
	}

	.sm-fs-33 {
		font-size: 33px !important;
	}

	.sm-fs-34 {
		font-size: 34px !important;
	}

	.sm-fs-35 {
		font-size: 35px !important;
	}

	.sm-fs-36 {
		font-size: 36px !important;
	}

	.sm-fs-37 {
		font-size: 37px !important;
	}

	.sm-fs-38 {
		font-size: 38px !important;
	}

	.sm-fs-39 {
		font-size: 39px !important;
	}

	.sm-fs-40 {
		font-size: 40px !important;
	}

	.sm-fs-41 {
		font-size: 41px !important;
	}

	.sm-fs-42 {
		font-size: 42px !important;
	}

	.sm-fs-43 {
		font-size: 43px !important;
	}

	.sm-fs-44 {
		font-size: 44px !important;
	}

	.sm-fs-45 {
		font-size: 45px !important;
	}

	.sm-fs-46 {
		font-size: 46px !important;
	}

	.sm-fs-47 {
		font-size: 47px !important;
	}

	.sm-fs-48 {
		font-size: 48px !important;
	}

	.sm-fs-49 {
		font-size: 49px !important;
	}

	.sm-fs-50 {
		font-size: 50px !important;
	}

	.sm-fs-51 {
		font-size: 51px !important;
	}

	.sm-fs-52 {
		font-size: 52px !important;
	}

	.sm-fs-53 {
		font-size: 53px !important;
	}

	.sm-fs-54 {
		font-size: 54px !important;
	}

	.sm-fs-55 {
		font-size: 55px !important;
	}

	.sm-fs-56 {
		font-size: 56px !important;
	}

	.sm-fs-57 {
		font-size: 57px !important;
	}

	.sm-fs-58 {
		font-size: 58px !important;
	}

	.sm-fs-59 {
		font-size: 59px !important;
	}

	.sm-fs-60 {
		font-size: 60px !important;
	}

	.sm-fs-61 {
		font-size: 61px !important;
	}

	.sm-fs-62 {
		font-size: 62px !important;
	}

	.sm-fs-63 {
		font-size: 63px !important;
	}

	.sm-fs-64 {
		font-size: 64px !important;
	}

	.sm-fs-65 {
		font-size: 65px !important;
	}

	.sm-fs-66 {
		font-size: 66px !important;
	}

	.sm-fs-67 {
		font-size: 67px !important;
	}

	.sm-fs-68 {
		font-size: 68px !important;
	}

	.sm-fs-69 {
		font-size: 69px !important;
	}

	.sm-fs-70 {
		font-size: 70px !important;
	}

	.sm-fs-71 {
		font-size: 71px !important;
	}

	.sm-fs-72 {
		font-size: 72px !important;
	}

	.sm-fs-73 {
		font-size: 73px !important;
	}

	.sm-fs-74 {
		font-size: 74px !important;
	}

	.sm-fs-75 {
		font-size: 75px !important;
	}

	.sm-fs-76 {
		font-size: 76px !important;
	}

	.sm-fs-77 {
		font-size: 77px !important;
	}

	.sm-fs-78 {
		font-size: 78px !important;
	}

	.sm-fs-79 {
		font-size: 79px !important;
	}

	.sm-fs-80 {
		font-size: 80px !important;
	}

	.sm-fs-81 {
		font-size: 81px !important;
	}

	.sm-fs-82 {
		font-size: 82px !important;
	}

	.sm-fs-83 {
		font-size: 83px !important;
	}

	.sm-fs-84 {
		font-size: 84px !important;
	}

	.sm-fs-85 {
		font-size: 85px !important;
	}

	.sm-fs-86 {
		font-size: 86px !important;
	}

	.sm-fs-87 {
		font-size: 87px !important;
	}

	.sm-fs-88 {
		font-size: 88px !important;
	}

	.sm-fs-89 {
		font-size: 89px !important;
	}

	.sm-fs-90 {
		font-size: 90px !important;
	}

	.sm-fs-91 {
		font-size: 91px !important;
	}

	.sm-fs-92 {
		font-size: 92px !important;
	}

	.sm-fs-93 {
		font-size: 93px !important;
	}

	.sm-fs-94 {
		font-size: 94px !important;
	}

	.sm-fs-95 {
		font-size: 95px !important;
	}

	.sm-fs-96 {
		font-size: 96px !important;
	}

	.sm-fs-97 {
		font-size: 97px !important;
	}

	.sm-fs-98 {
		font-size: 98px !important;
	}

	.sm-fs-99 {
		font-size: 99px !important;
	}

	.sm-fs-100 {
		font-size: 100px !important;
	}
}
@media (min-width: 960px) {
	.md-fs-0 {
		font-size: 0px !important;
	}

	.md-fs-1 {
		font-size: 1px !important;
	}

	.md-fs-2 {
		font-size: 2px !important;
	}

	.md-fs-3 {
		font-size: 3px !important;
	}

	.md-fs-4 {
		font-size: 4px !important;
	}

	.md-fs-5 {
		font-size: 5px !important;
	}

	.md-fs-6 {
		font-size: 6px !important;
	}

	.md-fs-7 {
		font-size: 7px !important;
	}

	.md-fs-8 {
		font-size: 8px !important;
	}

	.md-fs-9 {
		font-size: 9px !important;
	}

	.md-fs-10 {
		font-size: 10px !important;
	}

	.md-fs-11 {
		font-size: 11px !important;
	}

	.md-fs-12 {
		font-size: 12px !important;
	}

	.md-fs-13 {
		font-size: 13px !important;
	}

	.md-fs-14 {
		font-size: 14px !important;
	}

	.md-fs-15 {
		font-size: 15px !important;
	}

	.md-fs-16 {
		font-size: 16px !important;
	}

	.md-fs-17 {
		font-size: 17px !important;
	}

	.md-fs-18 {
		font-size: 18px !important;
	}

	.md-fs-19 {
		font-size: 19px !important;
	}

	.md-fs-20 {
		font-size: 20px !important;
	}

	.md-fs-21 {
		font-size: 21px !important;
	}

	.md-fs-22 {
		font-size: 22px !important;
	}

	.md-fs-23 {
		font-size: 23px !important;
	}

	.md-fs-24 {
		font-size: 24px !important;
	}

	.md-fs-25 {
		font-size: 25px !important;
	}

	.md-fs-26 {
		font-size: 26px !important;
	}

	.md-fs-27 {
		font-size: 27px !important;
	}

	.md-fs-28 {
		font-size: 28px !important;
	}

	.md-fs-29 {
		font-size: 29px !important;
	}

	.md-fs-30 {
		font-size: 30px !important;
	}

	.md-fs-31 {
		font-size: 31px !important;
	}

	.md-fs-32 {
		font-size: 32px !important;
	}

	.md-fs-33 {
		font-size: 33px !important;
	}

	.md-fs-34 {
		font-size: 34px !important;
	}

	.md-fs-35 {
		font-size: 35px !important;
	}

	.md-fs-36 {
		font-size: 36px !important;
	}

	.md-fs-37 {
		font-size: 37px !important;
	}

	.md-fs-38 {
		font-size: 38px !important;
	}

	.md-fs-39 {
		font-size: 39px !important;
	}

	.md-fs-40 {
		font-size: 40px !important;
	}

	.md-fs-41 {
		font-size: 41px !important;
	}

	.md-fs-42 {
		font-size: 42px !important;
	}

	.md-fs-43 {
		font-size: 43px !important;
	}

	.md-fs-44 {
		font-size: 44px !important;
	}

	.md-fs-45 {
		font-size: 45px !important;
	}

	.md-fs-46 {
		font-size: 46px !important;
	}

	.md-fs-47 {
		font-size: 47px !important;
	}

	.md-fs-48 {
		font-size: 48px !important;
	}

	.md-fs-49 {
		font-size: 49px !important;
	}

	.md-fs-50 {
		font-size: 50px !important;
	}

	.md-fs-51 {
		font-size: 51px !important;
	}

	.md-fs-52 {
		font-size: 52px !important;
	}

	.md-fs-53 {
		font-size: 53px !important;
	}

	.md-fs-54 {
		font-size: 54px !important;
	}

	.md-fs-55 {
		font-size: 55px !important;
	}

	.md-fs-56 {
		font-size: 56px !important;
	}

	.md-fs-57 {
		font-size: 57px !important;
	}

	.md-fs-58 {
		font-size: 58px !important;
	}

	.md-fs-59 {
		font-size: 59px !important;
	}

	.md-fs-60 {
		font-size: 60px !important;
	}

	.md-fs-61 {
		font-size: 61px !important;
	}

	.md-fs-62 {
		font-size: 62px !important;
	}

	.md-fs-63 {
		font-size: 63px !important;
	}

	.md-fs-64 {
		font-size: 64px !important;
	}

	.md-fs-65 {
		font-size: 65px !important;
	}

	.md-fs-66 {
		font-size: 66px !important;
	}

	.md-fs-67 {
		font-size: 67px !important;
	}

	.md-fs-68 {
		font-size: 68px !important;
	}

	.md-fs-69 {
		font-size: 69px !important;
	}

	.md-fs-70 {
		font-size: 70px !important;
	}

	.md-fs-71 {
		font-size: 71px !important;
	}

	.md-fs-72 {
		font-size: 72px !important;
	}

	.md-fs-73 {
		font-size: 73px !important;
	}

	.md-fs-74 {
		font-size: 74px !important;
	}

	.md-fs-75 {
		font-size: 75px !important;
	}

	.md-fs-76 {
		font-size: 76px !important;
	}

	.md-fs-77 {
		font-size: 77px !important;
	}

	.md-fs-78 {
		font-size: 78px !important;
	}

	.md-fs-79 {
		font-size: 79px !important;
	}

	.md-fs-80 {
		font-size: 80px !important;
	}

	.md-fs-81 {
		font-size: 81px !important;
	}

	.md-fs-82 {
		font-size: 82px !important;
	}

	.md-fs-83 {
		font-size: 83px !important;
	}

	.md-fs-84 {
		font-size: 84px !important;
	}

	.md-fs-85 {
		font-size: 85px !important;
	}

	.md-fs-86 {
		font-size: 86px !important;
	}

	.md-fs-87 {
		font-size: 87px !important;
	}

	.md-fs-88 {
		font-size: 88px !important;
	}

	.md-fs-89 {
		font-size: 89px !important;
	}

	.md-fs-90 {
		font-size: 90px !important;
	}

	.md-fs-91 {
		font-size: 91px !important;
	}

	.md-fs-92 {
		font-size: 92px !important;
	}

	.md-fs-93 {
		font-size: 93px !important;
	}

	.md-fs-94 {
		font-size: 94px !important;
	}

	.md-fs-95 {
		font-size: 95px !important;
	}

	.md-fs-96 {
		font-size: 96px !important;
	}

	.md-fs-97 {
		font-size: 97px !important;
	}

	.md-fs-98 {
		font-size: 98px !important;
	}

	.md-fs-99 {
		font-size: 99px !important;
	}

	.md-fs-100 {
		font-size: 100px !important;
	}
}
@media (min-width: 1280px) {
	.lg-fs-0 {
		font-size: 0px !important;
	}

	.lg-fs-1 {
		font-size: 1px !important;
	}

	.lg-fs-2 {
		font-size: 2px !important;
	}

	.lg-fs-3 {
		font-size: 3px !important;
	}

	.lg-fs-4 {
		font-size: 4px !important;
	}

	.lg-fs-5 {
		font-size: 5px !important;
	}

	.lg-fs-6 {
		font-size: 6px !important;
	}

	.lg-fs-7 {
		font-size: 7px !important;
	}

	.lg-fs-8 {
		font-size: 8px !important;
	}

	.lg-fs-9 {
		font-size: 9px !important;
	}

	.lg-fs-10 {
		font-size: 10px !important;
	}

	.lg-fs-11 {
		font-size: 11px !important;
	}

	.lg-fs-12 {
		font-size: 12px !important;
	}

	.lg-fs-13 {
		font-size: 13px !important;
	}

	.lg-fs-14 {
		font-size: 14px !important;
	}

	.lg-fs-15 {
		font-size: 15px !important;
	}

	.lg-fs-16 {
		font-size: 16px !important;
	}

	.lg-fs-17 {
		font-size: 17px !important;
	}

	.lg-fs-18 {
		font-size: 18px !important;
	}

	.lg-fs-19 {
		font-size: 19px !important;
	}

	.lg-fs-20 {
		font-size: 20px !important;
	}

	.lg-fs-21 {
		font-size: 21px !important;
	}

	.lg-fs-22 {
		font-size: 22px !important;
	}

	.lg-fs-23 {
		font-size: 23px !important;
	}

	.lg-fs-24 {
		font-size: 24px !important;
	}

	.lg-fs-25 {
		font-size: 25px !important;
	}

	.lg-fs-26 {
		font-size: 26px !important;
	}

	.lg-fs-27 {
		font-size: 27px !important;
	}

	.lg-fs-28 {
		font-size: 28px !important;
	}

	.lg-fs-29 {
		font-size: 29px !important;
	}

	.lg-fs-30 {
		font-size: 30px !important;
	}

	.lg-fs-31 {
		font-size: 31px !important;
	}

	.lg-fs-32 {
		font-size: 32px !important;
	}

	.lg-fs-33 {
		font-size: 33px !important;
	}

	.lg-fs-34 {
		font-size: 34px !important;
	}

	.lg-fs-35 {
		font-size: 35px !important;
	}

	.lg-fs-36 {
		font-size: 36px !important;
	}

	.lg-fs-37 {
		font-size: 37px !important;
	}

	.lg-fs-38 {
		font-size: 38px !important;
	}

	.lg-fs-39 {
		font-size: 39px !important;
	}

	.lg-fs-40 {
		font-size: 40px !important;
	}

	.lg-fs-41 {
		font-size: 41px !important;
	}

	.lg-fs-42 {
		font-size: 42px !important;
	}

	.lg-fs-43 {
		font-size: 43px !important;
	}

	.lg-fs-44 {
		font-size: 44px !important;
	}

	.lg-fs-45 {
		font-size: 45px !important;
	}

	.lg-fs-46 {
		font-size: 46px !important;
	}

	.lg-fs-47 {
		font-size: 47px !important;
	}

	.lg-fs-48 {
		font-size: 48px !important;
	}

	.lg-fs-49 {
		font-size: 49px !important;
	}

	.lg-fs-50 {
		font-size: 50px !important;
	}

	.lg-fs-51 {
		font-size: 51px !important;
	}

	.lg-fs-52 {
		font-size: 52px !important;
	}

	.lg-fs-53 {
		font-size: 53px !important;
	}

	.lg-fs-54 {
		font-size: 54px !important;
	}

	.lg-fs-55 {
		font-size: 55px !important;
	}

	.lg-fs-56 {
		font-size: 56px !important;
	}

	.lg-fs-57 {
		font-size: 57px !important;
	}

	.lg-fs-58 {
		font-size: 58px !important;
	}

	.lg-fs-59 {
		font-size: 59px !important;
	}

	.lg-fs-60 {
		font-size: 60px !important;
	}

	.lg-fs-61 {
		font-size: 61px !important;
	}

	.lg-fs-62 {
		font-size: 62px !important;
	}

	.lg-fs-63 {
		font-size: 63px !important;
	}

	.lg-fs-64 {
		font-size: 64px !important;
	}

	.lg-fs-65 {
		font-size: 65px !important;
	}

	.lg-fs-66 {
		font-size: 66px !important;
	}

	.lg-fs-67 {
		font-size: 67px !important;
	}

	.lg-fs-68 {
		font-size: 68px !important;
	}

	.lg-fs-69 {
		font-size: 69px !important;
	}

	.lg-fs-70 {
		font-size: 70px !important;
	}

	.lg-fs-71 {
		font-size: 71px !important;
	}

	.lg-fs-72 {
		font-size: 72px !important;
	}

	.lg-fs-73 {
		font-size: 73px !important;
	}

	.lg-fs-74 {
		font-size: 74px !important;
	}

	.lg-fs-75 {
		font-size: 75px !important;
	}

	.lg-fs-76 {
		font-size: 76px !important;
	}

	.lg-fs-77 {
		font-size: 77px !important;
	}

	.lg-fs-78 {
		font-size: 78px !important;
	}

	.lg-fs-79 {
		font-size: 79px !important;
	}

	.lg-fs-80 {
		font-size: 80px !important;
	}

	.lg-fs-81 {
		font-size: 81px !important;
	}

	.lg-fs-82 {
		font-size: 82px !important;
	}

	.lg-fs-83 {
		font-size: 83px !important;
	}

	.lg-fs-84 {
		font-size: 84px !important;
	}

	.lg-fs-85 {
		font-size: 85px !important;
	}

	.lg-fs-86 {
		font-size: 86px !important;
	}

	.lg-fs-87 {
		font-size: 87px !important;
	}

	.lg-fs-88 {
		font-size: 88px !important;
	}

	.lg-fs-89 {
		font-size: 89px !important;
	}

	.lg-fs-90 {
		font-size: 90px !important;
	}

	.lg-fs-91 {
		font-size: 91px !important;
	}

	.lg-fs-92 {
		font-size: 92px !important;
	}

	.lg-fs-93 {
		font-size: 93px !important;
	}

	.lg-fs-94 {
		font-size: 94px !important;
	}

	.lg-fs-95 {
		font-size: 95px !important;
	}

	.lg-fs-96 {
		font-size: 96px !important;
	}

	.lg-fs-97 {
		font-size: 97px !important;
	}

	.lg-fs-98 {
		font-size: 98px !important;
	}

	.lg-fs-99 {
		font-size: 99px !important;
	}

	.lg-fs-100 {
		font-size: 100px !important;
	}
}
/*
  Spacing Utility
*/
.m-0 {
	margin: 0px !important;
}

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !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;
}

.p-0 {
	padding: 0px !important;
}

.px-0 {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.pt-0 {
	padding-top: 0px !important;
}

.pr-0 {
	padding-right: 0px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.m-1 {
	margin: 1px !important;
}

.mx-1 {
	margin-left: 1px !important;
	margin-right: 1px !important;
}

.my-1 {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

.mt-1 {
	margin-top: 1px !important;
}

.mr-1 {
	margin-right: 1px !important;
}

.mb-1 {
	margin-bottom: 1px !important;
}

.ml-1 {
	margin-left: 1px !important;
}

.p-1 {
	padding: 1px !important;
}

.px-1 {
	padding-left: 1px !important;
	padding-right: 1px !important;
}

.py-1 {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}

.pt-1 {
	padding-top: 1px !important;
}

.pr-1 {
	padding-right: 1px !important;
}

.pb-1 {
	padding-bottom: 1px !important;
}

.pl-1 {
	padding-left: 1px !important;
}

.m-2 {
	margin: 2px !important;
}

.mx-2 {
	margin-left: 2px !important;
	margin-right: 2px !important;
}

.my-2 {
	margin-top: 2px !important;
	margin-bottom: 2px !important;
}

.mt-2 {
	margin-top: 2px !important;
}

.mr-2 {
	margin-right: 2px !important;
}

.mb-2 {
	margin-bottom: 2px !important;
}

.ml-2 {
	margin-left: 2px !important;
}

.p-2 {
	padding: 2px !important;
}

.px-2 {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.py-2 {
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.pt-2 {
	padding-top: 2px !important;
}

.pr-2 {
	padding-right: 2px !important;
}

.pb-2 {
	padding-bottom: 2px !important;
}

.pl-2 {
	padding-left: 2px !important;
}

.m-3 {
	margin: 3px !important;
}

.mx-3 {
	margin-left: 3px !important;
	margin-right: 3px !important;
}

.my-3 {
	margin-top: 3px !important;
	margin-bottom: 3px !important;
}

.mt-3 {
	margin-top: 3px !important;
}

.mr-3 {
	margin-right: 3px !important;
}

.mb-3 {
	margin-bottom: 3px !important;
}

.ml-3 {
	margin-left: 3px !important;
}

.p-3 {
	padding: 3px !important;
}

.px-3 {
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.py-3 {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

.pt-3 {
	padding-top: 3px !important;
}

.pr-3 {
	padding-right: 3px !important;
}

.pb-3 {
	padding-bottom: 3px !important;
}

.pl-3 {
	padding-left: 3px !important;
}

.m-4 {
	margin: 4px !important;
}

.mx-4 {
	margin-left: 4px !important;
	margin-right: 4px !important;
}

.my-4 {
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.mt-4 {
	margin-top: 4px !important;
}

.mr-4 {
	margin-right: 4px !important;
}

.mb-4 {
	margin-bottom: 4px !important;
}

.ml-4 {
	margin-left: 4px !important;
}

.p-4 {
	padding: 4px !important;
}

.px-4 {
	padding-left: 4px !important;
	padding-right: 4px !important;
}

.py-4 {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.pt-4 {
	padding-top: 4px !important;
}

.pr-4 {
	padding-right: 4px !important;
}

.pb-4 {
	padding-bottom: 4px !important;
}

.pl-4 {
	padding-left: 4px !important;
}

.m-5 {
	margin: 5px !important;
}

.mx-5 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.my-5 {
	margin-top: 5px !important;
	margin-bottom: 5px !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;
}

.p-5 {
	padding: 5px !important;
}

.px-5 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.py-5 {
	padding-top: 5px !important;
	padding-bottom: 5px !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;
}

.m-6 {
	margin: 6px !important;
}

.mx-6 {
	margin-left: 6px !important;
	margin-right: 6px !important;
}

.my-6 {
	margin-top: 6px !important;
	margin-bottom: 6px !important;
}

.mt-6 {
	margin-top: 6px !important;
}

.mr-6 {
	margin-right: 6px !important;
}

.mb-6 {
	margin-bottom: 6px !important;
}

.ml-6 {
	margin-left: 6px !important;
}

.p-6 {
	padding: 6px !important;
}

.px-6 {
	padding-left: 6px !important;
	padding-right: 6px !important;
}

.py-6 {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.pt-6 {
	padding-top: 6px !important;
}

.pr-6 {
	padding-right: 6px !important;
}

.pb-6 {
	padding-bottom: 6px !important;
}

.pl-6 {
	padding-left: 6px !important;
}

.m-7 {
	margin: 7px !important;
}

.mx-7 {
	margin-left: 7px !important;
	margin-right: 7px !important;
}

.my-7 {
	margin-top: 7px !important;
	margin-bottom: 7px !important;
}

.mt-7 {
	margin-top: 7px !important;
}

.mr-7 {
	margin-right: 7px !important;
}

.mb-7 {
	margin-bottom: 7px !important;
}

.ml-7 {
	margin-left: 7px !important;
}

.p-7 {
	padding: 7px !important;
}

.px-7 {
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.py-7 {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.pt-7 {
	padding-top: 7px !important;
}

.pr-7 {
	padding-right: 7px !important;
}

.pb-7 {
	padding-bottom: 7px !important;
}

.pl-7 {
	padding-left: 7px !important;
}

.m-8 {
	margin: 8px !important;
}

.mx-8 {
	margin-left: 8px !important;
	margin-right: 8px !important;
}

.my-8 {
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.mt-8 {
	margin-top: 8px !important;
}

.mr-8 {
	margin-right: 8px !important;
}

.mb-8 {
	margin-bottom: 8px !important;
}

.ml-8 {
	margin-left: 8px !important;
}

.p-8 {
	padding: 8px !important;
}

.px-8 {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.py-8 {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.pt-8 {
	padding-top: 8px !important;
}

.pr-8 {
	padding-right: 8px !important;
}

.pb-8 {
	padding-bottom: 8px !important;
}

.pl-8 {
	padding-left: 8px !important;
}

.m-9 {
	margin: 9px !important;
}

.mx-9 {
	margin-left: 9px !important;
	margin-right: 9px !important;
}

.my-9 {
	margin-top: 9px !important;
	margin-bottom: 9px !important;
}

.mt-9 {
	margin-top: 9px !important;
}

.mr-9 {
	margin-right: 9px !important;
}

.mb-9 {
	margin-bottom: 9px !important;
}

.ml-9 {
	margin-left: 9px !important;
}

.p-9 {
	padding: 9px !important;
}

.px-9 {
	padding-left: 9px !important;
	padding-right: 9px !important;
}

.py-9 {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

.pt-9 {
	padding-top: 9px !important;
}

.pr-9 {
	padding-right: 9px !important;
}

.pb-9 {
	padding-bottom: 9px !important;
}

.pl-9 {
	padding-left: 9px !important;
}

.m-10 {
	margin: 10px !important;
}

.mx-10 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.my-10 {
	margin-top: 10px !important;
	margin-bottom: 10px !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;
}

.p-10 {
	padding: 10px !important;
}

.px-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !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;
}

.m-11 {
	margin: 11px !important;
}

.mx-11 {
	margin-left: 11px !important;
	margin-right: 11px !important;
}

.my-11 {
	margin-top: 11px !important;
	margin-bottom: 11px !important;
}

.mt-11 {
	margin-top: 11px !important;
}

.mr-11 {
	margin-right: 11px !important;
}

.mb-11 {
	margin-bottom: 11px !important;
}

.ml-11 {
	margin-left: 11px !important;
}

.p-11 {
	padding: 11px !important;
}

.px-11 {
	padding-left: 11px !important;
	padding-right: 11px !important;
}

.py-11 {
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}

.pt-11 {
	padding-top: 11px !important;
}

.pr-11 {
	padding-right: 11px !important;
}

.pb-11 {
	padding-bottom: 11px !important;
}

.pl-11 {
	padding-left: 11px !important;
}

.m-12 {
	margin: 12px !important;
}

.mx-12 {
	margin-left: 12px !important;
	margin-right: 12px !important;
}

.my-12 {
	margin-top: 12px !important;
	margin-bottom: 12px !important;
}

.mt-12 {
	margin-top: 12px !important;
}

.mr-12 {
	margin-right: 12px !important;
}

.mb-12 {
	margin-bottom: 12px !important;
}

.ml-12 {
	margin-left: 12px !important;
}

.p-12 {
	padding: 12px !important;
}

.px-12 {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.py-12 {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

.pt-12 {
	padding-top: 12px !important;
}

.pr-12 {
	padding-right: 12px !important;
}

.pb-12 {
	padding-bottom: 12px !important;
}

.pl-12 {
	padding-left: 12px !important;
}

.m-13 {
	margin: 13px !important;
}

.mx-13 {
	margin-left: 13px !important;
	margin-right: 13px !important;
}

.my-13 {
	margin-top: 13px !important;
	margin-bottom: 13px !important;
}

.mt-13 {
	margin-top: 13px !important;
}

.mr-13 {
	margin-right: 13px !important;
}

.mb-13 {
	margin-bottom: 13px !important;
}

.ml-13 {
	margin-left: 13px !important;
}

.p-13 {
	padding: 13px !important;
}

.px-13 {
	padding-left: 13px !important;
	padding-right: 13px !important;
}

.py-13 {
	padding-top: 13px !important;
	padding-bottom: 13px !important;
}

.pt-13 {
	padding-top: 13px !important;
}

.pr-13 {
	padding-right: 13px !important;
}

.pb-13 {
	padding-bottom: 13px !important;
}

.pl-13 {
	padding-left: 13px !important;
}

.m-14 {
	margin: 14px !important;
}

.mx-14 {
	margin-left: 14px !important;
	margin-right: 14px !important;
}

.my-14 {
	margin-top: 14px !important;
	margin-bottom: 14px !important;
}

.mt-14 {
	margin-top: 14px !important;
}

.mr-14 {
	margin-right: 14px !important;
}

.mb-14 {
	margin-bottom: 14px !important;
}

.ml-14 {
	margin-left: 14px !important;
}

.p-14 {
	padding: 14px !important;
}

.px-14 {
	padding-left: 14px !important;
	padding-right: 14px !important;
}

.py-14 {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.pt-14 {
	padding-top: 14px !important;
}

.pr-14 {
	padding-right: 14px !important;
}

.pb-14 {
	padding-bottom: 14px !important;
}

.pl-14 {
	padding-left: 14px !important;
}

.m-15 {
	margin: 15px !important;
}

.mx-15 {
	margin-left: 15px !important;
	margin-right: 15px !important;
}

.my-15 {
	margin-top: 15px !important;
	margin-bottom: 15px !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;
}

.p-15 {
	padding: 15px !important;
}

.px-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.py-15 {
	padding-top: 15px !important;
	padding-bottom: 15px !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;
}

.m-16 {
	margin: 16px !important;
}

.mx-16 {
	margin-left: 16px !important;
	margin-right: 16px !important;
}

.my-16 {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
}

.mt-16 {
	margin-top: 16px !important;
}

.mr-16 {
	margin-right: 16px !important;
}

.mb-16 {
	margin-bottom: 16px !important;
}

.ml-16 {
	margin-left: 16px !important;
}

.p-16 {
	padding: 16px !important;
}

.px-16 {
	padding-left: 16px !important;
	padding-right: 16px !important;
}

.py-16 {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
}

.pt-16 {
	padding-top: 16px !important;
}

.pr-16 {
	padding-right: 16px !important;
}

.pb-16 {
	padding-bottom: 16px !important;
}

.pl-16 {
	padding-left: 16px !important;
}

.m-17 {
	margin: 17px !important;
}

.mx-17 {
	margin-left: 17px !important;
	margin-right: 17px !important;
}

.my-17 {
	margin-top: 17px !important;
	margin-bottom: 17px !important;
}

.mt-17 {
	margin-top: 17px !important;
}

.mr-17 {
	margin-right: 17px !important;
}

.mb-17 {
	margin-bottom: 17px !important;
}

.ml-17 {
	margin-left: 17px !important;
}

.p-17 {
	padding: 17px !important;
}

.px-17 {
	padding-left: 17px !important;
	padding-right: 17px !important;
}

.py-17 {
	padding-top: 17px !important;
	padding-bottom: 17px !important;
}

.pt-17 {
	padding-top: 17px !important;
}

.pr-17 {
	padding-right: 17px !important;
}

.pb-17 {
	padding-bottom: 17px !important;
}

.pl-17 {
	padding-left: 17px !important;
}

.m-18 {
	margin: 18px !important;
}

.mx-18 {
	margin-left: 18px !important;
	margin-right: 18px !important;
}

.my-18 {
	margin-top: 18px !important;
	margin-bottom: 18px !important;
}

.mt-18 {
	margin-top: 18px !important;
}

.mr-18 {
	margin-right: 18px !important;
}

.mb-18 {
	margin-bottom: 18px !important;
}

.ml-18 {
	margin-left: 18px !important;
}

.p-18 {
	padding: 18px !important;
}

.px-18 {
	padding-left: 18px !important;
	padding-right: 18px !important;
}

.py-18 {
	padding-top: 18px !important;
	padding-bottom: 18px !important;
}

.pt-18 {
	padding-top: 18px !important;
}

.pr-18 {
	padding-right: 18px !important;
}

.pb-18 {
	padding-bottom: 18px !important;
}

.pl-18 {
	padding-left: 18px !important;
}

.m-19 {
	margin: 19px !important;
}

.mx-19 {
	margin-left: 19px !important;
	margin-right: 19px !important;
}

.my-19 {
	margin-top: 19px !important;
	margin-bottom: 19px !important;
}

.mt-19 {
	margin-top: 19px !important;
}

.mr-19 {
	margin-right: 19px !important;
}

.mb-19 {
	margin-bottom: 19px !important;
}

.ml-19 {
	margin-left: 19px !important;
}

.p-19 {
	padding: 19px !important;
}

.px-19 {
	padding-left: 19px !important;
	padding-right: 19px !important;
}

.py-19 {
	padding-top: 19px !important;
	padding-bottom: 19px !important;
}

.pt-19 {
	padding-top: 19px !important;
}

.pr-19 {
	padding-right: 19px !important;
}

.pb-19 {
	padding-bottom: 19px !important;
}

.pl-19 {
	padding-left: 19px !important;
}

.m-20 {
	margin: 20px !important;
}

.mx-20 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.my-20 {
	margin-top: 20px !important;
	margin-bottom: 20px !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;
}

.p-20 {
	padding: 20px !important;
}

.px-20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !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;
}

.m-21 {
	margin: 21px !important;
}

.mx-21 {
	margin-left: 21px !important;
	margin-right: 21px !important;
}

.my-21 {
	margin-top: 21px !important;
	margin-bottom: 21px !important;
}

.mt-21 {
	margin-top: 21px !important;
}

.mr-21 {
	margin-right: 21px !important;
}

.mb-21 {
	margin-bottom: 21px !important;
}

.ml-21 {
	margin-left: 21px !important;
}

.p-21 {
	padding: 21px !important;
}

.px-21 {
	padding-left: 21px !important;
	padding-right: 21px !important;
}

.py-21 {
	padding-top: 21px !important;
	padding-bottom: 21px !important;
}

.pt-21 {
	padding-top: 21px !important;
}

.pr-21 {
	padding-right: 21px !important;
}

.pb-21 {
	padding-bottom: 21px !important;
}

.pl-21 {
	padding-left: 21px !important;
}

.m-22 {
	margin: 22px !important;
}

.mx-22 {
	margin-left: 22px !important;
	margin-right: 22px !important;
}

.my-22 {
	margin-top: 22px !important;
	margin-bottom: 22px !important;
}

.mt-22 {
	margin-top: 22px !important;
}

.mr-22 {
	margin-right: 22px !important;
}

.mb-22 {
	margin-bottom: 22px !important;
}

.ml-22 {
	margin-left: 22px !important;
}

.p-22 {
	padding: 22px !important;
}

.px-22 {
	padding-left: 22px !important;
	padding-right: 22px !important;
}

.py-22 {
	padding-top: 22px !important;
	padding-bottom: 22px !important;
}

.pt-22 {
	padding-top: 22px !important;
}

.pr-22 {
	padding-right: 22px !important;
}

.pb-22 {
	padding-bottom: 22px !important;
}

.pl-22 {
	padding-left: 22px !important;
}

.m-23 {
	margin: 23px !important;
}

.mx-23 {
	margin-left: 23px !important;
	margin-right: 23px !important;
}

.my-23 {
	margin-top: 23px !important;
	margin-bottom: 23px !important;
}

.mt-23 {
	margin-top: 23px !important;
}

.mr-23 {
	margin-right: 23px !important;
}

.mb-23 {
	margin-bottom: 23px !important;
}

.ml-23 {
	margin-left: 23px !important;
}

.p-23 {
	padding: 23px !important;
}

.px-23 {
	padding-left: 23px !important;
	padding-right: 23px !important;
}

.py-23 {
	padding-top: 23px !important;
	padding-bottom: 23px !important;
}

.pt-23 {
	padding-top: 23px !important;
}

.pr-23 {
	padding-right: 23px !important;
}

.pb-23 {
	padding-bottom: 23px !important;
}

.pl-23 {
	padding-left: 23px !important;
}

.m-24 {
	margin: 24px !important;
}

.mx-24 {
	margin-left: 24px !important;
	margin-right: 24px !important;
}

.my-24 {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.mt-24 {
	margin-top: 24px !important;
}

.mr-24 {
	margin-right: 24px !important;
}

.mb-24 {
	margin-bottom: 24px !important;
}

.ml-24 {
	margin-left: 24px !important;
}

.p-24 {
	padding: 24px !important;
}

.px-24 {
	padding-left: 24px !important;
	padding-right: 24px !important;
}

.py-24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}

.pt-24 {
	padding-top: 24px !important;
}

.pr-24 {
	padding-right: 24px !important;
}

.pb-24 {
	padding-bottom: 24px !important;
}

.pl-24 {
	padding-left: 24px !important;
}

.m-25 {
	margin: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !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;
}

.p-25 {
	padding: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !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;
}

.m-26 {
	margin: 26px !important;
}

.mx-26 {
	margin-left: 26px !important;
	margin-right: 26px !important;
}

.my-26 {
	margin-top: 26px !important;
	margin-bottom: 26px !important;
}

.mt-26 {
	margin-top: 26px !important;
}

.mr-26 {
	margin-right: 26px !important;
}

.mb-26 {
	margin-bottom: 26px !important;
}

.ml-26 {
	margin-left: 26px !important;
}

.p-26 {
	padding: 26px !important;
}

.px-26 {
	padding-left: 26px !important;
	padding-right: 26px !important;
}

.py-26 {
	padding-top: 26px !important;
	padding-bottom: 26px !important;
}

.pt-26 {
	padding-top: 26px !important;
}

.pr-26 {
	padding-right: 26px !important;
}

.pb-26 {
	padding-bottom: 26px !important;
}

.pl-26 {
	padding-left: 26px !important;
}

.m-27 {
	margin: 27px !important;
}

.mx-27 {
	margin-left: 27px !important;
	margin-right: 27px !important;
}

.my-27 {
	margin-top: 27px !important;
	margin-bottom: 27px !important;
}

.mt-27 {
	margin-top: 27px !important;
}

.mr-27 {
	margin-right: 27px !important;
}

.mb-27 {
	margin-bottom: 27px !important;
}

.ml-27 {
	margin-left: 27px !important;
}

.p-27 {
	padding: 27px !important;
}

.px-27 {
	padding-left: 27px !important;
	padding-right: 27px !important;
}

.py-27 {
	padding-top: 27px !important;
	padding-bottom: 27px !important;
}

.pt-27 {
	padding-top: 27px !important;
}

.pr-27 {
	padding-right: 27px !important;
}

.pb-27 {
	padding-bottom: 27px !important;
}

.pl-27 {
	padding-left: 27px !important;
}

.m-28 {
	margin: 28px !important;
}

.mx-28 {
	margin-left: 28px !important;
	margin-right: 28px !important;
}

.my-28 {
	margin-top: 28px !important;
	margin-bottom: 28px !important;
}

.mt-28 {
	margin-top: 28px !important;
}

.mr-28 {
	margin-right: 28px !important;
}

.mb-28 {
	margin-bottom: 28px !important;
}

.ml-28 {
	margin-left: 28px !important;
}

.p-28 {
	padding: 28px !important;
}

.px-28 {
	padding-left: 28px !important;
	padding-right: 28px !important;
}

.py-28 {
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}

.pt-28 {
	padding-top: 28px !important;
}

.pr-28 {
	padding-right: 28px !important;
}

.pb-28 {
	padding-bottom: 28px !important;
}

.pl-28 {
	padding-left: 28px !important;
}

.m-29 {
	margin: 29px !important;
}

.mx-29 {
	margin-left: 29px !important;
	margin-right: 29px !important;
}

.my-29 {
	margin-top: 29px !important;
	margin-bottom: 29px !important;
}

.mt-29 {
	margin-top: 29px !important;
}

.mr-29 {
	margin-right: 29px !important;
}

.mb-29 {
	margin-bottom: 29px !important;
}

.ml-29 {
	margin-left: 29px !important;
}

.p-29 {
	padding: 29px !important;
}

.px-29 {
	padding-left: 29px !important;
	padding-right: 29px !important;
}

.py-29 {
	padding-top: 29px !important;
	padding-bottom: 29px !important;
}

.pt-29 {
	padding-top: 29px !important;
}

.pr-29 {
	padding-right: 29px !important;
}

.pb-29 {
	padding-bottom: 29px !important;
}

.pl-29 {
	padding-left: 29px !important;
}

.m-30 {
	margin: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !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;
}

.p-30 {
	padding: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !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;
}

.m-31 {
	margin: 31px !important;
}

.mx-31 {
	margin-left: 31px !important;
	margin-right: 31px !important;
}

.my-31 {
	margin-top: 31px !important;
	margin-bottom: 31px !important;
}

.mt-31 {
	margin-top: 31px !important;
}

.mr-31 {
	margin-right: 31px !important;
}

.mb-31 {
	margin-bottom: 31px !important;
}

.ml-31 {
	margin-left: 31px !important;
}

.p-31 {
	padding: 31px !important;
}

.px-31 {
	padding-left: 31px !important;
	padding-right: 31px !important;
}

.py-31 {
	padding-top: 31px !important;
	padding-bottom: 31px !important;
}

.pt-31 {
	padding-top: 31px !important;
}

.pr-31 {
	padding-right: 31px !important;
}

.pb-31 {
	padding-bottom: 31px !important;
}

.pl-31 {
	padding-left: 31px !important;
}

.m-32 {
	margin: 32px !important;
}

.mx-32 {
	margin-left: 32px !important;
	margin-right: 32px !important;
}

.my-32 {
	margin-top: 32px !important;
	margin-bottom: 32px !important;
}

.mt-32 {
	margin-top: 32px !important;
}

.mr-32 {
	margin-right: 32px !important;
}

.mb-32 {
	margin-bottom: 32px !important;
}

.ml-32 {
	margin-left: 32px !important;
}

.p-32 {
	padding: 32px !important;
}

.px-32 {
	padding-left: 32px !important;
	padding-right: 32px !important;
}

.py-32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important;
}

.pt-32 {
	padding-top: 32px !important;
}

.pr-32 {
	padding-right: 32px !important;
}

.pb-32 {
	padding-bottom: 32px !important;
}

.pl-32 {
	padding-left: 32px !important;
}

.m-33 {
	margin: 33px !important;
}

.mx-33 {
	margin-left: 33px !important;
	margin-right: 33px !important;
}

.my-33 {
	margin-top: 33px !important;
	margin-bottom: 33px !important;
}

.mt-33 {
	margin-top: 33px !important;
}

.mr-33 {
	margin-right: 33px !important;
}

.mb-33 {
	margin-bottom: 33px !important;
}

.ml-33 {
	margin-left: 33px !important;
}

.p-33 {
	padding: 33px !important;
}

.px-33 {
	padding-left: 33px !important;
	padding-right: 33px !important;
}

.py-33 {
	padding-top: 33px !important;
	padding-bottom: 33px !important;
}

.pt-33 {
	padding-top: 33px !important;
}

.pr-33 {
	padding-right: 33px !important;
}

.pb-33 {
	padding-bottom: 33px !important;
}

.pl-33 {
	padding-left: 33px !important;
}

.m-34 {
	margin: 34px !important;
}

.mx-34 {
	margin-left: 34px !important;
	margin-right: 34px !important;
}

.my-34 {
	margin-top: 34px !important;
	margin-bottom: 34px !important;
}

.mt-34 {
	margin-top: 34px !important;
}

.mr-34 {
	margin-right: 34px !important;
}

.mb-34 {
	margin-bottom: 34px !important;
}

.ml-34 {
	margin-left: 34px !important;
}

.p-34 {
	padding: 34px !important;
}

.px-34 {
	padding-left: 34px !important;
	padding-right: 34px !important;
}

.py-34 {
	padding-top: 34px !important;
	padding-bottom: 34px !important;
}

.pt-34 {
	padding-top: 34px !important;
}

.pr-34 {
	padding-right: 34px !important;
}

.pb-34 {
	padding-bottom: 34px !important;
}

.pl-34 {
	padding-left: 34px !important;
}

.m-35 {
	margin: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !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;
}

.p-35 {
	padding: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !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;
}

.m-36 {
	margin: 36px !important;
}

.mx-36 {
	margin-left: 36px !important;
	margin-right: 36px !important;
}

.my-36 {
	margin-top: 36px !important;
	margin-bottom: 36px !important;
}

.mt-36 {
	margin-top: 36px !important;
}

.mr-36 {
	margin-right: 36px !important;
}

.mb-36 {
	margin-bottom: 36px !important;
}

.ml-36 {
	margin-left: 36px !important;
}

.p-36 {
	padding: 36px !important;
}

.px-36 {
	padding-left: 36px !important;
	padding-right: 36px !important;
}

.py-36 {
	padding-top: 36px !important;
	padding-bottom: 36px !important;
}

.pt-36 {
	padding-top: 36px !important;
}

.pr-36 {
	padding-right: 36px !important;
}

.pb-36 {
	padding-bottom: 36px !important;
}

.pl-36 {
	padding-left: 36px !important;
}

.m-37 {
	margin: 37px !important;
}

.mx-37 {
	margin-left: 37px !important;
	margin-right: 37px !important;
}

.my-37 {
	margin-top: 37px !important;
	margin-bottom: 37px !important;
}

.mt-37 {
	margin-top: 37px !important;
}

.mr-37 {
	margin-right: 37px !important;
}

.mb-37 {
	margin-bottom: 37px !important;
}

.ml-37 {
	margin-left: 37px !important;
}

.p-37 {
	padding: 37px !important;
}

.px-37 {
	padding-left: 37px !important;
	padding-right: 37px !important;
}

.py-37 {
	padding-top: 37px !important;
	padding-bottom: 37px !important;
}

.pt-37 {
	padding-top: 37px !important;
}

.pr-37 {
	padding-right: 37px !important;
}

.pb-37 {
	padding-bottom: 37px !important;
}

.pl-37 {
	padding-left: 37px !important;
}

.m-38 {
	margin: 38px !important;
}

.mx-38 {
	margin-left: 38px !important;
	margin-right: 38px !important;
}

.my-38 {
	margin-top: 38px !important;
	margin-bottom: 38px !important;
}

.mt-38 {
	margin-top: 38px !important;
}

.mr-38 {
	margin-right: 38px !important;
}

.mb-38 {
	margin-bottom: 38px !important;
}

.ml-38 {
	margin-left: 38px !important;
}

.p-38 {
	padding: 38px !important;
}

.px-38 {
	padding-left: 38px !important;
	padding-right: 38px !important;
}

.py-38 {
	padding-top: 38px !important;
	padding-bottom: 38px !important;
}

.pt-38 {
	padding-top: 38px !important;
}

.pr-38 {
	padding-right: 38px !important;
}

.pb-38 {
	padding-bottom: 38px !important;
}

.pl-38 {
	padding-left: 38px !important;
}

.m-39 {
	margin: 39px !important;
}

.mx-39 {
	margin-left: 39px !important;
	margin-right: 39px !important;
}

.my-39 {
	margin-top: 39px !important;
	margin-bottom: 39px !important;
}

.mt-39 {
	margin-top: 39px !important;
}

.mr-39 {
	margin-right: 39px !important;
}

.mb-39 {
	margin-bottom: 39px !important;
}

.ml-39 {
	margin-left: 39px !important;
}

.p-39 {
	padding: 39px !important;
}

.px-39 {
	padding-left: 39px !important;
	padding-right: 39px !important;
}

.py-39 {
	padding-top: 39px !important;
	padding-bottom: 39px !important;
}

.pt-39 {
	padding-top: 39px !important;
}

.pr-39 {
	padding-right: 39px !important;
}

.pb-39 {
	padding-bottom: 39px !important;
}

.pl-39 {
	padding-left: 39px !important;
}

.m-40 {
	margin: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !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;
}

.p-40 {
	padding: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !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;
}

.m-25 {
	margin: 25px !important;
}

.mx-25 {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.my-25 {
	margin-top: 25px !important;
	margin-bottom: 25px !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;
}

.p-25 {
	padding: 25px !important;
}

.px-25 {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

.py-25 {
	padding-top: 25px !important;
	padding-bottom: 25px !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;
}

.m-30 {
	margin: 30px !important;
}

.mx-30 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.my-30 {
	margin-top: 30px !important;
	margin-bottom: 30px !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;
}

.p-30 {
	padding: 30px !important;
}

.px-30 {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !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;
}

.m-35 {
	margin: 35px !important;
}

.mx-35 {
	margin-left: 35px !important;
	margin-right: 35px !important;
}

.my-35 {
	margin-top: 35px !important;
	margin-bottom: 35px !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;
}

.p-35 {
	padding: 35px !important;
}

.px-35 {
	padding-left: 35px !important;
	padding-right: 35px !important;
}

.py-35 {
	padding-top: 35px !important;
	padding-bottom: 35px !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;
}

.m-40 {
	margin: 40px !important;
}

.mx-40 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.my-40 {
	margin-top: 40px !important;
	margin-bottom: 40px !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;
}

.p-40 {
	padding: 40px !important;
}

.px-40 {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !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;
}

.m-45 {
	margin: 45px !important;
}

.mx-45 {
	margin-left: 45px !important;
	margin-right: 45px !important;
}

.my-45 {
	margin-top: 45px !important;
	margin-bottom: 45px !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;
}

.p-45 {
	padding: 45px !important;
}

.px-45 {
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.py-45 {
	padding-top: 45px !important;
	padding-bottom: 45px !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;
}

.m-50 {
	margin: 50px !important;
}

.mx-50 {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.my-50 {
	margin-top: 50px !important;
	margin-bottom: 50px !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;
}

.p-50 {
	padding: 50px !important;
}

.px-50 {
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !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;
}

.m-55 {
	margin: 55px !important;
}

.mx-55 {
	margin-left: 55px !important;
	margin-right: 55px !important;
}

.my-55 {
	margin-top: 55px !important;
	margin-bottom: 55px !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;
}

.p-55 {
	padding: 55px !important;
}

.px-55 {
	padding-left: 55px !important;
	padding-right: 55px !important;
}

.py-55 {
	padding-top: 55px !important;
	padding-bottom: 55px !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;
}

.m-60 {
	margin: 60px !important;
}

.mx-60 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !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;
}

.p-60 {
	padding: 60px !important;
}

.px-60 {
	padding-left: 60px !important;
	padding-right: 60px !important;
}

.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !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;
}

.m-65 {
	margin: 65px !important;
}

.mx-65 {
	margin-left: 65px !important;
	margin-right: 65px !important;
}

.my-65 {
	margin-top: 65px !important;
	margin-bottom: 65px !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;
}

.p-65 {
	padding: 65px !important;
}

.px-65 {
	padding-left: 65px !important;
	padding-right: 65px !important;
}

.py-65 {
	padding-top: 65px !important;
	padding-bottom: 65px !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;
}

.m-70 {
	margin: 70px !important;
}

.mx-70 {
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !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;
}

.p-70 {
	padding: 70px !important;
}

.px-70 {
	padding-left: 70px !important;
	padding-right: 70px !important;
}

.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !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;
}

.m-75 {
	margin: 75px !important;
}

.mx-75 {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.my-75 {
	margin-top: 75px !important;
	margin-bottom: 75px !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;
}

.p-75 {
	padding: 75px !important;
}

.px-75 {
	padding-left: 75px !important;
	padding-right: 75px !important;
}

.py-75 {
	padding-top: 75px !important;
	padding-bottom: 75px !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;
}

.m-80 {
	margin: 80px !important;
}

.mx-80 {
	margin-left: 80px !important;
	margin-right: 80px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !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;
}

.p-80 {
	padding: 80px !important;
}

.px-80 {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !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;
}

.m-85 {
	margin: 85px !important;
}

.mx-85 {
	margin-left: 85px !important;
	margin-right: 85px !important;
}

.my-85 {
	margin-top: 85px !important;
	margin-bottom: 85px !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;
}

.p-85 {
	padding: 85px !important;
}

.px-85 {
	padding-left: 85px !important;
	padding-right: 85px !important;
}

.py-85 {
	padding-top: 85px !important;
	padding-bottom: 85px !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;
}

.m-90 {
	margin: 90px !important;
}

.mx-90 {
	margin-left: 90px !important;
	margin-right: 90px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !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;
}

.p-90 {
	padding: 90px !important;
}

.px-90 {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !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;
}

.m-95 {
	margin: 95px !important;
}

.mx-95 {
	margin-left: 95px !important;
	margin-right: 95px !important;
}

.my-95 {
	margin-top: 95px !important;
	margin-bottom: 95px !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;
}

.p-95 {
	padding: 95px !important;
}

.px-95 {
	padding-left: 95px !important;
	padding-right: 95px !important;
}

.py-95 {
	padding-top: 95px !important;
	padding-bottom: 95px !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;
}

.m-100 {
	margin: 100px !important;
}

.mx-100 {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !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;
}

.p-100 {
	padding: 100px !important;
}

.px-100 {
	padding-left: 100px !important;
	padding-right: 100px !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !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;
}

.m-105 {
	margin: 105px !important;
}

.mx-105 {
	margin-left: 105px !important;
	margin-right: 105px !important;
}

.my-105 {
	margin-top: 105px !important;
	margin-bottom: 105px !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;
}

.p-105 {
	padding: 105px !important;
}

.px-105 {
	padding-left: 105px !important;
	padding-right: 105px !important;
}

.py-105 {
	padding-top: 105px !important;
	padding-bottom: 105px !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;
}

.m-110 {
	margin: 110px !important;
}

.mx-110 {
	margin-left: 110px !important;
	margin-right: 110px !important;
}

.my-110 {
	margin-top: 110px !important;
	margin-bottom: 110px !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;
}

.p-110 {
	padding: 110px !important;
}

.px-110 {
	padding-left: 110px !important;
	padding-right: 110px !important;
}

.py-110 {
	padding-top: 110px !important;
	padding-bottom: 110px !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;
}

.m-115 {
	margin: 115px !important;
}

.mx-115 {
	margin-left: 115px !important;
	margin-right: 115px !important;
}

.my-115 {
	margin-top: 115px !important;
	margin-bottom: 115px !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;
}

.p-115 {
	padding: 115px !important;
}

.px-115 {
	padding-left: 115px !important;
	padding-right: 115px !important;
}

.py-115 {
	padding-top: 115px !important;
	padding-bottom: 115px !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;
}

.m-120 {
	margin: 120px !important;
}

.mx-120 {
	margin-left: 120px !important;
	margin-right: 120px !important;
}

.my-120 {
	margin-top: 120px !important;
	margin-bottom: 120px !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;
}

.p-120 {
	padding: 120px !important;
}

.px-120 {
	padding-left: 120px !important;
	padding-right: 120px !important;
}

.py-120 {
	padding-top: 120px !important;
	padding-bottom: 120px !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;
}

.m-125 {
	margin: 125px !important;
}

.mx-125 {
	margin-left: 125px !important;
	margin-right: 125px !important;
}

.my-125 {
	margin-top: 125px !important;
	margin-bottom: 125px !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;
}

.p-125 {
	padding: 125px !important;
}

.px-125 {
	padding-left: 125px !important;
	padding-right: 125px !important;
}

.py-125 {
	padding-top: 125px !important;
	padding-bottom: 125px !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;
}

.m-130 {
	margin: 130px !important;
}

.mx-130 {
	margin-left: 130px !important;
	margin-right: 130px !important;
}

.my-130 {
	margin-top: 130px !important;
	margin-bottom: 130px !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;
}

.p-130 {
	padding: 130px !important;
}

.px-130 {
	padding-left: 130px !important;
	padding-right: 130px !important;
}

.py-130 {
	padding-top: 130px !important;
	padding-bottom: 130px !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;
}

.m-135 {
	margin: 135px !important;
}

.mx-135 {
	margin-left: 135px !important;
	margin-right: 135px !important;
}

.my-135 {
	margin-top: 135px !important;
	margin-bottom: 135px !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;
}

.p-135 {
	padding: 135px !important;
}

.px-135 {
	padding-left: 135px !important;
	padding-right: 135px !important;
}

.py-135 {
	padding-top: 135px !important;
	padding-bottom: 135px !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;
}

.m-140 {
	margin: 140px !important;
}

.mx-140 {
	margin-left: 140px !important;
	margin-right: 140px !important;
}

.my-140 {
	margin-top: 140px !important;
	margin-bottom: 140px !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;
}

.p-140 {
	padding: 140px !important;
}

.px-140 {
	padding-left: 140px !important;
	padding-right: 140px !important;
}

.py-140 {
	padding-top: 140px !important;
	padding-bottom: 140px !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;
}

.m-145 {
	margin: 145px !important;
}

.mx-145 {
	margin-left: 145px !important;
	margin-right: 145px !important;
}

.my-145 {
	margin-top: 145px !important;
	margin-bottom: 145px !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;
}

.p-145 {
	padding: 145px !important;
}

.px-145 {
	padding-left: 145px !important;
	padding-right: 145px !important;
}

.py-145 {
	padding-top: 145px !important;
	padding-bottom: 145px !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;
}

.m-150 {
	margin: 150px !important;
}

.mx-150 {
	margin-left: 150px !important;
	margin-right: 150px !important;
}

.my-150 {
	margin-top: 150px !important;
	margin-bottom: 150px !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;
}

.p-150 {
	padding: 150px !important;
}

.px-150 {
	padding-left: 150px !important;
	padding-right: 150px !important;
}

.py-150 {
	padding-top: 150px !important;
	padding-bottom: 150px !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;
}

.m-155 {
	margin: 155px !important;
}

.mx-155 {
	margin-left: 155px !important;
	margin-right: 155px !important;
}

.my-155 {
	margin-top: 155px !important;
	margin-bottom: 155px !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;
}

.p-155 {
	padding: 155px !important;
}

.px-155 {
	padding-left: 155px !important;
	padding-right: 155px !important;
}

.py-155 {
	padding-top: 155px !important;
	padding-bottom: 155px !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;
}

.m-160 {
	margin: 160px !important;
}

.mx-160 {
	margin-left: 160px !important;
	margin-right: 160px !important;
}

.my-160 {
	margin-top: 160px !important;
	margin-bottom: 160px !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;
}

.p-160 {
	padding: 160px !important;
}

.px-160 {
	padding-left: 160px !important;
	padding-right: 160px !important;
}

.py-160 {
	padding-top: 160px !important;
	padding-bottom: 160px !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;
}

.m-165 {
	margin: 165px !important;
}

.mx-165 {
	margin-left: 165px !important;
	margin-right: 165px !important;
}

.my-165 {
	margin-top: 165px !important;
	margin-bottom: 165px !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;
}

.p-165 {
	padding: 165px !important;
}

.px-165 {
	padding-left: 165px !important;
	padding-right: 165px !important;
}

.py-165 {
	padding-top: 165px !important;
	padding-bottom: 165px !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;
}

.m-170 {
	margin: 170px !important;
}

.mx-170 {
	margin-left: 170px !important;
	margin-right: 170px !important;
}

.my-170 {
	margin-top: 170px !important;
	margin-bottom: 170px !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;
}

.p-170 {
	padding: 170px !important;
}

.px-170 {
	padding-left: 170px !important;
	padding-right: 170px !important;
}

.py-170 {
	padding-top: 170px !important;
	padding-bottom: 170px !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;
}

.m-175 {
	margin: 175px !important;
}

.mx-175 {
	margin-left: 175px !important;
	margin-right: 175px !important;
}

.my-175 {
	margin-top: 175px !important;
	margin-bottom: 175px !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;
}

.p-175 {
	padding: 175px !important;
}

.px-175 {
	padding-left: 175px !important;
	padding-right: 175px !important;
}

.py-175 {
	padding-top: 175px !important;
	padding-bottom: 175px !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;
}

.m-180 {
	margin: 180px !important;
}

.mx-180 {
	margin-left: 180px !important;
	margin-right: 180px !important;
}

.my-180 {
	margin-top: 180px !important;
	margin-bottom: 180px !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;
}

.p-180 {
	padding: 180px !important;
}

.px-180 {
	padding-left: 180px !important;
	padding-right: 180px !important;
}

.py-180 {
	padding-top: 180px !important;
	padding-bottom: 180px !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;
}

.m-185 {
	margin: 185px !important;
}

.mx-185 {
	margin-left: 185px !important;
	margin-right: 185px !important;
}

.my-185 {
	margin-top: 185px !important;
	margin-bottom: 185px !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;
}

.p-185 {
	padding: 185px !important;
}

.px-185 {
	padding-left: 185px !important;
	padding-right: 185px !important;
}

.py-185 {
	padding-top: 185px !important;
	padding-bottom: 185px !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;
}

.m-190 {
	margin: 190px !important;
}

.mx-190 {
	margin-left: 190px !important;
	margin-right: 190px !important;
}

.my-190 {
	margin-top: 190px !important;
	margin-bottom: 190px !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;
}

.p-190 {
	padding: 190px !important;
}

.px-190 {
	padding-left: 190px !important;
	padding-right: 190px !important;
}

.py-190 {
	padding-top: 190px !important;
	padding-bottom: 190px !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;
}

.m-195 {
	margin: 195px !important;
}

.mx-195 {
	margin-left: 195px !important;
	margin-right: 195px !important;
}

.my-195 {
	margin-top: 195px !important;
	margin-bottom: 195px !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;
}

.p-195 {
	padding: 195px !important;
}

.px-195 {
	padding-left: 195px !important;
	padding-right: 195px !important;
}

.py-195 {
	padding-top: 195px !important;
	padding-bottom: 195px !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;
}

.m-200 {
	margin: 200px !important;
}

.mx-200 {
	margin-left: 200px !important;
	margin-right: 200px !important;
}

.my-200 {
	margin-top: 200px !important;
	margin-bottom: 200px !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;
}

.p-200 {
	padding: 200px !important;
}

.px-200 {
	padding-left: 200px !important;
	padding-right: 200px !important;
}

.py-200 {
	padding-top: 200px !important;
	padding-bottom: 200px !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;
}

.m-205 {
	margin: 205px !important;
}

.mx-205 {
	margin-left: 205px !important;
	margin-right: 205px !important;
}

.my-205 {
	margin-top: 205px !important;
	margin-bottom: 205px !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;
}

.p-205 {
	padding: 205px !important;
}

.px-205 {
	padding-left: 205px !important;
	padding-right: 205px !important;
}

.py-205 {
	padding-top: 205px !important;
	padding-bottom: 205px !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;
}

.m-210 {
	margin: 210px !important;
}

.mx-210 {
	margin-left: 210px !important;
	margin-right: 210px !important;
}

.my-210 {
	margin-top: 210px !important;
	margin-bottom: 210px !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;
}

.p-210 {
	padding: 210px !important;
}

.px-210 {
	padding-left: 210px !important;
	padding-right: 210px !important;
}

.py-210 {
	padding-top: 210px !important;
	padding-bottom: 210px !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;
}

.m-215 {
	margin: 215px !important;
}

.mx-215 {
	margin-left: 215px !important;
	margin-right: 215px !important;
}

.my-215 {
	margin-top: 215px !important;
	margin-bottom: 215px !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;
}

.p-215 {
	padding: 215px !important;
}

.px-215 {
	padding-left: 215px !important;
	padding-right: 215px !important;
}

.py-215 {
	padding-top: 215px !important;
	padding-bottom: 215px !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;
}

.m-220 {
	margin: 220px !important;
}

.mx-220 {
	margin-left: 220px !important;
	margin-right: 220px !important;
}

.my-220 {
	margin-top: 220px !important;
	margin-bottom: 220px !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;
}

.p-220 {
	padding: 220px !important;
}

.px-220 {
	padding-left: 220px !important;
	padding-right: 220px !important;
}

.py-220 {
	padding-top: 220px !important;
	padding-bottom: 220px !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;
}

.m-225 {
	margin: 225px !important;
}

.mx-225 {
	margin-left: 225px !important;
	margin-right: 225px !important;
}

.my-225 {
	margin-top: 225px !important;
	margin-bottom: 225px !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;
}

.p-225 {
	padding: 225px !important;
}

.px-225 {
	padding-left: 225px !important;
	padding-right: 225px !important;
}

.py-225 {
	padding-top: 225px !important;
	padding-bottom: 225px !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;
}

.m-230 {
	margin: 230px !important;
}

.mx-230 {
	margin-left: 230px !important;
	margin-right: 230px !important;
}

.my-230 {
	margin-top: 230px !important;
	margin-bottom: 230px !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;
}

.p-230 {
	padding: 230px !important;
}

.px-230 {
	padding-left: 230px !important;
	padding-right: 230px !important;
}

.py-230 {
	padding-top: 230px !important;
	padding-bottom: 230px !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;
}

.m-235 {
	margin: 235px !important;
}

.mx-235 {
	margin-left: 235px !important;
	margin-right: 235px !important;
}

.my-235 {
	margin-top: 235px !important;
	margin-bottom: 235px !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;
}

.p-235 {
	padding: 235px !important;
}

.px-235 {
	padding-left: 235px !important;
	padding-right: 235px !important;
}

.py-235 {
	padding-top: 235px !important;
	padding-bottom: 235px !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;
}

.m-240 {
	margin: 240px !important;
}

.mx-240 {
	margin-left: 240px !important;
	margin-right: 240px !important;
}

.my-240 {
	margin-top: 240px !important;
	margin-bottom: 240px !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;
}

.p-240 {
	padding: 240px !important;
}

.px-240 {
	padding-left: 240px !important;
	padding-right: 240px !important;
}

.py-240 {
	padding-top: 240px !important;
	padding-bottom: 240px !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;
}

.m-245 {
	margin: 245px !important;
}

.mx-245 {
	margin-left: 245px !important;
	margin-right: 245px !important;
}

.my-245 {
	margin-top: 245px !important;
	margin-bottom: 245px !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;
}

.p-245 {
	padding: 245px !important;
}

.px-245 {
	padding-left: 245px !important;
	padding-right: 245px !important;
}

.py-245 {
	padding-top: 245px !important;
	padding-bottom: 245px !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;
}

.m-250 {
	margin: 250px !important;
}

.mx-250 {
	margin-left: 250px !important;
	margin-right: 250px !important;
}

.my-250 {
	margin-top: 250px !important;
	margin-bottom: 250px !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;
}

.p-250 {
	padding: 250px !important;
}

.px-250 {
	padding-left: 250px !important;
	padding-right: 250px !important;
}

.py-250 {
	padding-top: 250px !important;
	padding-bottom: 250px !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;
}

.m-255 {
	margin: 255px !important;
}

.mx-255 {
	margin-left: 255px !important;
	margin-right: 255px !important;
}

.my-255 {
	margin-top: 255px !important;
	margin-bottom: 255px !important;
}

.mt-255 {
	margin-top: 255px !important;
}

.mr-255 {
	margin-right: 255px !important;
}

.mb-255 {
	margin-bottom: 255px !important;
}

.ml-255 {
	margin-left: 255px !important;
}

.p-255 {
	padding: 255px !important;
}

.px-255 {
	padding-left: 255px !important;
	padding-right: 255px !important;
}

.py-255 {
	padding-top: 255px !important;
	padding-bottom: 255px !important;
}

.pt-255 {
	padding-top: 255px !important;
}

.pr-255 {
	padding-right: 255px !important;
}

.pb-255 {
	padding-bottom: 255px !important;
}

.pl-255 {
	padding-left: 255px !important;
}

.m-260 {
	margin: 260px !important;
}

.mx-260 {
	margin-left: 260px !important;
	margin-right: 260px !important;
}

.my-260 {
	margin-top: 260px !important;
	margin-bottom: 260px !important;
}

.mt-260 {
	margin-top: 260px !important;
}

.mr-260 {
	margin-right: 260px !important;
}

.mb-260 {
	margin-bottom: 260px !important;
}

.ml-260 {
	margin-left: 260px !important;
}

.p-260 {
	padding: 260px !important;
}

.px-260 {
	padding-left: 260px !important;
	padding-right: 260px !important;
}

.py-260 {
	padding-top: 260px !important;
	padding-bottom: 260px !important;
}

.pt-260 {
	padding-top: 260px !important;
}

.pr-260 {
	padding-right: 260px !important;
}

.pb-260 {
	padding-bottom: 260px !important;
}

.pl-260 {
	padding-left: 260px !important;
}

.m-265 {
	margin: 265px !important;
}

.mx-265 {
	margin-left: 265px !important;
	margin-right: 265px !important;
}

.my-265 {
	margin-top: 265px !important;
	margin-bottom: 265px !important;
}

.mt-265 {
	margin-top: 265px !important;
}

.mr-265 {
	margin-right: 265px !important;
}

.mb-265 {
	margin-bottom: 265px !important;
}

.ml-265 {
	margin-left: 265px !important;
}

.p-265 {
	padding: 265px !important;
}

.px-265 {
	padding-left: 265px !important;
	padding-right: 265px !important;
}

.py-265 {
	padding-top: 265px !important;
	padding-bottom: 265px !important;
}

.pt-265 {
	padding-top: 265px !important;
}

.pr-265 {
	padding-right: 265px !important;
}

.pb-265 {
	padding-bottom: 265px !important;
}

.pl-265 {
	padding-left: 265px !important;
}

.m-270 {
	margin: 270px !important;
}

.mx-270 {
	margin-left: 270px !important;
	margin-right: 270px !important;
}

.my-270 {
	margin-top: 270px !important;
	margin-bottom: 270px !important;
}

.mt-270 {
	margin-top: 270px !important;
}

.mr-270 {
	margin-right: 270px !important;
}

.mb-270 {
	margin-bottom: 270px !important;
}

.ml-270 {
	margin-left: 270px !important;
}

.p-270 {
	padding: 270px !important;
}

.px-270 {
	padding-left: 270px !important;
	padding-right: 270px !important;
}

.py-270 {
	padding-top: 270px !important;
	padding-bottom: 270px !important;
}

.pt-270 {
	padding-top: 270px !important;
}

.pr-270 {
	padding-right: 270px !important;
}

.pb-270 {
	padding-bottom: 270px !important;
}

.pl-270 {
	padding-left: 270px !important;
}

.m-275 {
	margin: 275px !important;
}

.mx-275 {
	margin-left: 275px !important;
	margin-right: 275px !important;
}

.my-275 {
	margin-top: 275px !important;
	margin-bottom: 275px !important;
}

.mt-275 {
	margin-top: 275px !important;
}

.mr-275 {
	margin-right: 275px !important;
}

.mb-275 {
	margin-bottom: 275px !important;
}

.ml-275 {
	margin-left: 275px !important;
}

.p-275 {
	padding: 275px !important;
}

.px-275 {
	padding-left: 275px !important;
	padding-right: 275px !important;
}

.py-275 {
	padding-top: 275px !important;
	padding-bottom: 275px !important;
}

.pt-275 {
	padding-top: 275px !important;
}

.pr-275 {
	padding-right: 275px !important;
}

.pb-275 {
	padding-bottom: 275px !important;
}

.pl-275 {
	padding-left: 275px !important;
}

.m-280 {
	margin: 280px !important;
}

.mx-280 {
	margin-left: 280px !important;
	margin-right: 280px !important;
}

.my-280 {
	margin-top: 280px !important;
	margin-bottom: 280px !important;
}

.mt-280 {
	margin-top: 280px !important;
}

.mr-280 {
	margin-right: 280px !important;
}

.mb-280 {
	margin-bottom: 280px !important;
}

.ml-280 {
	margin-left: 280px !important;
}

.p-280 {
	padding: 280px !important;
}

.px-280 {
	padding-left: 280px !important;
	padding-right: 280px !important;
}

.py-280 {
	padding-top: 280px !important;
	padding-bottom: 280px !important;
}

.pt-280 {
	padding-top: 280px !important;
}

.pr-280 {
	padding-right: 280px !important;
}

.pb-280 {
	padding-bottom: 280px !important;
}

.pl-280 {
	padding-left: 280px !important;
}

.m-285 {
	margin: 285px !important;
}

.mx-285 {
	margin-left: 285px !important;
	margin-right: 285px !important;
}

.my-285 {
	margin-top: 285px !important;
	margin-bottom: 285px !important;
}

.mt-285 {
	margin-top: 285px !important;
}

.mr-285 {
	margin-right: 285px !important;
}

.mb-285 {
	margin-bottom: 285px !important;
}

.ml-285 {
	margin-left: 285px !important;
}

.p-285 {
	padding: 285px !important;
}

.px-285 {
	padding-left: 285px !important;
	padding-right: 285px !important;
}

.py-285 {
	padding-top: 285px !important;
	padding-bottom: 285px !important;
}

.pt-285 {
	padding-top: 285px !important;
}

.pr-285 {
	padding-right: 285px !important;
}

.pb-285 {
	padding-bottom: 285px !important;
}

.pl-285 {
	padding-left: 285px !important;
}

.m-290 {
	margin: 290px !important;
}

.mx-290 {
	margin-left: 290px !important;
	margin-right: 290px !important;
}

.my-290 {
	margin-top: 290px !important;
	margin-bottom: 290px !important;
}

.mt-290 {
	margin-top: 290px !important;
}

.mr-290 {
	margin-right: 290px !important;
}

.mb-290 {
	margin-bottom: 290px !important;
}

.ml-290 {
	margin-left: 290px !important;
}

.p-290 {
	padding: 290px !important;
}

.px-290 {
	padding-left: 290px !important;
	padding-right: 290px !important;
}

.py-290 {
	padding-top: 290px !important;
	padding-bottom: 290px !important;
}

.pt-290 {
	padding-top: 290px !important;
}

.pr-290 {
	padding-right: 290px !important;
}

.pb-290 {
	padding-bottom: 290px !important;
}

.pl-290 {
	padding-left: 290px !important;
}

.m-295 {
	margin: 295px !important;
}

.mx-295 {
	margin-left: 295px !important;
	margin-right: 295px !important;
}

.my-295 {
	margin-top: 295px !important;
	margin-bottom: 295px !important;
}

.mt-295 {
	margin-top: 295px !important;
}

.mr-295 {
	margin-right: 295px !important;
}

.mb-295 {
	margin-bottom: 295px !important;
}

.ml-295 {
	margin-left: 295px !important;
}

.p-295 {
	padding: 295px !important;
}

.px-295 {
	padding-left: 295px !important;
	padding-right: 295px !important;
}

.py-295 {
	padding-top: 295px !important;
	padding-bottom: 295px !important;
}

.pt-295 {
	padding-top: 295px !important;
}

.pr-295 {
	padding-right: 295px !important;
}

.pb-295 {
	padding-bottom: 295px !important;
}

.pl-295 {
	padding-left: 295px !important;
}

.m-300 {
	margin: 300px !important;
}

.mx-300 {
	margin-left: 300px !important;
	margin-right: 300px !important;
}

.my-300 {
	margin-top: 300px !important;
	margin-bottom: 300px !important;
}

.mt-300 {
	margin-top: 300px !important;
}

.mr-300 {
	margin-right: 300px !important;
}

.mb-300 {
	margin-bottom: 300px !important;
}

.ml-300 {
	margin-left: 300px !important;
}

.p-300 {
	padding: 300px !important;
}

.px-300 {
	padding-left: 300px !important;
	padding-right: 300px !important;
}

.py-300 {
	padding-top: 300px !important;
	padding-bottom: 300px !important;
}

.pt-300 {
	padding-top: 300px !important;
}

.pr-300 {
	padding-right: 300px !important;
}

.pb-300 {
	padding-bottom: 300px !important;
}

.pl-300 {
	padding-left: 300px !important;
}

.m-305 {
	margin: 305px !important;
}

.mx-305 {
	margin-left: 305px !important;
	margin-right: 305px !important;
}

.my-305 {
	margin-top: 305px !important;
	margin-bottom: 305px !important;
}

.mt-305 {
	margin-top: 305px !important;
}

.mr-305 {
	margin-right: 305px !important;
}

.mb-305 {
	margin-bottom: 305px !important;
}

.ml-305 {
	margin-left: 305px !important;
}

.p-305 {
	padding: 305px !important;
}

.px-305 {
	padding-left: 305px !important;
	padding-right: 305px !important;
}

.py-305 {
	padding-top: 305px !important;
	padding-bottom: 305px !important;
}

.pt-305 {
	padding-top: 305px !important;
}

.pr-305 {
	padding-right: 305px !important;
}

.pb-305 {
	padding-bottom: 305px !important;
}

.pl-305 {
	padding-left: 305px !important;
}

.m-310 {
	margin: 310px !important;
}

.mx-310 {
	margin-left: 310px !important;
	margin-right: 310px !important;
}

.my-310 {
	margin-top: 310px !important;
	margin-bottom: 310px !important;
}

.mt-310 {
	margin-top: 310px !important;
}

.mr-310 {
	margin-right: 310px !important;
}

.mb-310 {
	margin-bottom: 310px !important;
}

.ml-310 {
	margin-left: 310px !important;
}

.p-310 {
	padding: 310px !important;
}

.px-310 {
	padding-left: 310px !important;
	padding-right: 310px !important;
}

.py-310 {
	padding-top: 310px !important;
	padding-bottom: 310px !important;
}

.pt-310 {
	padding-top: 310px !important;
}

.pr-310 {
	padding-right: 310px !important;
}

.pb-310 {
	padding-bottom: 310px !important;
}

.pl-310 {
	padding-left: 310px !important;
}

.m-315 {
	margin: 315px !important;
}

.mx-315 {
	margin-left: 315px !important;
	margin-right: 315px !important;
}

.my-315 {
	margin-top: 315px !important;
	margin-bottom: 315px !important;
}

.mt-315 {
	margin-top: 315px !important;
}

.mr-315 {
	margin-right: 315px !important;
}

.mb-315 {
	margin-bottom: 315px !important;
}

.ml-315 {
	margin-left: 315px !important;
}

.p-315 {
	padding: 315px !important;
}

.px-315 {
	padding-left: 315px !important;
	padding-right: 315px !important;
}

.py-315 {
	padding-top: 315px !important;
	padding-bottom: 315px !important;
}

.pt-315 {
	padding-top: 315px !important;
}

.pr-315 {
	padding-right: 315px !important;
}

.pb-315 {
	padding-bottom: 315px !important;
}

.pl-315 {
	padding-left: 315px !important;
}

.m-320 {
	margin: 320px !important;
}

.mx-320 {
	margin-left: 320px !important;
	margin-right: 320px !important;
}

.my-320 {
	margin-top: 320px !important;
	margin-bottom: 320px !important;
}

.mt-320 {
	margin-top: 320px !important;
}

.mr-320 {
	margin-right: 320px !important;
}

.mb-320 {
	margin-bottom: 320px !important;
}

.ml-320 {
	margin-left: 320px !important;
}

.p-320 {
	padding: 320px !important;
}

.px-320 {
	padding-left: 320px !important;
	padding-right: 320px !important;
}

.py-320 {
	padding-top: 320px !important;
	padding-bottom: 320px !important;
}

.pt-320 {
	padding-top: 320px !important;
}

.pr-320 {
	padding-right: 320px !important;
}

.pb-320 {
	padding-bottom: 320px !important;
}

.pl-320 {
	padding-left: 320px !important;
}

.m-325 {
	margin: 325px !important;
}

.mx-325 {
	margin-left: 325px !important;
	margin-right: 325px !important;
}

.my-325 {
	margin-top: 325px !important;
	margin-bottom: 325px !important;
}

.mt-325 {
	margin-top: 325px !important;
}

.mr-325 {
	margin-right: 325px !important;
}

.mb-325 {
	margin-bottom: 325px !important;
}

.ml-325 {
	margin-left: 325px !important;
}

.p-325 {
	padding: 325px !important;
}

.px-325 {
	padding-left: 325px !important;
	padding-right: 325px !important;
}

.py-325 {
	padding-top: 325px !important;
	padding-bottom: 325px !important;
}

.pt-325 {
	padding-top: 325px !important;
}

.pr-325 {
	padding-right: 325px !important;
}

.pb-325 {
	padding-bottom: 325px !important;
}

.pl-325 {
	padding-left: 325px !important;
}

.m-330 {
	margin: 330px !important;
}

.mx-330 {
	margin-left: 330px !important;
	margin-right: 330px !important;
}

.my-330 {
	margin-top: 330px !important;
	margin-bottom: 330px !important;
}

.mt-330 {
	margin-top: 330px !important;
}

.mr-330 {
	margin-right: 330px !important;
}

.mb-330 {
	margin-bottom: 330px !important;
}

.ml-330 {
	margin-left: 330px !important;
}

.p-330 {
	padding: 330px !important;
}

.px-330 {
	padding-left: 330px !important;
	padding-right: 330px !important;
}

.py-330 {
	padding-top: 330px !important;
	padding-bottom: 330px !important;
}

.pt-330 {
	padding-top: 330px !important;
}

.pr-330 {
	padding-right: 330px !important;
}

.pb-330 {
	padding-bottom: 330px !important;
}

.pl-330 {
	padding-left: 330px !important;
}

.m-335 {
	margin: 335px !important;
}

.mx-335 {
	margin-left: 335px !important;
	margin-right: 335px !important;
}

.my-335 {
	margin-top: 335px !important;
	margin-bottom: 335px !important;
}

.mt-335 {
	margin-top: 335px !important;
}

.mr-335 {
	margin-right: 335px !important;
}

.mb-335 {
	margin-bottom: 335px !important;
}

.ml-335 {
	margin-left: 335px !important;
}

.p-335 {
	padding: 335px !important;
}

.px-335 {
	padding-left: 335px !important;
	padding-right: 335px !important;
}

.py-335 {
	padding-top: 335px !important;
	padding-bottom: 335px !important;
}

.pt-335 {
	padding-top: 335px !important;
}

.pr-335 {
	padding-right: 335px !important;
}

.pb-335 {
	padding-bottom: 335px !important;
}

.pl-335 {
	padding-left: 335px !important;
}

.m-340 {
	margin: 340px !important;
}

.mx-340 {
	margin-left: 340px !important;
	margin-right: 340px !important;
}

.my-340 {
	margin-top: 340px !important;
	margin-bottom: 340px !important;
}

.mt-340 {
	margin-top: 340px !important;
}

.mr-340 {
	margin-right: 340px !important;
}

.mb-340 {
	margin-bottom: 340px !important;
}

.ml-340 {
	margin-left: 340px !important;
}

.p-340 {
	padding: 340px !important;
}

.px-340 {
	padding-left: 340px !important;
	padding-right: 340px !important;
}

.py-340 {
	padding-top: 340px !important;
	padding-bottom: 340px !important;
}

.pt-340 {
	padding-top: 340px !important;
}

.pr-340 {
	padding-right: 340px !important;
}

.pb-340 {
	padding-bottom: 340px !important;
}

.pl-340 {
	padding-left: 340px !important;
}

.m-345 {
	margin: 345px !important;
}

.mx-345 {
	margin-left: 345px !important;
	margin-right: 345px !important;
}

.my-345 {
	margin-top: 345px !important;
	margin-bottom: 345px !important;
}

.mt-345 {
	margin-top: 345px !important;
}

.mr-345 {
	margin-right: 345px !important;
}

.mb-345 {
	margin-bottom: 345px !important;
}

.ml-345 {
	margin-left: 345px !important;
}

.p-345 {
	padding: 345px !important;
}

.px-345 {
	padding-left: 345px !important;
	padding-right: 345px !important;
}

.py-345 {
	padding-top: 345px !important;
	padding-bottom: 345px !important;
}

.pt-345 {
	padding-top: 345px !important;
}

.pr-345 {
	padding-right: 345px !important;
}

.pb-345 {
	padding-bottom: 345px !important;
}

.pl-345 {
	padding-left: 345px !important;
}

.m-350 {
	margin: 350px !important;
}

.mx-350 {
	margin-left: 350px !important;
	margin-right: 350px !important;
}

.my-350 {
	margin-top: 350px !important;
	margin-bottom: 350px !important;
}

.mt-350 {
	margin-top: 350px !important;
}

.mr-350 {
	margin-right: 350px !important;
}

.mb-350 {
	margin-bottom: 350px !important;
}

.ml-350 {
	margin-left: 350px !important;
}

.p-350 {
	padding: 350px !important;
}

.px-350 {
	padding-left: 350px !important;
	padding-right: 350px !important;
}

.py-350 {
	padding-top: 350px !important;
	padding-bottom: 350px !important;
}

.pt-350 {
	padding-top: 350px !important;
}

.pr-350 {
	padding-right: 350px !important;
}

.pb-350 {
	padding-bottom: 350px !important;
}

.pl-350 {
	padding-left: 350px !important;
}

.m-355 {
	margin: 355px !important;
}

.mx-355 {
	margin-left: 355px !important;
	margin-right: 355px !important;
}

.my-355 {
	margin-top: 355px !important;
	margin-bottom: 355px !important;
}

.mt-355 {
	margin-top: 355px !important;
}

.mr-355 {
	margin-right: 355px !important;
}

.mb-355 {
	margin-bottom: 355px !important;
}

.ml-355 {
	margin-left: 355px !important;
}

.p-355 {
	padding: 355px !important;
}

.px-355 {
	padding-left: 355px !important;
	padding-right: 355px !important;
}

.py-355 {
	padding-top: 355px !important;
	padding-bottom: 355px !important;
}

.pt-355 {
	padding-top: 355px !important;
}

.pr-355 {
	padding-right: 355px !important;
}

.pb-355 {
	padding-bottom: 355px !important;
}

.pl-355 {
	padding-left: 355px !important;
}

.m-360 {
	margin: 360px !important;
}

.mx-360 {
	margin-left: 360px !important;
	margin-right: 360px !important;
}

.my-360 {
	margin-top: 360px !important;
	margin-bottom: 360px !important;
}

.mt-360 {
	margin-top: 360px !important;
}

.mr-360 {
	margin-right: 360px !important;
}

.mb-360 {
	margin-bottom: 360px !important;
}

.ml-360 {
	margin-left: 360px !important;
}

.p-360 {
	padding: 360px !important;
}

.px-360 {
	padding-left: 360px !important;
	padding-right: 360px !important;
}

.py-360 {
	padding-top: 360px !important;
	padding-bottom: 360px !important;
}

.pt-360 {
	padding-top: 360px !important;
}

.pr-360 {
	padding-right: 360px !important;
}

.pb-360 {
	padding-bottom: 360px !important;
}

.pl-360 {
	padding-left: 360px !important;
}

.m-365 {
	margin: 365px !important;
}

.mx-365 {
	margin-left: 365px !important;
	margin-right: 365px !important;
}

.my-365 {
	margin-top: 365px !important;
	margin-bottom: 365px !important;
}

.mt-365 {
	margin-top: 365px !important;
}

.mr-365 {
	margin-right: 365px !important;
}

.mb-365 {
	margin-bottom: 365px !important;
}

.ml-365 {
	margin-left: 365px !important;
}

.p-365 {
	padding: 365px !important;
}

.px-365 {
	padding-left: 365px !important;
	padding-right: 365px !important;
}

.py-365 {
	padding-top: 365px !important;
	padding-bottom: 365px !important;
}

.pt-365 {
	padding-top: 365px !important;
}

.pr-365 {
	padding-right: 365px !important;
}

.pb-365 {
	padding-bottom: 365px !important;
}

.pl-365 {
	padding-left: 365px !important;
}

.m-370 {
	margin: 370px !important;
}

.mx-370 {
	margin-left: 370px !important;
	margin-right: 370px !important;
}

.my-370 {
	margin-top: 370px !important;
	margin-bottom: 370px !important;
}

.mt-370 {
	margin-top: 370px !important;
}

.mr-370 {
	margin-right: 370px !important;
}

.mb-370 {
	margin-bottom: 370px !important;
}

.ml-370 {
	margin-left: 370px !important;
}

.p-370 {
	padding: 370px !important;
}

.px-370 {
	padding-left: 370px !important;
	padding-right: 370px !important;
}

.py-370 {
	padding-top: 370px !important;
	padding-bottom: 370px !important;
}

.pt-370 {
	padding-top: 370px !important;
}

.pr-370 {
	padding-right: 370px !important;
}

.pb-370 {
	padding-bottom: 370px !important;
}

.pl-370 {
	padding-left: 370px !important;
}

.m-375 {
	margin: 375px !important;
}

.mx-375 {
	margin-left: 375px !important;
	margin-right: 375px !important;
}

.my-375 {
	margin-top: 375px !important;
	margin-bottom: 375px !important;
}

.mt-375 {
	margin-top: 375px !important;
}

.mr-375 {
	margin-right: 375px !important;
}

.mb-375 {
	margin-bottom: 375px !important;
}

.ml-375 {
	margin-left: 375px !important;
}

.p-375 {
	padding: 375px !important;
}

.px-375 {
	padding-left: 375px !important;
	padding-right: 375px !important;
}

.py-375 {
	padding-top: 375px !important;
	padding-bottom: 375px !important;
}

.pt-375 {
	padding-top: 375px !important;
}

.pr-375 {
	padding-right: 375px !important;
}

.pb-375 {
	padding-bottom: 375px !important;
}

.pl-375 {
	padding-left: 375px !important;
}

.m-380 {
	margin: 380px !important;
}

.mx-380 {
	margin-left: 380px !important;
	margin-right: 380px !important;
}

.my-380 {
	margin-top: 380px !important;
	margin-bottom: 380px !important;
}

.mt-380 {
	margin-top: 380px !important;
}

.mr-380 {
	margin-right: 380px !important;
}

.mb-380 {
	margin-bottom: 380px !important;
}

.ml-380 {
	margin-left: 380px !important;
}

.p-380 {
	padding: 380px !important;
}

.px-380 {
	padding-left: 380px !important;
	padding-right: 380px !important;
}

.py-380 {
	padding-top: 380px !important;
	padding-bottom: 380px !important;
}

.pt-380 {
	padding-top: 380px !important;
}

.pr-380 {
	padding-right: 380px !important;
}

.pb-380 {
	padding-bottom: 380px !important;
}

.pl-380 {
	padding-left: 380px !important;
}

.m-385 {
	margin: 385px !important;
}

.mx-385 {
	margin-left: 385px !important;
	margin-right: 385px !important;
}

.my-385 {
	margin-top: 385px !important;
	margin-bottom: 385px !important;
}

.mt-385 {
	margin-top: 385px !important;
}

.mr-385 {
	margin-right: 385px !important;
}

.mb-385 {
	margin-bottom: 385px !important;
}

.ml-385 {
	margin-left: 385px !important;
}

.p-385 {
	padding: 385px !important;
}

.px-385 {
	padding-left: 385px !important;
	padding-right: 385px !important;
}

.py-385 {
	padding-top: 385px !important;
	padding-bottom: 385px !important;
}

.pt-385 {
	padding-top: 385px !important;
}

.pr-385 {
	padding-right: 385px !important;
}

.pb-385 {
	padding-bottom: 385px !important;
}

.pl-385 {
	padding-left: 385px !important;
}

.m-390 {
	margin: 390px !important;
}

.mx-390 {
	margin-left: 390px !important;
	margin-right: 390px !important;
}

.my-390 {
	margin-top: 390px !important;
	margin-bottom: 390px !important;
}

.mt-390 {
	margin-top: 390px !important;
}

.mr-390 {
	margin-right: 390px !important;
}

.mb-390 {
	margin-bottom: 390px !important;
}

.ml-390 {
	margin-left: 390px !important;
}

.p-390 {
	padding: 390px !important;
}

.px-390 {
	padding-left: 390px !important;
	padding-right: 390px !important;
}

.py-390 {
	padding-top: 390px !important;
	padding-bottom: 390px !important;
}

.pt-390 {
	padding-top: 390px !important;
}

.pr-390 {
	padding-right: 390px !important;
}

.pb-390 {
	padding-bottom: 390px !important;
}

.pl-390 {
	padding-left: 390px !important;
}

.m-395 {
	margin: 395px !important;
}

.mx-395 {
	margin-left: 395px !important;
	margin-right: 395px !important;
}

.my-395 {
	margin-top: 395px !important;
	margin-bottom: 395px !important;
}

.mt-395 {
	margin-top: 395px !important;
}

.mr-395 {
	margin-right: 395px !important;
}

.mb-395 {
	margin-bottom: 395px !important;
}

.ml-395 {
	margin-left: 395px !important;
}

.p-395 {
	padding: 395px !important;
}

.px-395 {
	padding-left: 395px !important;
	padding-right: 395px !important;
}

.py-395 {
	padding-top: 395px !important;
	padding-bottom: 395px !important;
}

.pt-395 {
	padding-top: 395px !important;
}

.pr-395 {
	padding-right: 395px !important;
}

.pb-395 {
	padding-bottom: 395px !important;
}

.pl-395 {
	padding-left: 395px !important;
}

.m-400 {
	margin: 400px !important;
}

.mx-400 {
	margin-left: 400px !important;
	margin-right: 400px !important;
}

.my-400 {
	margin-top: 400px !important;
	margin-bottom: 400px !important;
}

.mt-400 {
	margin-top: 400px !important;
}

.mr-400 {
	margin-right: 400px !important;
}

.mb-400 {
	margin-bottom: 400px !important;
}

.ml-400 {
	margin-left: 400px !important;
}

.p-400 {
	padding: 400px !important;
}

.px-400 {
	padding-left: 400px !important;
	padding-right: 400px !important;
}

.py-400 {
	padding-top: 400px !important;
	padding-bottom: 400px !important;
}

.pt-400 {
	padding-top: 400px !important;
}

.pr-400 {
	padding-right: 400px !important;
}

.pb-400 {
	padding-bottom: 400px !important;
}

.pl-400 {
	padding-left: 400px !important;
}

.m-405 {
	margin: 405px !important;
}

.mx-405 {
	margin-left: 405px !important;
	margin-right: 405px !important;
}

.my-405 {
	margin-top: 405px !important;
	margin-bottom: 405px !important;
}

.mt-405 {
	margin-top: 405px !important;
}

.mr-405 {
	margin-right: 405px !important;
}

.mb-405 {
	margin-bottom: 405px !important;
}

.ml-405 {
	margin-left: 405px !important;
}

.p-405 {
	padding: 405px !important;
}

.px-405 {
	padding-left: 405px !important;
	padding-right: 405px !important;
}

.py-405 {
	padding-top: 405px !important;
	padding-bottom: 405px !important;
}

.pt-405 {
	padding-top: 405px !important;
}

.pr-405 {
	padding-right: 405px !important;
}

.pb-405 {
	padding-bottom: 405px !important;
}

.pl-405 {
	padding-left: 405px !important;
}

.m-410 {
	margin: 410px !important;
}

.mx-410 {
	margin-left: 410px !important;
	margin-right: 410px !important;
}

.my-410 {
	margin-top: 410px !important;
	margin-bottom: 410px !important;
}

.mt-410 {
	margin-top: 410px !important;
}

.mr-410 {
	margin-right: 410px !important;
}

.mb-410 {
	margin-bottom: 410px !important;
}

.ml-410 {
	margin-left: 410px !important;
}

.p-410 {
	padding: 410px !important;
}

.px-410 {
	padding-left: 410px !important;
	padding-right: 410px !important;
}

.py-410 {
	padding-top: 410px !important;
	padding-bottom: 410px !important;
}

.pt-410 {
	padding-top: 410px !important;
}

.pr-410 {
	padding-right: 410px !important;
}

.pb-410 {
	padding-bottom: 410px !important;
}

.pl-410 {
	padding-left: 410px !important;
}

.m-415 {
	margin: 415px !important;
}

.mx-415 {
	margin-left: 415px !important;
	margin-right: 415px !important;
}

.my-415 {
	margin-top: 415px !important;
	margin-bottom: 415px !important;
}

.mt-415 {
	margin-top: 415px !important;
}

.mr-415 {
	margin-right: 415px !important;
}

.mb-415 {
	margin-bottom: 415px !important;
}

.ml-415 {
	margin-left: 415px !important;
}

.p-415 {
	padding: 415px !important;
}

.px-415 {
	padding-left: 415px !important;
	padding-right: 415px !important;
}

.py-415 {
	padding-top: 415px !important;
	padding-bottom: 415px !important;
}

.pt-415 {
	padding-top: 415px !important;
}

.pr-415 {
	padding-right: 415px !important;
}

.pb-415 {
	padding-bottom: 415px !important;
}

.pl-415 {
	padding-left: 415px !important;
}

.m-420 {
	margin: 420px !important;
}

.mx-420 {
	margin-left: 420px !important;
	margin-right: 420px !important;
}

.my-420 {
	margin-top: 420px !important;
	margin-bottom: 420px !important;
}

.mt-420 {
	margin-top: 420px !important;
}

.mr-420 {
	margin-right: 420px !important;
}

.mb-420 {
	margin-bottom: 420px !important;
}

.ml-420 {
	margin-left: 420px !important;
}

.p-420 {
	padding: 420px !important;
}

.px-420 {
	padding-left: 420px !important;
	padding-right: 420px !important;
}

.py-420 {
	padding-top: 420px !important;
	padding-bottom: 420px !important;
}

.pt-420 {
	padding-top: 420px !important;
}

.pr-420 {
	padding-right: 420px !important;
}

.pb-420 {
	padding-bottom: 420px !important;
}

.pl-420 {
	padding-left: 420px !important;
}

.m-425 {
	margin: 425px !important;
}

.mx-425 {
	margin-left: 425px !important;
	margin-right: 425px !important;
}

.my-425 {
	margin-top: 425px !important;
	margin-bottom: 425px !important;
}

.mt-425 {
	margin-top: 425px !important;
}

.mr-425 {
	margin-right: 425px !important;
}

.mb-425 {
	margin-bottom: 425px !important;
}

.ml-425 {
	margin-left: 425px !important;
}

.p-425 {
	padding: 425px !important;
}

.px-425 {
	padding-left: 425px !important;
	padding-right: 425px !important;
}

.py-425 {
	padding-top: 425px !important;
	padding-bottom: 425px !important;
}

.pt-425 {
	padding-top: 425px !important;
}

.pr-425 {
	padding-right: 425px !important;
}

.pb-425 {
	padding-bottom: 425px !important;
}

.pl-425 {
	padding-left: 425px !important;
}

.m-430 {
	margin: 430px !important;
}

.mx-430 {
	margin-left: 430px !important;
	margin-right: 430px !important;
}

.my-430 {
	margin-top: 430px !important;
	margin-bottom: 430px !important;
}

.mt-430 {
	margin-top: 430px !important;
}

.mr-430 {
	margin-right: 430px !important;
}

.mb-430 {
	margin-bottom: 430px !important;
}

.ml-430 {
	margin-left: 430px !important;
}

.p-430 {
	padding: 430px !important;
}

.px-430 {
	padding-left: 430px !important;
	padding-right: 430px !important;
}

.py-430 {
	padding-top: 430px !important;
	padding-bottom: 430px !important;
}

.pt-430 {
	padding-top: 430px !important;
}

.pr-430 {
	padding-right: 430px !important;
}

.pb-430 {
	padding-bottom: 430px !important;
}

.pl-430 {
	padding-left: 430px !important;
}

.m-435 {
	margin: 435px !important;
}

.mx-435 {
	margin-left: 435px !important;
	margin-right: 435px !important;
}

.my-435 {
	margin-top: 435px !important;
	margin-bottom: 435px !important;
}

.mt-435 {
	margin-top: 435px !important;
}

.mr-435 {
	margin-right: 435px !important;
}

.mb-435 {
	margin-bottom: 435px !important;
}

.ml-435 {
	margin-left: 435px !important;
}

.p-435 {
	padding: 435px !important;
}

.px-435 {
	padding-left: 435px !important;
	padding-right: 435px !important;
}

.py-435 {
	padding-top: 435px !important;
	padding-bottom: 435px !important;
}

.pt-435 {
	padding-top: 435px !important;
}

.pr-435 {
	padding-right: 435px !important;
}

.pb-435 {
	padding-bottom: 435px !important;
}

.pl-435 {
	padding-left: 435px !important;
}

.m-440 {
	margin: 440px !important;
}

.mx-440 {
	margin-left: 440px !important;
	margin-right: 440px !important;
}

.my-440 {
	margin-top: 440px !important;
	margin-bottom: 440px !important;
}

.mt-440 {
	margin-top: 440px !important;
}

.mr-440 {
	margin-right: 440px !important;
}

.mb-440 {
	margin-bottom: 440px !important;
}

.ml-440 {
	margin-left: 440px !important;
}

.p-440 {
	padding: 440px !important;
}

.px-440 {
	padding-left: 440px !important;
	padding-right: 440px !important;
}

.py-440 {
	padding-top: 440px !important;
	padding-bottom: 440px !important;
}

.pt-440 {
	padding-top: 440px !important;
}

.pr-440 {
	padding-right: 440px !important;
}

.pb-440 {
	padding-bottom: 440px !important;
}

.pl-440 {
	padding-left: 440px !important;
}

.m-445 {
	margin: 445px !important;
}

.mx-445 {
	margin-left: 445px !important;
	margin-right: 445px !important;
}

.my-445 {
	margin-top: 445px !important;
	margin-bottom: 445px !important;
}

.mt-445 {
	margin-top: 445px !important;
}

.mr-445 {
	margin-right: 445px !important;
}

.mb-445 {
	margin-bottom: 445px !important;
}

.ml-445 {
	margin-left: 445px !important;
}

.p-445 {
	padding: 445px !important;
}

.px-445 {
	padding-left: 445px !important;
	padding-right: 445px !important;
}

.py-445 {
	padding-top: 445px !important;
	padding-bottom: 445px !important;
}

.pt-445 {
	padding-top: 445px !important;
}

.pr-445 {
	padding-right: 445px !important;
}

.pb-445 {
	padding-bottom: 445px !important;
}

.pl-445 {
	padding-left: 445px !important;
}

.m-450 {
	margin: 450px !important;
}

.mx-450 {
	margin-left: 450px !important;
	margin-right: 450px !important;
}

.my-450 {
	margin-top: 450px !important;
	margin-bottom: 450px !important;
}

.mt-450 {
	margin-top: 450px !important;
}

.mr-450 {
	margin-right: 450px !important;
}

.mb-450 {
	margin-bottom: 450px !important;
}

.ml-450 {
	margin-left: 450px !important;
}

.p-450 {
	padding: 450px !important;
}

.px-450 {
	padding-left: 450px !important;
	padding-right: 450px !important;
}

.py-450 {
	padding-top: 450px !important;
	padding-bottom: 450px !important;
}

.pt-450 {
	padding-top: 450px !important;
}

.pr-450 {
	padding-right: 450px !important;
}

.pb-450 {
	padding-bottom: 450px !important;
}

.pl-450 {
	padding-left: 450px !important;
}

.m-455 {
	margin: 455px !important;
}

.mx-455 {
	margin-left: 455px !important;
	margin-right: 455px !important;
}

.my-455 {
	margin-top: 455px !important;
	margin-bottom: 455px !important;
}

.mt-455 {
	margin-top: 455px !important;
}

.mr-455 {
	margin-right: 455px !important;
}

.mb-455 {
	margin-bottom: 455px !important;
}

.ml-455 {
	margin-left: 455px !important;
}

.p-455 {
	padding: 455px !important;
}

.px-455 {
	padding-left: 455px !important;
	padding-right: 455px !important;
}

.py-455 {
	padding-top: 455px !important;
	padding-bottom: 455px !important;
}

.pt-455 {
	padding-top: 455px !important;
}

.pr-455 {
	padding-right: 455px !important;
}

.pb-455 {
	padding-bottom: 455px !important;
}

.pl-455 {
	padding-left: 455px !important;
}

.m-460 {
	margin: 460px !important;
}

.mx-460 {
	margin-left: 460px !important;
	margin-right: 460px !important;
}

.my-460 {
	margin-top: 460px !important;
	margin-bottom: 460px !important;
}

.mt-460 {
	margin-top: 460px !important;
}

.mr-460 {
	margin-right: 460px !important;
}

.mb-460 {
	margin-bottom: 460px !important;
}

.ml-460 {
	margin-left: 460px !important;
}

.p-460 {
	padding: 460px !important;
}

.px-460 {
	padding-left: 460px !important;
	padding-right: 460px !important;
}

.py-460 {
	padding-top: 460px !important;
	padding-bottom: 460px !important;
}

.pt-460 {
	padding-top: 460px !important;
}

.pr-460 {
	padding-right: 460px !important;
}

.pb-460 {
	padding-bottom: 460px !important;
}

.pl-460 {
	padding-left: 460px !important;
}

.m-465 {
	margin: 465px !important;
}

.mx-465 {
	margin-left: 465px !important;
	margin-right: 465px !important;
}

.my-465 {
	margin-top: 465px !important;
	margin-bottom: 465px !important;
}

.mt-465 {
	margin-top: 465px !important;
}

.mr-465 {
	margin-right: 465px !important;
}

.mb-465 {
	margin-bottom: 465px !important;
}

.ml-465 {
	margin-left: 465px !important;
}

.p-465 {
	padding: 465px !important;
}

.px-465 {
	padding-left: 465px !important;
	padding-right: 465px !important;
}

.py-465 {
	padding-top: 465px !important;
	padding-bottom: 465px !important;
}

.pt-465 {
	padding-top: 465px !important;
}

.pr-465 {
	padding-right: 465px !important;
}

.pb-465 {
	padding-bottom: 465px !important;
}

.pl-465 {
	padding-left: 465px !important;
}

.m-470 {
	margin: 470px !important;
}

.mx-470 {
	margin-left: 470px !important;
	margin-right: 470px !important;
}

.my-470 {
	margin-top: 470px !important;
	margin-bottom: 470px !important;
}

.mt-470 {
	margin-top: 470px !important;
}

.mr-470 {
	margin-right: 470px !important;
}

.mb-470 {
	margin-bottom: 470px !important;
}

.ml-470 {
	margin-left: 470px !important;
}

.p-470 {
	padding: 470px !important;
}

.px-470 {
	padding-left: 470px !important;
	padding-right: 470px !important;
}

.py-470 {
	padding-top: 470px !important;
	padding-bottom: 470px !important;
}

.pt-470 {
	padding-top: 470px !important;
}

.pr-470 {
	padding-right: 470px !important;
}

.pb-470 {
	padding-bottom: 470px !important;
}

.pl-470 {
	padding-left: 470px !important;
}

.m-475 {
	margin: 475px !important;
}

.mx-475 {
	margin-left: 475px !important;
	margin-right: 475px !important;
}

.my-475 {
	margin-top: 475px !important;
	margin-bottom: 475px !important;
}

.mt-475 {
	margin-top: 475px !important;
}

.mr-475 {
	margin-right: 475px !important;
}

.mb-475 {
	margin-bottom: 475px !important;
}

.ml-475 {
	margin-left: 475px !important;
}

.p-475 {
	padding: 475px !important;
}

.px-475 {
	padding-left: 475px !important;
	padding-right: 475px !important;
}

.py-475 {
	padding-top: 475px !important;
	padding-bottom: 475px !important;
}

.pt-475 {
	padding-top: 475px !important;
}

.pr-475 {
	padding-right: 475px !important;
}

.pb-475 {
	padding-bottom: 475px !important;
}

.pl-475 {
	padding-left: 475px !important;
}

.m-480 {
	margin: 480px !important;
}

.mx-480 {
	margin-left: 480px !important;
	margin-right: 480px !important;
}

.my-480 {
	margin-top: 480px !important;
	margin-bottom: 480px !important;
}

.mt-480 {
	margin-top: 480px !important;
}

.mr-480 {
	margin-right: 480px !important;
}

.mb-480 {
	margin-bottom: 480px !important;
}

.ml-480 {
	margin-left: 480px !important;
}

.p-480 {
	padding: 480px !important;
}

.px-480 {
	padding-left: 480px !important;
	padding-right: 480px !important;
}

.py-480 {
	padding-top: 480px !important;
	padding-bottom: 480px !important;
}

.pt-480 {
	padding-top: 480px !important;
}

.pr-480 {
	padding-right: 480px !important;
}

.pb-480 {
	padding-bottom: 480px !important;
}

.pl-480 {
	padding-left: 480px !important;
}

.m-485 {
	margin: 485px !important;
}

.mx-485 {
	margin-left: 485px !important;
	margin-right: 485px !important;
}

.my-485 {
	margin-top: 485px !important;
	margin-bottom: 485px !important;
}

.mt-485 {
	margin-top: 485px !important;
}

.mr-485 {
	margin-right: 485px !important;
}

.mb-485 {
	margin-bottom: 485px !important;
}

.ml-485 {
	margin-left: 485px !important;
}

.p-485 {
	padding: 485px !important;
}

.px-485 {
	padding-left: 485px !important;
	padding-right: 485px !important;
}

.py-485 {
	padding-top: 485px !important;
	padding-bottom: 485px !important;
}

.pt-485 {
	padding-top: 485px !important;
}

.pr-485 {
	padding-right: 485px !important;
}

.pb-485 {
	padding-bottom: 485px !important;
}

.pl-485 {
	padding-left: 485px !important;
}

.m-490 {
	margin: 490px !important;
}

.mx-490 {
	margin-left: 490px !important;
	margin-right: 490px !important;
}

.my-490 {
	margin-top: 490px !important;
	margin-bottom: 490px !important;
}

.mt-490 {
	margin-top: 490px !important;
}

.mr-490 {
	margin-right: 490px !important;
}

.mb-490 {
	margin-bottom: 490px !important;
}

.ml-490 {
	margin-left: 490px !important;
}

.p-490 {
	padding: 490px !important;
}

.px-490 {
	padding-left: 490px !important;
	padding-right: 490px !important;
}

.py-490 {
	padding-top: 490px !important;
	padding-bottom: 490px !important;
}

.pt-490 {
	padding-top: 490px !important;
}

.pr-490 {
	padding-right: 490px !important;
}

.pb-490 {
	padding-bottom: 490px !important;
}

.pl-490 {
	padding-left: 490px !important;
}

.m-495 {
	margin: 495px !important;
}

.mx-495 {
	margin-left: 495px !important;
	margin-right: 495px !important;
}

.my-495 {
	margin-top: 495px !important;
	margin-bottom: 495px !important;
}

.mt-495 {
	margin-top: 495px !important;
}

.mr-495 {
	margin-right: 495px !important;
}

.mb-495 {
	margin-bottom: 495px !important;
}

.ml-495 {
	margin-left: 495px !important;
}

.p-495 {
	padding: 495px !important;
}

.px-495 {
	padding-left: 495px !important;
	padding-right: 495px !important;
}

.py-495 {
	padding-top: 495px !important;
	padding-bottom: 495px !important;
}

.pt-495 {
	padding-top: 495px !important;
}

.pr-495 {
	padding-right: 495px !important;
}

.pb-495 {
	padding-bottom: 495px !important;
}

.pl-495 {
	padding-left: 495px !important;
}

.m-500 {
	margin: 500px !important;
}

.mx-500 {
	margin-left: 500px !important;
	margin-right: 500px !important;
}

.my-500 {
	margin-top: 500px !important;
	margin-bottom: 500px !important;
}

.mt-500 {
	margin-top: 500px !important;
}

.mr-500 {
	margin-right: 500px !important;
}

.mb-500 {
	margin-bottom: 500px !important;
}

.ml-500 {
	margin-left: 500px !important;
}

.p-500 {
	padding: 500px !important;
}

.px-500 {
	padding-left: 500px !important;
	padding-right: 500px !important;
}

.py-500 {
	padding-top: 500px !important;
	padding-bottom: 500px !important;
}

.pt-500 {
	padding-top: 500px !important;
}

.pr-500 {
	padding-right: 500px !important;
}

.pb-500 {
	padding-bottom: 500px !important;
}

.pl-500 {
	padding-left: 500px !important;
}

@media (min-width: 768px) {
	.m-sm-0 {
		margin: 0px !important;
	}

	.mx-sm-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.my-sm-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.mt-sm-0 {
		margin-top: 0px !important;
	}

	.mr-sm-0 {
		margin-right: 0px !important;
	}

	.mb-sm-0 {
		margin-bottom: 0px !important;
	}

	.ml-sm-0 {
		margin-left: 0px !important;
	}

	.p-sm-0 {
		padding: 0px !important;
	}

	.px-sm-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.py-sm-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.pt-sm-0 {
		padding-top: 0px !important;
	}

	.pr-sm-0 {
		padding-right: 0px !important;
	}

	.pb-sm-0 {
		padding-bottom: 0px !important;
	}

	.pl-sm-0 {
		padding-left: 0px !important;
	}

	.m-sm-1 {
		margin: 1px !important;
	}

	.mx-sm-1 {
		margin-left: 1px !important;
		margin-right: 1px !important;
	}

	.my-sm-1 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}

	.mt-sm-1 {
		margin-top: 1px !important;
	}

	.mr-sm-1 {
		margin-right: 1px !important;
	}

	.mb-sm-1 {
		margin-bottom: 1px !important;
	}

	.ml-sm-1 {
		margin-left: 1px !important;
	}

	.p-sm-1 {
		padding: 1px !important;
	}

	.px-sm-1 {
		padding-left: 1px !important;
		padding-right: 1px !important;
	}

	.py-sm-1 {
		padding-top: 1px !important;
		padding-bottom: 1px !important;
	}

	.pt-sm-1 {
		padding-top: 1px !important;
	}

	.pr-sm-1 {
		padding-right: 1px !important;
	}

	.pb-sm-1 {
		padding-bottom: 1px !important;
	}

	.pl-sm-1 {
		padding-left: 1px !important;
	}

	.m-sm-2 {
		margin: 2px !important;
	}

	.mx-sm-2 {
		margin-left: 2px !important;
		margin-right: 2px !important;
	}

	.my-sm-2 {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}

	.mt-sm-2 {
		margin-top: 2px !important;
	}

	.mr-sm-2 {
		margin-right: 2px !important;
	}

	.mb-sm-2 {
		margin-bottom: 2px !important;
	}

	.ml-sm-2 {
		margin-left: 2px !important;
	}

	.p-sm-2 {
		padding: 2px !important;
	}

	.px-sm-2 {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.py-sm-2 {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}

	.pt-sm-2 {
		padding-top: 2px !important;
	}

	.pr-sm-2 {
		padding-right: 2px !important;
	}

	.pb-sm-2 {
		padding-bottom: 2px !important;
	}

	.pl-sm-2 {
		padding-left: 2px !important;
	}

	.m-sm-3 {
		margin: 3px !important;
	}

	.mx-sm-3 {
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	.my-sm-3 {
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}

	.mt-sm-3 {
		margin-top: 3px !important;
	}

	.mr-sm-3 {
		margin-right: 3px !important;
	}

	.mb-sm-3 {
		margin-bottom: 3px !important;
	}

	.ml-sm-3 {
		margin-left: 3px !important;
	}

	.p-sm-3 {
		padding: 3px !important;
	}

	.px-sm-3 {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

	.py-sm-3 {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}

	.pt-sm-3 {
		padding-top: 3px !important;
	}

	.pr-sm-3 {
		padding-right: 3px !important;
	}

	.pb-sm-3 {
		padding-bottom: 3px !important;
	}

	.pl-sm-3 {
		padding-left: 3px !important;
	}

	.m-sm-4 {
		margin: 4px !important;
	}

	.mx-sm-4 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}

	.my-sm-4 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}

	.mt-sm-4 {
		margin-top: 4px !important;
	}

	.mr-sm-4 {
		margin-right: 4px !important;
	}

	.mb-sm-4 {
		margin-bottom: 4px !important;
	}

	.ml-sm-4 {
		margin-left: 4px !important;
	}

	.p-sm-4 {
		padding: 4px !important;
	}

	.px-sm-4 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.py-sm-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}

	.pt-sm-4 {
		padding-top: 4px !important;
	}

	.pr-sm-4 {
		padding-right: 4px !important;
	}

	.pb-sm-4 {
		padding-bottom: 4px !important;
	}

	.pl-sm-4 {
		padding-left: 4px !important;
	}

	.m-sm-5 {
		margin: 5px !important;
	}

	.mx-sm-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.my-sm-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.mt-sm-5 {
		margin-top: 5px !important;
	}

	.mr-sm-5 {
		margin-right: 5px !important;
	}

	.mb-sm-5 {
		margin-bottom: 5px !important;
	}

	.ml-sm-5 {
		margin-left: 5px !important;
	}

	.p-sm-5 {
		padding: 5px !important;
	}

	.px-sm-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.py-sm-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.pt-sm-5 {
		padding-top: 5px !important;
	}

	.pr-sm-5 {
		padding-right: 5px !important;
	}

	.pb-sm-5 {
		padding-bottom: 5px !important;
	}

	.pl-sm-5 {
		padding-left: 5px !important;
	}

	.m-sm-6 {
		margin: 6px !important;
	}

	.mx-sm-6 {
		margin-left: 6px !important;
		margin-right: 6px !important;
	}

	.my-sm-6 {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}

	.mt-sm-6 {
		margin-top: 6px !important;
	}

	.mr-sm-6 {
		margin-right: 6px !important;
	}

	.mb-sm-6 {
		margin-bottom: 6px !important;
	}

	.ml-sm-6 {
		margin-left: 6px !important;
	}

	.p-sm-6 {
		padding: 6px !important;
	}

	.px-sm-6 {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.py-sm-6 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	.pt-sm-6 {
		padding-top: 6px !important;
	}

	.pr-sm-6 {
		padding-right: 6px !important;
	}

	.pb-sm-6 {
		padding-bottom: 6px !important;
	}

	.pl-sm-6 {
		padding-left: 6px !important;
	}

	.m-sm-7 {
		margin: 7px !important;
	}

	.mx-sm-7 {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}

	.my-sm-7 {
		margin-top: 7px !important;
		margin-bottom: 7px !important;
	}

	.mt-sm-7 {
		margin-top: 7px !important;
	}

	.mr-sm-7 {
		margin-right: 7px !important;
	}

	.mb-sm-7 {
		margin-bottom: 7px !important;
	}

	.ml-sm-7 {
		margin-left: 7px !important;
	}

	.p-sm-7 {
		padding: 7px !important;
	}

	.px-sm-7 {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}

	.py-sm-7 {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}

	.pt-sm-7 {
		padding-top: 7px !important;
	}

	.pr-sm-7 {
		padding-right: 7px !important;
	}

	.pb-sm-7 {
		padding-bottom: 7px !important;
	}

	.pl-sm-7 {
		padding-left: 7px !important;
	}

	.m-sm-8 {
		margin: 8px !important;
	}

	.mx-sm-8 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.my-sm-8 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}

	.mt-sm-8 {
		margin-top: 8px !important;
	}

	.mr-sm-8 {
		margin-right: 8px !important;
	}

	.mb-sm-8 {
		margin-bottom: 8px !important;
	}

	.ml-sm-8 {
		margin-left: 8px !important;
	}

	.p-sm-8 {
		padding: 8px !important;
	}

	.px-sm-8 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.py-sm-8 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.pt-sm-8 {
		padding-top: 8px !important;
	}

	.pr-sm-8 {
		padding-right: 8px !important;
	}

	.pb-sm-8 {
		padding-bottom: 8px !important;
	}

	.pl-sm-8 {
		padding-left: 8px !important;
	}

	.m-sm-9 {
		margin: 9px !important;
	}

	.mx-sm-9 {
		margin-left: 9px !important;
		margin-right: 9px !important;
	}

	.my-sm-9 {
		margin-top: 9px !important;
		margin-bottom: 9px !important;
	}

	.mt-sm-9 {
		margin-top: 9px !important;
	}

	.mr-sm-9 {
		margin-right: 9px !important;
	}

	.mb-sm-9 {
		margin-bottom: 9px !important;
	}

	.ml-sm-9 {
		margin-left: 9px !important;
	}

	.p-sm-9 {
		padding: 9px !important;
	}

	.px-sm-9 {
		padding-left: 9px !important;
		padding-right: 9px !important;
	}

	.py-sm-9 {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}

	.pt-sm-9 {
		padding-top: 9px !important;
	}

	.pr-sm-9 {
		padding-right: 9px !important;
	}

	.pb-sm-9 {
		padding-bottom: 9px !important;
	}

	.pl-sm-9 {
		padding-left: 9px !important;
	}

	.m-sm-10 {
		margin: 10px !important;
	}

	.mx-sm-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.my-sm-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.mt-sm-10 {
		margin-top: 10px !important;
	}

	.mr-sm-10 {
		margin-right: 10px !important;
	}

	.mb-sm-10 {
		margin-bottom: 10px !important;
	}

	.ml-sm-10 {
		margin-left: 10px !important;
	}

	.p-sm-10 {
		padding: 10px !important;
	}

	.px-sm-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.py-sm-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.pt-sm-10 {
		padding-top: 10px !important;
	}

	.pr-sm-10 {
		padding-right: 10px !important;
	}

	.pb-sm-10 {
		padding-bottom: 10px !important;
	}

	.pl-sm-10 {
		padding-left: 10px !important;
	}

	.m-sm-11 {
		margin: 11px !important;
	}

	.mx-sm-11 {
		margin-left: 11px !important;
		margin-right: 11px !important;
	}

	.my-sm-11 {
		margin-top: 11px !important;
		margin-bottom: 11px !important;
	}

	.mt-sm-11 {
		margin-top: 11px !important;
	}

	.mr-sm-11 {
		margin-right: 11px !important;
	}

	.mb-sm-11 {
		margin-bottom: 11px !important;
	}

	.ml-sm-11 {
		margin-left: 11px !important;
	}

	.p-sm-11 {
		padding: 11px !important;
	}

	.px-sm-11 {
		padding-left: 11px !important;
		padding-right: 11px !important;
	}

	.py-sm-11 {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}

	.pt-sm-11 {
		padding-top: 11px !important;
	}

	.pr-sm-11 {
		padding-right: 11px !important;
	}

	.pb-sm-11 {
		padding-bottom: 11px !important;
	}

	.pl-sm-11 {
		padding-left: 11px !important;
	}

	.m-sm-12 {
		margin: 12px !important;
	}

	.mx-sm-12 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}

	.my-sm-12 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}

	.mt-sm-12 {
		margin-top: 12px !important;
	}

	.mr-sm-12 {
		margin-right: 12px !important;
	}

	.mb-sm-12 {
		margin-bottom: 12px !important;
	}

	.ml-sm-12 {
		margin-left: 12px !important;
	}

	.p-sm-12 {
		padding: 12px !important;
	}

	.px-sm-12 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.py-sm-12 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.pt-sm-12 {
		padding-top: 12px !important;
	}

	.pr-sm-12 {
		padding-right: 12px !important;
	}

	.pb-sm-12 {
		padding-bottom: 12px !important;
	}

	.pl-sm-12 {
		padding-left: 12px !important;
	}

	.m-sm-13 {
		margin: 13px !important;
	}

	.mx-sm-13 {
		margin-left: 13px !important;
		margin-right: 13px !important;
	}

	.my-sm-13 {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
	}

	.mt-sm-13 {
		margin-top: 13px !important;
	}

	.mr-sm-13 {
		margin-right: 13px !important;
	}

	.mb-sm-13 {
		margin-bottom: 13px !important;
	}

	.ml-sm-13 {
		margin-left: 13px !important;
	}

	.p-sm-13 {
		padding: 13px !important;
	}

	.px-sm-13 {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}

	.py-sm-13 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	.pt-sm-13 {
		padding-top: 13px !important;
	}

	.pr-sm-13 {
		padding-right: 13px !important;
	}

	.pb-sm-13 {
		padding-bottom: 13px !important;
	}

	.pl-sm-13 {
		padding-left: 13px !important;
	}

	.m-sm-14 {
		margin: 14px !important;
	}

	.mx-sm-14 {
		margin-left: 14px !important;
		margin-right: 14px !important;
	}

	.my-sm-14 {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}

	.mt-sm-14 {
		margin-top: 14px !important;
	}

	.mr-sm-14 {
		margin-right: 14px !important;
	}

	.mb-sm-14 {
		margin-bottom: 14px !important;
	}

	.ml-sm-14 {
		margin-left: 14px !important;
	}

	.p-sm-14 {
		padding: 14px !important;
	}

	.px-sm-14 {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.py-sm-14 {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}

	.pt-sm-14 {
		padding-top: 14px !important;
	}

	.pr-sm-14 {
		padding-right: 14px !important;
	}

	.pb-sm-14 {
		padding-bottom: 14px !important;
	}

	.pl-sm-14 {
		padding-left: 14px !important;
	}

	.m-sm-15 {
		margin: 15px !important;
	}

	.mx-sm-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.my-sm-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.mt-sm-15 {
		margin-top: 15px !important;
	}

	.mr-sm-15 {
		margin-right: 15px !important;
	}

	.mb-sm-15 {
		margin-bottom: 15px !important;
	}

	.ml-sm-15 {
		margin-left: 15px !important;
	}

	.p-sm-15 {
		padding: 15px !important;
	}

	.px-sm-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.py-sm-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.pt-sm-15 {
		padding-top: 15px !important;
	}

	.pr-sm-15 {
		padding-right: 15px !important;
	}

	.pb-sm-15 {
		padding-bottom: 15px !important;
	}

	.pl-sm-15 {
		padding-left: 15px !important;
	}

	.m-sm-16 {
		margin: 16px !important;
	}

	.mx-sm-16 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	.my-sm-16 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.mt-sm-16 {
		margin-top: 16px !important;
	}

	.mr-sm-16 {
		margin-right: 16px !important;
	}

	.mb-sm-16 {
		margin-bottom: 16px !important;
	}

	.ml-sm-16 {
		margin-left: 16px !important;
	}

	.p-sm-16 {
		padding: 16px !important;
	}

	.px-sm-16 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.py-sm-16 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}

	.pt-sm-16 {
		padding-top: 16px !important;
	}

	.pr-sm-16 {
		padding-right: 16px !important;
	}

	.pb-sm-16 {
		padding-bottom: 16px !important;
	}

	.pl-sm-16 {
		padding-left: 16px !important;
	}

	.m-sm-17 {
		margin: 17px !important;
	}

	.mx-sm-17 {
		margin-left: 17px !important;
		margin-right: 17px !important;
	}

	.my-sm-17 {
		margin-top: 17px !important;
		margin-bottom: 17px !important;
	}

	.mt-sm-17 {
		margin-top: 17px !important;
	}

	.mr-sm-17 {
		margin-right: 17px !important;
	}

	.mb-sm-17 {
		margin-bottom: 17px !important;
	}

	.ml-sm-17 {
		margin-left: 17px !important;
	}

	.p-sm-17 {
		padding: 17px !important;
	}

	.px-sm-17 {
		padding-left: 17px !important;
		padding-right: 17px !important;
	}

	.py-sm-17 {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}

	.pt-sm-17 {
		padding-top: 17px !important;
	}

	.pr-sm-17 {
		padding-right: 17px !important;
	}

	.pb-sm-17 {
		padding-bottom: 17px !important;
	}

	.pl-sm-17 {
		padding-left: 17px !important;
	}

	.m-sm-18 {
		margin: 18px !important;
	}

	.mx-sm-18 {
		margin-left: 18px !important;
		margin-right: 18px !important;
	}

	.my-sm-18 {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}

	.mt-sm-18 {
		margin-top: 18px !important;
	}

	.mr-sm-18 {
		margin-right: 18px !important;
	}

	.mb-sm-18 {
		margin-bottom: 18px !important;
	}

	.ml-sm-18 {
		margin-left: 18px !important;
	}

	.p-sm-18 {
		padding: 18px !important;
	}

	.px-sm-18 {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.py-sm-18 {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	.pt-sm-18 {
		padding-top: 18px !important;
	}

	.pr-sm-18 {
		padding-right: 18px !important;
	}

	.pb-sm-18 {
		padding-bottom: 18px !important;
	}

	.pl-sm-18 {
		padding-left: 18px !important;
	}

	.m-sm-19 {
		margin: 19px !important;
	}

	.mx-sm-19 {
		margin-left: 19px !important;
		margin-right: 19px !important;
	}

	.my-sm-19 {
		margin-top: 19px !important;
		margin-bottom: 19px !important;
	}

	.mt-sm-19 {
		margin-top: 19px !important;
	}

	.mr-sm-19 {
		margin-right: 19px !important;
	}

	.mb-sm-19 {
		margin-bottom: 19px !important;
	}

	.ml-sm-19 {
		margin-left: 19px !important;
	}

	.p-sm-19 {
		padding: 19px !important;
	}

	.px-sm-19 {
		padding-left: 19px !important;
		padding-right: 19px !important;
	}

	.py-sm-19 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}

	.pt-sm-19 {
		padding-top: 19px !important;
	}

	.pr-sm-19 {
		padding-right: 19px !important;
	}

	.pb-sm-19 {
		padding-bottom: 19px !important;
	}

	.pl-sm-19 {
		padding-left: 19px !important;
	}

	.m-sm-20 {
		margin: 20px !important;
	}

	.mx-sm-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.my-sm-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.mt-sm-20 {
		margin-top: 20px !important;
	}

	.mr-sm-20 {
		margin-right: 20px !important;
	}

	.mb-sm-20 {
		margin-bottom: 20px !important;
	}

	.ml-sm-20 {
		margin-left: 20px !important;
	}

	.p-sm-20 {
		padding: 20px !important;
	}

	.px-sm-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.py-sm-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.pt-sm-20 {
		padding-top: 20px !important;
	}

	.pr-sm-20 {
		padding-right: 20px !important;
	}

	.pb-sm-20 {
		padding-bottom: 20px !important;
	}

	.pl-sm-20 {
		padding-left: 20px !important;
	}

	.m-sm-21 {
		margin: 21px !important;
	}

	.mx-sm-21 {
		margin-left: 21px !important;
		margin-right: 21px !important;
	}

	.my-sm-21 {
		margin-top: 21px !important;
		margin-bottom: 21px !important;
	}

	.mt-sm-21 {
		margin-top: 21px !important;
	}

	.mr-sm-21 {
		margin-right: 21px !important;
	}

	.mb-sm-21 {
		margin-bottom: 21px !important;
	}

	.ml-sm-21 {
		margin-left: 21px !important;
	}

	.p-sm-21 {
		padding: 21px !important;
	}

	.px-sm-21 {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	.py-sm-21 {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}

	.pt-sm-21 {
		padding-top: 21px !important;
	}

	.pr-sm-21 {
		padding-right: 21px !important;
	}

	.pb-sm-21 {
		padding-bottom: 21px !important;
	}

	.pl-sm-21 {
		padding-left: 21px !important;
	}

	.m-sm-22 {
		margin: 22px !important;
	}

	.mx-sm-22 {
		margin-left: 22px !important;
		margin-right: 22px !important;
	}

	.my-sm-22 {
		margin-top: 22px !important;
		margin-bottom: 22px !important;
	}

	.mt-sm-22 {
		margin-top: 22px !important;
	}

	.mr-sm-22 {
		margin-right: 22px !important;
	}

	.mb-sm-22 {
		margin-bottom: 22px !important;
	}

	.ml-sm-22 {
		margin-left: 22px !important;
	}

	.p-sm-22 {
		padding: 22px !important;
	}

	.px-sm-22 {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.py-sm-22 {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}

	.pt-sm-22 {
		padding-top: 22px !important;
	}

	.pr-sm-22 {
		padding-right: 22px !important;
	}

	.pb-sm-22 {
		padding-bottom: 22px !important;
	}

	.pl-sm-22 {
		padding-left: 22px !important;
	}

	.m-sm-23 {
		margin: 23px !important;
	}

	.mx-sm-23 {
		margin-left: 23px !important;
		margin-right: 23px !important;
	}

	.my-sm-23 {
		margin-top: 23px !important;
		margin-bottom: 23px !important;
	}

	.mt-sm-23 {
		margin-top: 23px !important;
	}

	.mr-sm-23 {
		margin-right: 23px !important;
	}

	.mb-sm-23 {
		margin-bottom: 23px !important;
	}

	.ml-sm-23 {
		margin-left: 23px !important;
	}

	.p-sm-23 {
		padding: 23px !important;
	}

	.px-sm-23 {
		padding-left: 23px !important;
		padding-right: 23px !important;
	}

	.py-sm-23 {
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}

	.pt-sm-23 {
		padding-top: 23px !important;
	}

	.pr-sm-23 {
		padding-right: 23px !important;
	}

	.pb-sm-23 {
		padding-bottom: 23px !important;
	}

	.pl-sm-23 {
		padding-left: 23px !important;
	}

	.m-sm-24 {
		margin: 24px !important;
	}

	.mx-sm-24 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}

	.my-sm-24 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}

	.mt-sm-24 {
		margin-top: 24px !important;
	}

	.mr-sm-24 {
		margin-right: 24px !important;
	}

	.mb-sm-24 {
		margin-bottom: 24px !important;
	}

	.ml-sm-24 {
		margin-left: 24px !important;
	}

	.p-sm-24 {
		padding: 24px !important;
	}

	.px-sm-24 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.py-sm-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	.pt-sm-24 {
		padding-top: 24px !important;
	}

	.pr-sm-24 {
		padding-right: 24px !important;
	}

	.pb-sm-24 {
		padding-bottom: 24px !important;
	}

	.pl-sm-24 {
		padding-left: 24px !important;
	}

	.m-sm-25 {
		margin: 25px !important;
	}

	.mx-sm-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.my-sm-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.mt-sm-25 {
		margin-top: 25px !important;
	}

	.mr-sm-25 {
		margin-right: 25px !important;
	}

	.mb-sm-25 {
		margin-bottom: 25px !important;
	}

	.ml-sm-25 {
		margin-left: 25px !important;
	}

	.p-sm-25 {
		padding: 25px !important;
	}

	.px-sm-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.py-sm-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.pt-sm-25 {
		padding-top: 25px !important;
	}

	.pr-sm-25 {
		padding-right: 25px !important;
	}

	.pb-sm-25 {
		padding-bottom: 25px !important;
	}

	.pl-sm-25 {
		padding-left: 25px !important;
	}

	.m-sm-26 {
		margin: 26px !important;
	}

	.mx-sm-26 {
		margin-left: 26px !important;
		margin-right: 26px !important;
	}

	.my-sm-26 {
		margin-top: 26px !important;
		margin-bottom: 26px !important;
	}

	.mt-sm-26 {
		margin-top: 26px !important;
	}

	.mr-sm-26 {
		margin-right: 26px !important;
	}

	.mb-sm-26 {
		margin-bottom: 26px !important;
	}

	.ml-sm-26 {
		margin-left: 26px !important;
	}

	.p-sm-26 {
		padding: 26px !important;
	}

	.px-sm-26 {
		padding-left: 26px !important;
		padding-right: 26px !important;
	}

	.py-sm-26 {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}

	.pt-sm-26 {
		padding-top: 26px !important;
	}

	.pr-sm-26 {
		padding-right: 26px !important;
	}

	.pb-sm-26 {
		padding-bottom: 26px !important;
	}

	.pl-sm-26 {
		padding-left: 26px !important;
	}

	.m-sm-27 {
		margin: 27px !important;
	}

	.mx-sm-27 {
		margin-left: 27px !important;
		margin-right: 27px !important;
	}

	.my-sm-27 {
		margin-top: 27px !important;
		margin-bottom: 27px !important;
	}

	.mt-sm-27 {
		margin-top: 27px !important;
	}

	.mr-sm-27 {
		margin-right: 27px !important;
	}

	.mb-sm-27 {
		margin-bottom: 27px !important;
	}

	.ml-sm-27 {
		margin-left: 27px !important;
	}

	.p-sm-27 {
		padding: 27px !important;
	}

	.px-sm-27 {
		padding-left: 27px !important;
		padding-right: 27px !important;
	}

	.py-sm-27 {
		padding-top: 27px !important;
		padding-bottom: 27px !important;
	}

	.pt-sm-27 {
		padding-top: 27px !important;
	}

	.pr-sm-27 {
		padding-right: 27px !important;
	}

	.pb-sm-27 {
		padding-bottom: 27px !important;
	}

	.pl-sm-27 {
		padding-left: 27px !important;
	}

	.m-sm-28 {
		margin: 28px !important;
	}

	.mx-sm-28 {
		margin-left: 28px !important;
		margin-right: 28px !important;
	}

	.my-sm-28 {
		margin-top: 28px !important;
		margin-bottom: 28px !important;
	}

	.mt-sm-28 {
		margin-top: 28px !important;
	}

	.mr-sm-28 {
		margin-right: 28px !important;
	}

	.mb-sm-28 {
		margin-bottom: 28px !important;
	}

	.ml-sm-28 {
		margin-left: 28px !important;
	}

	.p-sm-28 {
		padding: 28px !important;
	}

	.px-sm-28 {
		padding-left: 28px !important;
		padding-right: 28px !important;
	}

	.py-sm-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.pt-sm-28 {
		padding-top: 28px !important;
	}

	.pr-sm-28 {
		padding-right: 28px !important;
	}

	.pb-sm-28 {
		padding-bottom: 28px !important;
	}

	.pl-sm-28 {
		padding-left: 28px !important;
	}

	.m-sm-29 {
		margin: 29px !important;
	}

	.mx-sm-29 {
		margin-left: 29px !important;
		margin-right: 29px !important;
	}

	.my-sm-29 {
		margin-top: 29px !important;
		margin-bottom: 29px !important;
	}

	.mt-sm-29 {
		margin-top: 29px !important;
	}

	.mr-sm-29 {
		margin-right: 29px !important;
	}

	.mb-sm-29 {
		margin-bottom: 29px !important;
	}

	.ml-sm-29 {
		margin-left: 29px !important;
	}

	.p-sm-29 {
		padding: 29px !important;
	}

	.px-sm-29 {
		padding-left: 29px !important;
		padding-right: 29px !important;
	}

	.py-sm-29 {
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}

	.pt-sm-29 {
		padding-top: 29px !important;
	}

	.pr-sm-29 {
		padding-right: 29px !important;
	}

	.pb-sm-29 {
		padding-bottom: 29px !important;
	}

	.pl-sm-29 {
		padding-left: 29px !important;
	}

	.m-sm-30 {
		margin: 30px !important;
	}

	.mx-sm-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.my-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.mt-sm-30 {
		margin-top: 30px !important;
	}

	.mr-sm-30 {
		margin-right: 30px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px !important;
	}

	.ml-sm-30 {
		margin-left: 30px !important;
	}

	.p-sm-30 {
		padding: 30px !important;
	}

	.px-sm-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.pt-sm-30 {
		padding-top: 30px !important;
	}

	.pr-sm-30 {
		padding-right: 30px !important;
	}

	.pb-sm-30 {
		padding-bottom: 30px !important;
	}

	.pl-sm-30 {
		padding-left: 30px !important;
	}

	.m-sm-31 {
		margin: 31px !important;
	}

	.mx-sm-31 {
		margin-left: 31px !important;
		margin-right: 31px !important;
	}

	.my-sm-31 {
		margin-top: 31px !important;
		margin-bottom: 31px !important;
	}

	.mt-sm-31 {
		margin-top: 31px !important;
	}

	.mr-sm-31 {
		margin-right: 31px !important;
	}

	.mb-sm-31 {
		margin-bottom: 31px !important;
	}

	.ml-sm-31 {
		margin-left: 31px !important;
	}

	.p-sm-31 {
		padding: 31px !important;
	}

	.px-sm-31 {
		padding-left: 31px !important;
		padding-right: 31px !important;
	}

	.py-sm-31 {
		padding-top: 31px !important;
		padding-bottom: 31px !important;
	}

	.pt-sm-31 {
		padding-top: 31px !important;
	}

	.pr-sm-31 {
		padding-right: 31px !important;
	}

	.pb-sm-31 {
		padding-bottom: 31px !important;
	}

	.pl-sm-31 {
		padding-left: 31px !important;
	}

	.m-sm-32 {
		margin: 32px !important;
	}

	.mx-sm-32 {
		margin-left: 32px !important;
		margin-right: 32px !important;
	}

	.my-sm-32 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}

	.mt-sm-32 {
		margin-top: 32px !important;
	}

	.mr-sm-32 {
		margin-right: 32px !important;
	}

	.mb-sm-32 {
		margin-bottom: 32px !important;
	}

	.ml-sm-32 {
		margin-left: 32px !important;
	}

	.p-sm-32 {
		padding: 32px !important;
	}

	.px-sm-32 {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}

	.py-sm-32 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.pt-sm-32 {
		padding-top: 32px !important;
	}

	.pr-sm-32 {
		padding-right: 32px !important;
	}

	.pb-sm-32 {
		padding-bottom: 32px !important;
	}

	.pl-sm-32 {
		padding-left: 32px !important;
	}

	.m-sm-33 {
		margin: 33px !important;
	}

	.mx-sm-33 {
		margin-left: 33px !important;
		margin-right: 33px !important;
	}

	.my-sm-33 {
		margin-top: 33px !important;
		margin-bottom: 33px !important;
	}

	.mt-sm-33 {
		margin-top: 33px !important;
	}

	.mr-sm-33 {
		margin-right: 33px !important;
	}

	.mb-sm-33 {
		margin-bottom: 33px !important;
	}

	.ml-sm-33 {
		margin-left: 33px !important;
	}

	.p-sm-33 {
		padding: 33px !important;
	}

	.px-sm-33 {
		padding-left: 33px !important;
		padding-right: 33px !important;
	}

	.py-sm-33 {
		padding-top: 33px !important;
		padding-bottom: 33px !important;
	}

	.pt-sm-33 {
		padding-top: 33px !important;
	}

	.pr-sm-33 {
		padding-right: 33px !important;
	}

	.pb-sm-33 {
		padding-bottom: 33px !important;
	}

	.pl-sm-33 {
		padding-left: 33px !important;
	}

	.m-sm-34 {
		margin: 34px !important;
	}

	.mx-sm-34 {
		margin-left: 34px !important;
		margin-right: 34px !important;
	}

	.my-sm-34 {
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}

	.mt-sm-34 {
		margin-top: 34px !important;
	}

	.mr-sm-34 {
		margin-right: 34px !important;
	}

	.mb-sm-34 {
		margin-bottom: 34px !important;
	}

	.ml-sm-34 {
		margin-left: 34px !important;
	}

	.p-sm-34 {
		padding: 34px !important;
	}

	.px-sm-34 {
		padding-left: 34px !important;
		padding-right: 34px !important;
	}

	.py-sm-34 {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.pt-sm-34 {
		padding-top: 34px !important;
	}

	.pr-sm-34 {
		padding-right: 34px !important;
	}

	.pb-sm-34 {
		padding-bottom: 34px !important;
	}

	.pl-sm-34 {
		padding-left: 34px !important;
	}

	.m-sm-35 {
		margin: 35px !important;
	}

	.mx-sm-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.my-sm-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.mt-sm-35 {
		margin-top: 35px !important;
	}

	.mr-sm-35 {
		margin-right: 35px !important;
	}

	.mb-sm-35 {
		margin-bottom: 35px !important;
	}

	.ml-sm-35 {
		margin-left: 35px !important;
	}

	.p-sm-35 {
		padding: 35px !important;
	}

	.px-sm-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.py-sm-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.pt-sm-35 {
		padding-top: 35px !important;
	}

	.pr-sm-35 {
		padding-right: 35px !important;
	}

	.pb-sm-35 {
		padding-bottom: 35px !important;
	}

	.pl-sm-35 {
		padding-left: 35px !important;
	}

	.m-sm-36 {
		margin: 36px !important;
	}

	.mx-sm-36 {
		margin-left: 36px !important;
		margin-right: 36px !important;
	}

	.my-sm-36 {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
	}

	.mt-sm-36 {
		margin-top: 36px !important;
	}

	.mr-sm-36 {
		margin-right: 36px !important;
	}

	.mb-sm-36 {
		margin-bottom: 36px !important;
	}

	.ml-sm-36 {
		margin-left: 36px !important;
	}

	.p-sm-36 {
		padding: 36px !important;
	}

	.px-sm-36 {
		padding-left: 36px !important;
		padding-right: 36px !important;
	}

	.py-sm-36 {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}

	.pt-sm-36 {
		padding-top: 36px !important;
	}

	.pr-sm-36 {
		padding-right: 36px !important;
	}

	.pb-sm-36 {
		padding-bottom: 36px !important;
	}

	.pl-sm-36 {
		padding-left: 36px !important;
	}

	.m-sm-37 {
		margin: 37px !important;
	}

	.mx-sm-37 {
		margin-left: 37px !important;
		margin-right: 37px !important;
	}

	.my-sm-37 {
		margin-top: 37px !important;
		margin-bottom: 37px !important;
	}

	.mt-sm-37 {
		margin-top: 37px !important;
	}

	.mr-sm-37 {
		margin-right: 37px !important;
	}

	.mb-sm-37 {
		margin-bottom: 37px !important;
	}

	.ml-sm-37 {
		margin-left: 37px !important;
	}

	.p-sm-37 {
		padding: 37px !important;
	}

	.px-sm-37 {
		padding-left: 37px !important;
		padding-right: 37px !important;
	}

	.py-sm-37 {
		padding-top: 37px !important;
		padding-bottom: 37px !important;
	}

	.pt-sm-37 {
		padding-top: 37px !important;
	}

	.pr-sm-37 {
		padding-right: 37px !important;
	}

	.pb-sm-37 {
		padding-bottom: 37px !important;
	}

	.pl-sm-37 {
		padding-left: 37px !important;
	}

	.m-sm-38 {
		margin: 38px !important;
	}

	.mx-sm-38 {
		margin-left: 38px !important;
		margin-right: 38px !important;
	}

	.my-sm-38 {
		margin-top: 38px !important;
		margin-bottom: 38px !important;
	}

	.mt-sm-38 {
		margin-top: 38px !important;
	}

	.mr-sm-38 {
		margin-right: 38px !important;
	}

	.mb-sm-38 {
		margin-bottom: 38px !important;
	}

	.ml-sm-38 {
		margin-left: 38px !important;
	}

	.p-sm-38 {
		padding: 38px !important;
	}

	.px-sm-38 {
		padding-left: 38px !important;
		padding-right: 38px !important;
	}

	.py-sm-38 {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}

	.pt-sm-38 {
		padding-top: 38px !important;
	}

	.pr-sm-38 {
		padding-right: 38px !important;
	}

	.pb-sm-38 {
		padding-bottom: 38px !important;
	}

	.pl-sm-38 {
		padding-left: 38px !important;
	}

	.m-sm-39 {
		margin: 39px !important;
	}

	.mx-sm-39 {
		margin-left: 39px !important;
		margin-right: 39px !important;
	}

	.my-sm-39 {
		margin-top: 39px !important;
		margin-bottom: 39px !important;
	}

	.mt-sm-39 {
		margin-top: 39px !important;
	}

	.mr-sm-39 {
		margin-right: 39px !important;
	}

	.mb-sm-39 {
		margin-bottom: 39px !important;
	}

	.ml-sm-39 {
		margin-left: 39px !important;
	}

	.p-sm-39 {
		padding: 39px !important;
	}

	.px-sm-39 {
		padding-left: 39px !important;
		padding-right: 39px !important;
	}

	.py-sm-39 {
		padding-top: 39px !important;
		padding-bottom: 39px !important;
	}

	.pt-sm-39 {
		padding-top: 39px !important;
	}

	.pr-sm-39 {
		padding-right: 39px !important;
	}

	.pb-sm-39 {
		padding-bottom: 39px !important;
	}

	.pl-sm-39 {
		padding-left: 39px !important;
	}

	.m-sm-40 {
		margin: 40px !important;
	}

	.mx-sm-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.my-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.mt-sm-40 {
		margin-top: 40px !important;
	}

	.mr-sm-40 {
		margin-right: 40px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.ml-sm-40 {
		margin-left: 40px !important;
	}

	.p-sm-40 {
		padding: 40px !important;
	}

	.px-sm-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.pt-sm-40 {
		padding-top: 40px !important;
	}

	.pr-sm-40 {
		padding-right: 40px !important;
	}

	.pb-sm-40 {
		padding-bottom: 40px !important;
	}

	.pl-sm-40 {
		padding-left: 40px !important;
	}

	.m-sm-25 {
		margin: 25px !important;
	}

	.mx-sm-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.my-sm-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.mt-sm-25 {
		margin-top: 25px !important;
	}

	.mr-sm-25 {
		margin-right: 25px !important;
	}

	.mb-sm-25 {
		margin-bottom: 25px !important;
	}

	.ml-sm-25 {
		margin-left: 25px !important;
	}

	.p-sm-25 {
		padding: 25px !important;
	}

	.px-sm-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.py-sm-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.pt-sm-25 {
		padding-top: 25px !important;
	}

	.pr-sm-25 {
		padding-right: 25px !important;
	}

	.pb-sm-25 {
		padding-bottom: 25px !important;
	}

	.pl-sm-25 {
		padding-left: 25px !important;
	}

	.m-sm-30 {
		margin: 30px !important;
	}

	.mx-sm-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.my-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.mt-sm-30 {
		margin-top: 30px !important;
	}

	.mr-sm-30 {
		margin-right: 30px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px !important;
	}

	.ml-sm-30 {
		margin-left: 30px !important;
	}

	.p-sm-30 {
		padding: 30px !important;
	}

	.px-sm-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.pt-sm-30 {
		padding-top: 30px !important;
	}

	.pr-sm-30 {
		padding-right: 30px !important;
	}

	.pb-sm-30 {
		padding-bottom: 30px !important;
	}

	.pl-sm-30 {
		padding-left: 30px !important;
	}

	.m-sm-35 {
		margin: 35px !important;
	}

	.mx-sm-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.my-sm-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.mt-sm-35 {
		margin-top: 35px !important;
	}

	.mr-sm-35 {
		margin-right: 35px !important;
	}

	.mb-sm-35 {
		margin-bottom: 35px !important;
	}

	.ml-sm-35 {
		margin-left: 35px !important;
	}

	.p-sm-35 {
		padding: 35px !important;
	}

	.px-sm-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.py-sm-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.pt-sm-35 {
		padding-top: 35px !important;
	}

	.pr-sm-35 {
		padding-right: 35px !important;
	}

	.pb-sm-35 {
		padding-bottom: 35px !important;
	}

	.pl-sm-35 {
		padding-left: 35px !important;
	}

	.m-sm-40 {
		margin: 40px !important;
	}

	.mx-sm-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.my-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.mt-sm-40 {
		margin-top: 40px !important;
	}

	.mr-sm-40 {
		margin-right: 40px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px !important;
	}

	.ml-sm-40 {
		margin-left: 40px !important;
	}

	.p-sm-40 {
		padding: 40px !important;
	}

	.px-sm-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.pt-sm-40 {
		padding-top: 40px !important;
	}

	.pr-sm-40 {
		padding-right: 40px !important;
	}

	.pb-sm-40 {
		padding-bottom: 40px !important;
	}

	.pl-sm-40 {
		padding-left: 40px !important;
	}

	.m-sm-45 {
		margin: 45px !important;
	}

	.mx-sm-45 {
		margin-left: 45px !important;
		margin-right: 45px !important;
	}

	.my-sm-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.mt-sm-45 {
		margin-top: 45px !important;
	}

	.mr-sm-45 {
		margin-right: 45px !important;
	}

	.mb-sm-45 {
		margin-bottom: 45px !important;
	}

	.ml-sm-45 {
		margin-left: 45px !important;
	}

	.p-sm-45 {
		padding: 45px !important;
	}

	.px-sm-45 {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.py-sm-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.pt-sm-45 {
		padding-top: 45px !important;
	}

	.pr-sm-45 {
		padding-right: 45px !important;
	}

	.pb-sm-45 {
		padding-bottom: 45px !important;
	}

	.pl-sm-45 {
		padding-left: 45px !important;
	}

	.m-sm-50 {
		margin: 50px !important;
	}

	.mx-sm-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.my-sm-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.mt-sm-50 {
		margin-top: 50px !important;
	}

	.mr-sm-50 {
		margin-right: 50px !important;
	}

	.mb-sm-50 {
		margin-bottom: 50px !important;
	}

	.ml-sm-50 {
		margin-left: 50px !important;
	}

	.p-sm-50 {
		padding: 50px !important;
	}

	.px-sm-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.py-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.pt-sm-50 {
		padding-top: 50px !important;
	}

	.pr-sm-50 {
		padding-right: 50px !important;
	}

	.pb-sm-50 {
		padding-bottom: 50px !important;
	}

	.pl-sm-50 {
		padding-left: 50px !important;
	}

	.m-sm-55 {
		margin: 55px !important;
	}

	.mx-sm-55 {
		margin-left: 55px !important;
		margin-right: 55px !important;
	}

	.my-sm-55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}

	.mt-sm-55 {
		margin-top: 55px !important;
	}

	.mr-sm-55 {
		margin-right: 55px !important;
	}

	.mb-sm-55 {
		margin-bottom: 55px !important;
	}

	.ml-sm-55 {
		margin-left: 55px !important;
	}

	.p-sm-55 {
		padding: 55px !important;
	}

	.px-sm-55 {
		padding-left: 55px !important;
		padding-right: 55px !important;
	}

	.py-sm-55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}

	.pt-sm-55 {
		padding-top: 55px !important;
	}

	.pr-sm-55 {
		padding-right: 55px !important;
	}

	.pb-sm-55 {
		padding-bottom: 55px !important;
	}

	.pl-sm-55 {
		padding-left: 55px !important;
	}

	.m-sm-60 {
		margin: 60px !important;
	}

	.mx-sm-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.my-sm-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.mt-sm-60 {
		margin-top: 60px !important;
	}

	.mr-sm-60 {
		margin-right: 60px !important;
	}

	.mb-sm-60 {
		margin-bottom: 60px !important;
	}

	.ml-sm-60 {
		margin-left: 60px !important;
	}

	.p-sm-60 {
		padding: 60px !important;
	}

	.px-sm-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.py-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.pt-sm-60 {
		padding-top: 60px !important;
	}

	.pr-sm-60 {
		padding-right: 60px !important;
	}

	.pb-sm-60 {
		padding-bottom: 60px !important;
	}

	.pl-sm-60 {
		padding-left: 60px !important;
	}

	.m-sm-65 {
		margin: 65px !important;
	}

	.mx-sm-65 {
		margin-left: 65px !important;
		margin-right: 65px !important;
	}

	.my-sm-65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}

	.mt-sm-65 {
		margin-top: 65px !important;
	}

	.mr-sm-65 {
		margin-right: 65px !important;
	}

	.mb-sm-65 {
		margin-bottom: 65px !important;
	}

	.ml-sm-65 {
		margin-left: 65px !important;
	}

	.p-sm-65 {
		padding: 65px !important;
	}

	.px-sm-65 {
		padding-left: 65px !important;
		padding-right: 65px !important;
	}

	.py-sm-65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}

	.pt-sm-65 {
		padding-top: 65px !important;
	}

	.pr-sm-65 {
		padding-right: 65px !important;
	}

	.pb-sm-65 {
		padding-bottom: 65px !important;
	}

	.pl-sm-65 {
		padding-left: 65px !important;
	}

	.m-sm-70 {
		margin: 70px !important;
	}

	.mx-sm-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}

	.my-sm-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.mt-sm-70 {
		margin-top: 70px !important;
	}

	.mr-sm-70 {
		margin-right: 70px !important;
	}

	.mb-sm-70 {
		margin-bottom: 70px !important;
	}

	.ml-sm-70 {
		margin-left: 70px !important;
	}

	.p-sm-70 {
		padding: 70px !important;
	}

	.px-sm-70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}

	.py-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.pt-sm-70 {
		padding-top: 70px !important;
	}

	.pr-sm-70 {
		padding-right: 70px !important;
	}

	.pb-sm-70 {
		padding-bottom: 70px !important;
	}

	.pl-sm-70 {
		padding-left: 70px !important;
	}

	.m-sm-75 {
		margin: 75px !important;
	}

	.mx-sm-75 {
		margin-left: 75px !important;
		margin-right: 75px !important;
	}

	.my-sm-75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}

	.mt-sm-75 {
		margin-top: 75px !important;
	}

	.mr-sm-75 {
		margin-right: 75px !important;
	}

	.mb-sm-75 {
		margin-bottom: 75px !important;
	}

	.ml-sm-75 {
		margin-left: 75px !important;
	}

	.p-sm-75 {
		padding: 75px !important;
	}

	.px-sm-75 {
		padding-left: 75px !important;
		padding-right: 75px !important;
	}

	.py-sm-75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}

	.pt-sm-75 {
		padding-top: 75px !important;
	}

	.pr-sm-75 {
		padding-right: 75px !important;
	}

	.pb-sm-75 {
		padding-bottom: 75px !important;
	}

	.pl-sm-75 {
		padding-left: 75px !important;
	}

	.m-sm-80 {
		margin: 80px !important;
	}

	.mx-sm-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}

	.my-sm-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.mt-sm-80 {
		margin-top: 80px !important;
	}

	.mr-sm-80 {
		margin-right: 80px !important;
	}

	.mb-sm-80 {
		margin-bottom: 80px !important;
	}

	.ml-sm-80 {
		margin-left: 80px !important;
	}

	.p-sm-80 {
		padding: 80px !important;
	}

	.px-sm-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.pt-sm-80 {
		padding-top: 80px !important;
	}

	.pr-sm-80 {
		padding-right: 80px !important;
	}

	.pb-sm-80 {
		padding-bottom: 80px !important;
	}

	.pl-sm-80 {
		padding-left: 80px !important;
	}

	.m-sm-85 {
		margin: 85px !important;
	}

	.mx-sm-85 {
		margin-left: 85px !important;
		margin-right: 85px !important;
	}

	.my-sm-85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}

	.mt-sm-85 {
		margin-top: 85px !important;
	}

	.mr-sm-85 {
		margin-right: 85px !important;
	}

	.mb-sm-85 {
		margin-bottom: 85px !important;
	}

	.ml-sm-85 {
		margin-left: 85px !important;
	}

	.p-sm-85 {
		padding: 85px !important;
	}

	.px-sm-85 {
		padding-left: 85px !important;
		padding-right: 85px !important;
	}

	.py-sm-85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}

	.pt-sm-85 {
		padding-top: 85px !important;
	}

	.pr-sm-85 {
		padding-right: 85px !important;
	}

	.pb-sm-85 {
		padding-bottom: 85px !important;
	}

	.pl-sm-85 {
		padding-left: 85px !important;
	}

	.m-sm-90 {
		margin: 90px !important;
	}

	.mx-sm-90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}

	.my-sm-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.mt-sm-90 {
		margin-top: 90px !important;
	}

	.mr-sm-90 {
		margin-right: 90px !important;
	}

	.mb-sm-90 {
		margin-bottom: 90px !important;
	}

	.ml-sm-90 {
		margin-left: 90px !important;
	}

	.p-sm-90 {
		padding: 90px !important;
	}

	.px-sm-90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}

	.py-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.pt-sm-90 {
		padding-top: 90px !important;
	}

	.pr-sm-90 {
		padding-right: 90px !important;
	}

	.pb-sm-90 {
		padding-bottom: 90px !important;
	}

	.pl-sm-90 {
		padding-left: 90px !important;
	}

	.m-sm-95 {
		margin: 95px !important;
	}

	.mx-sm-95 {
		margin-left: 95px !important;
		margin-right: 95px !important;
	}

	.my-sm-95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}

	.mt-sm-95 {
		margin-top: 95px !important;
	}

	.mr-sm-95 {
		margin-right: 95px !important;
	}

	.mb-sm-95 {
		margin-bottom: 95px !important;
	}

	.ml-sm-95 {
		margin-left: 95px !important;
	}

	.p-sm-95 {
		padding: 95px !important;
	}

	.px-sm-95 {
		padding-left: 95px !important;
		padding-right: 95px !important;
	}

	.py-sm-95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}

	.pt-sm-95 {
		padding-top: 95px !important;
	}

	.pr-sm-95 {
		padding-right: 95px !important;
	}

	.pb-sm-95 {
		padding-bottom: 95px !important;
	}

	.pl-sm-95 {
		padding-left: 95px !important;
	}

	.m-sm-100 {
		margin: 100px !important;
	}

	.mx-sm-100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}

	.my-sm-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.mt-sm-100 {
		margin-top: 100px !important;
	}

	.mr-sm-100 {
		margin-right: 100px !important;
	}

	.mb-sm-100 {
		margin-bottom: 100px !important;
	}

	.ml-sm-100 {
		margin-left: 100px !important;
	}

	.p-sm-100 {
		padding: 100px !important;
	}

	.px-sm-100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}

	.py-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.pt-sm-100 {
		padding-top: 100px !important;
	}

	.pr-sm-100 {
		padding-right: 100px !important;
	}

	.pb-sm-100 {
		padding-bottom: 100px !important;
	}

	.pl-sm-100 {
		padding-left: 100px !important;
	}

	.m-sm-105 {
		margin: 105px !important;
	}

	.mx-sm-105 {
		margin-left: 105px !important;
		margin-right: 105px !important;
	}

	.my-sm-105 {
		margin-top: 105px !important;
		margin-bottom: 105px !important;
	}

	.mt-sm-105 {
		margin-top: 105px !important;
	}

	.mr-sm-105 {
		margin-right: 105px !important;
	}

	.mb-sm-105 {
		margin-bottom: 105px !important;
	}

	.ml-sm-105 {
		margin-left: 105px !important;
	}

	.p-sm-105 {
		padding: 105px !important;
	}

	.px-sm-105 {
		padding-left: 105px !important;
		padding-right: 105px !important;
	}

	.py-sm-105 {
		padding-top: 105px !important;
		padding-bottom: 105px !important;
	}

	.pt-sm-105 {
		padding-top: 105px !important;
	}

	.pr-sm-105 {
		padding-right: 105px !important;
	}

	.pb-sm-105 {
		padding-bottom: 105px !important;
	}

	.pl-sm-105 {
		padding-left: 105px !important;
	}

	.m-sm-110 {
		margin: 110px !important;
	}

	.mx-sm-110 {
		margin-left: 110px !important;
		margin-right: 110px !important;
	}

	.my-sm-110 {
		margin-top: 110px !important;
		margin-bottom: 110px !important;
	}

	.mt-sm-110 {
		margin-top: 110px !important;
	}

	.mr-sm-110 {
		margin-right: 110px !important;
	}

	.mb-sm-110 {
		margin-bottom: 110px !important;
	}

	.ml-sm-110 {
		margin-left: 110px !important;
	}

	.p-sm-110 {
		padding: 110px !important;
	}

	.px-sm-110 {
		padding-left: 110px !important;
		padding-right: 110px !important;
	}

	.py-sm-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}

	.pt-sm-110 {
		padding-top: 110px !important;
	}

	.pr-sm-110 {
		padding-right: 110px !important;
	}

	.pb-sm-110 {
		padding-bottom: 110px !important;
	}

	.pl-sm-110 {
		padding-left: 110px !important;
	}

	.m-sm-115 {
		margin: 115px !important;
	}

	.mx-sm-115 {
		margin-left: 115px !important;
		margin-right: 115px !important;
	}

	.my-sm-115 {
		margin-top: 115px !important;
		margin-bottom: 115px !important;
	}

	.mt-sm-115 {
		margin-top: 115px !important;
	}

	.mr-sm-115 {
		margin-right: 115px !important;
	}

	.mb-sm-115 {
		margin-bottom: 115px !important;
	}

	.ml-sm-115 {
		margin-left: 115px !important;
	}

	.p-sm-115 {
		padding: 115px !important;
	}

	.px-sm-115 {
		padding-left: 115px !important;
		padding-right: 115px !important;
	}

	.py-sm-115 {
		padding-top: 115px !important;
		padding-bottom: 115px !important;
	}

	.pt-sm-115 {
		padding-top: 115px !important;
	}

	.pr-sm-115 {
		padding-right: 115px !important;
	}

	.pb-sm-115 {
		padding-bottom: 115px !important;
	}

	.pl-sm-115 {
		padding-left: 115px !important;
	}

	.m-sm-120 {
		margin: 120px !important;
	}

	.mx-sm-120 {
		margin-left: 120px !important;
		margin-right: 120px !important;
	}

	.my-sm-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}

	.mt-sm-120 {
		margin-top: 120px !important;
	}

	.mr-sm-120 {
		margin-right: 120px !important;
	}

	.mb-sm-120 {
		margin-bottom: 120px !important;
	}

	.ml-sm-120 {
		margin-left: 120px !important;
	}

	.p-sm-120 {
		padding: 120px !important;
	}

	.px-sm-120 {
		padding-left: 120px !important;
		padding-right: 120px !important;
	}

	.py-sm-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.pt-sm-120 {
		padding-top: 120px !important;
	}

	.pr-sm-120 {
		padding-right: 120px !important;
	}

	.pb-sm-120 {
		padding-bottom: 120px !important;
	}

	.pl-sm-120 {
		padding-left: 120px !important;
	}

	.m-sm-125 {
		margin: 125px !important;
	}

	.mx-sm-125 {
		margin-left: 125px !important;
		margin-right: 125px !important;
	}

	.my-sm-125 {
		margin-top: 125px !important;
		margin-bottom: 125px !important;
	}

	.mt-sm-125 {
		margin-top: 125px !important;
	}

	.mr-sm-125 {
		margin-right: 125px !important;
	}

	.mb-sm-125 {
		margin-bottom: 125px !important;
	}

	.ml-sm-125 {
		margin-left: 125px !important;
	}

	.p-sm-125 {
		padding: 125px !important;
	}

	.px-sm-125 {
		padding-left: 125px !important;
		padding-right: 125px !important;
	}

	.py-sm-125 {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
	}

	.pt-sm-125 {
		padding-top: 125px !important;
	}

	.pr-sm-125 {
		padding-right: 125px !important;
	}

	.pb-sm-125 {
		padding-bottom: 125px !important;
	}

	.pl-sm-125 {
		padding-left: 125px !important;
	}

	.m-sm-130 {
		margin: 130px !important;
	}

	.mx-sm-130 {
		margin-left: 130px !important;
		margin-right: 130px !important;
	}

	.my-sm-130 {
		margin-top: 130px !important;
		margin-bottom: 130px !important;
	}

	.mt-sm-130 {
		margin-top: 130px !important;
	}

	.mr-sm-130 {
		margin-right: 130px !important;
	}

	.mb-sm-130 {
		margin-bottom: 130px !important;
	}

	.ml-sm-130 {
		margin-left: 130px !important;
	}

	.p-sm-130 {
		padding: 130px !important;
	}

	.px-sm-130 {
		padding-left: 130px !important;
		padding-right: 130px !important;
	}

	.py-sm-130 {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}

	.pt-sm-130 {
		padding-top: 130px !important;
	}

	.pr-sm-130 {
		padding-right: 130px !important;
	}

	.pb-sm-130 {
		padding-bottom: 130px !important;
	}

	.pl-sm-130 {
		padding-left: 130px !important;
	}

	.m-sm-135 {
		margin: 135px !important;
	}

	.mx-sm-135 {
		margin-left: 135px !important;
		margin-right: 135px !important;
	}

	.my-sm-135 {
		margin-top: 135px !important;
		margin-bottom: 135px !important;
	}

	.mt-sm-135 {
		margin-top: 135px !important;
	}

	.mr-sm-135 {
		margin-right: 135px !important;
	}

	.mb-sm-135 {
		margin-bottom: 135px !important;
	}

	.ml-sm-135 {
		margin-left: 135px !important;
	}

	.p-sm-135 {
		padding: 135px !important;
	}

	.px-sm-135 {
		padding-left: 135px !important;
		padding-right: 135px !important;
	}

	.py-sm-135 {
		padding-top: 135px !important;
		padding-bottom: 135px !important;
	}

	.pt-sm-135 {
		padding-top: 135px !important;
	}

	.pr-sm-135 {
		padding-right: 135px !important;
	}

	.pb-sm-135 {
		padding-bottom: 135px !important;
	}

	.pl-sm-135 {
		padding-left: 135px !important;
	}

	.m-sm-140 {
		margin: 140px !important;
	}

	.mx-sm-140 {
		margin-left: 140px !important;
		margin-right: 140px !important;
	}

	.my-sm-140 {
		margin-top: 140px !important;
		margin-bottom: 140px !important;
	}

	.mt-sm-140 {
		margin-top: 140px !important;
	}

	.mr-sm-140 {
		margin-right: 140px !important;
	}

	.mb-sm-140 {
		margin-bottom: 140px !important;
	}

	.ml-sm-140 {
		margin-left: 140px !important;
	}

	.p-sm-140 {
		padding: 140px !important;
	}

	.px-sm-140 {
		padding-left: 140px !important;
		padding-right: 140px !important;
	}

	.py-sm-140 {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}

	.pt-sm-140 {
		padding-top: 140px !important;
	}

	.pr-sm-140 {
		padding-right: 140px !important;
	}

	.pb-sm-140 {
		padding-bottom: 140px !important;
	}

	.pl-sm-140 {
		padding-left: 140px !important;
	}

	.m-sm-145 {
		margin: 145px !important;
	}

	.mx-sm-145 {
		margin-left: 145px !important;
		margin-right: 145px !important;
	}

	.my-sm-145 {
		margin-top: 145px !important;
		margin-bottom: 145px !important;
	}

	.mt-sm-145 {
		margin-top: 145px !important;
	}

	.mr-sm-145 {
		margin-right: 145px !important;
	}

	.mb-sm-145 {
		margin-bottom: 145px !important;
	}

	.ml-sm-145 {
		margin-left: 145px !important;
	}

	.p-sm-145 {
		padding: 145px !important;
	}

	.px-sm-145 {
		padding-left: 145px !important;
		padding-right: 145px !important;
	}

	.py-sm-145 {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}

	.pt-sm-145 {
		padding-top: 145px !important;
	}

	.pr-sm-145 {
		padding-right: 145px !important;
	}

	.pb-sm-145 {
		padding-bottom: 145px !important;
	}

	.pl-sm-145 {
		padding-left: 145px !important;
	}

	.m-sm-150 {
		margin: 150px !important;
	}

	.mx-sm-150 {
		margin-left: 150px !important;
		margin-right: 150px !important;
	}

	.my-sm-150 {
		margin-top: 150px !important;
		margin-bottom: 150px !important;
	}

	.mt-sm-150 {
		margin-top: 150px !important;
	}

	.mr-sm-150 {
		margin-right: 150px !important;
	}

	.mb-sm-150 {
		margin-bottom: 150px !important;
	}

	.ml-sm-150 {
		margin-left: 150px !important;
	}

	.p-sm-150 {
		padding: 150px !important;
	}

	.px-sm-150 {
		padding-left: 150px !important;
		padding-right: 150px !important;
	}

	.py-sm-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}

	.pt-sm-150 {
		padding-top: 150px !important;
	}

	.pr-sm-150 {
		padding-right: 150px !important;
	}

	.pb-sm-150 {
		padding-bottom: 150px !important;
	}

	.pl-sm-150 {
		padding-left: 150px !important;
	}

	.m-sm-155 {
		margin: 155px !important;
	}

	.mx-sm-155 {
		margin-left: 155px !important;
		margin-right: 155px !important;
	}

	.my-sm-155 {
		margin-top: 155px !important;
		margin-bottom: 155px !important;
	}

	.mt-sm-155 {
		margin-top: 155px !important;
	}

	.mr-sm-155 {
		margin-right: 155px !important;
	}

	.mb-sm-155 {
		margin-bottom: 155px !important;
	}

	.ml-sm-155 {
		margin-left: 155px !important;
	}

	.p-sm-155 {
		padding: 155px !important;
	}

	.px-sm-155 {
		padding-left: 155px !important;
		padding-right: 155px !important;
	}

	.py-sm-155 {
		padding-top: 155px !important;
		padding-bottom: 155px !important;
	}

	.pt-sm-155 {
		padding-top: 155px !important;
	}

	.pr-sm-155 {
		padding-right: 155px !important;
	}

	.pb-sm-155 {
		padding-bottom: 155px !important;
	}

	.pl-sm-155 {
		padding-left: 155px !important;
	}

	.m-sm-160 {
		margin: 160px !important;
	}

	.mx-sm-160 {
		margin-left: 160px !important;
		margin-right: 160px !important;
	}

	.my-sm-160 {
		margin-top: 160px !important;
		margin-bottom: 160px !important;
	}

	.mt-sm-160 {
		margin-top: 160px !important;
	}

	.mr-sm-160 {
		margin-right: 160px !important;
	}

	.mb-sm-160 {
		margin-bottom: 160px !important;
	}

	.ml-sm-160 {
		margin-left: 160px !important;
	}

	.p-sm-160 {
		padding: 160px !important;
	}

	.px-sm-160 {
		padding-left: 160px !important;
		padding-right: 160px !important;
	}

	.py-sm-160 {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}

	.pt-sm-160 {
		padding-top: 160px !important;
	}

	.pr-sm-160 {
		padding-right: 160px !important;
	}

	.pb-sm-160 {
		padding-bottom: 160px !important;
	}

	.pl-sm-160 {
		padding-left: 160px !important;
	}

	.m-sm-165 {
		margin: 165px !important;
	}

	.mx-sm-165 {
		margin-left: 165px !important;
		margin-right: 165px !important;
	}

	.my-sm-165 {
		margin-top: 165px !important;
		margin-bottom: 165px !important;
	}

	.mt-sm-165 {
		margin-top: 165px !important;
	}

	.mr-sm-165 {
		margin-right: 165px !important;
	}

	.mb-sm-165 {
		margin-bottom: 165px !important;
	}

	.ml-sm-165 {
		margin-left: 165px !important;
	}

	.p-sm-165 {
		padding: 165px !important;
	}

	.px-sm-165 {
		padding-left: 165px !important;
		padding-right: 165px !important;
	}

	.py-sm-165 {
		padding-top: 165px !important;
		padding-bottom: 165px !important;
	}

	.pt-sm-165 {
		padding-top: 165px !important;
	}

	.pr-sm-165 {
		padding-right: 165px !important;
	}

	.pb-sm-165 {
		padding-bottom: 165px !important;
	}

	.pl-sm-165 {
		padding-left: 165px !important;
	}

	.m-sm-170 {
		margin: 170px !important;
	}

	.mx-sm-170 {
		margin-left: 170px !important;
		margin-right: 170px !important;
	}

	.my-sm-170 {
		margin-top: 170px !important;
		margin-bottom: 170px !important;
	}

	.mt-sm-170 {
		margin-top: 170px !important;
	}

	.mr-sm-170 {
		margin-right: 170px !important;
	}

	.mb-sm-170 {
		margin-bottom: 170px !important;
	}

	.ml-sm-170 {
		margin-left: 170px !important;
	}

	.p-sm-170 {
		padding: 170px !important;
	}

	.px-sm-170 {
		padding-left: 170px !important;
		padding-right: 170px !important;
	}

	.py-sm-170 {
		padding-top: 170px !important;
		padding-bottom: 170px !important;
	}

	.pt-sm-170 {
		padding-top: 170px !important;
	}

	.pr-sm-170 {
		padding-right: 170px !important;
	}

	.pb-sm-170 {
		padding-bottom: 170px !important;
	}

	.pl-sm-170 {
		padding-left: 170px !important;
	}

	.m-sm-175 {
		margin: 175px !important;
	}

	.mx-sm-175 {
		margin-left: 175px !important;
		margin-right: 175px !important;
	}

	.my-sm-175 {
		margin-top: 175px !important;
		margin-bottom: 175px !important;
	}

	.mt-sm-175 {
		margin-top: 175px !important;
	}

	.mr-sm-175 {
		margin-right: 175px !important;
	}

	.mb-sm-175 {
		margin-bottom: 175px !important;
	}

	.ml-sm-175 {
		margin-left: 175px !important;
	}

	.p-sm-175 {
		padding: 175px !important;
	}

	.px-sm-175 {
		padding-left: 175px !important;
		padding-right: 175px !important;
	}

	.py-sm-175 {
		padding-top: 175px !important;
		padding-bottom: 175px !important;
	}

	.pt-sm-175 {
		padding-top: 175px !important;
	}

	.pr-sm-175 {
		padding-right: 175px !important;
	}

	.pb-sm-175 {
		padding-bottom: 175px !important;
	}

	.pl-sm-175 {
		padding-left: 175px !important;
	}

	.m-sm-180 {
		margin: 180px !important;
	}

	.mx-sm-180 {
		margin-left: 180px !important;
		margin-right: 180px !important;
	}

	.my-sm-180 {
		margin-top: 180px !important;
		margin-bottom: 180px !important;
	}

	.mt-sm-180 {
		margin-top: 180px !important;
	}

	.mr-sm-180 {
		margin-right: 180px !important;
	}

	.mb-sm-180 {
		margin-bottom: 180px !important;
	}

	.ml-sm-180 {
		margin-left: 180px !important;
	}

	.p-sm-180 {
		padding: 180px !important;
	}

	.px-sm-180 {
		padding-left: 180px !important;
		padding-right: 180px !important;
	}

	.py-sm-180 {
		padding-top: 180px !important;
		padding-bottom: 180px !important;
	}

	.pt-sm-180 {
		padding-top: 180px !important;
	}

	.pr-sm-180 {
		padding-right: 180px !important;
	}

	.pb-sm-180 {
		padding-bottom: 180px !important;
	}

	.pl-sm-180 {
		padding-left: 180px !important;
	}

	.m-sm-185 {
		margin: 185px !important;
	}

	.mx-sm-185 {
		margin-left: 185px !important;
		margin-right: 185px !important;
	}

	.my-sm-185 {
		margin-top: 185px !important;
		margin-bottom: 185px !important;
	}

	.mt-sm-185 {
		margin-top: 185px !important;
	}

	.mr-sm-185 {
		margin-right: 185px !important;
	}

	.mb-sm-185 {
		margin-bottom: 185px !important;
	}

	.ml-sm-185 {
		margin-left: 185px !important;
	}

	.p-sm-185 {
		padding: 185px !important;
	}

	.px-sm-185 {
		padding-left: 185px !important;
		padding-right: 185px !important;
	}

	.py-sm-185 {
		padding-top: 185px !important;
		padding-bottom: 185px !important;
	}

	.pt-sm-185 {
		padding-top: 185px !important;
	}

	.pr-sm-185 {
		padding-right: 185px !important;
	}

	.pb-sm-185 {
		padding-bottom: 185px !important;
	}

	.pl-sm-185 {
		padding-left: 185px !important;
	}

	.m-sm-190 {
		margin: 190px !important;
	}

	.mx-sm-190 {
		margin-left: 190px !important;
		margin-right: 190px !important;
	}

	.my-sm-190 {
		margin-top: 190px !important;
		margin-bottom: 190px !important;
	}

	.mt-sm-190 {
		margin-top: 190px !important;
	}

	.mr-sm-190 {
		margin-right: 190px !important;
	}

	.mb-sm-190 {
		margin-bottom: 190px !important;
	}

	.ml-sm-190 {
		margin-left: 190px !important;
	}

	.p-sm-190 {
		padding: 190px !important;
	}

	.px-sm-190 {
		padding-left: 190px !important;
		padding-right: 190px !important;
	}

	.py-sm-190 {
		padding-top: 190px !important;
		padding-bottom: 190px !important;
	}

	.pt-sm-190 {
		padding-top: 190px !important;
	}

	.pr-sm-190 {
		padding-right: 190px !important;
	}

	.pb-sm-190 {
		padding-bottom: 190px !important;
	}

	.pl-sm-190 {
		padding-left: 190px !important;
	}

	.m-sm-195 {
		margin: 195px !important;
	}

	.mx-sm-195 {
		margin-left: 195px !important;
		margin-right: 195px !important;
	}

	.my-sm-195 {
		margin-top: 195px !important;
		margin-bottom: 195px !important;
	}

	.mt-sm-195 {
		margin-top: 195px !important;
	}

	.mr-sm-195 {
		margin-right: 195px !important;
	}

	.mb-sm-195 {
		margin-bottom: 195px !important;
	}

	.ml-sm-195 {
		margin-left: 195px !important;
	}

	.p-sm-195 {
		padding: 195px !important;
	}

	.px-sm-195 {
		padding-left: 195px !important;
		padding-right: 195px !important;
	}

	.py-sm-195 {
		padding-top: 195px !important;
		padding-bottom: 195px !important;
	}

	.pt-sm-195 {
		padding-top: 195px !important;
	}

	.pr-sm-195 {
		padding-right: 195px !important;
	}

	.pb-sm-195 {
		padding-bottom: 195px !important;
	}

	.pl-sm-195 {
		padding-left: 195px !important;
	}

	.m-sm-200 {
		margin: 200px !important;
	}

	.mx-sm-200 {
		margin-left: 200px !important;
		margin-right: 200px !important;
	}

	.my-sm-200 {
		margin-top: 200px !important;
		margin-bottom: 200px !important;
	}

	.mt-sm-200 {
		margin-top: 200px !important;
	}

	.mr-sm-200 {
		margin-right: 200px !important;
	}

	.mb-sm-200 {
		margin-bottom: 200px !important;
	}

	.ml-sm-200 {
		margin-left: 200px !important;
	}

	.p-sm-200 {
		padding: 200px !important;
	}

	.px-sm-200 {
		padding-left: 200px !important;
		padding-right: 200px !important;
	}

	.py-sm-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}

	.pt-sm-200 {
		padding-top: 200px !important;
	}

	.pr-sm-200 {
		padding-right: 200px !important;
	}

	.pb-sm-200 {
		padding-bottom: 200px !important;
	}

	.pl-sm-200 {
		padding-left: 200px !important;
	}

	.m-sm-205 {
		margin: 205px !important;
	}

	.mx-sm-205 {
		margin-left: 205px !important;
		margin-right: 205px !important;
	}

	.my-sm-205 {
		margin-top: 205px !important;
		margin-bottom: 205px !important;
	}

	.mt-sm-205 {
		margin-top: 205px !important;
	}

	.mr-sm-205 {
		margin-right: 205px !important;
	}

	.mb-sm-205 {
		margin-bottom: 205px !important;
	}

	.ml-sm-205 {
		margin-left: 205px !important;
	}

	.p-sm-205 {
		padding: 205px !important;
	}

	.px-sm-205 {
		padding-left: 205px !important;
		padding-right: 205px !important;
	}

	.py-sm-205 {
		padding-top: 205px !important;
		padding-bottom: 205px !important;
	}

	.pt-sm-205 {
		padding-top: 205px !important;
	}

	.pr-sm-205 {
		padding-right: 205px !important;
	}

	.pb-sm-205 {
		padding-bottom: 205px !important;
	}

	.pl-sm-205 {
		padding-left: 205px !important;
	}

	.m-sm-210 {
		margin: 210px !important;
	}

	.mx-sm-210 {
		margin-left: 210px !important;
		margin-right: 210px !important;
	}

	.my-sm-210 {
		margin-top: 210px !important;
		margin-bottom: 210px !important;
	}

	.mt-sm-210 {
		margin-top: 210px !important;
	}

	.mr-sm-210 {
		margin-right: 210px !important;
	}

	.mb-sm-210 {
		margin-bottom: 210px !important;
	}

	.ml-sm-210 {
		margin-left: 210px !important;
	}

	.p-sm-210 {
		padding: 210px !important;
	}

	.px-sm-210 {
		padding-left: 210px !important;
		padding-right: 210px !important;
	}

	.py-sm-210 {
		padding-top: 210px !important;
		padding-bottom: 210px !important;
	}

	.pt-sm-210 {
		padding-top: 210px !important;
	}

	.pr-sm-210 {
		padding-right: 210px !important;
	}

	.pb-sm-210 {
		padding-bottom: 210px !important;
	}

	.pl-sm-210 {
		padding-left: 210px !important;
	}

	.m-sm-215 {
		margin: 215px !important;
	}

	.mx-sm-215 {
		margin-left: 215px !important;
		margin-right: 215px !important;
	}

	.my-sm-215 {
		margin-top: 215px !important;
		margin-bottom: 215px !important;
	}

	.mt-sm-215 {
		margin-top: 215px !important;
	}

	.mr-sm-215 {
		margin-right: 215px !important;
	}

	.mb-sm-215 {
		margin-bottom: 215px !important;
	}

	.ml-sm-215 {
		margin-left: 215px !important;
	}

	.p-sm-215 {
		padding: 215px !important;
	}

	.px-sm-215 {
		padding-left: 215px !important;
		padding-right: 215px !important;
	}

	.py-sm-215 {
		padding-top: 215px !important;
		padding-bottom: 215px !important;
	}

	.pt-sm-215 {
		padding-top: 215px !important;
	}

	.pr-sm-215 {
		padding-right: 215px !important;
	}

	.pb-sm-215 {
		padding-bottom: 215px !important;
	}

	.pl-sm-215 {
		padding-left: 215px !important;
	}

	.m-sm-220 {
		margin: 220px !important;
	}

	.mx-sm-220 {
		margin-left: 220px !important;
		margin-right: 220px !important;
	}

	.my-sm-220 {
		margin-top: 220px !important;
		margin-bottom: 220px !important;
	}

	.mt-sm-220 {
		margin-top: 220px !important;
	}

	.mr-sm-220 {
		margin-right: 220px !important;
	}

	.mb-sm-220 {
		margin-bottom: 220px !important;
	}

	.ml-sm-220 {
		margin-left: 220px !important;
	}

	.p-sm-220 {
		padding: 220px !important;
	}

	.px-sm-220 {
		padding-left: 220px !important;
		padding-right: 220px !important;
	}

	.py-sm-220 {
		padding-top: 220px !important;
		padding-bottom: 220px !important;
	}

	.pt-sm-220 {
		padding-top: 220px !important;
	}

	.pr-sm-220 {
		padding-right: 220px !important;
	}

	.pb-sm-220 {
		padding-bottom: 220px !important;
	}

	.pl-sm-220 {
		padding-left: 220px !important;
	}

	.m-sm-225 {
		margin: 225px !important;
	}

	.mx-sm-225 {
		margin-left: 225px !important;
		margin-right: 225px !important;
	}

	.my-sm-225 {
		margin-top: 225px !important;
		margin-bottom: 225px !important;
	}

	.mt-sm-225 {
		margin-top: 225px !important;
	}

	.mr-sm-225 {
		margin-right: 225px !important;
	}

	.mb-sm-225 {
		margin-bottom: 225px !important;
	}

	.ml-sm-225 {
		margin-left: 225px !important;
	}

	.p-sm-225 {
		padding: 225px !important;
	}

	.px-sm-225 {
		padding-left: 225px !important;
		padding-right: 225px !important;
	}

	.py-sm-225 {
		padding-top: 225px !important;
		padding-bottom: 225px !important;
	}

	.pt-sm-225 {
		padding-top: 225px !important;
	}

	.pr-sm-225 {
		padding-right: 225px !important;
	}

	.pb-sm-225 {
		padding-bottom: 225px !important;
	}

	.pl-sm-225 {
		padding-left: 225px !important;
	}

	.m-sm-230 {
		margin: 230px !important;
	}

	.mx-sm-230 {
		margin-left: 230px !important;
		margin-right: 230px !important;
	}

	.my-sm-230 {
		margin-top: 230px !important;
		margin-bottom: 230px !important;
	}

	.mt-sm-230 {
		margin-top: 230px !important;
	}

	.mr-sm-230 {
		margin-right: 230px !important;
	}

	.mb-sm-230 {
		margin-bottom: 230px !important;
	}

	.ml-sm-230 {
		margin-left: 230px !important;
	}

	.p-sm-230 {
		padding: 230px !important;
	}

	.px-sm-230 {
		padding-left: 230px !important;
		padding-right: 230px !important;
	}

	.py-sm-230 {
		padding-top: 230px !important;
		padding-bottom: 230px !important;
	}

	.pt-sm-230 {
		padding-top: 230px !important;
	}

	.pr-sm-230 {
		padding-right: 230px !important;
	}

	.pb-sm-230 {
		padding-bottom: 230px !important;
	}

	.pl-sm-230 {
		padding-left: 230px !important;
	}

	.m-sm-235 {
		margin: 235px !important;
	}

	.mx-sm-235 {
		margin-left: 235px !important;
		margin-right: 235px !important;
	}

	.my-sm-235 {
		margin-top: 235px !important;
		margin-bottom: 235px !important;
	}

	.mt-sm-235 {
		margin-top: 235px !important;
	}

	.mr-sm-235 {
		margin-right: 235px !important;
	}

	.mb-sm-235 {
		margin-bottom: 235px !important;
	}

	.ml-sm-235 {
		margin-left: 235px !important;
	}

	.p-sm-235 {
		padding: 235px !important;
	}

	.px-sm-235 {
		padding-left: 235px !important;
		padding-right: 235px !important;
	}

	.py-sm-235 {
		padding-top: 235px !important;
		padding-bottom: 235px !important;
	}

	.pt-sm-235 {
		padding-top: 235px !important;
	}

	.pr-sm-235 {
		padding-right: 235px !important;
	}

	.pb-sm-235 {
		padding-bottom: 235px !important;
	}

	.pl-sm-235 {
		padding-left: 235px !important;
	}

	.m-sm-240 {
		margin: 240px !important;
	}

	.mx-sm-240 {
		margin-left: 240px !important;
		margin-right: 240px !important;
	}

	.my-sm-240 {
		margin-top: 240px !important;
		margin-bottom: 240px !important;
	}

	.mt-sm-240 {
		margin-top: 240px !important;
	}

	.mr-sm-240 {
		margin-right: 240px !important;
	}

	.mb-sm-240 {
		margin-bottom: 240px !important;
	}

	.ml-sm-240 {
		margin-left: 240px !important;
	}

	.p-sm-240 {
		padding: 240px !important;
	}

	.px-sm-240 {
		padding-left: 240px !important;
		padding-right: 240px !important;
	}

	.py-sm-240 {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}

	.pt-sm-240 {
		padding-top: 240px !important;
	}

	.pr-sm-240 {
		padding-right: 240px !important;
	}

	.pb-sm-240 {
		padding-bottom: 240px !important;
	}

	.pl-sm-240 {
		padding-left: 240px !important;
	}

	.m-sm-245 {
		margin: 245px !important;
	}

	.mx-sm-245 {
		margin-left: 245px !important;
		margin-right: 245px !important;
	}

	.my-sm-245 {
		margin-top: 245px !important;
		margin-bottom: 245px !important;
	}

	.mt-sm-245 {
		margin-top: 245px !important;
	}

	.mr-sm-245 {
		margin-right: 245px !important;
	}

	.mb-sm-245 {
		margin-bottom: 245px !important;
	}

	.ml-sm-245 {
		margin-left: 245px !important;
	}

	.p-sm-245 {
		padding: 245px !important;
	}

	.px-sm-245 {
		padding-left: 245px !important;
		padding-right: 245px !important;
	}

	.py-sm-245 {
		padding-top: 245px !important;
		padding-bottom: 245px !important;
	}

	.pt-sm-245 {
		padding-top: 245px !important;
	}

	.pr-sm-245 {
		padding-right: 245px !important;
	}

	.pb-sm-245 {
		padding-bottom: 245px !important;
	}

	.pl-sm-245 {
		padding-left: 245px !important;
	}

	.m-sm-250 {
		margin: 250px !important;
	}

	.mx-sm-250 {
		margin-left: 250px !important;
		margin-right: 250px !important;
	}

	.my-sm-250 {
		margin-top: 250px !important;
		margin-bottom: 250px !important;
	}

	.mt-sm-250 {
		margin-top: 250px !important;
	}

	.mr-sm-250 {
		margin-right: 250px !important;
	}

	.mb-sm-250 {
		margin-bottom: 250px !important;
	}

	.ml-sm-250 {
		margin-left: 250px !important;
	}

	.p-sm-250 {
		padding: 250px !important;
	}

	.px-sm-250 {
		padding-left: 250px !important;
		padding-right: 250px !important;
	}

	.py-sm-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}

	.pt-sm-250 {
		padding-top: 250px !important;
	}

	.pr-sm-250 {
		padding-right: 250px !important;
	}

	.pb-sm-250 {
		padding-bottom: 250px !important;
	}

	.pl-sm-250 {
		padding-left: 250px !important;
	}

	.m-sm-255 {
		margin: 255px !important;
	}

	.mx-sm-255 {
		margin-left: 255px !important;
		margin-right: 255px !important;
	}

	.my-sm-255 {
		margin-top: 255px !important;
		margin-bottom: 255px !important;
	}

	.mt-sm-255 {
		margin-top: 255px !important;
	}

	.mr-sm-255 {
		margin-right: 255px !important;
	}

	.mb-sm-255 {
		margin-bottom: 255px !important;
	}

	.ml-sm-255 {
		margin-left: 255px !important;
	}

	.p-sm-255 {
		padding: 255px !important;
	}

	.px-sm-255 {
		padding-left: 255px !important;
		padding-right: 255px !important;
	}

	.py-sm-255 {
		padding-top: 255px !important;
		padding-bottom: 255px !important;
	}

	.pt-sm-255 {
		padding-top: 255px !important;
	}

	.pr-sm-255 {
		padding-right: 255px !important;
	}

	.pb-sm-255 {
		padding-bottom: 255px !important;
	}

	.pl-sm-255 {
		padding-left: 255px !important;
	}

	.m-sm-260 {
		margin: 260px !important;
	}

	.mx-sm-260 {
		margin-left: 260px !important;
		margin-right: 260px !important;
	}

	.my-sm-260 {
		margin-top: 260px !important;
		margin-bottom: 260px !important;
	}

	.mt-sm-260 {
		margin-top: 260px !important;
	}

	.mr-sm-260 {
		margin-right: 260px !important;
	}

	.mb-sm-260 {
		margin-bottom: 260px !important;
	}

	.ml-sm-260 {
		margin-left: 260px !important;
	}

	.p-sm-260 {
		padding: 260px !important;
	}

	.px-sm-260 {
		padding-left: 260px !important;
		padding-right: 260px !important;
	}

	.py-sm-260 {
		padding-top: 260px !important;
		padding-bottom: 260px !important;
	}

	.pt-sm-260 {
		padding-top: 260px !important;
	}

	.pr-sm-260 {
		padding-right: 260px !important;
	}

	.pb-sm-260 {
		padding-bottom: 260px !important;
	}

	.pl-sm-260 {
		padding-left: 260px !important;
	}

	.m-sm-265 {
		margin: 265px !important;
	}

	.mx-sm-265 {
		margin-left: 265px !important;
		margin-right: 265px !important;
	}

	.my-sm-265 {
		margin-top: 265px !important;
		margin-bottom: 265px !important;
	}

	.mt-sm-265 {
		margin-top: 265px !important;
	}

	.mr-sm-265 {
		margin-right: 265px !important;
	}

	.mb-sm-265 {
		margin-bottom: 265px !important;
	}

	.ml-sm-265 {
		margin-left: 265px !important;
	}

	.p-sm-265 {
		padding: 265px !important;
	}

	.px-sm-265 {
		padding-left: 265px !important;
		padding-right: 265px !important;
	}

	.py-sm-265 {
		padding-top: 265px !important;
		padding-bottom: 265px !important;
	}

	.pt-sm-265 {
		padding-top: 265px !important;
	}

	.pr-sm-265 {
		padding-right: 265px !important;
	}

	.pb-sm-265 {
		padding-bottom: 265px !important;
	}

	.pl-sm-265 {
		padding-left: 265px !important;
	}

	.m-sm-270 {
		margin: 270px !important;
	}

	.mx-sm-270 {
		margin-left: 270px !important;
		margin-right: 270px !important;
	}

	.my-sm-270 {
		margin-top: 270px !important;
		margin-bottom: 270px !important;
	}

	.mt-sm-270 {
		margin-top: 270px !important;
	}

	.mr-sm-270 {
		margin-right: 270px !important;
	}

	.mb-sm-270 {
		margin-bottom: 270px !important;
	}

	.ml-sm-270 {
		margin-left: 270px !important;
	}

	.p-sm-270 {
		padding: 270px !important;
	}

	.px-sm-270 {
		padding-left: 270px !important;
		padding-right: 270px !important;
	}

	.py-sm-270 {
		padding-top: 270px !important;
		padding-bottom: 270px !important;
	}

	.pt-sm-270 {
		padding-top: 270px !important;
	}

	.pr-sm-270 {
		padding-right: 270px !important;
	}

	.pb-sm-270 {
		padding-bottom: 270px !important;
	}

	.pl-sm-270 {
		padding-left: 270px !important;
	}

	.m-sm-275 {
		margin: 275px !important;
	}

	.mx-sm-275 {
		margin-left: 275px !important;
		margin-right: 275px !important;
	}

	.my-sm-275 {
		margin-top: 275px !important;
		margin-bottom: 275px !important;
	}

	.mt-sm-275 {
		margin-top: 275px !important;
	}

	.mr-sm-275 {
		margin-right: 275px !important;
	}

	.mb-sm-275 {
		margin-bottom: 275px !important;
	}

	.ml-sm-275 {
		margin-left: 275px !important;
	}

	.p-sm-275 {
		padding: 275px !important;
	}

	.px-sm-275 {
		padding-left: 275px !important;
		padding-right: 275px !important;
	}

	.py-sm-275 {
		padding-top: 275px !important;
		padding-bottom: 275px !important;
	}

	.pt-sm-275 {
		padding-top: 275px !important;
	}

	.pr-sm-275 {
		padding-right: 275px !important;
	}

	.pb-sm-275 {
		padding-bottom: 275px !important;
	}

	.pl-sm-275 {
		padding-left: 275px !important;
	}

	.m-sm-280 {
		margin: 280px !important;
	}

	.mx-sm-280 {
		margin-left: 280px !important;
		margin-right: 280px !important;
	}

	.my-sm-280 {
		margin-top: 280px !important;
		margin-bottom: 280px !important;
	}

	.mt-sm-280 {
		margin-top: 280px !important;
	}

	.mr-sm-280 {
		margin-right: 280px !important;
	}

	.mb-sm-280 {
		margin-bottom: 280px !important;
	}

	.ml-sm-280 {
		margin-left: 280px !important;
	}

	.p-sm-280 {
		padding: 280px !important;
	}

	.px-sm-280 {
		padding-left: 280px !important;
		padding-right: 280px !important;
	}

	.py-sm-280 {
		padding-top: 280px !important;
		padding-bottom: 280px !important;
	}

	.pt-sm-280 {
		padding-top: 280px !important;
	}

	.pr-sm-280 {
		padding-right: 280px !important;
	}

	.pb-sm-280 {
		padding-bottom: 280px !important;
	}

	.pl-sm-280 {
		padding-left: 280px !important;
	}

	.m-sm-285 {
		margin: 285px !important;
	}

	.mx-sm-285 {
		margin-left: 285px !important;
		margin-right: 285px !important;
	}

	.my-sm-285 {
		margin-top: 285px !important;
		margin-bottom: 285px !important;
	}

	.mt-sm-285 {
		margin-top: 285px !important;
	}

	.mr-sm-285 {
		margin-right: 285px !important;
	}

	.mb-sm-285 {
		margin-bottom: 285px !important;
	}

	.ml-sm-285 {
		margin-left: 285px !important;
	}

	.p-sm-285 {
		padding: 285px !important;
	}

	.px-sm-285 {
		padding-left: 285px !important;
		padding-right: 285px !important;
	}

	.py-sm-285 {
		padding-top: 285px !important;
		padding-bottom: 285px !important;
	}

	.pt-sm-285 {
		padding-top: 285px !important;
	}

	.pr-sm-285 {
		padding-right: 285px !important;
	}

	.pb-sm-285 {
		padding-bottom: 285px !important;
	}

	.pl-sm-285 {
		padding-left: 285px !important;
	}

	.m-sm-290 {
		margin: 290px !important;
	}

	.mx-sm-290 {
		margin-left: 290px !important;
		margin-right: 290px !important;
	}

	.my-sm-290 {
		margin-top: 290px !important;
		margin-bottom: 290px !important;
	}

	.mt-sm-290 {
		margin-top: 290px !important;
	}

	.mr-sm-290 {
		margin-right: 290px !important;
	}

	.mb-sm-290 {
		margin-bottom: 290px !important;
	}

	.ml-sm-290 {
		margin-left: 290px !important;
	}

	.p-sm-290 {
		padding: 290px !important;
	}

	.px-sm-290 {
		padding-left: 290px !important;
		padding-right: 290px !important;
	}

	.py-sm-290 {
		padding-top: 290px !important;
		padding-bottom: 290px !important;
	}

	.pt-sm-290 {
		padding-top: 290px !important;
	}

	.pr-sm-290 {
		padding-right: 290px !important;
	}

	.pb-sm-290 {
		padding-bottom: 290px !important;
	}

	.pl-sm-290 {
		padding-left: 290px !important;
	}

	.m-sm-295 {
		margin: 295px !important;
	}

	.mx-sm-295 {
		margin-left: 295px !important;
		margin-right: 295px !important;
	}

	.my-sm-295 {
		margin-top: 295px !important;
		margin-bottom: 295px !important;
	}

	.mt-sm-295 {
		margin-top: 295px !important;
	}

	.mr-sm-295 {
		margin-right: 295px !important;
	}

	.mb-sm-295 {
		margin-bottom: 295px !important;
	}

	.ml-sm-295 {
		margin-left: 295px !important;
	}

	.p-sm-295 {
		padding: 295px !important;
	}

	.px-sm-295 {
		padding-left: 295px !important;
		padding-right: 295px !important;
	}

	.py-sm-295 {
		padding-top: 295px !important;
		padding-bottom: 295px !important;
	}

	.pt-sm-295 {
		padding-top: 295px !important;
	}

	.pr-sm-295 {
		padding-right: 295px !important;
	}

	.pb-sm-295 {
		padding-bottom: 295px !important;
	}

	.pl-sm-295 {
		padding-left: 295px !important;
	}

	.m-sm-300 {
		margin: 300px !important;
	}

	.mx-sm-300 {
		margin-left: 300px !important;
		margin-right: 300px !important;
	}

	.my-sm-300 {
		margin-top: 300px !important;
		margin-bottom: 300px !important;
	}

	.mt-sm-300 {
		margin-top: 300px !important;
	}

	.mr-sm-300 {
		margin-right: 300px !important;
	}

	.mb-sm-300 {
		margin-bottom: 300px !important;
	}

	.ml-sm-300 {
		margin-left: 300px !important;
	}

	.p-sm-300 {
		padding: 300px !important;
	}

	.px-sm-300 {
		padding-left: 300px !important;
		padding-right: 300px !important;
	}

	.py-sm-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}

	.pt-sm-300 {
		padding-top: 300px !important;
	}

	.pr-sm-300 {
		padding-right: 300px !important;
	}

	.pb-sm-300 {
		padding-bottom: 300px !important;
	}

	.pl-sm-300 {
		padding-left: 300px !important;
	}

	.m-sm-305 {
		margin: 305px !important;
	}

	.mx-sm-305 {
		margin-left: 305px !important;
		margin-right: 305px !important;
	}

	.my-sm-305 {
		margin-top: 305px !important;
		margin-bottom: 305px !important;
	}

	.mt-sm-305 {
		margin-top: 305px !important;
	}

	.mr-sm-305 {
		margin-right: 305px !important;
	}

	.mb-sm-305 {
		margin-bottom: 305px !important;
	}

	.ml-sm-305 {
		margin-left: 305px !important;
	}

	.p-sm-305 {
		padding: 305px !important;
	}

	.px-sm-305 {
		padding-left: 305px !important;
		padding-right: 305px !important;
	}

	.py-sm-305 {
		padding-top: 305px !important;
		padding-bottom: 305px !important;
	}

	.pt-sm-305 {
		padding-top: 305px !important;
	}

	.pr-sm-305 {
		padding-right: 305px !important;
	}

	.pb-sm-305 {
		padding-bottom: 305px !important;
	}

	.pl-sm-305 {
		padding-left: 305px !important;
	}

	.m-sm-310 {
		margin: 310px !important;
	}

	.mx-sm-310 {
		margin-left: 310px !important;
		margin-right: 310px !important;
	}

	.my-sm-310 {
		margin-top: 310px !important;
		margin-bottom: 310px !important;
	}

	.mt-sm-310 {
		margin-top: 310px !important;
	}

	.mr-sm-310 {
		margin-right: 310px !important;
	}

	.mb-sm-310 {
		margin-bottom: 310px !important;
	}

	.ml-sm-310 {
		margin-left: 310px !important;
	}

	.p-sm-310 {
		padding: 310px !important;
	}

	.px-sm-310 {
		padding-left: 310px !important;
		padding-right: 310px !important;
	}

	.py-sm-310 {
		padding-top: 310px !important;
		padding-bottom: 310px !important;
	}

	.pt-sm-310 {
		padding-top: 310px !important;
	}

	.pr-sm-310 {
		padding-right: 310px !important;
	}

	.pb-sm-310 {
		padding-bottom: 310px !important;
	}

	.pl-sm-310 {
		padding-left: 310px !important;
	}

	.m-sm-315 {
		margin: 315px !important;
	}

	.mx-sm-315 {
		margin-left: 315px !important;
		margin-right: 315px !important;
	}

	.my-sm-315 {
		margin-top: 315px !important;
		margin-bottom: 315px !important;
	}

	.mt-sm-315 {
		margin-top: 315px !important;
	}

	.mr-sm-315 {
		margin-right: 315px !important;
	}

	.mb-sm-315 {
		margin-bottom: 315px !important;
	}

	.ml-sm-315 {
		margin-left: 315px !important;
	}

	.p-sm-315 {
		padding: 315px !important;
	}

	.px-sm-315 {
		padding-left: 315px !important;
		padding-right: 315px !important;
	}

	.py-sm-315 {
		padding-top: 315px !important;
		padding-bottom: 315px !important;
	}

	.pt-sm-315 {
		padding-top: 315px !important;
	}

	.pr-sm-315 {
		padding-right: 315px !important;
	}

	.pb-sm-315 {
		padding-bottom: 315px !important;
	}

	.pl-sm-315 {
		padding-left: 315px !important;
	}

	.m-sm-320 {
		margin: 320px !important;
	}

	.mx-sm-320 {
		margin-left: 320px !important;
		margin-right: 320px !important;
	}

	.my-sm-320 {
		margin-top: 320px !important;
		margin-bottom: 320px !important;
	}

	.mt-sm-320 {
		margin-top: 320px !important;
	}

	.mr-sm-320 {
		margin-right: 320px !important;
	}

	.mb-sm-320 {
		margin-bottom: 320px !important;
	}

	.ml-sm-320 {
		margin-left: 320px !important;
	}

	.p-sm-320 {
		padding: 320px !important;
	}

	.px-sm-320 {
		padding-left: 320px !important;
		padding-right: 320px !important;
	}

	.py-sm-320 {
		padding-top: 320px !important;
		padding-bottom: 320px !important;
	}

	.pt-sm-320 {
		padding-top: 320px !important;
	}

	.pr-sm-320 {
		padding-right: 320px !important;
	}

	.pb-sm-320 {
		padding-bottom: 320px !important;
	}

	.pl-sm-320 {
		padding-left: 320px !important;
	}

	.m-sm-325 {
		margin: 325px !important;
	}

	.mx-sm-325 {
		margin-left: 325px !important;
		margin-right: 325px !important;
	}

	.my-sm-325 {
		margin-top: 325px !important;
		margin-bottom: 325px !important;
	}

	.mt-sm-325 {
		margin-top: 325px !important;
	}

	.mr-sm-325 {
		margin-right: 325px !important;
	}

	.mb-sm-325 {
		margin-bottom: 325px !important;
	}

	.ml-sm-325 {
		margin-left: 325px !important;
	}

	.p-sm-325 {
		padding: 325px !important;
	}

	.px-sm-325 {
		padding-left: 325px !important;
		padding-right: 325px !important;
	}

	.py-sm-325 {
		padding-top: 325px !important;
		padding-bottom: 325px !important;
	}

	.pt-sm-325 {
		padding-top: 325px !important;
	}

	.pr-sm-325 {
		padding-right: 325px !important;
	}

	.pb-sm-325 {
		padding-bottom: 325px !important;
	}

	.pl-sm-325 {
		padding-left: 325px !important;
	}

	.m-sm-330 {
		margin: 330px !important;
	}

	.mx-sm-330 {
		margin-left: 330px !important;
		margin-right: 330px !important;
	}

	.my-sm-330 {
		margin-top: 330px !important;
		margin-bottom: 330px !important;
	}

	.mt-sm-330 {
		margin-top: 330px !important;
	}

	.mr-sm-330 {
		margin-right: 330px !important;
	}

	.mb-sm-330 {
		margin-bottom: 330px !important;
	}

	.ml-sm-330 {
		margin-left: 330px !important;
	}

	.p-sm-330 {
		padding: 330px !important;
	}

	.px-sm-330 {
		padding-left: 330px !important;
		padding-right: 330px !important;
	}

	.py-sm-330 {
		padding-top: 330px !important;
		padding-bottom: 330px !important;
	}

	.pt-sm-330 {
		padding-top: 330px !important;
	}

	.pr-sm-330 {
		padding-right: 330px !important;
	}

	.pb-sm-330 {
		padding-bottom: 330px !important;
	}

	.pl-sm-330 {
		padding-left: 330px !important;
	}

	.m-sm-335 {
		margin: 335px !important;
	}

	.mx-sm-335 {
		margin-left: 335px !important;
		margin-right: 335px !important;
	}

	.my-sm-335 {
		margin-top: 335px !important;
		margin-bottom: 335px !important;
	}

	.mt-sm-335 {
		margin-top: 335px !important;
	}

	.mr-sm-335 {
		margin-right: 335px !important;
	}

	.mb-sm-335 {
		margin-bottom: 335px !important;
	}

	.ml-sm-335 {
		margin-left: 335px !important;
	}

	.p-sm-335 {
		padding: 335px !important;
	}

	.px-sm-335 {
		padding-left: 335px !important;
		padding-right: 335px !important;
	}

	.py-sm-335 {
		padding-top: 335px !important;
		padding-bottom: 335px !important;
	}

	.pt-sm-335 {
		padding-top: 335px !important;
	}

	.pr-sm-335 {
		padding-right: 335px !important;
	}

	.pb-sm-335 {
		padding-bottom: 335px !important;
	}

	.pl-sm-335 {
		padding-left: 335px !important;
	}

	.m-sm-340 {
		margin: 340px !important;
	}

	.mx-sm-340 {
		margin-left: 340px !important;
		margin-right: 340px !important;
	}

	.my-sm-340 {
		margin-top: 340px !important;
		margin-bottom: 340px !important;
	}

	.mt-sm-340 {
		margin-top: 340px !important;
	}

	.mr-sm-340 {
		margin-right: 340px !important;
	}

	.mb-sm-340 {
		margin-bottom: 340px !important;
	}

	.ml-sm-340 {
		margin-left: 340px !important;
	}

	.p-sm-340 {
		padding: 340px !important;
	}

	.px-sm-340 {
		padding-left: 340px !important;
		padding-right: 340px !important;
	}

	.py-sm-340 {
		padding-top: 340px !important;
		padding-bottom: 340px !important;
	}

	.pt-sm-340 {
		padding-top: 340px !important;
	}

	.pr-sm-340 {
		padding-right: 340px !important;
	}

	.pb-sm-340 {
		padding-bottom: 340px !important;
	}

	.pl-sm-340 {
		padding-left: 340px !important;
	}

	.m-sm-345 {
		margin: 345px !important;
	}

	.mx-sm-345 {
		margin-left: 345px !important;
		margin-right: 345px !important;
	}

	.my-sm-345 {
		margin-top: 345px !important;
		margin-bottom: 345px !important;
	}

	.mt-sm-345 {
		margin-top: 345px !important;
	}

	.mr-sm-345 {
		margin-right: 345px !important;
	}

	.mb-sm-345 {
		margin-bottom: 345px !important;
	}

	.ml-sm-345 {
		margin-left: 345px !important;
	}

	.p-sm-345 {
		padding: 345px !important;
	}

	.px-sm-345 {
		padding-left: 345px !important;
		padding-right: 345px !important;
	}

	.py-sm-345 {
		padding-top: 345px !important;
		padding-bottom: 345px !important;
	}

	.pt-sm-345 {
		padding-top: 345px !important;
	}

	.pr-sm-345 {
		padding-right: 345px !important;
	}

	.pb-sm-345 {
		padding-bottom: 345px !important;
	}

	.pl-sm-345 {
		padding-left: 345px !important;
	}

	.m-sm-350 {
		margin: 350px !important;
	}

	.mx-sm-350 {
		margin-left: 350px !important;
		margin-right: 350px !important;
	}

	.my-sm-350 {
		margin-top: 350px !important;
		margin-bottom: 350px !important;
	}

	.mt-sm-350 {
		margin-top: 350px !important;
	}

	.mr-sm-350 {
		margin-right: 350px !important;
	}

	.mb-sm-350 {
		margin-bottom: 350px !important;
	}

	.ml-sm-350 {
		margin-left: 350px !important;
	}

	.p-sm-350 {
		padding: 350px !important;
	}

	.px-sm-350 {
		padding-left: 350px !important;
		padding-right: 350px !important;
	}

	.py-sm-350 {
		padding-top: 350px !important;
		padding-bottom: 350px !important;
	}

	.pt-sm-350 {
		padding-top: 350px !important;
	}

	.pr-sm-350 {
		padding-right: 350px !important;
	}

	.pb-sm-350 {
		padding-bottom: 350px !important;
	}

	.pl-sm-350 {
		padding-left: 350px !important;
	}

	.m-sm-355 {
		margin: 355px !important;
	}

	.mx-sm-355 {
		margin-left: 355px !important;
		margin-right: 355px !important;
	}

	.my-sm-355 {
		margin-top: 355px !important;
		margin-bottom: 355px !important;
	}

	.mt-sm-355 {
		margin-top: 355px !important;
	}

	.mr-sm-355 {
		margin-right: 355px !important;
	}

	.mb-sm-355 {
		margin-bottom: 355px !important;
	}

	.ml-sm-355 {
		margin-left: 355px !important;
	}

	.p-sm-355 {
		padding: 355px !important;
	}

	.px-sm-355 {
		padding-left: 355px !important;
		padding-right: 355px !important;
	}

	.py-sm-355 {
		padding-top: 355px !important;
		padding-bottom: 355px !important;
	}

	.pt-sm-355 {
		padding-top: 355px !important;
	}

	.pr-sm-355 {
		padding-right: 355px !important;
	}

	.pb-sm-355 {
		padding-bottom: 355px !important;
	}

	.pl-sm-355 {
		padding-left: 355px !important;
	}

	.m-sm-360 {
		margin: 360px !important;
	}

	.mx-sm-360 {
		margin-left: 360px !important;
		margin-right: 360px !important;
	}

	.my-sm-360 {
		margin-top: 360px !important;
		margin-bottom: 360px !important;
	}

	.mt-sm-360 {
		margin-top: 360px !important;
	}

	.mr-sm-360 {
		margin-right: 360px !important;
	}

	.mb-sm-360 {
		margin-bottom: 360px !important;
	}

	.ml-sm-360 {
		margin-left: 360px !important;
	}

	.p-sm-360 {
		padding: 360px !important;
	}

	.px-sm-360 {
		padding-left: 360px !important;
		padding-right: 360px !important;
	}

	.py-sm-360 {
		padding-top: 360px !important;
		padding-bottom: 360px !important;
	}

	.pt-sm-360 {
		padding-top: 360px !important;
	}

	.pr-sm-360 {
		padding-right: 360px !important;
	}

	.pb-sm-360 {
		padding-bottom: 360px !important;
	}

	.pl-sm-360 {
		padding-left: 360px !important;
	}

	.m-sm-365 {
		margin: 365px !important;
	}

	.mx-sm-365 {
		margin-left: 365px !important;
		margin-right: 365px !important;
	}

	.my-sm-365 {
		margin-top: 365px !important;
		margin-bottom: 365px !important;
	}

	.mt-sm-365 {
		margin-top: 365px !important;
	}

	.mr-sm-365 {
		margin-right: 365px !important;
	}

	.mb-sm-365 {
		margin-bottom: 365px !important;
	}

	.ml-sm-365 {
		margin-left: 365px !important;
	}

	.p-sm-365 {
		padding: 365px !important;
	}

	.px-sm-365 {
		padding-left: 365px !important;
		padding-right: 365px !important;
	}

	.py-sm-365 {
		padding-top: 365px !important;
		padding-bottom: 365px !important;
	}

	.pt-sm-365 {
		padding-top: 365px !important;
	}

	.pr-sm-365 {
		padding-right: 365px !important;
	}

	.pb-sm-365 {
		padding-bottom: 365px !important;
	}

	.pl-sm-365 {
		padding-left: 365px !important;
	}

	.m-sm-370 {
		margin: 370px !important;
	}

	.mx-sm-370 {
		margin-left: 370px !important;
		margin-right: 370px !important;
	}

	.my-sm-370 {
		margin-top: 370px !important;
		margin-bottom: 370px !important;
	}

	.mt-sm-370 {
		margin-top: 370px !important;
	}

	.mr-sm-370 {
		margin-right: 370px !important;
	}

	.mb-sm-370 {
		margin-bottom: 370px !important;
	}

	.ml-sm-370 {
		margin-left: 370px !important;
	}

	.p-sm-370 {
		padding: 370px !important;
	}

	.px-sm-370 {
		padding-left: 370px !important;
		padding-right: 370px !important;
	}

	.py-sm-370 {
		padding-top: 370px !important;
		padding-bottom: 370px !important;
	}

	.pt-sm-370 {
		padding-top: 370px !important;
	}

	.pr-sm-370 {
		padding-right: 370px !important;
	}

	.pb-sm-370 {
		padding-bottom: 370px !important;
	}

	.pl-sm-370 {
		padding-left: 370px !important;
	}

	.m-sm-375 {
		margin: 375px !important;
	}

	.mx-sm-375 {
		margin-left: 375px !important;
		margin-right: 375px !important;
	}

	.my-sm-375 {
		margin-top: 375px !important;
		margin-bottom: 375px !important;
	}

	.mt-sm-375 {
		margin-top: 375px !important;
	}

	.mr-sm-375 {
		margin-right: 375px !important;
	}

	.mb-sm-375 {
		margin-bottom: 375px !important;
	}

	.ml-sm-375 {
		margin-left: 375px !important;
	}

	.p-sm-375 {
		padding: 375px !important;
	}

	.px-sm-375 {
		padding-left: 375px !important;
		padding-right: 375px !important;
	}

	.py-sm-375 {
		padding-top: 375px !important;
		padding-bottom: 375px !important;
	}

	.pt-sm-375 {
		padding-top: 375px !important;
	}

	.pr-sm-375 {
		padding-right: 375px !important;
	}

	.pb-sm-375 {
		padding-bottom: 375px !important;
	}

	.pl-sm-375 {
		padding-left: 375px !important;
	}

	.m-sm-380 {
		margin: 380px !important;
	}

	.mx-sm-380 {
		margin-left: 380px !important;
		margin-right: 380px !important;
	}

	.my-sm-380 {
		margin-top: 380px !important;
		margin-bottom: 380px !important;
	}

	.mt-sm-380 {
		margin-top: 380px !important;
	}

	.mr-sm-380 {
		margin-right: 380px !important;
	}

	.mb-sm-380 {
		margin-bottom: 380px !important;
	}

	.ml-sm-380 {
		margin-left: 380px !important;
	}

	.p-sm-380 {
		padding: 380px !important;
	}

	.px-sm-380 {
		padding-left: 380px !important;
		padding-right: 380px !important;
	}

	.py-sm-380 {
		padding-top: 380px !important;
		padding-bottom: 380px !important;
	}

	.pt-sm-380 {
		padding-top: 380px !important;
	}

	.pr-sm-380 {
		padding-right: 380px !important;
	}

	.pb-sm-380 {
		padding-bottom: 380px !important;
	}

	.pl-sm-380 {
		padding-left: 380px !important;
	}

	.m-sm-385 {
		margin: 385px !important;
	}

	.mx-sm-385 {
		margin-left: 385px !important;
		margin-right: 385px !important;
	}

	.my-sm-385 {
		margin-top: 385px !important;
		margin-bottom: 385px !important;
	}

	.mt-sm-385 {
		margin-top: 385px !important;
	}

	.mr-sm-385 {
		margin-right: 385px !important;
	}

	.mb-sm-385 {
		margin-bottom: 385px !important;
	}

	.ml-sm-385 {
		margin-left: 385px !important;
	}

	.p-sm-385 {
		padding: 385px !important;
	}

	.px-sm-385 {
		padding-left: 385px !important;
		padding-right: 385px !important;
	}

	.py-sm-385 {
		padding-top: 385px !important;
		padding-bottom: 385px !important;
	}

	.pt-sm-385 {
		padding-top: 385px !important;
	}

	.pr-sm-385 {
		padding-right: 385px !important;
	}

	.pb-sm-385 {
		padding-bottom: 385px !important;
	}

	.pl-sm-385 {
		padding-left: 385px !important;
	}

	.m-sm-390 {
		margin: 390px !important;
	}

	.mx-sm-390 {
		margin-left: 390px !important;
		margin-right: 390px !important;
	}

	.my-sm-390 {
		margin-top: 390px !important;
		margin-bottom: 390px !important;
	}

	.mt-sm-390 {
		margin-top: 390px !important;
	}

	.mr-sm-390 {
		margin-right: 390px !important;
	}

	.mb-sm-390 {
		margin-bottom: 390px !important;
	}

	.ml-sm-390 {
		margin-left: 390px !important;
	}

	.p-sm-390 {
		padding: 390px !important;
	}

	.px-sm-390 {
		padding-left: 390px !important;
		padding-right: 390px !important;
	}

	.py-sm-390 {
		padding-top: 390px !important;
		padding-bottom: 390px !important;
	}

	.pt-sm-390 {
		padding-top: 390px !important;
	}

	.pr-sm-390 {
		padding-right: 390px !important;
	}

	.pb-sm-390 {
		padding-bottom: 390px !important;
	}

	.pl-sm-390 {
		padding-left: 390px !important;
	}

	.m-sm-395 {
		margin: 395px !important;
	}

	.mx-sm-395 {
		margin-left: 395px !important;
		margin-right: 395px !important;
	}

	.my-sm-395 {
		margin-top: 395px !important;
		margin-bottom: 395px !important;
	}

	.mt-sm-395 {
		margin-top: 395px !important;
	}

	.mr-sm-395 {
		margin-right: 395px !important;
	}

	.mb-sm-395 {
		margin-bottom: 395px !important;
	}

	.ml-sm-395 {
		margin-left: 395px !important;
	}

	.p-sm-395 {
		padding: 395px !important;
	}

	.px-sm-395 {
		padding-left: 395px !important;
		padding-right: 395px !important;
	}

	.py-sm-395 {
		padding-top: 395px !important;
		padding-bottom: 395px !important;
	}

	.pt-sm-395 {
		padding-top: 395px !important;
	}

	.pr-sm-395 {
		padding-right: 395px !important;
	}

	.pb-sm-395 {
		padding-bottom: 395px !important;
	}

	.pl-sm-395 {
		padding-left: 395px !important;
	}

	.m-sm-400 {
		margin: 400px !important;
	}

	.mx-sm-400 {
		margin-left: 400px !important;
		margin-right: 400px !important;
	}

	.my-sm-400 {
		margin-top: 400px !important;
		margin-bottom: 400px !important;
	}

	.mt-sm-400 {
		margin-top: 400px !important;
	}

	.mr-sm-400 {
		margin-right: 400px !important;
	}

	.mb-sm-400 {
		margin-bottom: 400px !important;
	}

	.ml-sm-400 {
		margin-left: 400px !important;
	}

	.p-sm-400 {
		padding: 400px !important;
	}

	.px-sm-400 {
		padding-left: 400px !important;
		padding-right: 400px !important;
	}

	.py-sm-400 {
		padding-top: 400px !important;
		padding-bottom: 400px !important;
	}

	.pt-sm-400 {
		padding-top: 400px !important;
	}

	.pr-sm-400 {
		padding-right: 400px !important;
	}

	.pb-sm-400 {
		padding-bottom: 400px !important;
	}

	.pl-sm-400 {
		padding-left: 400px !important;
	}

	.m-sm-405 {
		margin: 405px !important;
	}

	.mx-sm-405 {
		margin-left: 405px !important;
		margin-right: 405px !important;
	}

	.my-sm-405 {
		margin-top: 405px !important;
		margin-bottom: 405px !important;
	}

	.mt-sm-405 {
		margin-top: 405px !important;
	}

	.mr-sm-405 {
		margin-right: 405px !important;
	}

	.mb-sm-405 {
		margin-bottom: 405px !important;
	}

	.ml-sm-405 {
		margin-left: 405px !important;
	}

	.p-sm-405 {
		padding: 405px !important;
	}

	.px-sm-405 {
		padding-left: 405px !important;
		padding-right: 405px !important;
	}

	.py-sm-405 {
		padding-top: 405px !important;
		padding-bottom: 405px !important;
	}

	.pt-sm-405 {
		padding-top: 405px !important;
	}

	.pr-sm-405 {
		padding-right: 405px !important;
	}

	.pb-sm-405 {
		padding-bottom: 405px !important;
	}

	.pl-sm-405 {
		padding-left: 405px !important;
	}

	.m-sm-410 {
		margin: 410px !important;
	}

	.mx-sm-410 {
		margin-left: 410px !important;
		margin-right: 410px !important;
	}

	.my-sm-410 {
		margin-top: 410px !important;
		margin-bottom: 410px !important;
	}

	.mt-sm-410 {
		margin-top: 410px !important;
	}

	.mr-sm-410 {
		margin-right: 410px !important;
	}

	.mb-sm-410 {
		margin-bottom: 410px !important;
	}

	.ml-sm-410 {
		margin-left: 410px !important;
	}

	.p-sm-410 {
		padding: 410px !important;
	}

	.px-sm-410 {
		padding-left: 410px !important;
		padding-right: 410px !important;
	}

	.py-sm-410 {
		padding-top: 410px !important;
		padding-bottom: 410px !important;
	}

	.pt-sm-410 {
		padding-top: 410px !important;
	}

	.pr-sm-410 {
		padding-right: 410px !important;
	}

	.pb-sm-410 {
		padding-bottom: 410px !important;
	}

	.pl-sm-410 {
		padding-left: 410px !important;
	}

	.m-sm-415 {
		margin: 415px !important;
	}

	.mx-sm-415 {
		margin-left: 415px !important;
		margin-right: 415px !important;
	}

	.my-sm-415 {
		margin-top: 415px !important;
		margin-bottom: 415px !important;
	}

	.mt-sm-415 {
		margin-top: 415px !important;
	}

	.mr-sm-415 {
		margin-right: 415px !important;
	}

	.mb-sm-415 {
		margin-bottom: 415px !important;
	}

	.ml-sm-415 {
		margin-left: 415px !important;
	}

	.p-sm-415 {
		padding: 415px !important;
	}

	.px-sm-415 {
		padding-left: 415px !important;
		padding-right: 415px !important;
	}

	.py-sm-415 {
		padding-top: 415px !important;
		padding-bottom: 415px !important;
	}

	.pt-sm-415 {
		padding-top: 415px !important;
	}

	.pr-sm-415 {
		padding-right: 415px !important;
	}

	.pb-sm-415 {
		padding-bottom: 415px !important;
	}

	.pl-sm-415 {
		padding-left: 415px !important;
	}

	.m-sm-420 {
		margin: 420px !important;
	}

	.mx-sm-420 {
		margin-left: 420px !important;
		margin-right: 420px !important;
	}

	.my-sm-420 {
		margin-top: 420px !important;
		margin-bottom: 420px !important;
	}

	.mt-sm-420 {
		margin-top: 420px !important;
	}

	.mr-sm-420 {
		margin-right: 420px !important;
	}

	.mb-sm-420 {
		margin-bottom: 420px !important;
	}

	.ml-sm-420 {
		margin-left: 420px !important;
	}

	.p-sm-420 {
		padding: 420px !important;
	}

	.px-sm-420 {
		padding-left: 420px !important;
		padding-right: 420px !important;
	}

	.py-sm-420 {
		padding-top: 420px !important;
		padding-bottom: 420px !important;
	}

	.pt-sm-420 {
		padding-top: 420px !important;
	}

	.pr-sm-420 {
		padding-right: 420px !important;
	}

	.pb-sm-420 {
		padding-bottom: 420px !important;
	}

	.pl-sm-420 {
		padding-left: 420px !important;
	}

	.m-sm-425 {
		margin: 425px !important;
	}

	.mx-sm-425 {
		margin-left: 425px !important;
		margin-right: 425px !important;
	}

	.my-sm-425 {
		margin-top: 425px !important;
		margin-bottom: 425px !important;
	}

	.mt-sm-425 {
		margin-top: 425px !important;
	}

	.mr-sm-425 {
		margin-right: 425px !important;
	}

	.mb-sm-425 {
		margin-bottom: 425px !important;
	}

	.ml-sm-425 {
		margin-left: 425px !important;
	}

	.p-sm-425 {
		padding: 425px !important;
	}

	.px-sm-425 {
		padding-left: 425px !important;
		padding-right: 425px !important;
	}

	.py-sm-425 {
		padding-top: 425px !important;
		padding-bottom: 425px !important;
	}

	.pt-sm-425 {
		padding-top: 425px !important;
	}

	.pr-sm-425 {
		padding-right: 425px !important;
	}

	.pb-sm-425 {
		padding-bottom: 425px !important;
	}

	.pl-sm-425 {
		padding-left: 425px !important;
	}

	.m-sm-430 {
		margin: 430px !important;
	}

	.mx-sm-430 {
		margin-left: 430px !important;
		margin-right: 430px !important;
	}

	.my-sm-430 {
		margin-top: 430px !important;
		margin-bottom: 430px !important;
	}

	.mt-sm-430 {
		margin-top: 430px !important;
	}

	.mr-sm-430 {
		margin-right: 430px !important;
	}

	.mb-sm-430 {
		margin-bottom: 430px !important;
	}

	.ml-sm-430 {
		margin-left: 430px !important;
	}

	.p-sm-430 {
		padding: 430px !important;
	}

	.px-sm-430 {
		padding-left: 430px !important;
		padding-right: 430px !important;
	}

	.py-sm-430 {
		padding-top: 430px !important;
		padding-bottom: 430px !important;
	}

	.pt-sm-430 {
		padding-top: 430px !important;
	}

	.pr-sm-430 {
		padding-right: 430px !important;
	}

	.pb-sm-430 {
		padding-bottom: 430px !important;
	}

	.pl-sm-430 {
		padding-left: 430px !important;
	}

	.m-sm-435 {
		margin: 435px !important;
	}

	.mx-sm-435 {
		margin-left: 435px !important;
		margin-right: 435px !important;
	}

	.my-sm-435 {
		margin-top: 435px !important;
		margin-bottom: 435px !important;
	}

	.mt-sm-435 {
		margin-top: 435px !important;
	}

	.mr-sm-435 {
		margin-right: 435px !important;
	}

	.mb-sm-435 {
		margin-bottom: 435px !important;
	}

	.ml-sm-435 {
		margin-left: 435px !important;
	}

	.p-sm-435 {
		padding: 435px !important;
	}

	.px-sm-435 {
		padding-left: 435px !important;
		padding-right: 435px !important;
	}

	.py-sm-435 {
		padding-top: 435px !important;
		padding-bottom: 435px !important;
	}

	.pt-sm-435 {
		padding-top: 435px !important;
	}

	.pr-sm-435 {
		padding-right: 435px !important;
	}

	.pb-sm-435 {
		padding-bottom: 435px !important;
	}

	.pl-sm-435 {
		padding-left: 435px !important;
	}

	.m-sm-440 {
		margin: 440px !important;
	}

	.mx-sm-440 {
		margin-left: 440px !important;
		margin-right: 440px !important;
	}

	.my-sm-440 {
		margin-top: 440px !important;
		margin-bottom: 440px !important;
	}

	.mt-sm-440 {
		margin-top: 440px !important;
	}

	.mr-sm-440 {
		margin-right: 440px !important;
	}

	.mb-sm-440 {
		margin-bottom: 440px !important;
	}

	.ml-sm-440 {
		margin-left: 440px !important;
	}

	.p-sm-440 {
		padding: 440px !important;
	}

	.px-sm-440 {
		padding-left: 440px !important;
		padding-right: 440px !important;
	}

	.py-sm-440 {
		padding-top: 440px !important;
		padding-bottom: 440px !important;
	}

	.pt-sm-440 {
		padding-top: 440px !important;
	}

	.pr-sm-440 {
		padding-right: 440px !important;
	}

	.pb-sm-440 {
		padding-bottom: 440px !important;
	}

	.pl-sm-440 {
		padding-left: 440px !important;
	}

	.m-sm-445 {
		margin: 445px !important;
	}

	.mx-sm-445 {
		margin-left: 445px !important;
		margin-right: 445px !important;
	}

	.my-sm-445 {
		margin-top: 445px !important;
		margin-bottom: 445px !important;
	}

	.mt-sm-445 {
		margin-top: 445px !important;
	}

	.mr-sm-445 {
		margin-right: 445px !important;
	}

	.mb-sm-445 {
		margin-bottom: 445px !important;
	}

	.ml-sm-445 {
		margin-left: 445px !important;
	}

	.p-sm-445 {
		padding: 445px !important;
	}

	.px-sm-445 {
		padding-left: 445px !important;
		padding-right: 445px !important;
	}

	.py-sm-445 {
		padding-top: 445px !important;
		padding-bottom: 445px !important;
	}

	.pt-sm-445 {
		padding-top: 445px !important;
	}

	.pr-sm-445 {
		padding-right: 445px !important;
	}

	.pb-sm-445 {
		padding-bottom: 445px !important;
	}

	.pl-sm-445 {
		padding-left: 445px !important;
	}

	.m-sm-450 {
		margin: 450px !important;
	}

	.mx-sm-450 {
		margin-left: 450px !important;
		margin-right: 450px !important;
	}

	.my-sm-450 {
		margin-top: 450px !important;
		margin-bottom: 450px !important;
	}

	.mt-sm-450 {
		margin-top: 450px !important;
	}

	.mr-sm-450 {
		margin-right: 450px !important;
	}

	.mb-sm-450 {
		margin-bottom: 450px !important;
	}

	.ml-sm-450 {
		margin-left: 450px !important;
	}

	.p-sm-450 {
		padding: 450px !important;
	}

	.px-sm-450 {
		padding-left: 450px !important;
		padding-right: 450px !important;
	}

	.py-sm-450 {
		padding-top: 450px !important;
		padding-bottom: 450px !important;
	}

	.pt-sm-450 {
		padding-top: 450px !important;
	}

	.pr-sm-450 {
		padding-right: 450px !important;
	}

	.pb-sm-450 {
		padding-bottom: 450px !important;
	}

	.pl-sm-450 {
		padding-left: 450px !important;
	}

	.m-sm-455 {
		margin: 455px !important;
	}

	.mx-sm-455 {
		margin-left: 455px !important;
		margin-right: 455px !important;
	}

	.my-sm-455 {
		margin-top: 455px !important;
		margin-bottom: 455px !important;
	}

	.mt-sm-455 {
		margin-top: 455px !important;
	}

	.mr-sm-455 {
		margin-right: 455px !important;
	}

	.mb-sm-455 {
		margin-bottom: 455px !important;
	}

	.ml-sm-455 {
		margin-left: 455px !important;
	}

	.p-sm-455 {
		padding: 455px !important;
	}

	.px-sm-455 {
		padding-left: 455px !important;
		padding-right: 455px !important;
	}

	.py-sm-455 {
		padding-top: 455px !important;
		padding-bottom: 455px !important;
	}

	.pt-sm-455 {
		padding-top: 455px !important;
	}

	.pr-sm-455 {
		padding-right: 455px !important;
	}

	.pb-sm-455 {
		padding-bottom: 455px !important;
	}

	.pl-sm-455 {
		padding-left: 455px !important;
	}

	.m-sm-460 {
		margin: 460px !important;
	}

	.mx-sm-460 {
		margin-left: 460px !important;
		margin-right: 460px !important;
	}

	.my-sm-460 {
		margin-top: 460px !important;
		margin-bottom: 460px !important;
	}

	.mt-sm-460 {
		margin-top: 460px !important;
	}

	.mr-sm-460 {
		margin-right: 460px !important;
	}

	.mb-sm-460 {
		margin-bottom: 460px !important;
	}

	.ml-sm-460 {
		margin-left: 460px !important;
	}

	.p-sm-460 {
		padding: 460px !important;
	}

	.px-sm-460 {
		padding-left: 460px !important;
		padding-right: 460px !important;
	}

	.py-sm-460 {
		padding-top: 460px !important;
		padding-bottom: 460px !important;
	}

	.pt-sm-460 {
		padding-top: 460px !important;
	}

	.pr-sm-460 {
		padding-right: 460px !important;
	}

	.pb-sm-460 {
		padding-bottom: 460px !important;
	}

	.pl-sm-460 {
		padding-left: 460px !important;
	}

	.m-sm-465 {
		margin: 465px !important;
	}

	.mx-sm-465 {
		margin-left: 465px !important;
		margin-right: 465px !important;
	}

	.my-sm-465 {
		margin-top: 465px !important;
		margin-bottom: 465px !important;
	}

	.mt-sm-465 {
		margin-top: 465px !important;
	}

	.mr-sm-465 {
		margin-right: 465px !important;
	}

	.mb-sm-465 {
		margin-bottom: 465px !important;
	}

	.ml-sm-465 {
		margin-left: 465px !important;
	}

	.p-sm-465 {
		padding: 465px !important;
	}

	.px-sm-465 {
		padding-left: 465px !important;
		padding-right: 465px !important;
	}

	.py-sm-465 {
		padding-top: 465px !important;
		padding-bottom: 465px !important;
	}

	.pt-sm-465 {
		padding-top: 465px !important;
	}

	.pr-sm-465 {
		padding-right: 465px !important;
	}

	.pb-sm-465 {
		padding-bottom: 465px !important;
	}

	.pl-sm-465 {
		padding-left: 465px !important;
	}

	.m-sm-470 {
		margin: 470px !important;
	}

	.mx-sm-470 {
		margin-left: 470px !important;
		margin-right: 470px !important;
	}

	.my-sm-470 {
		margin-top: 470px !important;
		margin-bottom: 470px !important;
	}

	.mt-sm-470 {
		margin-top: 470px !important;
	}

	.mr-sm-470 {
		margin-right: 470px !important;
	}

	.mb-sm-470 {
		margin-bottom: 470px !important;
	}

	.ml-sm-470 {
		margin-left: 470px !important;
	}

	.p-sm-470 {
		padding: 470px !important;
	}

	.px-sm-470 {
		padding-left: 470px !important;
		padding-right: 470px !important;
	}

	.py-sm-470 {
		padding-top: 470px !important;
		padding-bottom: 470px !important;
	}

	.pt-sm-470 {
		padding-top: 470px !important;
	}

	.pr-sm-470 {
		padding-right: 470px !important;
	}

	.pb-sm-470 {
		padding-bottom: 470px !important;
	}

	.pl-sm-470 {
		padding-left: 470px !important;
	}

	.m-sm-475 {
		margin: 475px !important;
	}

	.mx-sm-475 {
		margin-left: 475px !important;
		margin-right: 475px !important;
	}

	.my-sm-475 {
		margin-top: 475px !important;
		margin-bottom: 475px !important;
	}

	.mt-sm-475 {
		margin-top: 475px !important;
	}

	.mr-sm-475 {
		margin-right: 475px !important;
	}

	.mb-sm-475 {
		margin-bottom: 475px !important;
	}

	.ml-sm-475 {
		margin-left: 475px !important;
	}

	.p-sm-475 {
		padding: 475px !important;
	}

	.px-sm-475 {
		padding-left: 475px !important;
		padding-right: 475px !important;
	}

	.py-sm-475 {
		padding-top: 475px !important;
		padding-bottom: 475px !important;
	}

	.pt-sm-475 {
		padding-top: 475px !important;
	}

	.pr-sm-475 {
		padding-right: 475px !important;
	}

	.pb-sm-475 {
		padding-bottom: 475px !important;
	}

	.pl-sm-475 {
		padding-left: 475px !important;
	}

	.m-sm-480 {
		margin: 480px !important;
	}

	.mx-sm-480 {
		margin-left: 480px !important;
		margin-right: 480px !important;
	}

	.my-sm-480 {
		margin-top: 480px !important;
		margin-bottom: 480px !important;
	}

	.mt-sm-480 {
		margin-top: 480px !important;
	}

	.mr-sm-480 {
		margin-right: 480px !important;
	}

	.mb-sm-480 {
		margin-bottom: 480px !important;
	}

	.ml-sm-480 {
		margin-left: 480px !important;
	}

	.p-sm-480 {
		padding: 480px !important;
	}

	.px-sm-480 {
		padding-left: 480px !important;
		padding-right: 480px !important;
	}

	.py-sm-480 {
		padding-top: 480px !important;
		padding-bottom: 480px !important;
	}

	.pt-sm-480 {
		padding-top: 480px !important;
	}

	.pr-sm-480 {
		padding-right: 480px !important;
	}

	.pb-sm-480 {
		padding-bottom: 480px !important;
	}

	.pl-sm-480 {
		padding-left: 480px !important;
	}

	.m-sm-485 {
		margin: 485px !important;
	}

	.mx-sm-485 {
		margin-left: 485px !important;
		margin-right: 485px !important;
	}

	.my-sm-485 {
		margin-top: 485px !important;
		margin-bottom: 485px !important;
	}

	.mt-sm-485 {
		margin-top: 485px !important;
	}

	.mr-sm-485 {
		margin-right: 485px !important;
	}

	.mb-sm-485 {
		margin-bottom: 485px !important;
	}

	.ml-sm-485 {
		margin-left: 485px !important;
	}

	.p-sm-485 {
		padding: 485px !important;
	}

	.px-sm-485 {
		padding-left: 485px !important;
		padding-right: 485px !important;
	}

	.py-sm-485 {
		padding-top: 485px !important;
		padding-bottom: 485px !important;
	}

	.pt-sm-485 {
		padding-top: 485px !important;
	}

	.pr-sm-485 {
		padding-right: 485px !important;
	}

	.pb-sm-485 {
		padding-bottom: 485px !important;
	}

	.pl-sm-485 {
		padding-left: 485px !important;
	}

	.m-sm-490 {
		margin: 490px !important;
	}

	.mx-sm-490 {
		margin-left: 490px !important;
		margin-right: 490px !important;
	}

	.my-sm-490 {
		margin-top: 490px !important;
		margin-bottom: 490px !important;
	}

	.mt-sm-490 {
		margin-top: 490px !important;
	}

	.mr-sm-490 {
		margin-right: 490px !important;
	}

	.mb-sm-490 {
		margin-bottom: 490px !important;
	}

	.ml-sm-490 {
		margin-left: 490px !important;
	}

	.p-sm-490 {
		padding: 490px !important;
	}

	.px-sm-490 {
		padding-left: 490px !important;
		padding-right: 490px !important;
	}

	.py-sm-490 {
		padding-top: 490px !important;
		padding-bottom: 490px !important;
	}

	.pt-sm-490 {
		padding-top: 490px !important;
	}

	.pr-sm-490 {
		padding-right: 490px !important;
	}

	.pb-sm-490 {
		padding-bottom: 490px !important;
	}

	.pl-sm-490 {
		padding-left: 490px !important;
	}

	.m-sm-495 {
		margin: 495px !important;
	}

	.mx-sm-495 {
		margin-left: 495px !important;
		margin-right: 495px !important;
	}

	.my-sm-495 {
		margin-top: 495px !important;
		margin-bottom: 495px !important;
	}

	.mt-sm-495 {
		margin-top: 495px !important;
	}

	.mr-sm-495 {
		margin-right: 495px !important;
	}

	.mb-sm-495 {
		margin-bottom: 495px !important;
	}

	.ml-sm-495 {
		margin-left: 495px !important;
	}

	.p-sm-495 {
		padding: 495px !important;
	}

	.px-sm-495 {
		padding-left: 495px !important;
		padding-right: 495px !important;
	}

	.py-sm-495 {
		padding-top: 495px !important;
		padding-bottom: 495px !important;
	}

	.pt-sm-495 {
		padding-top: 495px !important;
	}

	.pr-sm-495 {
		padding-right: 495px !important;
	}

	.pb-sm-495 {
		padding-bottom: 495px !important;
	}

	.pl-sm-495 {
		padding-left: 495px !important;
	}

	.m-sm-500 {
		margin: 500px !important;
	}

	.mx-sm-500 {
		margin-left: 500px !important;
		margin-right: 500px !important;
	}

	.my-sm-500 {
		margin-top: 500px !important;
		margin-bottom: 500px !important;
	}

	.mt-sm-500 {
		margin-top: 500px !important;
	}

	.mr-sm-500 {
		margin-right: 500px !important;
	}

	.mb-sm-500 {
		margin-bottom: 500px !important;
	}

	.ml-sm-500 {
		margin-left: 500px !important;
	}

	.p-sm-500 {
		padding: 500px !important;
	}

	.px-sm-500 {
		padding-left: 500px !important;
		padding-right: 500px !important;
	}

	.py-sm-500 {
		padding-top: 500px !important;
		padding-bottom: 500px !important;
	}

	.pt-sm-500 {
		padding-top: 500px !important;
	}

	.pr-sm-500 {
		padding-right: 500px !important;
	}

	.pb-sm-500 {
		padding-bottom: 500px !important;
	}

	.pl-sm-500 {
		padding-left: 500px !important;
	}
}
@media (min-width: 960px) {
	.m-md-0 {
		margin: 0px !important;
	}

	.mx-md-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.my-md-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.mt-md-0 {
		margin-top: 0px !important;
	}

	.mr-md-0 {
		margin-right: 0px !important;
	}

	.mb-md-0 {
		margin-bottom: 0px !important;
	}

	.ml-md-0 {
		margin-left: 0px !important;
	}

	.p-md-0 {
		padding: 0px !important;
	}

	.px-md-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.py-md-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.pt-md-0 {
		padding-top: 0px !important;
	}

	.pr-md-0 {
		padding-right: 0px !important;
	}

	.pb-md-0 {
		padding-bottom: 0px !important;
	}

	.pl-md-0 {
		padding-left: 0px !important;
	}

	.m-md-1 {
		margin: 1px !important;
	}

	.mx-md-1 {
		margin-left: 1px !important;
		margin-right: 1px !important;
	}

	.my-md-1 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}

	.mt-md-1 {
		margin-top: 1px !important;
	}

	.mr-md-1 {
		margin-right: 1px !important;
	}

	.mb-md-1 {
		margin-bottom: 1px !important;
	}

	.ml-md-1 {
		margin-left: 1px !important;
	}

	.p-md-1 {
		padding: 1px !important;
	}

	.px-md-1 {
		padding-left: 1px !important;
		padding-right: 1px !important;
	}

	.py-md-1 {
		padding-top: 1px !important;
		padding-bottom: 1px !important;
	}

	.pt-md-1 {
		padding-top: 1px !important;
	}

	.pr-md-1 {
		padding-right: 1px !important;
	}

	.pb-md-1 {
		padding-bottom: 1px !important;
	}

	.pl-md-1 {
		padding-left: 1px !important;
	}

	.m-md-2 {
		margin: 2px !important;
	}

	.mx-md-2 {
		margin-left: 2px !important;
		margin-right: 2px !important;
	}

	.my-md-2 {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}

	.mt-md-2 {
		margin-top: 2px !important;
	}

	.mr-md-2 {
		margin-right: 2px !important;
	}

	.mb-md-2 {
		margin-bottom: 2px !important;
	}

	.ml-md-2 {
		margin-left: 2px !important;
	}

	.p-md-2 {
		padding: 2px !important;
	}

	.px-md-2 {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.py-md-2 {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}

	.pt-md-2 {
		padding-top: 2px !important;
	}

	.pr-md-2 {
		padding-right: 2px !important;
	}

	.pb-md-2 {
		padding-bottom: 2px !important;
	}

	.pl-md-2 {
		padding-left: 2px !important;
	}

	.m-md-3 {
		margin: 3px !important;
	}

	.mx-md-3 {
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	.my-md-3 {
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}

	.mt-md-3 {
		margin-top: 3px !important;
	}

	.mr-md-3 {
		margin-right: 3px !important;
	}

	.mb-md-3 {
		margin-bottom: 3px !important;
	}

	.ml-md-3 {
		margin-left: 3px !important;
	}

	.p-md-3 {
		padding: 3px !important;
	}

	.px-md-3 {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

	.py-md-3 {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}

	.pt-md-3 {
		padding-top: 3px !important;
	}

	.pr-md-3 {
		padding-right: 3px !important;
	}

	.pb-md-3 {
		padding-bottom: 3px !important;
	}

	.pl-md-3 {
		padding-left: 3px !important;
	}

	.m-md-4 {
		margin: 4px !important;
	}

	.mx-md-4 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}

	.my-md-4 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}

	.mt-md-4 {
		margin-top: 4px !important;
	}

	.mr-md-4 {
		margin-right: 4px !important;
	}

	.mb-md-4 {
		margin-bottom: 4px !important;
	}

	.ml-md-4 {
		margin-left: 4px !important;
	}

	.p-md-4 {
		padding: 4px !important;
	}

	.px-md-4 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.py-md-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}

	.pt-md-4 {
		padding-top: 4px !important;
	}

	.pr-md-4 {
		padding-right: 4px !important;
	}

	.pb-md-4 {
		padding-bottom: 4px !important;
	}

	.pl-md-4 {
		padding-left: 4px !important;
	}

	.m-md-5 {
		margin: 5px !important;
	}

	.mx-md-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.my-md-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.mt-md-5 {
		margin-top: 5px !important;
	}

	.mr-md-5 {
		margin-right: 5px !important;
	}

	.mb-md-5 {
		margin-bottom: 5px !important;
	}

	.ml-md-5 {
		margin-left: 5px !important;
	}

	.p-md-5 {
		padding: 5px !important;
	}

	.px-md-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.py-md-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.pt-md-5 {
		padding-top: 5px !important;
	}

	.pr-md-5 {
		padding-right: 5px !important;
	}

	.pb-md-5 {
		padding-bottom: 5px !important;
	}

	.pl-md-5 {
		padding-left: 5px !important;
	}

	.m-md-6 {
		margin: 6px !important;
	}

	.mx-md-6 {
		margin-left: 6px !important;
		margin-right: 6px !important;
	}

	.my-md-6 {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}

	.mt-md-6 {
		margin-top: 6px !important;
	}

	.mr-md-6 {
		margin-right: 6px !important;
	}

	.mb-md-6 {
		margin-bottom: 6px !important;
	}

	.ml-md-6 {
		margin-left: 6px !important;
	}

	.p-md-6 {
		padding: 6px !important;
	}

	.px-md-6 {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.py-md-6 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	.pt-md-6 {
		padding-top: 6px !important;
	}

	.pr-md-6 {
		padding-right: 6px !important;
	}

	.pb-md-6 {
		padding-bottom: 6px !important;
	}

	.pl-md-6 {
		padding-left: 6px !important;
	}

	.m-md-7 {
		margin: 7px !important;
	}

	.mx-md-7 {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}

	.my-md-7 {
		margin-top: 7px !important;
		margin-bottom: 7px !important;
	}

	.mt-md-7 {
		margin-top: 7px !important;
	}

	.mr-md-7 {
		margin-right: 7px !important;
	}

	.mb-md-7 {
		margin-bottom: 7px !important;
	}

	.ml-md-7 {
		margin-left: 7px !important;
	}

	.p-md-7 {
		padding: 7px !important;
	}

	.px-md-7 {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}

	.py-md-7 {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}

	.pt-md-7 {
		padding-top: 7px !important;
	}

	.pr-md-7 {
		padding-right: 7px !important;
	}

	.pb-md-7 {
		padding-bottom: 7px !important;
	}

	.pl-md-7 {
		padding-left: 7px !important;
	}

	.m-md-8 {
		margin: 8px !important;
	}

	.mx-md-8 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.my-md-8 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}

	.mt-md-8 {
		margin-top: 8px !important;
	}

	.mr-md-8 {
		margin-right: 8px !important;
	}

	.mb-md-8 {
		margin-bottom: 8px !important;
	}

	.ml-md-8 {
		margin-left: 8px !important;
	}

	.p-md-8 {
		padding: 8px !important;
	}

	.px-md-8 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.py-md-8 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.pt-md-8 {
		padding-top: 8px !important;
	}

	.pr-md-8 {
		padding-right: 8px !important;
	}

	.pb-md-8 {
		padding-bottom: 8px !important;
	}

	.pl-md-8 {
		padding-left: 8px !important;
	}

	.m-md-9 {
		margin: 9px !important;
	}

	.mx-md-9 {
		margin-left: 9px !important;
		margin-right: 9px !important;
	}

	.my-md-9 {
		margin-top: 9px !important;
		margin-bottom: 9px !important;
	}

	.mt-md-9 {
		margin-top: 9px !important;
	}

	.mr-md-9 {
		margin-right: 9px !important;
	}

	.mb-md-9 {
		margin-bottom: 9px !important;
	}

	.ml-md-9 {
		margin-left: 9px !important;
	}

	.p-md-9 {
		padding: 9px !important;
	}

	.px-md-9 {
		padding-left: 9px !important;
		padding-right: 9px !important;
	}

	.py-md-9 {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}

	.pt-md-9 {
		padding-top: 9px !important;
	}

	.pr-md-9 {
		padding-right: 9px !important;
	}

	.pb-md-9 {
		padding-bottom: 9px !important;
	}

	.pl-md-9 {
		padding-left: 9px !important;
	}

	.m-md-10 {
		margin: 10px !important;
	}

	.mx-md-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.my-md-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mr-md-10 {
		margin-right: 10px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.ml-md-10 {
		margin-left: 10px !important;
	}

	.p-md-10 {
		padding: 10px !important;
	}

	.px-md-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.py-md-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.pt-md-10 {
		padding-top: 10px !important;
	}

	.pr-md-10 {
		padding-right: 10px !important;
	}

	.pb-md-10 {
		padding-bottom: 10px !important;
	}

	.pl-md-10 {
		padding-left: 10px !important;
	}

	.m-md-11 {
		margin: 11px !important;
	}

	.mx-md-11 {
		margin-left: 11px !important;
		margin-right: 11px !important;
	}

	.my-md-11 {
		margin-top: 11px !important;
		margin-bottom: 11px !important;
	}

	.mt-md-11 {
		margin-top: 11px !important;
	}

	.mr-md-11 {
		margin-right: 11px !important;
	}

	.mb-md-11 {
		margin-bottom: 11px !important;
	}

	.ml-md-11 {
		margin-left: 11px !important;
	}

	.p-md-11 {
		padding: 11px !important;
	}

	.px-md-11 {
		padding-left: 11px !important;
		padding-right: 11px !important;
	}

	.py-md-11 {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}

	.pt-md-11 {
		padding-top: 11px !important;
	}

	.pr-md-11 {
		padding-right: 11px !important;
	}

	.pb-md-11 {
		padding-bottom: 11px !important;
	}

	.pl-md-11 {
		padding-left: 11px !important;
	}

	.m-md-12 {
		margin: 12px !important;
	}

	.mx-md-12 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}

	.my-md-12 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}

	.mt-md-12 {
		margin-top: 12px !important;
	}

	.mr-md-12 {
		margin-right: 12px !important;
	}

	.mb-md-12 {
		margin-bottom: 12px !important;
	}

	.ml-md-12 {
		margin-left: 12px !important;
	}

	.p-md-12 {
		padding: 12px !important;
	}

	.px-md-12 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.py-md-12 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.pt-md-12 {
		padding-top: 12px !important;
	}

	.pr-md-12 {
		padding-right: 12px !important;
	}

	.pb-md-12 {
		padding-bottom: 12px !important;
	}

	.pl-md-12 {
		padding-left: 12px !important;
	}

	.m-md-13 {
		margin: 13px !important;
	}

	.mx-md-13 {
		margin-left: 13px !important;
		margin-right: 13px !important;
	}

	.my-md-13 {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
	}

	.mt-md-13 {
		margin-top: 13px !important;
	}

	.mr-md-13 {
		margin-right: 13px !important;
	}

	.mb-md-13 {
		margin-bottom: 13px !important;
	}

	.ml-md-13 {
		margin-left: 13px !important;
	}

	.p-md-13 {
		padding: 13px !important;
	}

	.px-md-13 {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}

	.py-md-13 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	.pt-md-13 {
		padding-top: 13px !important;
	}

	.pr-md-13 {
		padding-right: 13px !important;
	}

	.pb-md-13 {
		padding-bottom: 13px !important;
	}

	.pl-md-13 {
		padding-left: 13px !important;
	}

	.m-md-14 {
		margin: 14px !important;
	}

	.mx-md-14 {
		margin-left: 14px !important;
		margin-right: 14px !important;
	}

	.my-md-14 {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}

	.mt-md-14 {
		margin-top: 14px !important;
	}

	.mr-md-14 {
		margin-right: 14px !important;
	}

	.mb-md-14 {
		margin-bottom: 14px !important;
	}

	.ml-md-14 {
		margin-left: 14px !important;
	}

	.p-md-14 {
		padding: 14px !important;
	}

	.px-md-14 {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.py-md-14 {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}

	.pt-md-14 {
		padding-top: 14px !important;
	}

	.pr-md-14 {
		padding-right: 14px !important;
	}

	.pb-md-14 {
		padding-bottom: 14px !important;
	}

	.pl-md-14 {
		padding-left: 14px !important;
	}

	.m-md-15 {
		margin: 15px !important;
	}

	.mx-md-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.my-md-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.mt-md-15 {
		margin-top: 15px !important;
	}

	.mr-md-15 {
		margin-right: 15px !important;
	}

	.mb-md-15 {
		margin-bottom: 15px !important;
	}

	.ml-md-15 {
		margin-left: 15px !important;
	}

	.p-md-15 {
		padding: 15px !important;
	}

	.px-md-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.py-md-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.pt-md-15 {
		padding-top: 15px !important;
	}

	.pr-md-15 {
		padding-right: 15px !important;
	}

	.pb-md-15 {
		padding-bottom: 15px !important;
	}

	.pl-md-15 {
		padding-left: 15px !important;
	}

	.m-md-16 {
		margin: 16px !important;
	}

	.mx-md-16 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	.my-md-16 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.mt-md-16 {
		margin-top: 16px !important;
	}

	.mr-md-16 {
		margin-right: 16px !important;
	}

	.mb-md-16 {
		margin-bottom: 16px !important;
	}

	.ml-md-16 {
		margin-left: 16px !important;
	}

	.p-md-16 {
		padding: 16px !important;
	}

	.px-md-16 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.py-md-16 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}

	.pt-md-16 {
		padding-top: 16px !important;
	}

	.pr-md-16 {
		padding-right: 16px !important;
	}

	.pb-md-16 {
		padding-bottom: 16px !important;
	}

	.pl-md-16 {
		padding-left: 16px !important;
	}

	.m-md-17 {
		margin: 17px !important;
	}

	.mx-md-17 {
		margin-left: 17px !important;
		margin-right: 17px !important;
	}

	.my-md-17 {
		margin-top: 17px !important;
		margin-bottom: 17px !important;
	}

	.mt-md-17 {
		margin-top: 17px !important;
	}

	.mr-md-17 {
		margin-right: 17px !important;
	}

	.mb-md-17 {
		margin-bottom: 17px !important;
	}

	.ml-md-17 {
		margin-left: 17px !important;
	}

	.p-md-17 {
		padding: 17px !important;
	}

	.px-md-17 {
		padding-left: 17px !important;
		padding-right: 17px !important;
	}

	.py-md-17 {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}

	.pt-md-17 {
		padding-top: 17px !important;
	}

	.pr-md-17 {
		padding-right: 17px !important;
	}

	.pb-md-17 {
		padding-bottom: 17px !important;
	}

	.pl-md-17 {
		padding-left: 17px !important;
	}

	.m-md-18 {
		margin: 18px !important;
	}

	.mx-md-18 {
		margin-left: 18px !important;
		margin-right: 18px !important;
	}

	.my-md-18 {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}

	.mt-md-18 {
		margin-top: 18px !important;
	}

	.mr-md-18 {
		margin-right: 18px !important;
	}

	.mb-md-18 {
		margin-bottom: 18px !important;
	}

	.ml-md-18 {
		margin-left: 18px !important;
	}

	.p-md-18 {
		padding: 18px !important;
	}

	.px-md-18 {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.py-md-18 {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	.pt-md-18 {
		padding-top: 18px !important;
	}

	.pr-md-18 {
		padding-right: 18px !important;
	}

	.pb-md-18 {
		padding-bottom: 18px !important;
	}

	.pl-md-18 {
		padding-left: 18px !important;
	}

	.m-md-19 {
		margin: 19px !important;
	}

	.mx-md-19 {
		margin-left: 19px !important;
		margin-right: 19px !important;
	}

	.my-md-19 {
		margin-top: 19px !important;
		margin-bottom: 19px !important;
	}

	.mt-md-19 {
		margin-top: 19px !important;
	}

	.mr-md-19 {
		margin-right: 19px !important;
	}

	.mb-md-19 {
		margin-bottom: 19px !important;
	}

	.ml-md-19 {
		margin-left: 19px !important;
	}

	.p-md-19 {
		padding: 19px !important;
	}

	.px-md-19 {
		padding-left: 19px !important;
		padding-right: 19px !important;
	}

	.py-md-19 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}

	.pt-md-19 {
		padding-top: 19px !important;
	}

	.pr-md-19 {
		padding-right: 19px !important;
	}

	.pb-md-19 {
		padding-bottom: 19px !important;
	}

	.pl-md-19 {
		padding-left: 19px !important;
	}

	.m-md-20 {
		margin: 20px !important;
	}

	.mx-md-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.my-md-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.mt-md-20 {
		margin-top: 20px !important;
	}

	.mr-md-20 {
		margin-right: 20px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.ml-md-20 {
		margin-left: 20px !important;
	}

	.p-md-20 {
		padding: 20px !important;
	}

	.px-md-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.py-md-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.pt-md-20 {
		padding-top: 20px !important;
	}

	.pr-md-20 {
		padding-right: 20px !important;
	}

	.pb-md-20 {
		padding-bottom: 20px !important;
	}

	.pl-md-20 {
		padding-left: 20px !important;
	}

	.m-md-21 {
		margin: 21px !important;
	}

	.mx-md-21 {
		margin-left: 21px !important;
		margin-right: 21px !important;
	}

	.my-md-21 {
		margin-top: 21px !important;
		margin-bottom: 21px !important;
	}

	.mt-md-21 {
		margin-top: 21px !important;
	}

	.mr-md-21 {
		margin-right: 21px !important;
	}

	.mb-md-21 {
		margin-bottom: 21px !important;
	}

	.ml-md-21 {
		margin-left: 21px !important;
	}

	.p-md-21 {
		padding: 21px !important;
	}

	.px-md-21 {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	.py-md-21 {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}

	.pt-md-21 {
		padding-top: 21px !important;
	}

	.pr-md-21 {
		padding-right: 21px !important;
	}

	.pb-md-21 {
		padding-bottom: 21px !important;
	}

	.pl-md-21 {
		padding-left: 21px !important;
	}

	.m-md-22 {
		margin: 22px !important;
	}

	.mx-md-22 {
		margin-left: 22px !important;
		margin-right: 22px !important;
	}

	.my-md-22 {
		margin-top: 22px !important;
		margin-bottom: 22px !important;
	}

	.mt-md-22 {
		margin-top: 22px !important;
	}

	.mr-md-22 {
		margin-right: 22px !important;
	}

	.mb-md-22 {
		margin-bottom: 22px !important;
	}

	.ml-md-22 {
		margin-left: 22px !important;
	}

	.p-md-22 {
		padding: 22px !important;
	}

	.px-md-22 {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.py-md-22 {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}

	.pt-md-22 {
		padding-top: 22px !important;
	}

	.pr-md-22 {
		padding-right: 22px !important;
	}

	.pb-md-22 {
		padding-bottom: 22px !important;
	}

	.pl-md-22 {
		padding-left: 22px !important;
	}

	.m-md-23 {
		margin: 23px !important;
	}

	.mx-md-23 {
		margin-left: 23px !important;
		margin-right: 23px !important;
	}

	.my-md-23 {
		margin-top: 23px !important;
		margin-bottom: 23px !important;
	}

	.mt-md-23 {
		margin-top: 23px !important;
	}

	.mr-md-23 {
		margin-right: 23px !important;
	}

	.mb-md-23 {
		margin-bottom: 23px !important;
	}

	.ml-md-23 {
		margin-left: 23px !important;
	}

	.p-md-23 {
		padding: 23px !important;
	}

	.px-md-23 {
		padding-left: 23px !important;
		padding-right: 23px !important;
	}

	.py-md-23 {
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}

	.pt-md-23 {
		padding-top: 23px !important;
	}

	.pr-md-23 {
		padding-right: 23px !important;
	}

	.pb-md-23 {
		padding-bottom: 23px !important;
	}

	.pl-md-23 {
		padding-left: 23px !important;
	}

	.m-md-24 {
		margin: 24px !important;
	}

	.mx-md-24 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}

	.my-md-24 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}

	.mt-md-24 {
		margin-top: 24px !important;
	}

	.mr-md-24 {
		margin-right: 24px !important;
	}

	.mb-md-24 {
		margin-bottom: 24px !important;
	}

	.ml-md-24 {
		margin-left: 24px !important;
	}

	.p-md-24 {
		padding: 24px !important;
	}

	.px-md-24 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.py-md-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	.pt-md-24 {
		padding-top: 24px !important;
	}

	.pr-md-24 {
		padding-right: 24px !important;
	}

	.pb-md-24 {
		padding-bottom: 24px !important;
	}

	.pl-md-24 {
		padding-left: 24px !important;
	}

	.m-md-25 {
		margin: 25px !important;
	}

	.mx-md-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.my-md-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.mt-md-25 {
		margin-top: 25px !important;
	}

	.mr-md-25 {
		margin-right: 25px !important;
	}

	.mb-md-25 {
		margin-bottom: 25px !important;
	}

	.ml-md-25 {
		margin-left: 25px !important;
	}

	.p-md-25 {
		padding: 25px !important;
	}

	.px-md-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.py-md-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.pt-md-25 {
		padding-top: 25px !important;
	}

	.pr-md-25 {
		padding-right: 25px !important;
	}

	.pb-md-25 {
		padding-bottom: 25px !important;
	}

	.pl-md-25 {
		padding-left: 25px !important;
	}

	.m-md-26 {
		margin: 26px !important;
	}

	.mx-md-26 {
		margin-left: 26px !important;
		margin-right: 26px !important;
	}

	.my-md-26 {
		margin-top: 26px !important;
		margin-bottom: 26px !important;
	}

	.mt-md-26 {
		margin-top: 26px !important;
	}

	.mr-md-26 {
		margin-right: 26px !important;
	}

	.mb-md-26 {
		margin-bottom: 26px !important;
	}

	.ml-md-26 {
		margin-left: 26px !important;
	}

	.p-md-26 {
		padding: 26px !important;
	}

	.px-md-26 {
		padding-left: 26px !important;
		padding-right: 26px !important;
	}

	.py-md-26 {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}

	.pt-md-26 {
		padding-top: 26px !important;
	}

	.pr-md-26 {
		padding-right: 26px !important;
	}

	.pb-md-26 {
		padding-bottom: 26px !important;
	}

	.pl-md-26 {
		padding-left: 26px !important;
	}

	.m-md-27 {
		margin: 27px !important;
	}

	.mx-md-27 {
		margin-left: 27px !important;
		margin-right: 27px !important;
	}

	.my-md-27 {
		margin-top: 27px !important;
		margin-bottom: 27px !important;
	}

	.mt-md-27 {
		margin-top: 27px !important;
	}

	.mr-md-27 {
		margin-right: 27px !important;
	}

	.mb-md-27 {
		margin-bottom: 27px !important;
	}

	.ml-md-27 {
		margin-left: 27px !important;
	}

	.p-md-27 {
		padding: 27px !important;
	}

	.px-md-27 {
		padding-left: 27px !important;
		padding-right: 27px !important;
	}

	.py-md-27 {
		padding-top: 27px !important;
		padding-bottom: 27px !important;
	}

	.pt-md-27 {
		padding-top: 27px !important;
	}

	.pr-md-27 {
		padding-right: 27px !important;
	}

	.pb-md-27 {
		padding-bottom: 27px !important;
	}

	.pl-md-27 {
		padding-left: 27px !important;
	}

	.m-md-28 {
		margin: 28px !important;
	}

	.mx-md-28 {
		margin-left: 28px !important;
		margin-right: 28px !important;
	}

	.my-md-28 {
		margin-top: 28px !important;
		margin-bottom: 28px !important;
	}

	.mt-md-28 {
		margin-top: 28px !important;
	}

	.mr-md-28 {
		margin-right: 28px !important;
	}

	.mb-md-28 {
		margin-bottom: 28px !important;
	}

	.ml-md-28 {
		margin-left: 28px !important;
	}

	.p-md-28 {
		padding: 28px !important;
	}

	.px-md-28 {
		padding-left: 28px !important;
		padding-right: 28px !important;
	}

	.py-md-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.pt-md-28 {
		padding-top: 28px !important;
	}

	.pr-md-28 {
		padding-right: 28px !important;
	}

	.pb-md-28 {
		padding-bottom: 28px !important;
	}

	.pl-md-28 {
		padding-left: 28px !important;
	}

	.m-md-29 {
		margin: 29px !important;
	}

	.mx-md-29 {
		margin-left: 29px !important;
		margin-right: 29px !important;
	}

	.my-md-29 {
		margin-top: 29px !important;
		margin-bottom: 29px !important;
	}

	.mt-md-29 {
		margin-top: 29px !important;
	}

	.mr-md-29 {
		margin-right: 29px !important;
	}

	.mb-md-29 {
		margin-bottom: 29px !important;
	}

	.ml-md-29 {
		margin-left: 29px !important;
	}

	.p-md-29 {
		padding: 29px !important;
	}

	.px-md-29 {
		padding-left: 29px !important;
		padding-right: 29px !important;
	}

	.py-md-29 {
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}

	.pt-md-29 {
		padding-top: 29px !important;
	}

	.pr-md-29 {
		padding-right: 29px !important;
	}

	.pb-md-29 {
		padding-bottom: 29px !important;
	}

	.pl-md-29 {
		padding-left: 29px !important;
	}

	.m-md-30 {
		margin: 30px !important;
	}

	.mx-md-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.my-md-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mr-md-30 {
		margin-right: 30px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.ml-md-30 {
		margin-left: 30px !important;
	}

	.p-md-30 {
		padding: 30px !important;
	}

	.px-md-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.pt-md-30 {
		padding-top: 30px !important;
	}

	.pr-md-30 {
		padding-right: 30px !important;
	}

	.pb-md-30 {
		padding-bottom: 30px !important;
	}

	.pl-md-30 {
		padding-left: 30px !important;
	}

	.m-md-31 {
		margin: 31px !important;
	}

	.mx-md-31 {
		margin-left: 31px !important;
		margin-right: 31px !important;
	}

	.my-md-31 {
		margin-top: 31px !important;
		margin-bottom: 31px !important;
	}

	.mt-md-31 {
		margin-top: 31px !important;
	}

	.mr-md-31 {
		margin-right: 31px !important;
	}

	.mb-md-31 {
		margin-bottom: 31px !important;
	}

	.ml-md-31 {
		margin-left: 31px !important;
	}

	.p-md-31 {
		padding: 31px !important;
	}

	.px-md-31 {
		padding-left: 31px !important;
		padding-right: 31px !important;
	}

	.py-md-31 {
		padding-top: 31px !important;
		padding-bottom: 31px !important;
	}

	.pt-md-31 {
		padding-top: 31px !important;
	}

	.pr-md-31 {
		padding-right: 31px !important;
	}

	.pb-md-31 {
		padding-bottom: 31px !important;
	}

	.pl-md-31 {
		padding-left: 31px !important;
	}

	.m-md-32 {
		margin: 32px !important;
	}

	.mx-md-32 {
		margin-left: 32px !important;
		margin-right: 32px !important;
	}

	.my-md-32 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}

	.mt-md-32 {
		margin-top: 32px !important;
	}

	.mr-md-32 {
		margin-right: 32px !important;
	}

	.mb-md-32 {
		margin-bottom: 32px !important;
	}

	.ml-md-32 {
		margin-left: 32px !important;
	}

	.p-md-32 {
		padding: 32px !important;
	}

	.px-md-32 {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}

	.py-md-32 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.pt-md-32 {
		padding-top: 32px !important;
	}

	.pr-md-32 {
		padding-right: 32px !important;
	}

	.pb-md-32 {
		padding-bottom: 32px !important;
	}

	.pl-md-32 {
		padding-left: 32px !important;
	}

	.m-md-33 {
		margin: 33px !important;
	}

	.mx-md-33 {
		margin-left: 33px !important;
		margin-right: 33px !important;
	}

	.my-md-33 {
		margin-top: 33px !important;
		margin-bottom: 33px !important;
	}

	.mt-md-33 {
		margin-top: 33px !important;
	}

	.mr-md-33 {
		margin-right: 33px !important;
	}

	.mb-md-33 {
		margin-bottom: 33px !important;
	}

	.ml-md-33 {
		margin-left: 33px !important;
	}

	.p-md-33 {
		padding: 33px !important;
	}

	.px-md-33 {
		padding-left: 33px !important;
		padding-right: 33px !important;
	}

	.py-md-33 {
		padding-top: 33px !important;
		padding-bottom: 33px !important;
	}

	.pt-md-33 {
		padding-top: 33px !important;
	}

	.pr-md-33 {
		padding-right: 33px !important;
	}

	.pb-md-33 {
		padding-bottom: 33px !important;
	}

	.pl-md-33 {
		padding-left: 33px !important;
	}

	.m-md-34 {
		margin: 34px !important;
	}

	.mx-md-34 {
		margin-left: 34px !important;
		margin-right: 34px !important;
	}

	.my-md-34 {
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}

	.mt-md-34 {
		margin-top: 34px !important;
	}

	.mr-md-34 {
		margin-right: 34px !important;
	}

	.mb-md-34 {
		margin-bottom: 34px !important;
	}

	.ml-md-34 {
		margin-left: 34px !important;
	}

	.p-md-34 {
		padding: 34px !important;
	}

	.px-md-34 {
		padding-left: 34px !important;
		padding-right: 34px !important;
	}

	.py-md-34 {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.pt-md-34 {
		padding-top: 34px !important;
	}

	.pr-md-34 {
		padding-right: 34px !important;
	}

	.pb-md-34 {
		padding-bottom: 34px !important;
	}

	.pl-md-34 {
		padding-left: 34px !important;
	}

	.m-md-35 {
		margin: 35px !important;
	}

	.mx-md-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.my-md-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.mt-md-35 {
		margin-top: 35px !important;
	}

	.mr-md-35 {
		margin-right: 35px !important;
	}

	.mb-md-35 {
		margin-bottom: 35px !important;
	}

	.ml-md-35 {
		margin-left: 35px !important;
	}

	.p-md-35 {
		padding: 35px !important;
	}

	.px-md-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.py-md-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.pt-md-35 {
		padding-top: 35px !important;
	}

	.pr-md-35 {
		padding-right: 35px !important;
	}

	.pb-md-35 {
		padding-bottom: 35px !important;
	}

	.pl-md-35 {
		padding-left: 35px !important;
	}

	.m-md-36 {
		margin: 36px !important;
	}

	.mx-md-36 {
		margin-left: 36px !important;
		margin-right: 36px !important;
	}

	.my-md-36 {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
	}

	.mt-md-36 {
		margin-top: 36px !important;
	}

	.mr-md-36 {
		margin-right: 36px !important;
	}

	.mb-md-36 {
		margin-bottom: 36px !important;
	}

	.ml-md-36 {
		margin-left: 36px !important;
	}

	.p-md-36 {
		padding: 36px !important;
	}

	.px-md-36 {
		padding-left: 36px !important;
		padding-right: 36px !important;
	}

	.py-md-36 {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}

	.pt-md-36 {
		padding-top: 36px !important;
	}

	.pr-md-36 {
		padding-right: 36px !important;
	}

	.pb-md-36 {
		padding-bottom: 36px !important;
	}

	.pl-md-36 {
		padding-left: 36px !important;
	}

	.m-md-37 {
		margin: 37px !important;
	}

	.mx-md-37 {
		margin-left: 37px !important;
		margin-right: 37px !important;
	}

	.my-md-37 {
		margin-top: 37px !important;
		margin-bottom: 37px !important;
	}

	.mt-md-37 {
		margin-top: 37px !important;
	}

	.mr-md-37 {
		margin-right: 37px !important;
	}

	.mb-md-37 {
		margin-bottom: 37px !important;
	}

	.ml-md-37 {
		margin-left: 37px !important;
	}

	.p-md-37 {
		padding: 37px !important;
	}

	.px-md-37 {
		padding-left: 37px !important;
		padding-right: 37px !important;
	}

	.py-md-37 {
		padding-top: 37px !important;
		padding-bottom: 37px !important;
	}

	.pt-md-37 {
		padding-top: 37px !important;
	}

	.pr-md-37 {
		padding-right: 37px !important;
	}

	.pb-md-37 {
		padding-bottom: 37px !important;
	}

	.pl-md-37 {
		padding-left: 37px !important;
	}

	.m-md-38 {
		margin: 38px !important;
	}

	.mx-md-38 {
		margin-left: 38px !important;
		margin-right: 38px !important;
	}

	.my-md-38 {
		margin-top: 38px !important;
		margin-bottom: 38px !important;
	}

	.mt-md-38 {
		margin-top: 38px !important;
	}

	.mr-md-38 {
		margin-right: 38px !important;
	}

	.mb-md-38 {
		margin-bottom: 38px !important;
	}

	.ml-md-38 {
		margin-left: 38px !important;
	}

	.p-md-38 {
		padding: 38px !important;
	}

	.px-md-38 {
		padding-left: 38px !important;
		padding-right: 38px !important;
	}

	.py-md-38 {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}

	.pt-md-38 {
		padding-top: 38px !important;
	}

	.pr-md-38 {
		padding-right: 38px !important;
	}

	.pb-md-38 {
		padding-bottom: 38px !important;
	}

	.pl-md-38 {
		padding-left: 38px !important;
	}

	.m-md-39 {
		margin: 39px !important;
	}

	.mx-md-39 {
		margin-left: 39px !important;
		margin-right: 39px !important;
	}

	.my-md-39 {
		margin-top: 39px !important;
		margin-bottom: 39px !important;
	}

	.mt-md-39 {
		margin-top: 39px !important;
	}

	.mr-md-39 {
		margin-right: 39px !important;
	}

	.mb-md-39 {
		margin-bottom: 39px !important;
	}

	.ml-md-39 {
		margin-left: 39px !important;
	}

	.p-md-39 {
		padding: 39px !important;
	}

	.px-md-39 {
		padding-left: 39px !important;
		padding-right: 39px !important;
	}

	.py-md-39 {
		padding-top: 39px !important;
		padding-bottom: 39px !important;
	}

	.pt-md-39 {
		padding-top: 39px !important;
	}

	.pr-md-39 {
		padding-right: 39px !important;
	}

	.pb-md-39 {
		padding-bottom: 39px !important;
	}

	.pl-md-39 {
		padding-left: 39px !important;
	}

	.m-md-40 {
		margin: 40px !important;
	}

	.mx-md-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.my-md-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mr-md-40 {
		margin-right: 40px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.ml-md-40 {
		margin-left: 40px !important;
	}

	.p-md-40 {
		padding: 40px !important;
	}

	.px-md-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.pt-md-40 {
		padding-top: 40px !important;
	}

	.pr-md-40 {
		padding-right: 40px !important;
	}

	.pb-md-40 {
		padding-bottom: 40px !important;
	}

	.pl-md-40 {
		padding-left: 40px !important;
	}

	.m-md-25 {
		margin: 25px !important;
	}

	.mx-md-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.my-md-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.mt-md-25 {
		margin-top: 25px !important;
	}

	.mr-md-25 {
		margin-right: 25px !important;
	}

	.mb-md-25 {
		margin-bottom: 25px !important;
	}

	.ml-md-25 {
		margin-left: 25px !important;
	}

	.p-md-25 {
		padding: 25px !important;
	}

	.px-md-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.py-md-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.pt-md-25 {
		padding-top: 25px !important;
	}

	.pr-md-25 {
		padding-right: 25px !important;
	}

	.pb-md-25 {
		padding-bottom: 25px !important;
	}

	.pl-md-25 {
		padding-left: 25px !important;
	}

	.m-md-30 {
		margin: 30px !important;
	}

	.mx-md-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.my-md-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mr-md-30 {
		margin-right: 30px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.ml-md-30 {
		margin-left: 30px !important;
	}

	.p-md-30 {
		padding: 30px !important;
	}

	.px-md-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.pt-md-30 {
		padding-top: 30px !important;
	}

	.pr-md-30 {
		padding-right: 30px !important;
	}

	.pb-md-30 {
		padding-bottom: 30px !important;
	}

	.pl-md-30 {
		padding-left: 30px !important;
	}

	.m-md-35 {
		margin: 35px !important;
	}

	.mx-md-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.my-md-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.mt-md-35 {
		margin-top: 35px !important;
	}

	.mr-md-35 {
		margin-right: 35px !important;
	}

	.mb-md-35 {
		margin-bottom: 35px !important;
	}

	.ml-md-35 {
		margin-left: 35px !important;
	}

	.p-md-35 {
		padding: 35px !important;
	}

	.px-md-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.py-md-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.pt-md-35 {
		padding-top: 35px !important;
	}

	.pr-md-35 {
		padding-right: 35px !important;
	}

	.pb-md-35 {
		padding-bottom: 35px !important;
	}

	.pl-md-35 {
		padding-left: 35px !important;
	}

	.m-md-40 {
		margin: 40px !important;
	}

	.mx-md-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.my-md-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mr-md-40 {
		margin-right: 40px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.ml-md-40 {
		margin-left: 40px !important;
	}

	.p-md-40 {
		padding: 40px !important;
	}

	.px-md-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.pt-md-40 {
		padding-top: 40px !important;
	}

	.pr-md-40 {
		padding-right: 40px !important;
	}

	.pb-md-40 {
		padding-bottom: 40px !important;
	}

	.pl-md-40 {
		padding-left: 40px !important;
	}

	.m-md-45 {
		margin: 45px !important;
	}

	.mx-md-45 {
		margin-left: 45px !important;
		margin-right: 45px !important;
	}

	.my-md-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.mt-md-45 {
		margin-top: 45px !important;
	}

	.mr-md-45 {
		margin-right: 45px !important;
	}

	.mb-md-45 {
		margin-bottom: 45px !important;
	}

	.ml-md-45 {
		margin-left: 45px !important;
	}

	.p-md-45 {
		padding: 45px !important;
	}

	.px-md-45 {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.py-md-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.pt-md-45 {
		padding-top: 45px !important;
	}

	.pr-md-45 {
		padding-right: 45px !important;
	}

	.pb-md-45 {
		padding-bottom: 45px !important;
	}

	.pl-md-45 {
		padding-left: 45px !important;
	}

	.m-md-50 {
		margin: 50px !important;
	}

	.mx-md-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.my-md-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mr-md-50 {
		margin-right: 50px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.ml-md-50 {
		margin-left: 50px !important;
	}

	.p-md-50 {
		padding: 50px !important;
	}

	.px-md-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.pt-md-50 {
		padding-top: 50px !important;
	}

	.pr-md-50 {
		padding-right: 50px !important;
	}

	.pb-md-50 {
		padding-bottom: 50px !important;
	}

	.pl-md-50 {
		padding-left: 50px !important;
	}

	.m-md-55 {
		margin: 55px !important;
	}

	.mx-md-55 {
		margin-left: 55px !important;
		margin-right: 55px !important;
	}

	.my-md-55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}

	.mt-md-55 {
		margin-top: 55px !important;
	}

	.mr-md-55 {
		margin-right: 55px !important;
	}

	.mb-md-55 {
		margin-bottom: 55px !important;
	}

	.ml-md-55 {
		margin-left: 55px !important;
	}

	.p-md-55 {
		padding: 55px !important;
	}

	.px-md-55 {
		padding-left: 55px !important;
		padding-right: 55px !important;
	}

	.py-md-55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}

	.pt-md-55 {
		padding-top: 55px !important;
	}

	.pr-md-55 {
		padding-right: 55px !important;
	}

	.pb-md-55 {
		padding-bottom: 55px !important;
	}

	.pl-md-55 {
		padding-left: 55px !important;
	}

	.m-md-60 {
		margin: 60px !important;
	}

	.mx-md-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.my-md-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mr-md-60 {
		margin-right: 60px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}

	.ml-md-60 {
		margin-left: 60px !important;
	}

	.p-md-60 {
		padding: 60px !important;
	}

	.px-md-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.pt-md-60 {
		padding-top: 60px !important;
	}

	.pr-md-60 {
		padding-right: 60px !important;
	}

	.pb-md-60 {
		padding-bottom: 60px !important;
	}

	.pl-md-60 {
		padding-left: 60px !important;
	}

	.m-md-65 {
		margin: 65px !important;
	}

	.mx-md-65 {
		margin-left: 65px !important;
		margin-right: 65px !important;
	}

	.my-md-65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}

	.mt-md-65 {
		margin-top: 65px !important;
	}

	.mr-md-65 {
		margin-right: 65px !important;
	}

	.mb-md-65 {
		margin-bottom: 65px !important;
	}

	.ml-md-65 {
		margin-left: 65px !important;
	}

	.p-md-65 {
		padding: 65px !important;
	}

	.px-md-65 {
		padding-left: 65px !important;
		padding-right: 65px !important;
	}

	.py-md-65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}

	.pt-md-65 {
		padding-top: 65px !important;
	}

	.pr-md-65 {
		padding-right: 65px !important;
	}

	.pb-md-65 {
		padding-bottom: 65px !important;
	}

	.pl-md-65 {
		padding-left: 65px !important;
	}

	.m-md-70 {
		margin: 70px !important;
	}

	.mx-md-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}

	.my-md-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.mt-md-70 {
		margin-top: 70px !important;
	}

	.mr-md-70 {
		margin-right: 70px !important;
	}

	.mb-md-70 {
		margin-bottom: 70px !important;
	}

	.ml-md-70 {
		margin-left: 70px !important;
	}

	.p-md-70 {
		padding: 70px !important;
	}

	.px-md-70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}

	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.pt-md-70 {
		padding-top: 70px !important;
	}

	.pr-md-70 {
		padding-right: 70px !important;
	}

	.pb-md-70 {
		padding-bottom: 70px !important;
	}

	.pl-md-70 {
		padding-left: 70px !important;
	}

	.m-md-75 {
		margin: 75px !important;
	}

	.mx-md-75 {
		margin-left: 75px !important;
		margin-right: 75px !important;
	}

	.my-md-75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}

	.mt-md-75 {
		margin-top: 75px !important;
	}

	.mr-md-75 {
		margin-right: 75px !important;
	}

	.mb-md-75 {
		margin-bottom: 75px !important;
	}

	.ml-md-75 {
		margin-left: 75px !important;
	}

	.p-md-75 {
		padding: 75px !important;
	}

	.px-md-75 {
		padding-left: 75px !important;
		padding-right: 75px !important;
	}

	.py-md-75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}

	.pt-md-75 {
		padding-top: 75px !important;
	}

	.pr-md-75 {
		padding-right: 75px !important;
	}

	.pb-md-75 {
		padding-bottom: 75px !important;
	}

	.pl-md-75 {
		padding-left: 75px !important;
	}

	.m-md-80 {
		margin: 80px !important;
	}

	.mx-md-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}

	.my-md-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.mt-md-80 {
		margin-top: 80px !important;
	}

	.mr-md-80 {
		margin-right: 80px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.ml-md-80 {
		margin-left: 80px !important;
	}

	.p-md-80 {
		padding: 80px !important;
	}

	.px-md-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.pt-md-80 {
		padding-top: 80px !important;
	}

	.pr-md-80 {
		padding-right: 80px !important;
	}

	.pb-md-80 {
		padding-bottom: 80px !important;
	}

	.pl-md-80 {
		padding-left: 80px !important;
	}

	.m-md-85 {
		margin: 85px !important;
	}

	.mx-md-85 {
		margin-left: 85px !important;
		margin-right: 85px !important;
	}

	.my-md-85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}

	.mt-md-85 {
		margin-top: 85px !important;
	}

	.mr-md-85 {
		margin-right: 85px !important;
	}

	.mb-md-85 {
		margin-bottom: 85px !important;
	}

	.ml-md-85 {
		margin-left: 85px !important;
	}

	.p-md-85 {
		padding: 85px !important;
	}

	.px-md-85 {
		padding-left: 85px !important;
		padding-right: 85px !important;
	}

	.py-md-85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}

	.pt-md-85 {
		padding-top: 85px !important;
	}

	.pr-md-85 {
		padding-right: 85px !important;
	}

	.pb-md-85 {
		padding-bottom: 85px !important;
	}

	.pl-md-85 {
		padding-left: 85px !important;
	}

	.m-md-90 {
		margin: 90px !important;
	}

	.mx-md-90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}

	.my-md-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.mt-md-90 {
		margin-top: 90px !important;
	}

	.mr-md-90 {
		margin-right: 90px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px !important;
	}

	.ml-md-90 {
		margin-left: 90px !important;
	}

	.p-md-90 {
		padding: 90px !important;
	}

	.px-md-90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}

	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.pt-md-90 {
		padding-top: 90px !important;
	}

	.pr-md-90 {
		padding-right: 90px !important;
	}

	.pb-md-90 {
		padding-bottom: 90px !important;
	}

	.pl-md-90 {
		padding-left: 90px !important;
	}

	.m-md-95 {
		margin: 95px !important;
	}

	.mx-md-95 {
		margin-left: 95px !important;
		margin-right: 95px !important;
	}

	.my-md-95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}

	.mt-md-95 {
		margin-top: 95px !important;
	}

	.mr-md-95 {
		margin-right: 95px !important;
	}

	.mb-md-95 {
		margin-bottom: 95px !important;
	}

	.ml-md-95 {
		margin-left: 95px !important;
	}

	.p-md-95 {
		padding: 95px !important;
	}

	.px-md-95 {
		padding-left: 95px !important;
		padding-right: 95px !important;
	}

	.py-md-95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}

	.pt-md-95 {
		padding-top: 95px !important;
	}

	.pr-md-95 {
		padding-right: 95px !important;
	}

	.pb-md-95 {
		padding-bottom: 95px !important;
	}

	.pl-md-95 {
		padding-left: 95px !important;
	}

	.m-md-100 {
		margin: 100px !important;
	}

	.mx-md-100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}

	.my-md-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.mt-md-100 {
		margin-top: 100px !important;
	}

	.mr-md-100 {
		margin-right: 100px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px !important;
	}

	.ml-md-100 {
		margin-left: 100px !important;
	}

	.p-md-100 {
		padding: 100px !important;
	}

	.px-md-100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}

	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.pt-md-100 {
		padding-top: 100px !important;
	}

	.pr-md-100 {
		padding-right: 100px !important;
	}

	.pb-md-100 {
		padding-bottom: 100px !important;
	}

	.pl-md-100 {
		padding-left: 100px !important;
	}

	.m-md-105 {
		margin: 105px !important;
	}

	.mx-md-105 {
		margin-left: 105px !important;
		margin-right: 105px !important;
	}

	.my-md-105 {
		margin-top: 105px !important;
		margin-bottom: 105px !important;
	}

	.mt-md-105 {
		margin-top: 105px !important;
	}

	.mr-md-105 {
		margin-right: 105px !important;
	}

	.mb-md-105 {
		margin-bottom: 105px !important;
	}

	.ml-md-105 {
		margin-left: 105px !important;
	}

	.p-md-105 {
		padding: 105px !important;
	}

	.px-md-105 {
		padding-left: 105px !important;
		padding-right: 105px !important;
	}

	.py-md-105 {
		padding-top: 105px !important;
		padding-bottom: 105px !important;
	}

	.pt-md-105 {
		padding-top: 105px !important;
	}

	.pr-md-105 {
		padding-right: 105px !important;
	}

	.pb-md-105 {
		padding-bottom: 105px !important;
	}

	.pl-md-105 {
		padding-left: 105px !important;
	}

	.m-md-110 {
		margin: 110px !important;
	}

	.mx-md-110 {
		margin-left: 110px !important;
		margin-right: 110px !important;
	}

	.my-md-110 {
		margin-top: 110px !important;
		margin-bottom: 110px !important;
	}

	.mt-md-110 {
		margin-top: 110px !important;
	}

	.mr-md-110 {
		margin-right: 110px !important;
	}

	.mb-md-110 {
		margin-bottom: 110px !important;
	}

	.ml-md-110 {
		margin-left: 110px !important;
	}

	.p-md-110 {
		padding: 110px !important;
	}

	.px-md-110 {
		padding-left: 110px !important;
		padding-right: 110px !important;
	}

	.py-md-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}

	.pt-md-110 {
		padding-top: 110px !important;
	}

	.pr-md-110 {
		padding-right: 110px !important;
	}

	.pb-md-110 {
		padding-bottom: 110px !important;
	}

	.pl-md-110 {
		padding-left: 110px !important;
	}

	.m-md-115 {
		margin: 115px !important;
	}

	.mx-md-115 {
		margin-left: 115px !important;
		margin-right: 115px !important;
	}

	.my-md-115 {
		margin-top: 115px !important;
		margin-bottom: 115px !important;
	}

	.mt-md-115 {
		margin-top: 115px !important;
	}

	.mr-md-115 {
		margin-right: 115px !important;
	}

	.mb-md-115 {
		margin-bottom: 115px !important;
	}

	.ml-md-115 {
		margin-left: 115px !important;
	}

	.p-md-115 {
		padding: 115px !important;
	}

	.px-md-115 {
		padding-left: 115px !important;
		padding-right: 115px !important;
	}

	.py-md-115 {
		padding-top: 115px !important;
		padding-bottom: 115px !important;
	}

	.pt-md-115 {
		padding-top: 115px !important;
	}

	.pr-md-115 {
		padding-right: 115px !important;
	}

	.pb-md-115 {
		padding-bottom: 115px !important;
	}

	.pl-md-115 {
		padding-left: 115px !important;
	}

	.m-md-120 {
		margin: 120px !important;
	}

	.mx-md-120 {
		margin-left: 120px !important;
		margin-right: 120px !important;
	}

	.my-md-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}

	.mt-md-120 {
		margin-top: 120px !important;
	}

	.mr-md-120 {
		margin-right: 120px !important;
	}

	.mb-md-120 {
		margin-bottom: 120px !important;
	}

	.ml-md-120 {
		margin-left: 120px !important;
	}

	.p-md-120 {
		padding: 120px !important;
	}

	.px-md-120 {
		padding-left: 120px !important;
		padding-right: 120px !important;
	}

	.py-md-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.pt-md-120 {
		padding-top: 120px !important;
	}

	.pr-md-120 {
		padding-right: 120px !important;
	}

	.pb-md-120 {
		padding-bottom: 120px !important;
	}

	.pl-md-120 {
		padding-left: 120px !important;
	}

	.m-md-125 {
		margin: 125px !important;
	}

	.mx-md-125 {
		margin-left: 125px !important;
		margin-right: 125px !important;
	}

	.my-md-125 {
		margin-top: 125px !important;
		margin-bottom: 125px !important;
	}

	.mt-md-125 {
		margin-top: 125px !important;
	}

	.mr-md-125 {
		margin-right: 125px !important;
	}

	.mb-md-125 {
		margin-bottom: 125px !important;
	}

	.ml-md-125 {
		margin-left: 125px !important;
	}

	.p-md-125 {
		padding: 125px !important;
	}

	.px-md-125 {
		padding-left: 125px !important;
		padding-right: 125px !important;
	}

	.py-md-125 {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
	}

	.pt-md-125 {
		padding-top: 125px !important;
	}

	.pr-md-125 {
		padding-right: 125px !important;
	}

	.pb-md-125 {
		padding-bottom: 125px !important;
	}

	.pl-md-125 {
		padding-left: 125px !important;
	}

	.m-md-130 {
		margin: 130px !important;
	}

	.mx-md-130 {
		margin-left: 130px !important;
		margin-right: 130px !important;
	}

	.my-md-130 {
		margin-top: 130px !important;
		margin-bottom: 130px !important;
	}

	.mt-md-130 {
		margin-top: 130px !important;
	}

	.mr-md-130 {
		margin-right: 130px !important;
	}

	.mb-md-130 {
		margin-bottom: 130px !important;
	}

	.ml-md-130 {
		margin-left: 130px !important;
	}

	.p-md-130 {
		padding: 130px !important;
	}

	.px-md-130 {
		padding-left: 130px !important;
		padding-right: 130px !important;
	}

	.py-md-130 {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}

	.pt-md-130 {
		padding-top: 130px !important;
	}

	.pr-md-130 {
		padding-right: 130px !important;
	}

	.pb-md-130 {
		padding-bottom: 130px !important;
	}

	.pl-md-130 {
		padding-left: 130px !important;
	}

	.m-md-135 {
		margin: 135px !important;
	}

	.mx-md-135 {
		margin-left: 135px !important;
		margin-right: 135px !important;
	}

	.my-md-135 {
		margin-top: 135px !important;
		margin-bottom: 135px !important;
	}

	.mt-md-135 {
		margin-top: 135px !important;
	}

	.mr-md-135 {
		margin-right: 135px !important;
	}

	.mb-md-135 {
		margin-bottom: 135px !important;
	}

	.ml-md-135 {
		margin-left: 135px !important;
	}

	.p-md-135 {
		padding: 135px !important;
	}

	.px-md-135 {
		padding-left: 135px !important;
		padding-right: 135px !important;
	}

	.py-md-135 {
		padding-top: 135px !important;
		padding-bottom: 135px !important;
	}

	.pt-md-135 {
		padding-top: 135px !important;
	}

	.pr-md-135 {
		padding-right: 135px !important;
	}

	.pb-md-135 {
		padding-bottom: 135px !important;
	}

	.pl-md-135 {
		padding-left: 135px !important;
	}

	.m-md-140 {
		margin: 140px !important;
	}

	.mx-md-140 {
		margin-left: 140px !important;
		margin-right: 140px !important;
	}

	.my-md-140 {
		margin-top: 140px !important;
		margin-bottom: 140px !important;
	}

	.mt-md-140 {
		margin-top: 140px !important;
	}

	.mr-md-140 {
		margin-right: 140px !important;
	}

	.mb-md-140 {
		margin-bottom: 140px !important;
	}

	.ml-md-140 {
		margin-left: 140px !important;
	}

	.p-md-140 {
		padding: 140px !important;
	}

	.px-md-140 {
		padding-left: 140px !important;
		padding-right: 140px !important;
	}

	.py-md-140 {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}

	.pt-md-140 {
		padding-top: 140px !important;
	}

	.pr-md-140 {
		padding-right: 140px !important;
	}

	.pb-md-140 {
		padding-bottom: 140px !important;
	}

	.pl-md-140 {
		padding-left: 140px !important;
	}

	.m-md-145 {
		margin: 145px !important;
	}

	.mx-md-145 {
		margin-left: 145px !important;
		margin-right: 145px !important;
	}

	.my-md-145 {
		margin-top: 145px !important;
		margin-bottom: 145px !important;
	}

	.mt-md-145 {
		margin-top: 145px !important;
	}

	.mr-md-145 {
		margin-right: 145px !important;
	}

	.mb-md-145 {
		margin-bottom: 145px !important;
	}

	.ml-md-145 {
		margin-left: 145px !important;
	}

	.p-md-145 {
		padding: 145px !important;
	}

	.px-md-145 {
		padding-left: 145px !important;
		padding-right: 145px !important;
	}

	.py-md-145 {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}

	.pt-md-145 {
		padding-top: 145px !important;
	}

	.pr-md-145 {
		padding-right: 145px !important;
	}

	.pb-md-145 {
		padding-bottom: 145px !important;
	}

	.pl-md-145 {
		padding-left: 145px !important;
	}

	.m-md-150 {
		margin: 150px !important;
	}

	.mx-md-150 {
		margin-left: 150px !important;
		margin-right: 150px !important;
	}

	.my-md-150 {
		margin-top: 150px !important;
		margin-bottom: 150px !important;
	}

	.mt-md-150 {
		margin-top: 150px !important;
	}

	.mr-md-150 {
		margin-right: 150px !important;
	}

	.mb-md-150 {
		margin-bottom: 150px !important;
	}

	.ml-md-150 {
		margin-left: 150px !important;
	}

	.p-md-150 {
		padding: 150px !important;
	}

	.px-md-150 {
		padding-left: 150px !important;
		padding-right: 150px !important;
	}

	.py-md-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}

	.pt-md-150 {
		padding-top: 150px !important;
	}

	.pr-md-150 {
		padding-right: 150px !important;
	}

	.pb-md-150 {
		padding-bottom: 150px !important;
	}

	.pl-md-150 {
		padding-left: 150px !important;
	}

	.m-md-155 {
		margin: 155px !important;
	}

	.mx-md-155 {
		margin-left: 155px !important;
		margin-right: 155px !important;
	}

	.my-md-155 {
		margin-top: 155px !important;
		margin-bottom: 155px !important;
	}

	.mt-md-155 {
		margin-top: 155px !important;
	}

	.mr-md-155 {
		margin-right: 155px !important;
	}

	.mb-md-155 {
		margin-bottom: 155px !important;
	}

	.ml-md-155 {
		margin-left: 155px !important;
	}

	.p-md-155 {
		padding: 155px !important;
	}

	.px-md-155 {
		padding-left: 155px !important;
		padding-right: 155px !important;
	}

	.py-md-155 {
		padding-top: 155px !important;
		padding-bottom: 155px !important;
	}

	.pt-md-155 {
		padding-top: 155px !important;
	}

	.pr-md-155 {
		padding-right: 155px !important;
	}

	.pb-md-155 {
		padding-bottom: 155px !important;
	}

	.pl-md-155 {
		padding-left: 155px !important;
	}

	.m-md-160 {
		margin: 160px !important;
	}

	.mx-md-160 {
		margin-left: 160px !important;
		margin-right: 160px !important;
	}

	.my-md-160 {
		margin-top: 160px !important;
		margin-bottom: 160px !important;
	}

	.mt-md-160 {
		margin-top: 160px !important;
	}

	.mr-md-160 {
		margin-right: 160px !important;
	}

	.mb-md-160 {
		margin-bottom: 160px !important;
	}

	.ml-md-160 {
		margin-left: 160px !important;
	}

	.p-md-160 {
		padding: 160px !important;
	}

	.px-md-160 {
		padding-left: 160px !important;
		padding-right: 160px !important;
	}

	.py-md-160 {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}

	.pt-md-160 {
		padding-top: 160px !important;
	}

	.pr-md-160 {
		padding-right: 160px !important;
	}

	.pb-md-160 {
		padding-bottom: 160px !important;
	}

	.pl-md-160 {
		padding-left: 160px !important;
	}

	.m-md-165 {
		margin: 165px !important;
	}

	.mx-md-165 {
		margin-left: 165px !important;
		margin-right: 165px !important;
	}

	.my-md-165 {
		margin-top: 165px !important;
		margin-bottom: 165px !important;
	}

	.mt-md-165 {
		margin-top: 165px !important;
	}

	.mr-md-165 {
		margin-right: 165px !important;
	}

	.mb-md-165 {
		margin-bottom: 165px !important;
	}

	.ml-md-165 {
		margin-left: 165px !important;
	}

	.p-md-165 {
		padding: 165px !important;
	}

	.px-md-165 {
		padding-left: 165px !important;
		padding-right: 165px !important;
	}

	.py-md-165 {
		padding-top: 165px !important;
		padding-bottom: 165px !important;
	}

	.pt-md-165 {
		padding-top: 165px !important;
	}

	.pr-md-165 {
		padding-right: 165px !important;
	}

	.pb-md-165 {
		padding-bottom: 165px !important;
	}

	.pl-md-165 {
		padding-left: 165px !important;
	}

	.m-md-170 {
		margin: 170px !important;
	}

	.mx-md-170 {
		margin-left: 170px !important;
		margin-right: 170px !important;
	}

	.my-md-170 {
		margin-top: 170px !important;
		margin-bottom: 170px !important;
	}

	.mt-md-170 {
		margin-top: 170px !important;
	}

	.mr-md-170 {
		margin-right: 170px !important;
	}

	.mb-md-170 {
		margin-bottom: 170px !important;
	}

	.ml-md-170 {
		margin-left: 170px !important;
	}

	.p-md-170 {
		padding: 170px !important;
	}

	.px-md-170 {
		padding-left: 170px !important;
		padding-right: 170px !important;
	}

	.py-md-170 {
		padding-top: 170px !important;
		padding-bottom: 170px !important;
	}

	.pt-md-170 {
		padding-top: 170px !important;
	}

	.pr-md-170 {
		padding-right: 170px !important;
	}

	.pb-md-170 {
		padding-bottom: 170px !important;
	}

	.pl-md-170 {
		padding-left: 170px !important;
	}

	.m-md-175 {
		margin: 175px !important;
	}

	.mx-md-175 {
		margin-left: 175px !important;
		margin-right: 175px !important;
	}

	.my-md-175 {
		margin-top: 175px !important;
		margin-bottom: 175px !important;
	}

	.mt-md-175 {
		margin-top: 175px !important;
	}

	.mr-md-175 {
		margin-right: 175px !important;
	}

	.mb-md-175 {
		margin-bottom: 175px !important;
	}

	.ml-md-175 {
		margin-left: 175px !important;
	}

	.p-md-175 {
		padding: 175px !important;
	}

	.px-md-175 {
		padding-left: 175px !important;
		padding-right: 175px !important;
	}

	.py-md-175 {
		padding-top: 175px !important;
		padding-bottom: 175px !important;
	}

	.pt-md-175 {
		padding-top: 175px !important;
	}

	.pr-md-175 {
		padding-right: 175px !important;
	}

	.pb-md-175 {
		padding-bottom: 175px !important;
	}

	.pl-md-175 {
		padding-left: 175px !important;
	}

	.m-md-180 {
		margin: 180px !important;
	}

	.mx-md-180 {
		margin-left: 180px !important;
		margin-right: 180px !important;
	}

	.my-md-180 {
		margin-top: 180px !important;
		margin-bottom: 180px !important;
	}

	.mt-md-180 {
		margin-top: 180px !important;
	}

	.mr-md-180 {
		margin-right: 180px !important;
	}

	.mb-md-180 {
		margin-bottom: 180px !important;
	}

	.ml-md-180 {
		margin-left: 180px !important;
	}

	.p-md-180 {
		padding: 180px !important;
	}

	.px-md-180 {
		padding-left: 180px !important;
		padding-right: 180px !important;
	}

	.py-md-180 {
		padding-top: 180px !important;
		padding-bottom: 180px !important;
	}

	.pt-md-180 {
		padding-top: 180px !important;
	}

	.pr-md-180 {
		padding-right: 180px !important;
	}

	.pb-md-180 {
		padding-bottom: 180px !important;
	}

	.pl-md-180 {
		padding-left: 180px !important;
	}

	.m-md-185 {
		margin: 185px !important;
	}

	.mx-md-185 {
		margin-left: 185px !important;
		margin-right: 185px !important;
	}

	.my-md-185 {
		margin-top: 185px !important;
		margin-bottom: 185px !important;
	}

	.mt-md-185 {
		margin-top: 185px !important;
	}

	.mr-md-185 {
		margin-right: 185px !important;
	}

	.mb-md-185 {
		margin-bottom: 185px !important;
	}

	.ml-md-185 {
		margin-left: 185px !important;
	}

	.p-md-185 {
		padding: 185px !important;
	}

	.px-md-185 {
		padding-left: 185px !important;
		padding-right: 185px !important;
	}

	.py-md-185 {
		padding-top: 185px !important;
		padding-bottom: 185px !important;
	}

	.pt-md-185 {
		padding-top: 185px !important;
	}

	.pr-md-185 {
		padding-right: 185px !important;
	}

	.pb-md-185 {
		padding-bottom: 185px !important;
	}

	.pl-md-185 {
		padding-left: 185px !important;
	}

	.m-md-190 {
		margin: 190px !important;
	}

	.mx-md-190 {
		margin-left: 190px !important;
		margin-right: 190px !important;
	}

	.my-md-190 {
		margin-top: 190px !important;
		margin-bottom: 190px !important;
	}

	.mt-md-190 {
		margin-top: 190px !important;
	}

	.mr-md-190 {
		margin-right: 190px !important;
	}

	.mb-md-190 {
		margin-bottom: 190px !important;
	}

	.ml-md-190 {
		margin-left: 190px !important;
	}

	.p-md-190 {
		padding: 190px !important;
	}

	.px-md-190 {
		padding-left: 190px !important;
		padding-right: 190px !important;
	}

	.py-md-190 {
		padding-top: 190px !important;
		padding-bottom: 190px !important;
	}

	.pt-md-190 {
		padding-top: 190px !important;
	}

	.pr-md-190 {
		padding-right: 190px !important;
	}

	.pb-md-190 {
		padding-bottom: 190px !important;
	}

	.pl-md-190 {
		padding-left: 190px !important;
	}

	.m-md-195 {
		margin: 195px !important;
	}

	.mx-md-195 {
		margin-left: 195px !important;
		margin-right: 195px !important;
	}

	.my-md-195 {
		margin-top: 195px !important;
		margin-bottom: 195px !important;
	}

	.mt-md-195 {
		margin-top: 195px !important;
	}

	.mr-md-195 {
		margin-right: 195px !important;
	}

	.mb-md-195 {
		margin-bottom: 195px !important;
	}

	.ml-md-195 {
		margin-left: 195px !important;
	}

	.p-md-195 {
		padding: 195px !important;
	}

	.px-md-195 {
		padding-left: 195px !important;
		padding-right: 195px !important;
	}

	.py-md-195 {
		padding-top: 195px !important;
		padding-bottom: 195px !important;
	}

	.pt-md-195 {
		padding-top: 195px !important;
	}

	.pr-md-195 {
		padding-right: 195px !important;
	}

	.pb-md-195 {
		padding-bottom: 195px !important;
	}

	.pl-md-195 {
		padding-left: 195px !important;
	}

	.m-md-200 {
		margin: 200px !important;
	}

	.mx-md-200 {
		margin-left: 200px !important;
		margin-right: 200px !important;
	}

	.my-md-200 {
		margin-top: 200px !important;
		margin-bottom: 200px !important;
	}

	.mt-md-200 {
		margin-top: 200px !important;
	}

	.mr-md-200 {
		margin-right: 200px !important;
	}

	.mb-md-200 {
		margin-bottom: 200px !important;
	}

	.ml-md-200 {
		margin-left: 200px !important;
	}

	.p-md-200 {
		padding: 200px !important;
	}

	.px-md-200 {
		padding-left: 200px !important;
		padding-right: 200px !important;
	}

	.py-md-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}

	.pt-md-200 {
		padding-top: 200px !important;
	}

	.pr-md-200 {
		padding-right: 200px !important;
	}

	.pb-md-200 {
		padding-bottom: 200px !important;
	}

	.pl-md-200 {
		padding-left: 200px !important;
	}

	.m-md-205 {
		margin: 205px !important;
	}

	.mx-md-205 {
		margin-left: 205px !important;
		margin-right: 205px !important;
	}

	.my-md-205 {
		margin-top: 205px !important;
		margin-bottom: 205px !important;
	}

	.mt-md-205 {
		margin-top: 205px !important;
	}

	.mr-md-205 {
		margin-right: 205px !important;
	}

	.mb-md-205 {
		margin-bottom: 205px !important;
	}

	.ml-md-205 {
		margin-left: 205px !important;
	}

	.p-md-205 {
		padding: 205px !important;
	}

	.px-md-205 {
		padding-left: 205px !important;
		padding-right: 205px !important;
	}

	.py-md-205 {
		padding-top: 205px !important;
		padding-bottom: 205px !important;
	}

	.pt-md-205 {
		padding-top: 205px !important;
	}

	.pr-md-205 {
		padding-right: 205px !important;
	}

	.pb-md-205 {
		padding-bottom: 205px !important;
	}

	.pl-md-205 {
		padding-left: 205px !important;
	}

	.m-md-210 {
		margin: 210px !important;
	}

	.mx-md-210 {
		margin-left: 210px !important;
		margin-right: 210px !important;
	}

	.my-md-210 {
		margin-top: 210px !important;
		margin-bottom: 210px !important;
	}

	.mt-md-210 {
		margin-top: 210px !important;
	}

	.mr-md-210 {
		margin-right: 210px !important;
	}

	.mb-md-210 {
		margin-bottom: 210px !important;
	}

	.ml-md-210 {
		margin-left: 210px !important;
	}

	.p-md-210 {
		padding: 210px !important;
	}

	.px-md-210 {
		padding-left: 210px !important;
		padding-right: 210px !important;
	}

	.py-md-210 {
		padding-top: 210px !important;
		padding-bottom: 210px !important;
	}

	.pt-md-210 {
		padding-top: 210px !important;
	}

	.pr-md-210 {
		padding-right: 210px !important;
	}

	.pb-md-210 {
		padding-bottom: 210px !important;
	}

	.pl-md-210 {
		padding-left: 210px !important;
	}

	.m-md-215 {
		margin: 215px !important;
	}

	.mx-md-215 {
		margin-left: 215px !important;
		margin-right: 215px !important;
	}

	.my-md-215 {
		margin-top: 215px !important;
		margin-bottom: 215px !important;
	}

	.mt-md-215 {
		margin-top: 215px !important;
	}

	.mr-md-215 {
		margin-right: 215px !important;
	}

	.mb-md-215 {
		margin-bottom: 215px !important;
	}

	.ml-md-215 {
		margin-left: 215px !important;
	}

	.p-md-215 {
		padding: 215px !important;
	}

	.px-md-215 {
		padding-left: 215px !important;
		padding-right: 215px !important;
	}

	.py-md-215 {
		padding-top: 215px !important;
		padding-bottom: 215px !important;
	}

	.pt-md-215 {
		padding-top: 215px !important;
	}

	.pr-md-215 {
		padding-right: 215px !important;
	}

	.pb-md-215 {
		padding-bottom: 215px !important;
	}

	.pl-md-215 {
		padding-left: 215px !important;
	}

	.m-md-220 {
		margin: 220px !important;
	}

	.mx-md-220 {
		margin-left: 220px !important;
		margin-right: 220px !important;
	}

	.my-md-220 {
		margin-top: 220px !important;
		margin-bottom: 220px !important;
	}

	.mt-md-220 {
		margin-top: 220px !important;
	}

	.mr-md-220 {
		margin-right: 220px !important;
	}

	.mb-md-220 {
		margin-bottom: 220px !important;
	}

	.ml-md-220 {
		margin-left: 220px !important;
	}

	.p-md-220 {
		padding: 220px !important;
	}

	.px-md-220 {
		padding-left: 220px !important;
		padding-right: 220px !important;
	}

	.py-md-220 {
		padding-top: 220px !important;
		padding-bottom: 220px !important;
	}

	.pt-md-220 {
		padding-top: 220px !important;
	}

	.pr-md-220 {
		padding-right: 220px !important;
	}

	.pb-md-220 {
		padding-bottom: 220px !important;
	}

	.pl-md-220 {
		padding-left: 220px !important;
	}

	.m-md-225 {
		margin: 225px !important;
	}

	.mx-md-225 {
		margin-left: 225px !important;
		margin-right: 225px !important;
	}

	.my-md-225 {
		margin-top: 225px !important;
		margin-bottom: 225px !important;
	}

	.mt-md-225 {
		margin-top: 225px !important;
	}

	.mr-md-225 {
		margin-right: 225px !important;
	}

	.mb-md-225 {
		margin-bottom: 225px !important;
	}

	.ml-md-225 {
		margin-left: 225px !important;
	}

	.p-md-225 {
		padding: 225px !important;
	}

	.px-md-225 {
		padding-left: 225px !important;
		padding-right: 225px !important;
	}

	.py-md-225 {
		padding-top: 225px !important;
		padding-bottom: 225px !important;
	}

	.pt-md-225 {
		padding-top: 225px !important;
	}

	.pr-md-225 {
		padding-right: 225px !important;
	}

	.pb-md-225 {
		padding-bottom: 225px !important;
	}

	.pl-md-225 {
		padding-left: 225px !important;
	}

	.m-md-230 {
		margin: 230px !important;
	}

	.mx-md-230 {
		margin-left: 230px !important;
		margin-right: 230px !important;
	}

	.my-md-230 {
		margin-top: 230px !important;
		margin-bottom: 230px !important;
	}

	.mt-md-230 {
		margin-top: 230px !important;
	}

	.mr-md-230 {
		margin-right: 230px !important;
	}

	.mb-md-230 {
		margin-bottom: 230px !important;
	}

	.ml-md-230 {
		margin-left: 230px !important;
	}

	.p-md-230 {
		padding: 230px !important;
	}

	.px-md-230 {
		padding-left: 230px !important;
		padding-right: 230px !important;
	}

	.py-md-230 {
		padding-top: 230px !important;
		padding-bottom: 230px !important;
	}

	.pt-md-230 {
		padding-top: 230px !important;
	}

	.pr-md-230 {
		padding-right: 230px !important;
	}

	.pb-md-230 {
		padding-bottom: 230px !important;
	}

	.pl-md-230 {
		padding-left: 230px !important;
	}

	.m-md-235 {
		margin: 235px !important;
	}

	.mx-md-235 {
		margin-left: 235px !important;
		margin-right: 235px !important;
	}

	.my-md-235 {
		margin-top: 235px !important;
		margin-bottom: 235px !important;
	}

	.mt-md-235 {
		margin-top: 235px !important;
	}

	.mr-md-235 {
		margin-right: 235px !important;
	}

	.mb-md-235 {
		margin-bottom: 235px !important;
	}

	.ml-md-235 {
		margin-left: 235px !important;
	}

	.p-md-235 {
		padding: 235px !important;
	}

	.px-md-235 {
		padding-left: 235px !important;
		padding-right: 235px !important;
	}

	.py-md-235 {
		padding-top: 235px !important;
		padding-bottom: 235px !important;
	}

	.pt-md-235 {
		padding-top: 235px !important;
	}

	.pr-md-235 {
		padding-right: 235px !important;
	}

	.pb-md-235 {
		padding-bottom: 235px !important;
	}

	.pl-md-235 {
		padding-left: 235px !important;
	}

	.m-md-240 {
		margin: 240px !important;
	}

	.mx-md-240 {
		margin-left: 240px !important;
		margin-right: 240px !important;
	}

	.my-md-240 {
		margin-top: 240px !important;
		margin-bottom: 240px !important;
	}

	.mt-md-240 {
		margin-top: 240px !important;
	}

	.mr-md-240 {
		margin-right: 240px !important;
	}

	.mb-md-240 {
		margin-bottom: 240px !important;
	}

	.ml-md-240 {
		margin-left: 240px !important;
	}

	.p-md-240 {
		padding: 240px !important;
	}

	.px-md-240 {
		padding-left: 240px !important;
		padding-right: 240px !important;
	}

	.py-md-240 {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}

	.pt-md-240 {
		padding-top: 240px !important;
	}

	.pr-md-240 {
		padding-right: 240px !important;
	}

	.pb-md-240 {
		padding-bottom: 240px !important;
	}

	.pl-md-240 {
		padding-left: 240px !important;
	}

	.m-md-245 {
		margin: 245px !important;
	}

	.mx-md-245 {
		margin-left: 245px !important;
		margin-right: 245px !important;
	}

	.my-md-245 {
		margin-top: 245px !important;
		margin-bottom: 245px !important;
	}

	.mt-md-245 {
		margin-top: 245px !important;
	}

	.mr-md-245 {
		margin-right: 245px !important;
	}

	.mb-md-245 {
		margin-bottom: 245px !important;
	}

	.ml-md-245 {
		margin-left: 245px !important;
	}

	.p-md-245 {
		padding: 245px !important;
	}

	.px-md-245 {
		padding-left: 245px !important;
		padding-right: 245px !important;
	}

	.py-md-245 {
		padding-top: 245px !important;
		padding-bottom: 245px !important;
	}

	.pt-md-245 {
		padding-top: 245px !important;
	}

	.pr-md-245 {
		padding-right: 245px !important;
	}

	.pb-md-245 {
		padding-bottom: 245px !important;
	}

	.pl-md-245 {
		padding-left: 245px !important;
	}

	.m-md-250 {
		margin: 250px !important;
	}

	.mx-md-250 {
		margin-left: 250px !important;
		margin-right: 250px !important;
	}

	.my-md-250 {
		margin-top: 250px !important;
		margin-bottom: 250px !important;
	}

	.mt-md-250 {
		margin-top: 250px !important;
	}

	.mr-md-250 {
		margin-right: 250px !important;
	}

	.mb-md-250 {
		margin-bottom: 250px !important;
	}

	.ml-md-250 {
		margin-left: 250px !important;
	}

	.p-md-250 {
		padding: 250px !important;
	}

	.px-md-250 {
		padding-left: 250px !important;
		padding-right: 250px !important;
	}

	.py-md-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}

	.pt-md-250 {
		padding-top: 250px !important;
	}

	.pr-md-250 {
		padding-right: 250px !important;
	}

	.pb-md-250 {
		padding-bottom: 250px !important;
	}

	.pl-md-250 {
		padding-left: 250px !important;
	}

	.m-md-255 {
		margin: 255px !important;
	}

	.mx-md-255 {
		margin-left: 255px !important;
		margin-right: 255px !important;
	}

	.my-md-255 {
		margin-top: 255px !important;
		margin-bottom: 255px !important;
	}

	.mt-md-255 {
		margin-top: 255px !important;
	}

	.mr-md-255 {
		margin-right: 255px !important;
	}

	.mb-md-255 {
		margin-bottom: 255px !important;
	}

	.ml-md-255 {
		margin-left: 255px !important;
	}

	.p-md-255 {
		padding: 255px !important;
	}

	.px-md-255 {
		padding-left: 255px !important;
		padding-right: 255px !important;
	}

	.py-md-255 {
		padding-top: 255px !important;
		padding-bottom: 255px !important;
	}

	.pt-md-255 {
		padding-top: 255px !important;
	}

	.pr-md-255 {
		padding-right: 255px !important;
	}

	.pb-md-255 {
		padding-bottom: 255px !important;
	}

	.pl-md-255 {
		padding-left: 255px !important;
	}

	.m-md-260 {
		margin: 260px !important;
	}

	.mx-md-260 {
		margin-left: 260px !important;
		margin-right: 260px !important;
	}

	.my-md-260 {
		margin-top: 260px !important;
		margin-bottom: 260px !important;
	}

	.mt-md-260 {
		margin-top: 260px !important;
	}

	.mr-md-260 {
		margin-right: 260px !important;
	}

	.mb-md-260 {
		margin-bottom: 260px !important;
	}

	.ml-md-260 {
		margin-left: 260px !important;
	}

	.p-md-260 {
		padding: 260px !important;
	}

	.px-md-260 {
		padding-left: 260px !important;
		padding-right: 260px !important;
	}

	.py-md-260 {
		padding-top: 260px !important;
		padding-bottom: 260px !important;
	}

	.pt-md-260 {
		padding-top: 260px !important;
	}

	.pr-md-260 {
		padding-right: 260px !important;
	}

	.pb-md-260 {
		padding-bottom: 260px !important;
	}

	.pl-md-260 {
		padding-left: 260px !important;
	}

	.m-md-265 {
		margin: 265px !important;
	}

	.mx-md-265 {
		margin-left: 265px !important;
		margin-right: 265px !important;
	}

	.my-md-265 {
		margin-top: 265px !important;
		margin-bottom: 265px !important;
	}

	.mt-md-265 {
		margin-top: 265px !important;
	}

	.mr-md-265 {
		margin-right: 265px !important;
	}

	.mb-md-265 {
		margin-bottom: 265px !important;
	}

	.ml-md-265 {
		margin-left: 265px !important;
	}

	.p-md-265 {
		padding: 265px !important;
	}

	.px-md-265 {
		padding-left: 265px !important;
		padding-right: 265px !important;
	}

	.py-md-265 {
		padding-top: 265px !important;
		padding-bottom: 265px !important;
	}

	.pt-md-265 {
		padding-top: 265px !important;
	}

	.pr-md-265 {
		padding-right: 265px !important;
	}

	.pb-md-265 {
		padding-bottom: 265px !important;
	}

	.pl-md-265 {
		padding-left: 265px !important;
	}

	.m-md-270 {
		margin: 270px !important;
	}

	.mx-md-270 {
		margin-left: 270px !important;
		margin-right: 270px !important;
	}

	.my-md-270 {
		margin-top: 270px !important;
		margin-bottom: 270px !important;
	}

	.mt-md-270 {
		margin-top: 270px !important;
	}

	.mr-md-270 {
		margin-right: 270px !important;
	}

	.mb-md-270 {
		margin-bottom: 270px !important;
	}

	.ml-md-270 {
		margin-left: 270px !important;
	}

	.p-md-270 {
		padding: 270px !important;
	}

	.px-md-270 {
		padding-left: 270px !important;
		padding-right: 270px !important;
	}

	.py-md-270 {
		padding-top: 270px !important;
		padding-bottom: 270px !important;
	}

	.pt-md-270 {
		padding-top: 270px !important;
	}

	.pr-md-270 {
		padding-right: 270px !important;
	}

	.pb-md-270 {
		padding-bottom: 270px !important;
	}

	.pl-md-270 {
		padding-left: 270px !important;
	}

	.m-md-275 {
		margin: 275px !important;
	}

	.mx-md-275 {
		margin-left: 275px !important;
		margin-right: 275px !important;
	}

	.my-md-275 {
		margin-top: 275px !important;
		margin-bottom: 275px !important;
	}

	.mt-md-275 {
		margin-top: 275px !important;
	}

	.mr-md-275 {
		margin-right: 275px !important;
	}

	.mb-md-275 {
		margin-bottom: 275px !important;
	}

	.ml-md-275 {
		margin-left: 275px !important;
	}

	.p-md-275 {
		padding: 275px !important;
	}

	.px-md-275 {
		padding-left: 275px !important;
		padding-right: 275px !important;
	}

	.py-md-275 {
		padding-top: 275px !important;
		padding-bottom: 275px !important;
	}

	.pt-md-275 {
		padding-top: 275px !important;
	}

	.pr-md-275 {
		padding-right: 275px !important;
	}

	.pb-md-275 {
		padding-bottom: 275px !important;
	}

	.pl-md-275 {
		padding-left: 275px !important;
	}

	.m-md-280 {
		margin: 280px !important;
	}

	.mx-md-280 {
		margin-left: 280px !important;
		margin-right: 280px !important;
	}

	.my-md-280 {
		margin-top: 280px !important;
		margin-bottom: 280px !important;
	}

	.mt-md-280 {
		margin-top: 280px !important;
	}

	.mr-md-280 {
		margin-right: 280px !important;
	}

	.mb-md-280 {
		margin-bottom: 280px !important;
	}

	.ml-md-280 {
		margin-left: 280px !important;
	}

	.p-md-280 {
		padding: 280px !important;
	}

	.px-md-280 {
		padding-left: 280px !important;
		padding-right: 280px !important;
	}

	.py-md-280 {
		padding-top: 280px !important;
		padding-bottom: 280px !important;
	}

	.pt-md-280 {
		padding-top: 280px !important;
	}

	.pr-md-280 {
		padding-right: 280px !important;
	}

	.pb-md-280 {
		padding-bottom: 280px !important;
	}

	.pl-md-280 {
		padding-left: 280px !important;
	}

	.m-md-285 {
		margin: 285px !important;
	}

	.mx-md-285 {
		margin-left: 285px !important;
		margin-right: 285px !important;
	}

	.my-md-285 {
		margin-top: 285px !important;
		margin-bottom: 285px !important;
	}

	.mt-md-285 {
		margin-top: 285px !important;
	}

	.mr-md-285 {
		margin-right: 285px !important;
	}

	.mb-md-285 {
		margin-bottom: 285px !important;
	}

	.ml-md-285 {
		margin-left: 285px !important;
	}

	.p-md-285 {
		padding: 285px !important;
	}

	.px-md-285 {
		padding-left: 285px !important;
		padding-right: 285px !important;
	}

	.py-md-285 {
		padding-top: 285px !important;
		padding-bottom: 285px !important;
	}

	.pt-md-285 {
		padding-top: 285px !important;
	}

	.pr-md-285 {
		padding-right: 285px !important;
	}

	.pb-md-285 {
		padding-bottom: 285px !important;
	}

	.pl-md-285 {
		padding-left: 285px !important;
	}

	.m-md-290 {
		margin: 290px !important;
	}

	.mx-md-290 {
		margin-left: 290px !important;
		margin-right: 290px !important;
	}

	.my-md-290 {
		margin-top: 290px !important;
		margin-bottom: 290px !important;
	}

	.mt-md-290 {
		margin-top: 290px !important;
	}

	.mr-md-290 {
		margin-right: 290px !important;
	}

	.mb-md-290 {
		margin-bottom: 290px !important;
	}

	.ml-md-290 {
		margin-left: 290px !important;
	}

	.p-md-290 {
		padding: 290px !important;
	}

	.px-md-290 {
		padding-left: 290px !important;
		padding-right: 290px !important;
	}

	.py-md-290 {
		padding-top: 290px !important;
		padding-bottom: 290px !important;
	}

	.pt-md-290 {
		padding-top: 290px !important;
	}

	.pr-md-290 {
		padding-right: 290px !important;
	}

	.pb-md-290 {
		padding-bottom: 290px !important;
	}

	.pl-md-290 {
		padding-left: 290px !important;
	}

	.m-md-295 {
		margin: 295px !important;
	}

	.mx-md-295 {
		margin-left: 295px !important;
		margin-right: 295px !important;
	}

	.my-md-295 {
		margin-top: 295px !important;
		margin-bottom: 295px !important;
	}

	.mt-md-295 {
		margin-top: 295px !important;
	}

	.mr-md-295 {
		margin-right: 295px !important;
	}

	.mb-md-295 {
		margin-bottom: 295px !important;
	}

	.ml-md-295 {
		margin-left: 295px !important;
	}

	.p-md-295 {
		padding: 295px !important;
	}

	.px-md-295 {
		padding-left: 295px !important;
		padding-right: 295px !important;
	}

	.py-md-295 {
		padding-top: 295px !important;
		padding-bottom: 295px !important;
	}

	.pt-md-295 {
		padding-top: 295px !important;
	}

	.pr-md-295 {
		padding-right: 295px !important;
	}

	.pb-md-295 {
		padding-bottom: 295px !important;
	}

	.pl-md-295 {
		padding-left: 295px !important;
	}

	.m-md-300 {
		margin: 300px !important;
	}

	.mx-md-300 {
		margin-left: 300px !important;
		margin-right: 300px !important;
	}

	.my-md-300 {
		margin-top: 300px !important;
		margin-bottom: 300px !important;
	}

	.mt-md-300 {
		margin-top: 300px !important;
	}

	.mr-md-300 {
		margin-right: 300px !important;
	}

	.mb-md-300 {
		margin-bottom: 300px !important;
	}

	.ml-md-300 {
		margin-left: 300px !important;
	}

	.p-md-300 {
		padding: 300px !important;
	}

	.px-md-300 {
		padding-left: 300px !important;
		padding-right: 300px !important;
	}

	.py-md-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}

	.pt-md-300 {
		padding-top: 300px !important;
	}

	.pr-md-300 {
		padding-right: 300px !important;
	}

	.pb-md-300 {
		padding-bottom: 300px !important;
	}

	.pl-md-300 {
		padding-left: 300px !important;
	}

	.m-md-305 {
		margin: 305px !important;
	}

	.mx-md-305 {
		margin-left: 305px !important;
		margin-right: 305px !important;
	}

	.my-md-305 {
		margin-top: 305px !important;
		margin-bottom: 305px !important;
	}

	.mt-md-305 {
		margin-top: 305px !important;
	}

	.mr-md-305 {
		margin-right: 305px !important;
	}

	.mb-md-305 {
		margin-bottom: 305px !important;
	}

	.ml-md-305 {
		margin-left: 305px !important;
	}

	.p-md-305 {
		padding: 305px !important;
	}

	.px-md-305 {
		padding-left: 305px !important;
		padding-right: 305px !important;
	}

	.py-md-305 {
		padding-top: 305px !important;
		padding-bottom: 305px !important;
	}

	.pt-md-305 {
		padding-top: 305px !important;
	}

	.pr-md-305 {
		padding-right: 305px !important;
	}

	.pb-md-305 {
		padding-bottom: 305px !important;
	}

	.pl-md-305 {
		padding-left: 305px !important;
	}

	.m-md-310 {
		margin: 310px !important;
	}

	.mx-md-310 {
		margin-left: 310px !important;
		margin-right: 310px !important;
	}

	.my-md-310 {
		margin-top: 310px !important;
		margin-bottom: 310px !important;
	}

	.mt-md-310 {
		margin-top: 310px !important;
	}

	.mr-md-310 {
		margin-right: 310px !important;
	}

	.mb-md-310 {
		margin-bottom: 310px !important;
	}

	.ml-md-310 {
		margin-left: 310px !important;
	}

	.p-md-310 {
		padding: 310px !important;
	}

	.px-md-310 {
		padding-left: 310px !important;
		padding-right: 310px !important;
	}

	.py-md-310 {
		padding-top: 310px !important;
		padding-bottom: 310px !important;
	}

	.pt-md-310 {
		padding-top: 310px !important;
	}

	.pr-md-310 {
		padding-right: 310px !important;
	}

	.pb-md-310 {
		padding-bottom: 310px !important;
	}

	.pl-md-310 {
		padding-left: 310px !important;
	}

	.m-md-315 {
		margin: 315px !important;
	}

	.mx-md-315 {
		margin-left: 315px !important;
		margin-right: 315px !important;
	}

	.my-md-315 {
		margin-top: 315px !important;
		margin-bottom: 315px !important;
	}

	.mt-md-315 {
		margin-top: 315px !important;
	}

	.mr-md-315 {
		margin-right: 315px !important;
	}

	.mb-md-315 {
		margin-bottom: 315px !important;
	}

	.ml-md-315 {
		margin-left: 315px !important;
	}

	.p-md-315 {
		padding: 315px !important;
	}

	.px-md-315 {
		padding-left: 315px !important;
		padding-right: 315px !important;
	}

	.py-md-315 {
		padding-top: 315px !important;
		padding-bottom: 315px !important;
	}

	.pt-md-315 {
		padding-top: 315px !important;
	}

	.pr-md-315 {
		padding-right: 315px !important;
	}

	.pb-md-315 {
		padding-bottom: 315px !important;
	}

	.pl-md-315 {
		padding-left: 315px !important;
	}

	.m-md-320 {
		margin: 320px !important;
	}

	.mx-md-320 {
		margin-left: 320px !important;
		margin-right: 320px !important;
	}

	.my-md-320 {
		margin-top: 320px !important;
		margin-bottom: 320px !important;
	}

	.mt-md-320 {
		margin-top: 320px !important;
	}

	.mr-md-320 {
		margin-right: 320px !important;
	}

	.mb-md-320 {
		margin-bottom: 320px !important;
	}

	.ml-md-320 {
		margin-left: 320px !important;
	}

	.p-md-320 {
		padding: 320px !important;
	}

	.px-md-320 {
		padding-left: 320px !important;
		padding-right: 320px !important;
	}

	.py-md-320 {
		padding-top: 320px !important;
		padding-bottom: 320px !important;
	}

	.pt-md-320 {
		padding-top: 320px !important;
	}

	.pr-md-320 {
		padding-right: 320px !important;
	}

	.pb-md-320 {
		padding-bottom: 320px !important;
	}

	.pl-md-320 {
		padding-left: 320px !important;
	}

	.m-md-325 {
		margin: 325px !important;
	}

	.mx-md-325 {
		margin-left: 325px !important;
		margin-right: 325px !important;
	}

	.my-md-325 {
		margin-top: 325px !important;
		margin-bottom: 325px !important;
	}

	.mt-md-325 {
		margin-top: 325px !important;
	}

	.mr-md-325 {
		margin-right: 325px !important;
	}

	.mb-md-325 {
		margin-bottom: 325px !important;
	}

	.ml-md-325 {
		margin-left: 325px !important;
	}

	.p-md-325 {
		padding: 325px !important;
	}

	.px-md-325 {
		padding-left: 325px !important;
		padding-right: 325px !important;
	}

	.py-md-325 {
		padding-top: 325px !important;
		padding-bottom: 325px !important;
	}

	.pt-md-325 {
		padding-top: 325px !important;
	}

	.pr-md-325 {
		padding-right: 325px !important;
	}

	.pb-md-325 {
		padding-bottom: 325px !important;
	}

	.pl-md-325 {
		padding-left: 325px !important;
	}

	.m-md-330 {
		margin: 330px !important;
	}

	.mx-md-330 {
		margin-left: 330px !important;
		margin-right: 330px !important;
	}

	.my-md-330 {
		margin-top: 330px !important;
		margin-bottom: 330px !important;
	}

	.mt-md-330 {
		margin-top: 330px !important;
	}

	.mr-md-330 {
		margin-right: 330px !important;
	}

	.mb-md-330 {
		margin-bottom: 330px !important;
	}

	.ml-md-330 {
		margin-left: 330px !important;
	}

	.p-md-330 {
		padding: 330px !important;
	}

	.px-md-330 {
		padding-left: 330px !important;
		padding-right: 330px !important;
	}

	.py-md-330 {
		padding-top: 330px !important;
		padding-bottom: 330px !important;
	}

	.pt-md-330 {
		padding-top: 330px !important;
	}

	.pr-md-330 {
		padding-right: 330px !important;
	}

	.pb-md-330 {
		padding-bottom: 330px !important;
	}

	.pl-md-330 {
		padding-left: 330px !important;
	}

	.m-md-335 {
		margin: 335px !important;
	}

	.mx-md-335 {
		margin-left: 335px !important;
		margin-right: 335px !important;
	}

	.my-md-335 {
		margin-top: 335px !important;
		margin-bottom: 335px !important;
	}

	.mt-md-335 {
		margin-top: 335px !important;
	}

	.mr-md-335 {
		margin-right: 335px !important;
	}

	.mb-md-335 {
		margin-bottom: 335px !important;
	}

	.ml-md-335 {
		margin-left: 335px !important;
	}

	.p-md-335 {
		padding: 335px !important;
	}

	.px-md-335 {
		padding-left: 335px !important;
		padding-right: 335px !important;
	}

	.py-md-335 {
		padding-top: 335px !important;
		padding-bottom: 335px !important;
	}

	.pt-md-335 {
		padding-top: 335px !important;
	}

	.pr-md-335 {
		padding-right: 335px !important;
	}

	.pb-md-335 {
		padding-bottom: 335px !important;
	}

	.pl-md-335 {
		padding-left: 335px !important;
	}

	.m-md-340 {
		margin: 340px !important;
	}

	.mx-md-340 {
		margin-left: 340px !important;
		margin-right: 340px !important;
	}

	.my-md-340 {
		margin-top: 340px !important;
		margin-bottom: 340px !important;
	}

	.mt-md-340 {
		margin-top: 340px !important;
	}

	.mr-md-340 {
		margin-right: 340px !important;
	}

	.mb-md-340 {
		margin-bottom: 340px !important;
	}

	.ml-md-340 {
		margin-left: 340px !important;
	}

	.p-md-340 {
		padding: 340px !important;
	}

	.px-md-340 {
		padding-left: 340px !important;
		padding-right: 340px !important;
	}

	.py-md-340 {
		padding-top: 340px !important;
		padding-bottom: 340px !important;
	}

	.pt-md-340 {
		padding-top: 340px !important;
	}

	.pr-md-340 {
		padding-right: 340px !important;
	}

	.pb-md-340 {
		padding-bottom: 340px !important;
	}

	.pl-md-340 {
		padding-left: 340px !important;
	}

	.m-md-345 {
		margin: 345px !important;
	}

	.mx-md-345 {
		margin-left: 345px !important;
		margin-right: 345px !important;
	}

	.my-md-345 {
		margin-top: 345px !important;
		margin-bottom: 345px !important;
	}

	.mt-md-345 {
		margin-top: 345px !important;
	}

	.mr-md-345 {
		margin-right: 345px !important;
	}

	.mb-md-345 {
		margin-bottom: 345px !important;
	}

	.ml-md-345 {
		margin-left: 345px !important;
	}

	.p-md-345 {
		padding: 345px !important;
	}

	.px-md-345 {
		padding-left: 345px !important;
		padding-right: 345px !important;
	}

	.py-md-345 {
		padding-top: 345px !important;
		padding-bottom: 345px !important;
	}

	.pt-md-345 {
		padding-top: 345px !important;
	}

	.pr-md-345 {
		padding-right: 345px !important;
	}

	.pb-md-345 {
		padding-bottom: 345px !important;
	}

	.pl-md-345 {
		padding-left: 345px !important;
	}

	.m-md-350 {
		margin: 350px !important;
	}

	.mx-md-350 {
		margin-left: 350px !important;
		margin-right: 350px !important;
	}

	.my-md-350 {
		margin-top: 350px !important;
		margin-bottom: 350px !important;
	}

	.mt-md-350 {
		margin-top: 350px !important;
	}

	.mr-md-350 {
		margin-right: 350px !important;
	}

	.mb-md-350 {
		margin-bottom: 350px !important;
	}

	.ml-md-350 {
		margin-left: 350px !important;
	}

	.p-md-350 {
		padding: 350px !important;
	}

	.px-md-350 {
		padding-left: 350px !important;
		padding-right: 350px !important;
	}

	.py-md-350 {
		padding-top: 350px !important;
		padding-bottom: 350px !important;
	}

	.pt-md-350 {
		padding-top: 350px !important;
	}

	.pr-md-350 {
		padding-right: 350px !important;
	}

	.pb-md-350 {
		padding-bottom: 350px !important;
	}

	.pl-md-350 {
		padding-left: 350px !important;
	}

	.m-md-355 {
		margin: 355px !important;
	}

	.mx-md-355 {
		margin-left: 355px !important;
		margin-right: 355px !important;
	}

	.my-md-355 {
		margin-top: 355px !important;
		margin-bottom: 355px !important;
	}

	.mt-md-355 {
		margin-top: 355px !important;
	}

	.mr-md-355 {
		margin-right: 355px !important;
	}

	.mb-md-355 {
		margin-bottom: 355px !important;
	}

	.ml-md-355 {
		margin-left: 355px !important;
	}

	.p-md-355 {
		padding: 355px !important;
	}

	.px-md-355 {
		padding-left: 355px !important;
		padding-right: 355px !important;
	}

	.py-md-355 {
		padding-top: 355px !important;
		padding-bottom: 355px !important;
	}

	.pt-md-355 {
		padding-top: 355px !important;
	}

	.pr-md-355 {
		padding-right: 355px !important;
	}

	.pb-md-355 {
		padding-bottom: 355px !important;
	}

	.pl-md-355 {
		padding-left: 355px !important;
	}

	.m-md-360 {
		margin: 360px !important;
	}

	.mx-md-360 {
		margin-left: 360px !important;
		margin-right: 360px !important;
	}

	.my-md-360 {
		margin-top: 360px !important;
		margin-bottom: 360px !important;
	}

	.mt-md-360 {
		margin-top: 360px !important;
	}

	.mr-md-360 {
		margin-right: 360px !important;
	}

	.mb-md-360 {
		margin-bottom: 360px !important;
	}

	.ml-md-360 {
		margin-left: 360px !important;
	}

	.p-md-360 {
		padding: 360px !important;
	}

	.px-md-360 {
		padding-left: 360px !important;
		padding-right: 360px !important;
	}

	.py-md-360 {
		padding-top: 360px !important;
		padding-bottom: 360px !important;
	}

	.pt-md-360 {
		padding-top: 360px !important;
	}

	.pr-md-360 {
		padding-right: 360px !important;
	}

	.pb-md-360 {
		padding-bottom: 360px !important;
	}

	.pl-md-360 {
		padding-left: 360px !important;
	}

	.m-md-365 {
		margin: 365px !important;
	}

	.mx-md-365 {
		margin-left: 365px !important;
		margin-right: 365px !important;
	}

	.my-md-365 {
		margin-top: 365px !important;
		margin-bottom: 365px !important;
	}

	.mt-md-365 {
		margin-top: 365px !important;
	}

	.mr-md-365 {
		margin-right: 365px !important;
	}

	.mb-md-365 {
		margin-bottom: 365px !important;
	}

	.ml-md-365 {
		margin-left: 365px !important;
	}

	.p-md-365 {
		padding: 365px !important;
	}

	.px-md-365 {
		padding-left: 365px !important;
		padding-right: 365px !important;
	}

	.py-md-365 {
		padding-top: 365px !important;
		padding-bottom: 365px !important;
	}

	.pt-md-365 {
		padding-top: 365px !important;
	}

	.pr-md-365 {
		padding-right: 365px !important;
	}

	.pb-md-365 {
		padding-bottom: 365px !important;
	}

	.pl-md-365 {
		padding-left: 365px !important;
	}

	.m-md-370 {
		margin: 370px !important;
	}

	.mx-md-370 {
		margin-left: 370px !important;
		margin-right: 370px !important;
	}

	.my-md-370 {
		margin-top: 370px !important;
		margin-bottom: 370px !important;
	}

	.mt-md-370 {
		margin-top: 370px !important;
	}

	.mr-md-370 {
		margin-right: 370px !important;
	}

	.mb-md-370 {
		margin-bottom: 370px !important;
	}

	.ml-md-370 {
		margin-left: 370px !important;
	}

	.p-md-370 {
		padding: 370px !important;
	}

	.px-md-370 {
		padding-left: 370px !important;
		padding-right: 370px !important;
	}

	.py-md-370 {
		padding-top: 370px !important;
		padding-bottom: 370px !important;
	}

	.pt-md-370 {
		padding-top: 370px !important;
	}

	.pr-md-370 {
		padding-right: 370px !important;
	}

	.pb-md-370 {
		padding-bottom: 370px !important;
	}

	.pl-md-370 {
		padding-left: 370px !important;
	}

	.m-md-375 {
		margin: 375px !important;
	}

	.mx-md-375 {
		margin-left: 375px !important;
		margin-right: 375px !important;
	}

	.my-md-375 {
		margin-top: 375px !important;
		margin-bottom: 375px !important;
	}

	.mt-md-375 {
		margin-top: 375px !important;
	}

	.mr-md-375 {
		margin-right: 375px !important;
	}

	.mb-md-375 {
		margin-bottom: 375px !important;
	}

	.ml-md-375 {
		margin-left: 375px !important;
	}

	.p-md-375 {
		padding: 375px !important;
	}

	.px-md-375 {
		padding-left: 375px !important;
		padding-right: 375px !important;
	}

	.py-md-375 {
		padding-top: 375px !important;
		padding-bottom: 375px !important;
	}

	.pt-md-375 {
		padding-top: 375px !important;
	}

	.pr-md-375 {
		padding-right: 375px !important;
	}

	.pb-md-375 {
		padding-bottom: 375px !important;
	}

	.pl-md-375 {
		padding-left: 375px !important;
	}

	.m-md-380 {
		margin: 380px !important;
	}

	.mx-md-380 {
		margin-left: 380px !important;
		margin-right: 380px !important;
	}

	.my-md-380 {
		margin-top: 380px !important;
		margin-bottom: 380px !important;
	}

	.mt-md-380 {
		margin-top: 380px !important;
	}

	.mr-md-380 {
		margin-right: 380px !important;
	}

	.mb-md-380 {
		margin-bottom: 380px !important;
	}

	.ml-md-380 {
		margin-left: 380px !important;
	}

	.p-md-380 {
		padding: 380px !important;
	}

	.px-md-380 {
		padding-left: 380px !important;
		padding-right: 380px !important;
	}

	.py-md-380 {
		padding-top: 380px !important;
		padding-bottom: 380px !important;
	}

	.pt-md-380 {
		padding-top: 380px !important;
	}

	.pr-md-380 {
		padding-right: 380px !important;
	}

	.pb-md-380 {
		padding-bottom: 380px !important;
	}

	.pl-md-380 {
		padding-left: 380px !important;
	}

	.m-md-385 {
		margin: 385px !important;
	}

	.mx-md-385 {
		margin-left: 385px !important;
		margin-right: 385px !important;
	}

	.my-md-385 {
		margin-top: 385px !important;
		margin-bottom: 385px !important;
	}

	.mt-md-385 {
		margin-top: 385px !important;
	}

	.mr-md-385 {
		margin-right: 385px !important;
	}

	.mb-md-385 {
		margin-bottom: 385px !important;
	}

	.ml-md-385 {
		margin-left: 385px !important;
	}

	.p-md-385 {
		padding: 385px !important;
	}

	.px-md-385 {
		padding-left: 385px !important;
		padding-right: 385px !important;
	}

	.py-md-385 {
		padding-top: 385px !important;
		padding-bottom: 385px !important;
	}

	.pt-md-385 {
		padding-top: 385px !important;
	}

	.pr-md-385 {
		padding-right: 385px !important;
	}

	.pb-md-385 {
		padding-bottom: 385px !important;
	}

	.pl-md-385 {
		padding-left: 385px !important;
	}

	.m-md-390 {
		margin: 390px !important;
	}

	.mx-md-390 {
		margin-left: 390px !important;
		margin-right: 390px !important;
	}

	.my-md-390 {
		margin-top: 390px !important;
		margin-bottom: 390px !important;
	}

	.mt-md-390 {
		margin-top: 390px !important;
	}

	.mr-md-390 {
		margin-right: 390px !important;
	}

	.mb-md-390 {
		margin-bottom: 390px !important;
	}

	.ml-md-390 {
		margin-left: 390px !important;
	}

	.p-md-390 {
		padding: 390px !important;
	}

	.px-md-390 {
		padding-left: 390px !important;
		padding-right: 390px !important;
	}

	.py-md-390 {
		padding-top: 390px !important;
		padding-bottom: 390px !important;
	}

	.pt-md-390 {
		padding-top: 390px !important;
	}

	.pr-md-390 {
		padding-right: 390px !important;
	}

	.pb-md-390 {
		padding-bottom: 390px !important;
	}

	.pl-md-390 {
		padding-left: 390px !important;
	}

	.m-md-395 {
		margin: 395px !important;
	}

	.mx-md-395 {
		margin-left: 395px !important;
		margin-right: 395px !important;
	}

	.my-md-395 {
		margin-top: 395px !important;
		margin-bottom: 395px !important;
	}

	.mt-md-395 {
		margin-top: 395px !important;
	}

	.mr-md-395 {
		margin-right: 395px !important;
	}

	.mb-md-395 {
		margin-bottom: 395px !important;
	}

	.ml-md-395 {
		margin-left: 395px !important;
	}

	.p-md-395 {
		padding: 395px !important;
	}

	.px-md-395 {
		padding-left: 395px !important;
		padding-right: 395px !important;
	}

	.py-md-395 {
		padding-top: 395px !important;
		padding-bottom: 395px !important;
	}

	.pt-md-395 {
		padding-top: 395px !important;
	}

	.pr-md-395 {
		padding-right: 395px !important;
	}

	.pb-md-395 {
		padding-bottom: 395px !important;
	}

	.pl-md-395 {
		padding-left: 395px !important;
	}

	.m-md-400 {
		margin: 400px !important;
	}

	.mx-md-400 {
		margin-left: 400px !important;
		margin-right: 400px !important;
	}

	.my-md-400 {
		margin-top: 400px !important;
		margin-bottom: 400px !important;
	}

	.mt-md-400 {
		margin-top: 400px !important;
	}

	.mr-md-400 {
		margin-right: 400px !important;
	}

	.mb-md-400 {
		margin-bottom: 400px !important;
	}

	.ml-md-400 {
		margin-left: 400px !important;
	}

	.p-md-400 {
		padding: 400px !important;
	}

	.px-md-400 {
		padding-left: 400px !important;
		padding-right: 400px !important;
	}

	.py-md-400 {
		padding-top: 400px !important;
		padding-bottom: 400px !important;
	}

	.pt-md-400 {
		padding-top: 400px !important;
	}

	.pr-md-400 {
		padding-right: 400px !important;
	}

	.pb-md-400 {
		padding-bottom: 400px !important;
	}

	.pl-md-400 {
		padding-left: 400px !important;
	}

	.m-md-405 {
		margin: 405px !important;
	}

	.mx-md-405 {
		margin-left: 405px !important;
		margin-right: 405px !important;
	}

	.my-md-405 {
		margin-top: 405px !important;
		margin-bottom: 405px !important;
	}

	.mt-md-405 {
		margin-top: 405px !important;
	}

	.mr-md-405 {
		margin-right: 405px !important;
	}

	.mb-md-405 {
		margin-bottom: 405px !important;
	}

	.ml-md-405 {
		margin-left: 405px !important;
	}

	.p-md-405 {
		padding: 405px !important;
	}

	.px-md-405 {
		padding-left: 405px !important;
		padding-right: 405px !important;
	}

	.py-md-405 {
		padding-top: 405px !important;
		padding-bottom: 405px !important;
	}

	.pt-md-405 {
		padding-top: 405px !important;
	}

	.pr-md-405 {
		padding-right: 405px !important;
	}

	.pb-md-405 {
		padding-bottom: 405px !important;
	}

	.pl-md-405 {
		padding-left: 405px !important;
	}

	.m-md-410 {
		margin: 410px !important;
	}

	.mx-md-410 {
		margin-left: 410px !important;
		margin-right: 410px !important;
	}

	.my-md-410 {
		margin-top: 410px !important;
		margin-bottom: 410px !important;
	}

	.mt-md-410 {
		margin-top: 410px !important;
	}

	.mr-md-410 {
		margin-right: 410px !important;
	}

	.mb-md-410 {
		margin-bottom: 410px !important;
	}

	.ml-md-410 {
		margin-left: 410px !important;
	}

	.p-md-410 {
		padding: 410px !important;
	}

	.px-md-410 {
		padding-left: 410px !important;
		padding-right: 410px !important;
	}

	.py-md-410 {
		padding-top: 410px !important;
		padding-bottom: 410px !important;
	}

	.pt-md-410 {
		padding-top: 410px !important;
	}

	.pr-md-410 {
		padding-right: 410px !important;
	}

	.pb-md-410 {
		padding-bottom: 410px !important;
	}

	.pl-md-410 {
		padding-left: 410px !important;
	}

	.m-md-415 {
		margin: 415px !important;
	}

	.mx-md-415 {
		margin-left: 415px !important;
		margin-right: 415px !important;
	}

	.my-md-415 {
		margin-top: 415px !important;
		margin-bottom: 415px !important;
	}

	.mt-md-415 {
		margin-top: 415px !important;
	}

	.mr-md-415 {
		margin-right: 415px !important;
	}

	.mb-md-415 {
		margin-bottom: 415px !important;
	}

	.ml-md-415 {
		margin-left: 415px !important;
	}

	.p-md-415 {
		padding: 415px !important;
	}

	.px-md-415 {
		padding-left: 415px !important;
		padding-right: 415px !important;
	}

	.py-md-415 {
		padding-top: 415px !important;
		padding-bottom: 415px !important;
	}

	.pt-md-415 {
		padding-top: 415px !important;
	}

	.pr-md-415 {
		padding-right: 415px !important;
	}

	.pb-md-415 {
		padding-bottom: 415px !important;
	}

	.pl-md-415 {
		padding-left: 415px !important;
	}

	.m-md-420 {
		margin: 420px !important;
	}

	.mx-md-420 {
		margin-left: 420px !important;
		margin-right: 420px !important;
	}

	.my-md-420 {
		margin-top: 420px !important;
		margin-bottom: 420px !important;
	}

	.mt-md-420 {
		margin-top: 420px !important;
	}

	.mr-md-420 {
		margin-right: 420px !important;
	}

	.mb-md-420 {
		margin-bottom: 420px !important;
	}

	.ml-md-420 {
		margin-left: 420px !important;
	}

	.p-md-420 {
		padding: 420px !important;
	}

	.px-md-420 {
		padding-left: 420px !important;
		padding-right: 420px !important;
	}

	.py-md-420 {
		padding-top: 420px !important;
		padding-bottom: 420px !important;
	}

	.pt-md-420 {
		padding-top: 420px !important;
	}

	.pr-md-420 {
		padding-right: 420px !important;
	}

	.pb-md-420 {
		padding-bottom: 420px !important;
	}

	.pl-md-420 {
		padding-left: 420px !important;
	}

	.m-md-425 {
		margin: 425px !important;
	}

	.mx-md-425 {
		margin-left: 425px !important;
		margin-right: 425px !important;
	}

	.my-md-425 {
		margin-top: 425px !important;
		margin-bottom: 425px !important;
	}

	.mt-md-425 {
		margin-top: 425px !important;
	}

	.mr-md-425 {
		margin-right: 425px !important;
	}

	.mb-md-425 {
		margin-bottom: 425px !important;
	}

	.ml-md-425 {
		margin-left: 425px !important;
	}

	.p-md-425 {
		padding: 425px !important;
	}

	.px-md-425 {
		padding-left: 425px !important;
		padding-right: 425px !important;
	}

	.py-md-425 {
		padding-top: 425px !important;
		padding-bottom: 425px !important;
	}

	.pt-md-425 {
		padding-top: 425px !important;
	}

	.pr-md-425 {
		padding-right: 425px !important;
	}

	.pb-md-425 {
		padding-bottom: 425px !important;
	}

	.pl-md-425 {
		padding-left: 425px !important;
	}

	.m-md-430 {
		margin: 430px !important;
	}

	.mx-md-430 {
		margin-left: 430px !important;
		margin-right: 430px !important;
	}

	.my-md-430 {
		margin-top: 430px !important;
		margin-bottom: 430px !important;
	}

	.mt-md-430 {
		margin-top: 430px !important;
	}

	.mr-md-430 {
		margin-right: 430px !important;
	}

	.mb-md-430 {
		margin-bottom: 430px !important;
	}

	.ml-md-430 {
		margin-left: 430px !important;
	}

	.p-md-430 {
		padding: 430px !important;
	}

	.px-md-430 {
		padding-left: 430px !important;
		padding-right: 430px !important;
	}

	.py-md-430 {
		padding-top: 430px !important;
		padding-bottom: 430px !important;
	}

	.pt-md-430 {
		padding-top: 430px !important;
	}

	.pr-md-430 {
		padding-right: 430px !important;
	}

	.pb-md-430 {
		padding-bottom: 430px !important;
	}

	.pl-md-430 {
		padding-left: 430px !important;
	}

	.m-md-435 {
		margin: 435px !important;
	}

	.mx-md-435 {
		margin-left: 435px !important;
		margin-right: 435px !important;
	}

	.my-md-435 {
		margin-top: 435px !important;
		margin-bottom: 435px !important;
	}

	.mt-md-435 {
		margin-top: 435px !important;
	}

	.mr-md-435 {
		margin-right: 435px !important;
	}

	.mb-md-435 {
		margin-bottom: 435px !important;
	}

	.ml-md-435 {
		margin-left: 435px !important;
	}

	.p-md-435 {
		padding: 435px !important;
	}

	.px-md-435 {
		padding-left: 435px !important;
		padding-right: 435px !important;
	}

	.py-md-435 {
		padding-top: 435px !important;
		padding-bottom: 435px !important;
	}

	.pt-md-435 {
		padding-top: 435px !important;
	}

	.pr-md-435 {
		padding-right: 435px !important;
	}

	.pb-md-435 {
		padding-bottom: 435px !important;
	}

	.pl-md-435 {
		padding-left: 435px !important;
	}

	.m-md-440 {
		margin: 440px !important;
	}

	.mx-md-440 {
		margin-left: 440px !important;
		margin-right: 440px !important;
	}

	.my-md-440 {
		margin-top: 440px !important;
		margin-bottom: 440px !important;
	}

	.mt-md-440 {
		margin-top: 440px !important;
	}

	.mr-md-440 {
		margin-right: 440px !important;
	}

	.mb-md-440 {
		margin-bottom: 440px !important;
	}

	.ml-md-440 {
		margin-left: 440px !important;
	}

	.p-md-440 {
		padding: 440px !important;
	}

	.px-md-440 {
		padding-left: 440px !important;
		padding-right: 440px !important;
	}

	.py-md-440 {
		padding-top: 440px !important;
		padding-bottom: 440px !important;
	}

	.pt-md-440 {
		padding-top: 440px !important;
	}

	.pr-md-440 {
		padding-right: 440px !important;
	}

	.pb-md-440 {
		padding-bottom: 440px !important;
	}

	.pl-md-440 {
		padding-left: 440px !important;
	}

	.m-md-445 {
		margin: 445px !important;
	}

	.mx-md-445 {
		margin-left: 445px !important;
		margin-right: 445px !important;
	}

	.my-md-445 {
		margin-top: 445px !important;
		margin-bottom: 445px !important;
	}

	.mt-md-445 {
		margin-top: 445px !important;
	}

	.mr-md-445 {
		margin-right: 445px !important;
	}

	.mb-md-445 {
		margin-bottom: 445px !important;
	}

	.ml-md-445 {
		margin-left: 445px !important;
	}

	.p-md-445 {
		padding: 445px !important;
	}

	.px-md-445 {
		padding-left: 445px !important;
		padding-right: 445px !important;
	}

	.py-md-445 {
		padding-top: 445px !important;
		padding-bottom: 445px !important;
	}

	.pt-md-445 {
		padding-top: 445px !important;
	}

	.pr-md-445 {
		padding-right: 445px !important;
	}

	.pb-md-445 {
		padding-bottom: 445px !important;
	}

	.pl-md-445 {
		padding-left: 445px !important;
	}

	.m-md-450 {
		margin: 450px !important;
	}

	.mx-md-450 {
		margin-left: 450px !important;
		margin-right: 450px !important;
	}

	.my-md-450 {
		margin-top: 450px !important;
		margin-bottom: 450px !important;
	}

	.mt-md-450 {
		margin-top: 450px !important;
	}

	.mr-md-450 {
		margin-right: 450px !important;
	}

	.mb-md-450 {
		margin-bottom: 450px !important;
	}

	.ml-md-450 {
		margin-left: 450px !important;
	}

	.p-md-450 {
		padding: 450px !important;
	}

	.px-md-450 {
		padding-left: 450px !important;
		padding-right: 450px !important;
	}

	.py-md-450 {
		padding-top: 450px !important;
		padding-bottom: 450px !important;
	}

	.pt-md-450 {
		padding-top: 450px !important;
	}

	.pr-md-450 {
		padding-right: 450px !important;
	}

	.pb-md-450 {
		padding-bottom: 450px !important;
	}

	.pl-md-450 {
		padding-left: 450px !important;
	}

	.m-md-455 {
		margin: 455px !important;
	}

	.mx-md-455 {
		margin-left: 455px !important;
		margin-right: 455px !important;
	}

	.my-md-455 {
		margin-top: 455px !important;
		margin-bottom: 455px !important;
	}

	.mt-md-455 {
		margin-top: 455px !important;
	}

	.mr-md-455 {
		margin-right: 455px !important;
	}

	.mb-md-455 {
		margin-bottom: 455px !important;
	}

	.ml-md-455 {
		margin-left: 455px !important;
	}

	.p-md-455 {
		padding: 455px !important;
	}

	.px-md-455 {
		padding-left: 455px !important;
		padding-right: 455px !important;
	}

	.py-md-455 {
		padding-top: 455px !important;
		padding-bottom: 455px !important;
	}

	.pt-md-455 {
		padding-top: 455px !important;
	}

	.pr-md-455 {
		padding-right: 455px !important;
	}

	.pb-md-455 {
		padding-bottom: 455px !important;
	}

	.pl-md-455 {
		padding-left: 455px !important;
	}

	.m-md-460 {
		margin: 460px !important;
	}

	.mx-md-460 {
		margin-left: 460px !important;
		margin-right: 460px !important;
	}

	.my-md-460 {
		margin-top: 460px !important;
		margin-bottom: 460px !important;
	}

	.mt-md-460 {
		margin-top: 460px !important;
	}

	.mr-md-460 {
		margin-right: 460px !important;
	}

	.mb-md-460 {
		margin-bottom: 460px !important;
	}

	.ml-md-460 {
		margin-left: 460px !important;
	}

	.p-md-460 {
		padding: 460px !important;
	}

	.px-md-460 {
		padding-left: 460px !important;
		padding-right: 460px !important;
	}

	.py-md-460 {
		padding-top: 460px !important;
		padding-bottom: 460px !important;
	}

	.pt-md-460 {
		padding-top: 460px !important;
	}

	.pr-md-460 {
		padding-right: 460px !important;
	}

	.pb-md-460 {
		padding-bottom: 460px !important;
	}

	.pl-md-460 {
		padding-left: 460px !important;
	}

	.m-md-465 {
		margin: 465px !important;
	}

	.mx-md-465 {
		margin-left: 465px !important;
		margin-right: 465px !important;
	}

	.my-md-465 {
		margin-top: 465px !important;
		margin-bottom: 465px !important;
	}

	.mt-md-465 {
		margin-top: 465px !important;
	}

	.mr-md-465 {
		margin-right: 465px !important;
	}

	.mb-md-465 {
		margin-bottom: 465px !important;
	}

	.ml-md-465 {
		margin-left: 465px !important;
	}

	.p-md-465 {
		padding: 465px !important;
	}

	.px-md-465 {
		padding-left: 465px !important;
		padding-right: 465px !important;
	}

	.py-md-465 {
		padding-top: 465px !important;
		padding-bottom: 465px !important;
	}

	.pt-md-465 {
		padding-top: 465px !important;
	}

	.pr-md-465 {
		padding-right: 465px !important;
	}

	.pb-md-465 {
		padding-bottom: 465px !important;
	}

	.pl-md-465 {
		padding-left: 465px !important;
	}

	.m-md-470 {
		margin: 470px !important;
	}

	.mx-md-470 {
		margin-left: 470px !important;
		margin-right: 470px !important;
	}

	.my-md-470 {
		margin-top: 470px !important;
		margin-bottom: 470px !important;
	}

	.mt-md-470 {
		margin-top: 470px !important;
	}

	.mr-md-470 {
		margin-right: 470px !important;
	}

	.mb-md-470 {
		margin-bottom: 470px !important;
	}

	.ml-md-470 {
		margin-left: 470px !important;
	}

	.p-md-470 {
		padding: 470px !important;
	}

	.px-md-470 {
		padding-left: 470px !important;
		padding-right: 470px !important;
	}

	.py-md-470 {
		padding-top: 470px !important;
		padding-bottom: 470px !important;
	}

	.pt-md-470 {
		padding-top: 470px !important;
	}

	.pr-md-470 {
		padding-right: 470px !important;
	}

	.pb-md-470 {
		padding-bottom: 470px !important;
	}

	.pl-md-470 {
		padding-left: 470px !important;
	}

	.m-md-475 {
		margin: 475px !important;
	}

	.mx-md-475 {
		margin-left: 475px !important;
		margin-right: 475px !important;
	}

	.my-md-475 {
		margin-top: 475px !important;
		margin-bottom: 475px !important;
	}

	.mt-md-475 {
		margin-top: 475px !important;
	}

	.mr-md-475 {
		margin-right: 475px !important;
	}

	.mb-md-475 {
		margin-bottom: 475px !important;
	}

	.ml-md-475 {
		margin-left: 475px !important;
	}

	.p-md-475 {
		padding: 475px !important;
	}

	.px-md-475 {
		padding-left: 475px !important;
		padding-right: 475px !important;
	}

	.py-md-475 {
		padding-top: 475px !important;
		padding-bottom: 475px !important;
	}

	.pt-md-475 {
		padding-top: 475px !important;
	}

	.pr-md-475 {
		padding-right: 475px !important;
	}

	.pb-md-475 {
		padding-bottom: 475px !important;
	}

	.pl-md-475 {
		padding-left: 475px !important;
	}

	.m-md-480 {
		margin: 480px !important;
	}

	.mx-md-480 {
		margin-left: 480px !important;
		margin-right: 480px !important;
	}

	.my-md-480 {
		margin-top: 480px !important;
		margin-bottom: 480px !important;
	}

	.mt-md-480 {
		margin-top: 480px !important;
	}

	.mr-md-480 {
		margin-right: 480px !important;
	}

	.mb-md-480 {
		margin-bottom: 480px !important;
	}

	.ml-md-480 {
		margin-left: 480px !important;
	}

	.p-md-480 {
		padding: 480px !important;
	}

	.px-md-480 {
		padding-left: 480px !important;
		padding-right: 480px !important;
	}

	.py-md-480 {
		padding-top: 480px !important;
		padding-bottom: 480px !important;
	}

	.pt-md-480 {
		padding-top: 480px !important;
	}

	.pr-md-480 {
		padding-right: 480px !important;
	}

	.pb-md-480 {
		padding-bottom: 480px !important;
	}

	.pl-md-480 {
		padding-left: 480px !important;
	}

	.m-md-485 {
		margin: 485px !important;
	}

	.mx-md-485 {
		margin-left: 485px !important;
		margin-right: 485px !important;
	}

	.my-md-485 {
		margin-top: 485px !important;
		margin-bottom: 485px !important;
	}

	.mt-md-485 {
		margin-top: 485px !important;
	}

	.mr-md-485 {
		margin-right: 485px !important;
	}

	.mb-md-485 {
		margin-bottom: 485px !important;
	}

	.ml-md-485 {
		margin-left: 485px !important;
	}

	.p-md-485 {
		padding: 485px !important;
	}

	.px-md-485 {
		padding-left: 485px !important;
		padding-right: 485px !important;
	}

	.py-md-485 {
		padding-top: 485px !important;
		padding-bottom: 485px !important;
	}

	.pt-md-485 {
		padding-top: 485px !important;
	}

	.pr-md-485 {
		padding-right: 485px !important;
	}

	.pb-md-485 {
		padding-bottom: 485px !important;
	}

	.pl-md-485 {
		padding-left: 485px !important;
	}

	.m-md-490 {
		margin: 490px !important;
	}

	.mx-md-490 {
		margin-left: 490px !important;
		margin-right: 490px !important;
	}

	.my-md-490 {
		margin-top: 490px !important;
		margin-bottom: 490px !important;
	}

	.mt-md-490 {
		margin-top: 490px !important;
	}

	.mr-md-490 {
		margin-right: 490px !important;
	}

	.mb-md-490 {
		margin-bottom: 490px !important;
	}

	.ml-md-490 {
		margin-left: 490px !important;
	}

	.p-md-490 {
		padding: 490px !important;
	}

	.px-md-490 {
		padding-left: 490px !important;
		padding-right: 490px !important;
	}

	.py-md-490 {
		padding-top: 490px !important;
		padding-bottom: 490px !important;
	}

	.pt-md-490 {
		padding-top: 490px !important;
	}

	.pr-md-490 {
		padding-right: 490px !important;
	}

	.pb-md-490 {
		padding-bottom: 490px !important;
	}

	.pl-md-490 {
		padding-left: 490px !important;
	}

	.m-md-495 {
		margin: 495px !important;
	}

	.mx-md-495 {
		margin-left: 495px !important;
		margin-right: 495px !important;
	}

	.my-md-495 {
		margin-top: 495px !important;
		margin-bottom: 495px !important;
	}

	.mt-md-495 {
		margin-top: 495px !important;
	}

	.mr-md-495 {
		margin-right: 495px !important;
	}

	.mb-md-495 {
		margin-bottom: 495px !important;
	}

	.ml-md-495 {
		margin-left: 495px !important;
	}

	.p-md-495 {
		padding: 495px !important;
	}

	.px-md-495 {
		padding-left: 495px !important;
		padding-right: 495px !important;
	}

	.py-md-495 {
		padding-top: 495px !important;
		padding-bottom: 495px !important;
	}

	.pt-md-495 {
		padding-top: 495px !important;
	}

	.pr-md-495 {
		padding-right: 495px !important;
	}

	.pb-md-495 {
		padding-bottom: 495px !important;
	}

	.pl-md-495 {
		padding-left: 495px !important;
	}

	.m-md-500 {
		margin: 500px !important;
	}

	.mx-md-500 {
		margin-left: 500px !important;
		margin-right: 500px !important;
	}

	.my-md-500 {
		margin-top: 500px !important;
		margin-bottom: 500px !important;
	}

	.mt-md-500 {
		margin-top: 500px !important;
	}

	.mr-md-500 {
		margin-right: 500px !important;
	}

	.mb-md-500 {
		margin-bottom: 500px !important;
	}

	.ml-md-500 {
		margin-left: 500px !important;
	}

	.p-md-500 {
		padding: 500px !important;
	}

	.px-md-500 {
		padding-left: 500px !important;
		padding-right: 500px !important;
	}

	.py-md-500 {
		padding-top: 500px !important;
		padding-bottom: 500px !important;
	}

	.pt-md-500 {
		padding-top: 500px !important;
	}

	.pr-md-500 {
		padding-right: 500px !important;
	}

	.pb-md-500 {
		padding-bottom: 500px !important;
	}

	.pl-md-500 {
		padding-left: 500px !important;
	}
}
@media (min-width: 1280px) {
	.m-lg-0 {
		margin: 0px !important;
	}

	.mx-lg-0 {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.my-lg-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.mt-lg-0 {
		margin-top: 0px !important;
	}

	.mr-lg-0 {
		margin-right: 0px !important;
	}

	.mb-lg-0 {
		margin-bottom: 0px !important;
	}

	.ml-lg-0 {
		margin-left: 0px !important;
	}

	.p-lg-0 {
		padding: 0px !important;
	}

	.px-lg-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.py-lg-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.pt-lg-0 {
		padding-top: 0px !important;
	}

	.pr-lg-0 {
		padding-right: 0px !important;
	}

	.pb-lg-0 {
		padding-bottom: 0px !important;
	}

	.pl-lg-0 {
		padding-left: 0px !important;
	}

	.m-lg-1 {
		margin: 1px !important;
	}

	.mx-lg-1 {
		margin-left: 1px !important;
		margin-right: 1px !important;
	}

	.my-lg-1 {
		margin-top: 1px !important;
		margin-bottom: 1px !important;
	}

	.mt-lg-1 {
		margin-top: 1px !important;
	}

	.mr-lg-1 {
		margin-right: 1px !important;
	}

	.mb-lg-1 {
		margin-bottom: 1px !important;
	}

	.ml-lg-1 {
		margin-left: 1px !important;
	}

	.p-lg-1 {
		padding: 1px !important;
	}

	.px-lg-1 {
		padding-left: 1px !important;
		padding-right: 1px !important;
	}

	.py-lg-1 {
		padding-top: 1px !important;
		padding-bottom: 1px !important;
	}

	.pt-lg-1 {
		padding-top: 1px !important;
	}

	.pr-lg-1 {
		padding-right: 1px !important;
	}

	.pb-lg-1 {
		padding-bottom: 1px !important;
	}

	.pl-lg-1 {
		padding-left: 1px !important;
	}

	.m-lg-2 {
		margin: 2px !important;
	}

	.mx-lg-2 {
		margin-left: 2px !important;
		margin-right: 2px !important;
	}

	.my-lg-2 {
		margin-top: 2px !important;
		margin-bottom: 2px !important;
	}

	.mt-lg-2 {
		margin-top: 2px !important;
	}

	.mr-lg-2 {
		margin-right: 2px !important;
	}

	.mb-lg-2 {
		margin-bottom: 2px !important;
	}

	.ml-lg-2 {
		margin-left: 2px !important;
	}

	.p-lg-2 {
		padding: 2px !important;
	}

	.px-lg-2 {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}

	.py-lg-2 {
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}

	.pt-lg-2 {
		padding-top: 2px !important;
	}

	.pr-lg-2 {
		padding-right: 2px !important;
	}

	.pb-lg-2 {
		padding-bottom: 2px !important;
	}

	.pl-lg-2 {
		padding-left: 2px !important;
	}

	.m-lg-3 {
		margin: 3px !important;
	}

	.mx-lg-3 {
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	.my-lg-3 {
		margin-top: 3px !important;
		margin-bottom: 3px !important;
	}

	.mt-lg-3 {
		margin-top: 3px !important;
	}

	.mr-lg-3 {
		margin-right: 3px !important;
	}

	.mb-lg-3 {
		margin-bottom: 3px !important;
	}

	.ml-lg-3 {
		margin-left: 3px !important;
	}

	.p-lg-3 {
		padding: 3px !important;
	}

	.px-lg-3 {
		padding-left: 3px !important;
		padding-right: 3px !important;
	}

	.py-lg-3 {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}

	.pt-lg-3 {
		padding-top: 3px !important;
	}

	.pr-lg-3 {
		padding-right: 3px !important;
	}

	.pb-lg-3 {
		padding-bottom: 3px !important;
	}

	.pl-lg-3 {
		padding-left: 3px !important;
	}

	.m-lg-4 {
		margin: 4px !important;
	}

	.mx-lg-4 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}

	.my-lg-4 {
		margin-top: 4px !important;
		margin-bottom: 4px !important;
	}

	.mt-lg-4 {
		margin-top: 4px !important;
	}

	.mr-lg-4 {
		margin-right: 4px !important;
	}

	.mb-lg-4 {
		margin-bottom: 4px !important;
	}

	.ml-lg-4 {
		margin-left: 4px !important;
	}

	.p-lg-4 {
		padding: 4px !important;
	}

	.px-lg-4 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.py-lg-4 {
		padding-top: 4px !important;
		padding-bottom: 4px !important;
	}

	.pt-lg-4 {
		padding-top: 4px !important;
	}

	.pr-lg-4 {
		padding-right: 4px !important;
	}

	.pb-lg-4 {
		padding-bottom: 4px !important;
	}

	.pl-lg-4 {
		padding-left: 4px !important;
	}

	.m-lg-5 {
		margin: 5px !important;
	}

	.mx-lg-5 {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}

	.my-lg-5 {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}

	.mt-lg-5 {
		margin-top: 5px !important;
	}

	.mr-lg-5 {
		margin-right: 5px !important;
	}

	.mb-lg-5 {
		margin-bottom: 5px !important;
	}

	.ml-lg-5 {
		margin-left: 5px !important;
	}

	.p-lg-5 {
		padding: 5px !important;
	}

	.px-lg-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.py-lg-5 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.pt-lg-5 {
		padding-top: 5px !important;
	}

	.pr-lg-5 {
		padding-right: 5px !important;
	}

	.pb-lg-5 {
		padding-bottom: 5px !important;
	}

	.pl-lg-5 {
		padding-left: 5px !important;
	}

	.m-lg-6 {
		margin: 6px !important;
	}

	.mx-lg-6 {
		margin-left: 6px !important;
		margin-right: 6px !important;
	}

	.my-lg-6 {
		margin-top: 6px !important;
		margin-bottom: 6px !important;
	}

	.mt-lg-6 {
		margin-top: 6px !important;
	}

	.mr-lg-6 {
		margin-right: 6px !important;
	}

	.mb-lg-6 {
		margin-bottom: 6px !important;
	}

	.ml-lg-6 {
		margin-left: 6px !important;
	}

	.p-lg-6 {
		padding: 6px !important;
	}

	.px-lg-6 {
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.py-lg-6 {
		padding-top: 6px !important;
		padding-bottom: 6px !important;
	}

	.pt-lg-6 {
		padding-top: 6px !important;
	}

	.pr-lg-6 {
		padding-right: 6px !important;
	}

	.pb-lg-6 {
		padding-bottom: 6px !important;
	}

	.pl-lg-6 {
		padding-left: 6px !important;
	}

	.m-lg-7 {
		margin: 7px !important;
	}

	.mx-lg-7 {
		margin-left: 7px !important;
		margin-right: 7px !important;
	}

	.my-lg-7 {
		margin-top: 7px !important;
		margin-bottom: 7px !important;
	}

	.mt-lg-7 {
		margin-top: 7px !important;
	}

	.mr-lg-7 {
		margin-right: 7px !important;
	}

	.mb-lg-7 {
		margin-bottom: 7px !important;
	}

	.ml-lg-7 {
		margin-left: 7px !important;
	}

	.p-lg-7 {
		padding: 7px !important;
	}

	.px-lg-7 {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}

	.py-lg-7 {
		padding-top: 7px !important;
		padding-bottom: 7px !important;
	}

	.pt-lg-7 {
		padding-top: 7px !important;
	}

	.pr-lg-7 {
		padding-right: 7px !important;
	}

	.pb-lg-7 {
		padding-bottom: 7px !important;
	}

	.pl-lg-7 {
		padding-left: 7px !important;
	}

	.m-lg-8 {
		margin: 8px !important;
	}

	.mx-lg-8 {
		margin-left: 8px !important;
		margin-right: 8px !important;
	}

	.my-lg-8 {
		margin-top: 8px !important;
		margin-bottom: 8px !important;
	}

	.mt-lg-8 {
		margin-top: 8px !important;
	}

	.mr-lg-8 {
		margin-right: 8px !important;
	}

	.mb-lg-8 {
		margin-bottom: 8px !important;
	}

	.ml-lg-8 {
		margin-left: 8px !important;
	}

	.p-lg-8 {
		padding: 8px !important;
	}

	.px-lg-8 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.py-lg-8 {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	.pt-lg-8 {
		padding-top: 8px !important;
	}

	.pr-lg-8 {
		padding-right: 8px !important;
	}

	.pb-lg-8 {
		padding-bottom: 8px !important;
	}

	.pl-lg-8 {
		padding-left: 8px !important;
	}

	.m-lg-9 {
		margin: 9px !important;
	}

	.mx-lg-9 {
		margin-left: 9px !important;
		margin-right: 9px !important;
	}

	.my-lg-9 {
		margin-top: 9px !important;
		margin-bottom: 9px !important;
	}

	.mt-lg-9 {
		margin-top: 9px !important;
	}

	.mr-lg-9 {
		margin-right: 9px !important;
	}

	.mb-lg-9 {
		margin-bottom: 9px !important;
	}

	.ml-lg-9 {
		margin-left: 9px !important;
	}

	.p-lg-9 {
		padding: 9px !important;
	}

	.px-lg-9 {
		padding-left: 9px !important;
		padding-right: 9px !important;
	}

	.py-lg-9 {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
	}

	.pt-lg-9 {
		padding-top: 9px !important;
	}

	.pr-lg-9 {
		padding-right: 9px !important;
	}

	.pb-lg-9 {
		padding-bottom: 9px !important;
	}

	.pl-lg-9 {
		padding-left: 9px !important;
	}

	.m-lg-10 {
		margin: 10px !important;
	}

	.mx-lg-10 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}

	.my-lg-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mr-lg-10 {
		margin-right: 10px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.ml-lg-10 {
		margin-left: 10px !important;
	}

	.p-lg-10 {
		padding: 10px !important;
	}

	.px-lg-10 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.py-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.pt-lg-10 {
		padding-top: 10px !important;
	}

	.pr-lg-10 {
		padding-right: 10px !important;
	}

	.pb-lg-10 {
		padding-bottom: 10px !important;
	}

	.pl-lg-10 {
		padding-left: 10px !important;
	}

	.m-lg-11 {
		margin: 11px !important;
	}

	.mx-lg-11 {
		margin-left: 11px !important;
		margin-right: 11px !important;
	}

	.my-lg-11 {
		margin-top: 11px !important;
		margin-bottom: 11px !important;
	}

	.mt-lg-11 {
		margin-top: 11px !important;
	}

	.mr-lg-11 {
		margin-right: 11px !important;
	}

	.mb-lg-11 {
		margin-bottom: 11px !important;
	}

	.ml-lg-11 {
		margin-left: 11px !important;
	}

	.p-lg-11 {
		padding: 11px !important;
	}

	.px-lg-11 {
		padding-left: 11px !important;
		padding-right: 11px !important;
	}

	.py-lg-11 {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}

	.pt-lg-11 {
		padding-top: 11px !important;
	}

	.pr-lg-11 {
		padding-right: 11px !important;
	}

	.pb-lg-11 {
		padding-bottom: 11px !important;
	}

	.pl-lg-11 {
		padding-left: 11px !important;
	}

	.m-lg-12 {
		margin: 12px !important;
	}

	.mx-lg-12 {
		margin-left: 12px !important;
		margin-right: 12px !important;
	}

	.my-lg-12 {
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}

	.mt-lg-12 {
		margin-top: 12px !important;
	}

	.mr-lg-12 {
		margin-right: 12px !important;
	}

	.mb-lg-12 {
		margin-bottom: 12px !important;
	}

	.ml-lg-12 {
		margin-left: 12px !important;
	}

	.p-lg-12 {
		padding: 12px !important;
	}

	.px-lg-12 {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	.py-lg-12 {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.pt-lg-12 {
		padding-top: 12px !important;
	}

	.pr-lg-12 {
		padding-right: 12px !important;
	}

	.pb-lg-12 {
		padding-bottom: 12px !important;
	}

	.pl-lg-12 {
		padding-left: 12px !important;
	}

	.m-lg-13 {
		margin: 13px !important;
	}

	.mx-lg-13 {
		margin-left: 13px !important;
		margin-right: 13px !important;
	}

	.my-lg-13 {
		margin-top: 13px !important;
		margin-bottom: 13px !important;
	}

	.mt-lg-13 {
		margin-top: 13px !important;
	}

	.mr-lg-13 {
		margin-right: 13px !important;
	}

	.mb-lg-13 {
		margin-bottom: 13px !important;
	}

	.ml-lg-13 {
		margin-left: 13px !important;
	}

	.p-lg-13 {
		padding: 13px !important;
	}

	.px-lg-13 {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}

	.py-lg-13 {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	.pt-lg-13 {
		padding-top: 13px !important;
	}

	.pr-lg-13 {
		padding-right: 13px !important;
	}

	.pb-lg-13 {
		padding-bottom: 13px !important;
	}

	.pl-lg-13 {
		padding-left: 13px !important;
	}

	.m-lg-14 {
		margin: 14px !important;
	}

	.mx-lg-14 {
		margin-left: 14px !important;
		margin-right: 14px !important;
	}

	.my-lg-14 {
		margin-top: 14px !important;
		margin-bottom: 14px !important;
	}

	.mt-lg-14 {
		margin-top: 14px !important;
	}

	.mr-lg-14 {
		margin-right: 14px !important;
	}

	.mb-lg-14 {
		margin-bottom: 14px !important;
	}

	.ml-lg-14 {
		margin-left: 14px !important;
	}

	.p-lg-14 {
		padding: 14px !important;
	}

	.px-lg-14 {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.py-lg-14 {
		padding-top: 14px !important;
		padding-bottom: 14px !important;
	}

	.pt-lg-14 {
		padding-top: 14px !important;
	}

	.pr-lg-14 {
		padding-right: 14px !important;
	}

	.pb-lg-14 {
		padding-bottom: 14px !important;
	}

	.pl-lg-14 {
		padding-left: 14px !important;
	}

	.m-lg-15 {
		margin: 15px !important;
	}

	.mx-lg-15 {
		margin-left: 15px !important;
		margin-right: 15px !important;
	}

	.my-lg-15 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.mt-lg-15 {
		margin-top: 15px !important;
	}

	.mr-lg-15 {
		margin-right: 15px !important;
	}

	.mb-lg-15 {
		margin-bottom: 15px !important;
	}

	.ml-lg-15 {
		margin-left: 15px !important;
	}

	.p-lg-15 {
		padding: 15px !important;
	}

	.px-lg-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.py-lg-15 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.pt-lg-15 {
		padding-top: 15px !important;
	}

	.pr-lg-15 {
		padding-right: 15px !important;
	}

	.pb-lg-15 {
		padding-bottom: 15px !important;
	}

	.pl-lg-15 {
		padding-left: 15px !important;
	}

	.m-lg-16 {
		margin: 16px !important;
	}

	.mx-lg-16 {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	.my-lg-16 {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.mt-lg-16 {
		margin-top: 16px !important;
	}

	.mr-lg-16 {
		margin-right: 16px !important;
	}

	.mb-lg-16 {
		margin-bottom: 16px !important;
	}

	.ml-lg-16 {
		margin-left: 16px !important;
	}

	.p-lg-16 {
		padding: 16px !important;
	}

	.px-lg-16 {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	.py-lg-16 {
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}

	.pt-lg-16 {
		padding-top: 16px !important;
	}

	.pr-lg-16 {
		padding-right: 16px !important;
	}

	.pb-lg-16 {
		padding-bottom: 16px !important;
	}

	.pl-lg-16 {
		padding-left: 16px !important;
	}

	.m-lg-17 {
		margin: 17px !important;
	}

	.mx-lg-17 {
		margin-left: 17px !important;
		margin-right: 17px !important;
	}

	.my-lg-17 {
		margin-top: 17px !important;
		margin-bottom: 17px !important;
	}

	.mt-lg-17 {
		margin-top: 17px !important;
	}

	.mr-lg-17 {
		margin-right: 17px !important;
	}

	.mb-lg-17 {
		margin-bottom: 17px !important;
	}

	.ml-lg-17 {
		margin-left: 17px !important;
	}

	.p-lg-17 {
		padding: 17px !important;
	}

	.px-lg-17 {
		padding-left: 17px !important;
		padding-right: 17px !important;
	}

	.py-lg-17 {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}

	.pt-lg-17 {
		padding-top: 17px !important;
	}

	.pr-lg-17 {
		padding-right: 17px !important;
	}

	.pb-lg-17 {
		padding-bottom: 17px !important;
	}

	.pl-lg-17 {
		padding-left: 17px !important;
	}

	.m-lg-18 {
		margin: 18px !important;
	}

	.mx-lg-18 {
		margin-left: 18px !important;
		margin-right: 18px !important;
	}

	.my-lg-18 {
		margin-top: 18px !important;
		margin-bottom: 18px !important;
	}

	.mt-lg-18 {
		margin-top: 18px !important;
	}

	.mr-lg-18 {
		margin-right: 18px !important;
	}

	.mb-lg-18 {
		margin-bottom: 18px !important;
	}

	.ml-lg-18 {
		margin-left: 18px !important;
	}

	.p-lg-18 {
		padding: 18px !important;
	}

	.px-lg-18 {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.py-lg-18 {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}

	.pt-lg-18 {
		padding-top: 18px !important;
	}

	.pr-lg-18 {
		padding-right: 18px !important;
	}

	.pb-lg-18 {
		padding-bottom: 18px !important;
	}

	.pl-lg-18 {
		padding-left: 18px !important;
	}

	.m-lg-19 {
		margin: 19px !important;
	}

	.mx-lg-19 {
		margin-left: 19px !important;
		margin-right: 19px !important;
	}

	.my-lg-19 {
		margin-top: 19px !important;
		margin-bottom: 19px !important;
	}

	.mt-lg-19 {
		margin-top: 19px !important;
	}

	.mr-lg-19 {
		margin-right: 19px !important;
	}

	.mb-lg-19 {
		margin-bottom: 19px !important;
	}

	.ml-lg-19 {
		margin-left: 19px !important;
	}

	.p-lg-19 {
		padding: 19px !important;
	}

	.px-lg-19 {
		padding-left: 19px !important;
		padding-right: 19px !important;
	}

	.py-lg-19 {
		padding-top: 19px !important;
		padding-bottom: 19px !important;
	}

	.pt-lg-19 {
		padding-top: 19px !important;
	}

	.pr-lg-19 {
		padding-right: 19px !important;
	}

	.pb-lg-19 {
		padding-bottom: 19px !important;
	}

	.pl-lg-19 {
		padding-left: 19px !important;
	}

	.m-lg-20 {
		margin: 20px !important;
	}

	.mx-lg-20 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}

	.my-lg-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mr-lg-20 {
		margin-right: 20px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.ml-lg-20 {
		margin-left: 20px !important;
	}

	.p-lg-20 {
		padding: 20px !important;
	}

	.px-lg-20 {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.py-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.pt-lg-20 {
		padding-top: 20px !important;
	}

	.pr-lg-20 {
		padding-right: 20px !important;
	}

	.pb-lg-20 {
		padding-bottom: 20px !important;
	}

	.pl-lg-20 {
		padding-left: 20px !important;
	}

	.m-lg-21 {
		margin: 21px !important;
	}

	.mx-lg-21 {
		margin-left: 21px !important;
		margin-right: 21px !important;
	}

	.my-lg-21 {
		margin-top: 21px !important;
		margin-bottom: 21px !important;
	}

	.mt-lg-21 {
		margin-top: 21px !important;
	}

	.mr-lg-21 {
		margin-right: 21px !important;
	}

	.mb-lg-21 {
		margin-bottom: 21px !important;
	}

	.ml-lg-21 {
		margin-left: 21px !important;
	}

	.p-lg-21 {
		padding: 21px !important;
	}

	.px-lg-21 {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	.py-lg-21 {
		padding-top: 21px !important;
		padding-bottom: 21px !important;
	}

	.pt-lg-21 {
		padding-top: 21px !important;
	}

	.pr-lg-21 {
		padding-right: 21px !important;
	}

	.pb-lg-21 {
		padding-bottom: 21px !important;
	}

	.pl-lg-21 {
		padding-left: 21px !important;
	}

	.m-lg-22 {
		margin: 22px !important;
	}

	.mx-lg-22 {
		margin-left: 22px !important;
		margin-right: 22px !important;
	}

	.my-lg-22 {
		margin-top: 22px !important;
		margin-bottom: 22px !important;
	}

	.mt-lg-22 {
		margin-top: 22px !important;
	}

	.mr-lg-22 {
		margin-right: 22px !important;
	}

	.mb-lg-22 {
		margin-bottom: 22px !important;
	}

	.ml-lg-22 {
		margin-left: 22px !important;
	}

	.p-lg-22 {
		padding: 22px !important;
	}

	.px-lg-22 {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.py-lg-22 {
		padding-top: 22px !important;
		padding-bottom: 22px !important;
	}

	.pt-lg-22 {
		padding-top: 22px !important;
	}

	.pr-lg-22 {
		padding-right: 22px !important;
	}

	.pb-lg-22 {
		padding-bottom: 22px !important;
	}

	.pl-lg-22 {
		padding-left: 22px !important;
	}

	.m-lg-23 {
		margin: 23px !important;
	}

	.mx-lg-23 {
		margin-left: 23px !important;
		margin-right: 23px !important;
	}

	.my-lg-23 {
		margin-top: 23px !important;
		margin-bottom: 23px !important;
	}

	.mt-lg-23 {
		margin-top: 23px !important;
	}

	.mr-lg-23 {
		margin-right: 23px !important;
	}

	.mb-lg-23 {
		margin-bottom: 23px !important;
	}

	.ml-lg-23 {
		margin-left: 23px !important;
	}

	.p-lg-23 {
		padding: 23px !important;
	}

	.px-lg-23 {
		padding-left: 23px !important;
		padding-right: 23px !important;
	}

	.py-lg-23 {
		padding-top: 23px !important;
		padding-bottom: 23px !important;
	}

	.pt-lg-23 {
		padding-top: 23px !important;
	}

	.pr-lg-23 {
		padding-right: 23px !important;
	}

	.pb-lg-23 {
		padding-bottom: 23px !important;
	}

	.pl-lg-23 {
		padding-left: 23px !important;
	}

	.m-lg-24 {
		margin: 24px !important;
	}

	.mx-lg-24 {
		margin-left: 24px !important;
		margin-right: 24px !important;
	}

	.my-lg-24 {
		margin-top: 24px !important;
		margin-bottom: 24px !important;
	}

	.mt-lg-24 {
		margin-top: 24px !important;
	}

	.mr-lg-24 {
		margin-right: 24px !important;
	}

	.mb-lg-24 {
		margin-bottom: 24px !important;
	}

	.ml-lg-24 {
		margin-left: 24px !important;
	}

	.p-lg-24 {
		padding: 24px !important;
	}

	.px-lg-24 {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.py-lg-24 {
		padding-top: 24px !important;
		padding-bottom: 24px !important;
	}

	.pt-lg-24 {
		padding-top: 24px !important;
	}

	.pr-lg-24 {
		padding-right: 24px !important;
	}

	.pb-lg-24 {
		padding-bottom: 24px !important;
	}

	.pl-lg-24 {
		padding-left: 24px !important;
	}

	.m-lg-25 {
		margin: 25px !important;
	}

	.mx-lg-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.my-lg-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.mt-lg-25 {
		margin-top: 25px !important;
	}

	.mr-lg-25 {
		margin-right: 25px !important;
	}

	.mb-lg-25 {
		margin-bottom: 25px !important;
	}

	.ml-lg-25 {
		margin-left: 25px !important;
	}

	.p-lg-25 {
		padding: 25px !important;
	}

	.px-lg-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.py-lg-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.pt-lg-25 {
		padding-top: 25px !important;
	}

	.pr-lg-25 {
		padding-right: 25px !important;
	}

	.pb-lg-25 {
		padding-bottom: 25px !important;
	}

	.pl-lg-25 {
		padding-left: 25px !important;
	}

	.m-lg-26 {
		margin: 26px !important;
	}

	.mx-lg-26 {
		margin-left: 26px !important;
		margin-right: 26px !important;
	}

	.my-lg-26 {
		margin-top: 26px !important;
		margin-bottom: 26px !important;
	}

	.mt-lg-26 {
		margin-top: 26px !important;
	}

	.mr-lg-26 {
		margin-right: 26px !important;
	}

	.mb-lg-26 {
		margin-bottom: 26px !important;
	}

	.ml-lg-26 {
		margin-left: 26px !important;
	}

	.p-lg-26 {
		padding: 26px !important;
	}

	.px-lg-26 {
		padding-left: 26px !important;
		padding-right: 26px !important;
	}

	.py-lg-26 {
		padding-top: 26px !important;
		padding-bottom: 26px !important;
	}

	.pt-lg-26 {
		padding-top: 26px !important;
	}

	.pr-lg-26 {
		padding-right: 26px !important;
	}

	.pb-lg-26 {
		padding-bottom: 26px !important;
	}

	.pl-lg-26 {
		padding-left: 26px !important;
	}

	.m-lg-27 {
		margin: 27px !important;
	}

	.mx-lg-27 {
		margin-left: 27px !important;
		margin-right: 27px !important;
	}

	.my-lg-27 {
		margin-top: 27px !important;
		margin-bottom: 27px !important;
	}

	.mt-lg-27 {
		margin-top: 27px !important;
	}

	.mr-lg-27 {
		margin-right: 27px !important;
	}

	.mb-lg-27 {
		margin-bottom: 27px !important;
	}

	.ml-lg-27 {
		margin-left: 27px !important;
	}

	.p-lg-27 {
		padding: 27px !important;
	}

	.px-lg-27 {
		padding-left: 27px !important;
		padding-right: 27px !important;
	}

	.py-lg-27 {
		padding-top: 27px !important;
		padding-bottom: 27px !important;
	}

	.pt-lg-27 {
		padding-top: 27px !important;
	}

	.pr-lg-27 {
		padding-right: 27px !important;
	}

	.pb-lg-27 {
		padding-bottom: 27px !important;
	}

	.pl-lg-27 {
		padding-left: 27px !important;
	}

	.m-lg-28 {
		margin: 28px !important;
	}

	.mx-lg-28 {
		margin-left: 28px !important;
		margin-right: 28px !important;
	}

	.my-lg-28 {
		margin-top: 28px !important;
		margin-bottom: 28px !important;
	}

	.mt-lg-28 {
		margin-top: 28px !important;
	}

	.mr-lg-28 {
		margin-right: 28px !important;
	}

	.mb-lg-28 {
		margin-bottom: 28px !important;
	}

	.ml-lg-28 {
		margin-left: 28px !important;
	}

	.p-lg-28 {
		padding: 28px !important;
	}

	.px-lg-28 {
		padding-left: 28px !important;
		padding-right: 28px !important;
	}

	.py-lg-28 {
		padding-top: 28px !important;
		padding-bottom: 28px !important;
	}

	.pt-lg-28 {
		padding-top: 28px !important;
	}

	.pr-lg-28 {
		padding-right: 28px !important;
	}

	.pb-lg-28 {
		padding-bottom: 28px !important;
	}

	.pl-lg-28 {
		padding-left: 28px !important;
	}

	.m-lg-29 {
		margin: 29px !important;
	}

	.mx-lg-29 {
		margin-left: 29px !important;
		margin-right: 29px !important;
	}

	.my-lg-29 {
		margin-top: 29px !important;
		margin-bottom: 29px !important;
	}

	.mt-lg-29 {
		margin-top: 29px !important;
	}

	.mr-lg-29 {
		margin-right: 29px !important;
	}

	.mb-lg-29 {
		margin-bottom: 29px !important;
	}

	.ml-lg-29 {
		margin-left: 29px !important;
	}

	.p-lg-29 {
		padding: 29px !important;
	}

	.px-lg-29 {
		padding-left: 29px !important;
		padding-right: 29px !important;
	}

	.py-lg-29 {
		padding-top: 29px !important;
		padding-bottom: 29px !important;
	}

	.pt-lg-29 {
		padding-top: 29px !important;
	}

	.pr-lg-29 {
		padding-right: 29px !important;
	}

	.pb-lg-29 {
		padding-bottom: 29px !important;
	}

	.pl-lg-29 {
		padding-left: 29px !important;
	}

	.m-lg-30 {
		margin: 30px !important;
	}

	.mx-lg-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.my-lg-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mr-lg-30 {
		margin-right: 30px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.ml-lg-30 {
		margin-left: 30px !important;
	}

	.p-lg-30 {
		padding: 30px !important;
	}

	.px-lg-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.pt-lg-30 {
		padding-top: 30px !important;
	}

	.pr-lg-30 {
		padding-right: 30px !important;
	}

	.pb-lg-30 {
		padding-bottom: 30px !important;
	}

	.pl-lg-30 {
		padding-left: 30px !important;
	}

	.m-lg-31 {
		margin: 31px !important;
	}

	.mx-lg-31 {
		margin-left: 31px !important;
		margin-right: 31px !important;
	}

	.my-lg-31 {
		margin-top: 31px !important;
		margin-bottom: 31px !important;
	}

	.mt-lg-31 {
		margin-top: 31px !important;
	}

	.mr-lg-31 {
		margin-right: 31px !important;
	}

	.mb-lg-31 {
		margin-bottom: 31px !important;
	}

	.ml-lg-31 {
		margin-left: 31px !important;
	}

	.p-lg-31 {
		padding: 31px !important;
	}

	.px-lg-31 {
		padding-left: 31px !important;
		padding-right: 31px !important;
	}

	.py-lg-31 {
		padding-top: 31px !important;
		padding-bottom: 31px !important;
	}

	.pt-lg-31 {
		padding-top: 31px !important;
	}

	.pr-lg-31 {
		padding-right: 31px !important;
	}

	.pb-lg-31 {
		padding-bottom: 31px !important;
	}

	.pl-lg-31 {
		padding-left: 31px !important;
	}

	.m-lg-32 {
		margin: 32px !important;
	}

	.mx-lg-32 {
		margin-left: 32px !important;
		margin-right: 32px !important;
	}

	.my-lg-32 {
		margin-top: 32px !important;
		margin-bottom: 32px !important;
	}

	.mt-lg-32 {
		margin-top: 32px !important;
	}

	.mr-lg-32 {
		margin-right: 32px !important;
	}

	.mb-lg-32 {
		margin-bottom: 32px !important;
	}

	.ml-lg-32 {
		margin-left: 32px !important;
	}

	.p-lg-32 {
		padding: 32px !important;
	}

	.px-lg-32 {
		padding-left: 32px !important;
		padding-right: 32px !important;
	}

	.py-lg-32 {
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.pt-lg-32 {
		padding-top: 32px !important;
	}

	.pr-lg-32 {
		padding-right: 32px !important;
	}

	.pb-lg-32 {
		padding-bottom: 32px !important;
	}

	.pl-lg-32 {
		padding-left: 32px !important;
	}

	.m-lg-33 {
		margin: 33px !important;
	}

	.mx-lg-33 {
		margin-left: 33px !important;
		margin-right: 33px !important;
	}

	.my-lg-33 {
		margin-top: 33px !important;
		margin-bottom: 33px !important;
	}

	.mt-lg-33 {
		margin-top: 33px !important;
	}

	.mr-lg-33 {
		margin-right: 33px !important;
	}

	.mb-lg-33 {
		margin-bottom: 33px !important;
	}

	.ml-lg-33 {
		margin-left: 33px !important;
	}

	.p-lg-33 {
		padding: 33px !important;
	}

	.px-lg-33 {
		padding-left: 33px !important;
		padding-right: 33px !important;
	}

	.py-lg-33 {
		padding-top: 33px !important;
		padding-bottom: 33px !important;
	}

	.pt-lg-33 {
		padding-top: 33px !important;
	}

	.pr-lg-33 {
		padding-right: 33px !important;
	}

	.pb-lg-33 {
		padding-bottom: 33px !important;
	}

	.pl-lg-33 {
		padding-left: 33px !important;
	}

	.m-lg-34 {
		margin: 34px !important;
	}

	.mx-lg-34 {
		margin-left: 34px !important;
		margin-right: 34px !important;
	}

	.my-lg-34 {
		margin-top: 34px !important;
		margin-bottom: 34px !important;
	}

	.mt-lg-34 {
		margin-top: 34px !important;
	}

	.mr-lg-34 {
		margin-right: 34px !important;
	}

	.mb-lg-34 {
		margin-bottom: 34px !important;
	}

	.ml-lg-34 {
		margin-left: 34px !important;
	}

	.p-lg-34 {
		padding: 34px !important;
	}

	.px-lg-34 {
		padding-left: 34px !important;
		padding-right: 34px !important;
	}

	.py-lg-34 {
		padding-top: 34px !important;
		padding-bottom: 34px !important;
	}

	.pt-lg-34 {
		padding-top: 34px !important;
	}

	.pr-lg-34 {
		padding-right: 34px !important;
	}

	.pb-lg-34 {
		padding-bottom: 34px !important;
	}

	.pl-lg-34 {
		padding-left: 34px !important;
	}

	.m-lg-35 {
		margin: 35px !important;
	}

	.mx-lg-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.my-lg-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.mt-lg-35 {
		margin-top: 35px !important;
	}

	.mr-lg-35 {
		margin-right: 35px !important;
	}

	.mb-lg-35 {
		margin-bottom: 35px !important;
	}

	.ml-lg-35 {
		margin-left: 35px !important;
	}

	.p-lg-35 {
		padding: 35px !important;
	}

	.px-lg-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.py-lg-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.pt-lg-35 {
		padding-top: 35px !important;
	}

	.pr-lg-35 {
		padding-right: 35px !important;
	}

	.pb-lg-35 {
		padding-bottom: 35px !important;
	}

	.pl-lg-35 {
		padding-left: 35px !important;
	}

	.m-lg-36 {
		margin: 36px !important;
	}

	.mx-lg-36 {
		margin-left: 36px !important;
		margin-right: 36px !important;
	}

	.my-lg-36 {
		margin-top: 36px !important;
		margin-bottom: 36px !important;
	}

	.mt-lg-36 {
		margin-top: 36px !important;
	}

	.mr-lg-36 {
		margin-right: 36px !important;
	}

	.mb-lg-36 {
		margin-bottom: 36px !important;
	}

	.ml-lg-36 {
		margin-left: 36px !important;
	}

	.p-lg-36 {
		padding: 36px !important;
	}

	.px-lg-36 {
		padding-left: 36px !important;
		padding-right: 36px !important;
	}

	.py-lg-36 {
		padding-top: 36px !important;
		padding-bottom: 36px !important;
	}

	.pt-lg-36 {
		padding-top: 36px !important;
	}

	.pr-lg-36 {
		padding-right: 36px !important;
	}

	.pb-lg-36 {
		padding-bottom: 36px !important;
	}

	.pl-lg-36 {
		padding-left: 36px !important;
	}

	.m-lg-37 {
		margin: 37px !important;
	}

	.mx-lg-37 {
		margin-left: 37px !important;
		margin-right: 37px !important;
	}

	.my-lg-37 {
		margin-top: 37px !important;
		margin-bottom: 37px !important;
	}

	.mt-lg-37 {
		margin-top: 37px !important;
	}

	.mr-lg-37 {
		margin-right: 37px !important;
	}

	.mb-lg-37 {
		margin-bottom: 37px !important;
	}

	.ml-lg-37 {
		margin-left: 37px !important;
	}

	.p-lg-37 {
		padding: 37px !important;
	}

	.px-lg-37 {
		padding-left: 37px !important;
		padding-right: 37px !important;
	}

	.py-lg-37 {
		padding-top: 37px !important;
		padding-bottom: 37px !important;
	}

	.pt-lg-37 {
		padding-top: 37px !important;
	}

	.pr-lg-37 {
		padding-right: 37px !important;
	}

	.pb-lg-37 {
		padding-bottom: 37px !important;
	}

	.pl-lg-37 {
		padding-left: 37px !important;
	}

	.m-lg-38 {
		margin: 38px !important;
	}

	.mx-lg-38 {
		margin-left: 38px !important;
		margin-right: 38px !important;
	}

	.my-lg-38 {
		margin-top: 38px !important;
		margin-bottom: 38px !important;
	}

	.mt-lg-38 {
		margin-top: 38px !important;
	}

	.mr-lg-38 {
		margin-right: 38px !important;
	}

	.mb-lg-38 {
		margin-bottom: 38px !important;
	}

	.ml-lg-38 {
		margin-left: 38px !important;
	}

	.p-lg-38 {
		padding: 38px !important;
	}

	.px-lg-38 {
		padding-left: 38px !important;
		padding-right: 38px !important;
	}

	.py-lg-38 {
		padding-top: 38px !important;
		padding-bottom: 38px !important;
	}

	.pt-lg-38 {
		padding-top: 38px !important;
	}

	.pr-lg-38 {
		padding-right: 38px !important;
	}

	.pb-lg-38 {
		padding-bottom: 38px !important;
	}

	.pl-lg-38 {
		padding-left: 38px !important;
	}

	.m-lg-39 {
		margin: 39px !important;
	}

	.mx-lg-39 {
		margin-left: 39px !important;
		margin-right: 39px !important;
	}

	.my-lg-39 {
		margin-top: 39px !important;
		margin-bottom: 39px !important;
	}

	.mt-lg-39 {
		margin-top: 39px !important;
	}

	.mr-lg-39 {
		margin-right: 39px !important;
	}

	.mb-lg-39 {
		margin-bottom: 39px !important;
	}

	.ml-lg-39 {
		margin-left: 39px !important;
	}

	.p-lg-39 {
		padding: 39px !important;
	}

	.px-lg-39 {
		padding-left: 39px !important;
		padding-right: 39px !important;
	}

	.py-lg-39 {
		padding-top: 39px !important;
		padding-bottom: 39px !important;
	}

	.pt-lg-39 {
		padding-top: 39px !important;
	}

	.pr-lg-39 {
		padding-right: 39px !important;
	}

	.pb-lg-39 {
		padding-bottom: 39px !important;
	}

	.pl-lg-39 {
		padding-left: 39px !important;
	}

	.m-lg-40 {
		margin: 40px !important;
	}

	.mx-lg-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.my-lg-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mr-lg-40 {
		margin-right: 40px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.ml-lg-40 {
		margin-left: 40px !important;
	}

	.p-lg-40 {
		padding: 40px !important;
	}

	.px-lg-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.pt-lg-40 {
		padding-top: 40px !important;
	}

	.pr-lg-40 {
		padding-right: 40px !important;
	}

	.pb-lg-40 {
		padding-bottom: 40px !important;
	}

	.pl-lg-40 {
		padding-left: 40px !important;
	}

	.m-lg-25 {
		margin: 25px !important;
	}

	.mx-lg-25 {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}

	.my-lg-25 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.mt-lg-25 {
		margin-top: 25px !important;
	}

	.mr-lg-25 {
		margin-right: 25px !important;
	}

	.mb-lg-25 {
		margin-bottom: 25px !important;
	}

	.ml-lg-25 {
		margin-left: 25px !important;
	}

	.p-lg-25 {
		padding: 25px !important;
	}

	.px-lg-25 {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.py-lg-25 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.pt-lg-25 {
		padding-top: 25px !important;
	}

	.pr-lg-25 {
		padding-right: 25px !important;
	}

	.pb-lg-25 {
		padding-bottom: 25px !important;
	}

	.pl-lg-25 {
		padding-left: 25px !important;
	}

	.m-lg-30 {
		margin: 30px !important;
	}

	.mx-lg-30 {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}

	.my-lg-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mr-lg-30 {
		margin-right: 30px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.ml-lg-30 {
		margin-left: 30px !important;
	}

	.p-lg-30 {
		padding: 30px !important;
	}

	.px-lg-30 {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.pt-lg-30 {
		padding-top: 30px !important;
	}

	.pr-lg-30 {
		padding-right: 30px !important;
	}

	.pb-lg-30 {
		padding-bottom: 30px !important;
	}

	.pl-lg-30 {
		padding-left: 30px !important;
	}

	.m-lg-35 {
		margin: 35px !important;
	}

	.mx-lg-35 {
		margin-left: 35px !important;
		margin-right: 35px !important;
	}

	.my-lg-35 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.mt-lg-35 {
		margin-top: 35px !important;
	}

	.mr-lg-35 {
		margin-right: 35px !important;
	}

	.mb-lg-35 {
		margin-bottom: 35px !important;
	}

	.ml-lg-35 {
		margin-left: 35px !important;
	}

	.p-lg-35 {
		padding: 35px !important;
	}

	.px-lg-35 {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.py-lg-35 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.pt-lg-35 {
		padding-top: 35px !important;
	}

	.pr-lg-35 {
		padding-right: 35px !important;
	}

	.pb-lg-35 {
		padding-bottom: 35px !important;
	}

	.pl-lg-35 {
		padding-left: 35px !important;
	}

	.m-lg-40 {
		margin: 40px !important;
	}

	.mx-lg-40 {
		margin-left: 40px !important;
		margin-right: 40px !important;
	}

	.my-lg-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mr-lg-40 {
		margin-right: 40px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.ml-lg-40 {
		margin-left: 40px !important;
	}

	.p-lg-40 {
		padding: 40px !important;
	}

	.px-lg-40 {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.pt-lg-40 {
		padding-top: 40px !important;
	}

	.pr-lg-40 {
		padding-right: 40px !important;
	}

	.pb-lg-40 {
		padding-bottom: 40px !important;
	}

	.pl-lg-40 {
		padding-left: 40px !important;
	}

	.m-lg-45 {
		margin: 45px !important;
	}

	.mx-lg-45 {
		margin-left: 45px !important;
		margin-right: 45px !important;
	}

	.my-lg-45 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.mt-lg-45 {
		margin-top: 45px !important;
	}

	.mr-lg-45 {
		margin-right: 45px !important;
	}

	.mb-lg-45 {
		margin-bottom: 45px !important;
	}

	.ml-lg-45 {
		margin-left: 45px !important;
	}

	.p-lg-45 {
		padding: 45px !important;
	}

	.px-lg-45 {
		padding-left: 45px !important;
		padding-right: 45px !important;
	}

	.py-lg-45 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.pt-lg-45 {
		padding-top: 45px !important;
	}

	.pr-lg-45 {
		padding-right: 45px !important;
	}

	.pb-lg-45 {
		padding-bottom: 45px !important;
	}

	.pl-lg-45 {
		padding-left: 45px !important;
	}

	.m-lg-50 {
		margin: 50px !important;
	}

	.mx-lg-50 {
		margin-left: 50px !important;
		margin-right: 50px !important;
	}

	.my-lg-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mr-lg-50 {
		margin-right: 50px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.ml-lg-50 {
		margin-left: 50px !important;
	}

	.p-lg-50 {
		padding: 50px !important;
	}

	.px-lg-50 {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.pt-lg-50 {
		padding-top: 50px !important;
	}

	.pr-lg-50 {
		padding-right: 50px !important;
	}

	.pb-lg-50 {
		padding-bottom: 50px !important;
	}

	.pl-lg-50 {
		padding-left: 50px !important;
	}

	.m-lg-55 {
		margin: 55px !important;
	}

	.mx-lg-55 {
		margin-left: 55px !important;
		margin-right: 55px !important;
	}

	.my-lg-55 {
		margin-top: 55px !important;
		margin-bottom: 55px !important;
	}

	.mt-lg-55 {
		margin-top: 55px !important;
	}

	.mr-lg-55 {
		margin-right: 55px !important;
	}

	.mb-lg-55 {
		margin-bottom: 55px !important;
	}

	.ml-lg-55 {
		margin-left: 55px !important;
	}

	.p-lg-55 {
		padding: 55px !important;
	}

	.px-lg-55 {
		padding-left: 55px !important;
		padding-right: 55px !important;
	}

	.py-lg-55 {
		padding-top: 55px !important;
		padding-bottom: 55px !important;
	}

	.pt-lg-55 {
		padding-top: 55px !important;
	}

	.pr-lg-55 {
		padding-right: 55px !important;
	}

	.pb-lg-55 {
		padding-bottom: 55px !important;
	}

	.pl-lg-55 {
		padding-left: 55px !important;
	}

	.m-lg-60 {
		margin: 60px !important;
	}

	.mx-lg-60 {
		margin-left: 60px !important;
		margin-right: 60px !important;
	}

	.my-lg-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}

	.mr-lg-60 {
		margin-right: 60px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}

	.ml-lg-60 {
		margin-left: 60px !important;
	}

	.p-lg-60 {
		padding: 60px !important;
	}

	.px-lg-60 {
		padding-left: 60px !important;
		padding-right: 60px !important;
	}

	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.pt-lg-60 {
		padding-top: 60px !important;
	}

	.pr-lg-60 {
		padding-right: 60px !important;
	}

	.pb-lg-60 {
		padding-bottom: 60px !important;
	}

	.pl-lg-60 {
		padding-left: 60px !important;
	}

	.m-lg-65 {
		margin: 65px !important;
	}

	.mx-lg-65 {
		margin-left: 65px !important;
		margin-right: 65px !important;
	}

	.my-lg-65 {
		margin-top: 65px !important;
		margin-bottom: 65px !important;
	}

	.mt-lg-65 {
		margin-top: 65px !important;
	}

	.mr-lg-65 {
		margin-right: 65px !important;
	}

	.mb-lg-65 {
		margin-bottom: 65px !important;
	}

	.ml-lg-65 {
		margin-left: 65px !important;
	}

	.p-lg-65 {
		padding: 65px !important;
	}

	.px-lg-65 {
		padding-left: 65px !important;
		padding-right: 65px !important;
	}

	.py-lg-65 {
		padding-top: 65px !important;
		padding-bottom: 65px !important;
	}

	.pt-lg-65 {
		padding-top: 65px !important;
	}

	.pr-lg-65 {
		padding-right: 65px !important;
	}

	.pb-lg-65 {
		padding-bottom: 65px !important;
	}

	.pl-lg-65 {
		padding-left: 65px !important;
	}

	.m-lg-70 {
		margin: 70px !important;
	}

	.mx-lg-70 {
		margin-left: 70px !important;
		margin-right: 70px !important;
	}

	.my-lg-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.mt-lg-70 {
		margin-top: 70px !important;
	}

	.mr-lg-70 {
		margin-right: 70px !important;
	}

	.mb-lg-70 {
		margin-bottom: 70px !important;
	}

	.ml-lg-70 {
		margin-left: 70px !important;
	}

	.p-lg-70 {
		padding: 70px !important;
	}

	.px-lg-70 {
		padding-left: 70px !important;
		padding-right: 70px !important;
	}

	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}

	.pt-lg-70 {
		padding-top: 70px !important;
	}

	.pr-lg-70 {
		padding-right: 70px !important;
	}

	.pb-lg-70 {
		padding-bottom: 70px !important;
	}

	.pl-lg-70 {
		padding-left: 70px !important;
	}

	.m-lg-75 {
		margin: 75px !important;
	}

	.mx-lg-75 {
		margin-left: 75px !important;
		margin-right: 75px !important;
	}

	.my-lg-75 {
		margin-top: 75px !important;
		margin-bottom: 75px !important;
	}

	.mt-lg-75 {
		margin-top: 75px !important;
	}

	.mr-lg-75 {
		margin-right: 75px !important;
	}

	.mb-lg-75 {
		margin-bottom: 75px !important;
	}

	.ml-lg-75 {
		margin-left: 75px !important;
	}

	.p-lg-75 {
		padding: 75px !important;
	}

	.px-lg-75 {
		padding-left: 75px !important;
		padding-right: 75px !important;
	}

	.py-lg-75 {
		padding-top: 75px !important;
		padding-bottom: 75px !important;
	}

	.pt-lg-75 {
		padding-top: 75px !important;
	}

	.pr-lg-75 {
		padding-right: 75px !important;
	}

	.pb-lg-75 {
		padding-bottom: 75px !important;
	}

	.pl-lg-75 {
		padding-left: 75px !important;
	}

	.m-lg-80 {
		margin: 80px !important;
	}

	.mx-lg-80 {
		margin-left: 80px !important;
		margin-right: 80px !important;
	}

	.my-lg-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mr-lg-80 {
		margin-right: 80px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.ml-lg-80 {
		margin-left: 80px !important;
	}

	.p-lg-80 {
		padding: 80px !important;
	}

	.px-lg-80 {
		padding-left: 80px !important;
		padding-right: 80px !important;
	}

	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}

	.pt-lg-80 {
		padding-top: 80px !important;
	}

	.pr-lg-80 {
		padding-right: 80px !important;
	}

	.pb-lg-80 {
		padding-bottom: 80px !important;
	}

	.pl-lg-80 {
		padding-left: 80px !important;
	}

	.m-lg-85 {
		margin: 85px !important;
	}

	.mx-lg-85 {
		margin-left: 85px !important;
		margin-right: 85px !important;
	}

	.my-lg-85 {
		margin-top: 85px !important;
		margin-bottom: 85px !important;
	}

	.mt-lg-85 {
		margin-top: 85px !important;
	}

	.mr-lg-85 {
		margin-right: 85px !important;
	}

	.mb-lg-85 {
		margin-bottom: 85px !important;
	}

	.ml-lg-85 {
		margin-left: 85px !important;
	}

	.p-lg-85 {
		padding: 85px !important;
	}

	.px-lg-85 {
		padding-left: 85px !important;
		padding-right: 85px !important;
	}

	.py-lg-85 {
		padding-top: 85px !important;
		padding-bottom: 85px !important;
	}

	.pt-lg-85 {
		padding-top: 85px !important;
	}

	.pr-lg-85 {
		padding-right: 85px !important;
	}

	.pb-lg-85 {
		padding-bottom: 85px !important;
	}

	.pl-lg-85 {
		padding-left: 85px !important;
	}

	.m-lg-90 {
		margin: 90px !important;
	}

	.mx-lg-90 {
		margin-left: 90px !important;
		margin-right: 90px !important;
	}

	.my-lg-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.mt-lg-90 {
		margin-top: 90px !important;
	}

	.mr-lg-90 {
		margin-right: 90px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px !important;
	}

	.ml-lg-90 {
		margin-left: 90px !important;
	}

	.p-lg-90 {
		padding: 90px !important;
	}

	.px-lg-90 {
		padding-left: 90px !important;
		padding-right: 90px !important;
	}

	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}

	.pt-lg-90 {
		padding-top: 90px !important;
	}

	.pr-lg-90 {
		padding-right: 90px !important;
	}

	.pb-lg-90 {
		padding-bottom: 90px !important;
	}

	.pl-lg-90 {
		padding-left: 90px !important;
	}

	.m-lg-95 {
		margin: 95px !important;
	}

	.mx-lg-95 {
		margin-left: 95px !important;
		margin-right: 95px !important;
	}

	.my-lg-95 {
		margin-top: 95px !important;
		margin-bottom: 95px !important;
	}

	.mt-lg-95 {
		margin-top: 95px !important;
	}

	.mr-lg-95 {
		margin-right: 95px !important;
	}

	.mb-lg-95 {
		margin-bottom: 95px !important;
	}

	.ml-lg-95 {
		margin-left: 95px !important;
	}

	.p-lg-95 {
		padding: 95px !important;
	}

	.px-lg-95 {
		padding-left: 95px !important;
		padding-right: 95px !important;
	}

	.py-lg-95 {
		padding-top: 95px !important;
		padding-bottom: 95px !important;
	}

	.pt-lg-95 {
		padding-top: 95px !important;
	}

	.pr-lg-95 {
		padding-right: 95px !important;
	}

	.pb-lg-95 {
		padding-bottom: 95px !important;
	}

	.pl-lg-95 {
		padding-left: 95px !important;
	}

	.m-lg-100 {
		margin: 100px !important;
	}

	.mx-lg-100 {
		margin-left: 100px !important;
		margin-right: 100px !important;
	}

	.my-lg-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.mt-lg-100 {
		margin-top: 100px !important;
	}

	.mr-lg-100 {
		margin-right: 100px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px !important;
	}

	.ml-lg-100 {
		margin-left: 100px !important;
	}

	.p-lg-100 {
		padding: 100px !important;
	}

	.px-lg-100 {
		padding-left: 100px !important;
		padding-right: 100px !important;
	}

	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.pt-lg-100 {
		padding-top: 100px !important;
	}

	.pr-lg-100 {
		padding-right: 100px !important;
	}

	.pb-lg-100 {
		padding-bottom: 100px !important;
	}

	.pl-lg-100 {
		padding-left: 100px !important;
	}

	.m-lg-105 {
		margin: 105px !important;
	}

	.mx-lg-105 {
		margin-left: 105px !important;
		margin-right: 105px !important;
	}

	.my-lg-105 {
		margin-top: 105px !important;
		margin-bottom: 105px !important;
	}

	.mt-lg-105 {
		margin-top: 105px !important;
	}

	.mr-lg-105 {
		margin-right: 105px !important;
	}

	.mb-lg-105 {
		margin-bottom: 105px !important;
	}

	.ml-lg-105 {
		margin-left: 105px !important;
	}

	.p-lg-105 {
		padding: 105px !important;
	}

	.px-lg-105 {
		padding-left: 105px !important;
		padding-right: 105px !important;
	}

	.py-lg-105 {
		padding-top: 105px !important;
		padding-bottom: 105px !important;
	}

	.pt-lg-105 {
		padding-top: 105px !important;
	}

	.pr-lg-105 {
		padding-right: 105px !important;
	}

	.pb-lg-105 {
		padding-bottom: 105px !important;
	}

	.pl-lg-105 {
		padding-left: 105px !important;
	}

	.m-lg-110 {
		margin: 110px !important;
	}

	.mx-lg-110 {
		margin-left: 110px !important;
		margin-right: 110px !important;
	}

	.my-lg-110 {
		margin-top: 110px !important;
		margin-bottom: 110px !important;
	}

	.mt-lg-110 {
		margin-top: 110px !important;
	}

	.mr-lg-110 {
		margin-right: 110px !important;
	}

	.mb-lg-110 {
		margin-bottom: 110px !important;
	}

	.ml-lg-110 {
		margin-left: 110px !important;
	}

	.p-lg-110 {
		padding: 110px !important;
	}

	.px-lg-110 {
		padding-left: 110px !important;
		padding-right: 110px !important;
	}

	.py-lg-110 {
		padding-top: 110px !important;
		padding-bottom: 110px !important;
	}

	.pt-lg-110 {
		padding-top: 110px !important;
	}

	.pr-lg-110 {
		padding-right: 110px !important;
	}

	.pb-lg-110 {
		padding-bottom: 110px !important;
	}

	.pl-lg-110 {
		padding-left: 110px !important;
	}

	.m-lg-115 {
		margin: 115px !important;
	}

	.mx-lg-115 {
		margin-left: 115px !important;
		margin-right: 115px !important;
	}

	.my-lg-115 {
		margin-top: 115px !important;
		margin-bottom: 115px !important;
	}

	.mt-lg-115 {
		margin-top: 115px !important;
	}

	.mr-lg-115 {
		margin-right: 115px !important;
	}

	.mb-lg-115 {
		margin-bottom: 115px !important;
	}

	.ml-lg-115 {
		margin-left: 115px !important;
	}

	.p-lg-115 {
		padding: 115px !important;
	}

	.px-lg-115 {
		padding-left: 115px !important;
		padding-right: 115px !important;
	}

	.py-lg-115 {
		padding-top: 115px !important;
		padding-bottom: 115px !important;
	}

	.pt-lg-115 {
		padding-top: 115px !important;
	}

	.pr-lg-115 {
		padding-right: 115px !important;
	}

	.pb-lg-115 {
		padding-bottom: 115px !important;
	}

	.pl-lg-115 {
		padding-left: 115px !important;
	}

	.m-lg-120 {
		margin: 120px !important;
	}

	.mx-lg-120 {
		margin-left: 120px !important;
		margin-right: 120px !important;
	}

	.my-lg-120 {
		margin-top: 120px !important;
		margin-bottom: 120px !important;
	}

	.mt-lg-120 {
		margin-top: 120px !important;
	}

	.mr-lg-120 {
		margin-right: 120px !important;
	}

	.mb-lg-120 {
		margin-bottom: 120px !important;
	}

	.ml-lg-120 {
		margin-left: 120px !important;
	}

	.p-lg-120 {
		padding: 120px !important;
	}

	.px-lg-120 {
		padding-left: 120px !important;
		padding-right: 120px !important;
	}

	.py-lg-120 {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
	}

	.pt-lg-120 {
		padding-top: 120px !important;
	}

	.pr-lg-120 {
		padding-right: 120px !important;
	}

	.pb-lg-120 {
		padding-bottom: 120px !important;
	}

	.pl-lg-120 {
		padding-left: 120px !important;
	}

	.m-lg-125 {
		margin: 125px !important;
	}

	.mx-lg-125 {
		margin-left: 125px !important;
		margin-right: 125px !important;
	}

	.my-lg-125 {
		margin-top: 125px !important;
		margin-bottom: 125px !important;
	}

	.mt-lg-125 {
		margin-top: 125px !important;
	}

	.mr-lg-125 {
		margin-right: 125px !important;
	}

	.mb-lg-125 {
		margin-bottom: 125px !important;
	}

	.ml-lg-125 {
		margin-left: 125px !important;
	}

	.p-lg-125 {
		padding: 125px !important;
	}

	.px-lg-125 {
		padding-left: 125px !important;
		padding-right: 125px !important;
	}

	.py-lg-125 {
		padding-top: 125px !important;
		padding-bottom: 125px !important;
	}

	.pt-lg-125 {
		padding-top: 125px !important;
	}

	.pr-lg-125 {
		padding-right: 125px !important;
	}

	.pb-lg-125 {
		padding-bottom: 125px !important;
	}

	.pl-lg-125 {
		padding-left: 125px !important;
	}

	.m-lg-130 {
		margin: 130px !important;
	}

	.mx-lg-130 {
		margin-left: 130px !important;
		margin-right: 130px !important;
	}

	.my-lg-130 {
		margin-top: 130px !important;
		margin-bottom: 130px !important;
	}

	.mt-lg-130 {
		margin-top: 130px !important;
	}

	.mr-lg-130 {
		margin-right: 130px !important;
	}

	.mb-lg-130 {
		margin-bottom: 130px !important;
	}

	.ml-lg-130 {
		margin-left: 130px !important;
	}

	.p-lg-130 {
		padding: 130px !important;
	}

	.px-lg-130 {
		padding-left: 130px !important;
		padding-right: 130px !important;
	}

	.py-lg-130 {
		padding-top: 130px !important;
		padding-bottom: 130px !important;
	}

	.pt-lg-130 {
		padding-top: 130px !important;
	}

	.pr-lg-130 {
		padding-right: 130px !important;
	}

	.pb-lg-130 {
		padding-bottom: 130px !important;
	}

	.pl-lg-130 {
		padding-left: 130px !important;
	}

	.m-lg-135 {
		margin: 135px !important;
	}

	.mx-lg-135 {
		margin-left: 135px !important;
		margin-right: 135px !important;
	}

	.my-lg-135 {
		margin-top: 135px !important;
		margin-bottom: 135px !important;
	}

	.mt-lg-135 {
		margin-top: 135px !important;
	}

	.mr-lg-135 {
		margin-right: 135px !important;
	}

	.mb-lg-135 {
		margin-bottom: 135px !important;
	}

	.ml-lg-135 {
		margin-left: 135px !important;
	}

	.p-lg-135 {
		padding: 135px !important;
	}

	.px-lg-135 {
		padding-left: 135px !important;
		padding-right: 135px !important;
	}

	.py-lg-135 {
		padding-top: 135px !important;
		padding-bottom: 135px !important;
	}

	.pt-lg-135 {
		padding-top: 135px !important;
	}

	.pr-lg-135 {
		padding-right: 135px !important;
	}

	.pb-lg-135 {
		padding-bottom: 135px !important;
	}

	.pl-lg-135 {
		padding-left: 135px !important;
	}

	.m-lg-140 {
		margin: 140px !important;
	}

	.mx-lg-140 {
		margin-left: 140px !important;
		margin-right: 140px !important;
	}

	.my-lg-140 {
		margin-top: 140px !important;
		margin-bottom: 140px !important;
	}

	.mt-lg-140 {
		margin-top: 140px !important;
	}

	.mr-lg-140 {
		margin-right: 140px !important;
	}

	.mb-lg-140 {
		margin-bottom: 140px !important;
	}

	.ml-lg-140 {
		margin-left: 140px !important;
	}

	.p-lg-140 {
		padding: 140px !important;
	}

	.px-lg-140 {
		padding-left: 140px !important;
		padding-right: 140px !important;
	}

	.py-lg-140 {
		padding-top: 140px !important;
		padding-bottom: 140px !important;
	}

	.pt-lg-140 {
		padding-top: 140px !important;
	}

	.pr-lg-140 {
		padding-right: 140px !important;
	}

	.pb-lg-140 {
		padding-bottom: 140px !important;
	}

	.pl-lg-140 {
		padding-left: 140px !important;
	}

	.m-lg-145 {
		margin: 145px !important;
	}

	.mx-lg-145 {
		margin-left: 145px !important;
		margin-right: 145px !important;
	}

	.my-lg-145 {
		margin-top: 145px !important;
		margin-bottom: 145px !important;
	}

	.mt-lg-145 {
		margin-top: 145px !important;
	}

	.mr-lg-145 {
		margin-right: 145px !important;
	}

	.mb-lg-145 {
		margin-bottom: 145px !important;
	}

	.ml-lg-145 {
		margin-left: 145px !important;
	}

	.p-lg-145 {
		padding: 145px !important;
	}

	.px-lg-145 {
		padding-left: 145px !important;
		padding-right: 145px !important;
	}

	.py-lg-145 {
		padding-top: 145px !important;
		padding-bottom: 145px !important;
	}

	.pt-lg-145 {
		padding-top: 145px !important;
	}

	.pr-lg-145 {
		padding-right: 145px !important;
	}

	.pb-lg-145 {
		padding-bottom: 145px !important;
	}

	.pl-lg-145 {
		padding-left: 145px !important;
	}

	.m-lg-150 {
		margin: 150px !important;
	}

	.mx-lg-150 {
		margin-left: 150px !important;
		margin-right: 150px !important;
	}

	.my-lg-150 {
		margin-top: 150px !important;
		margin-bottom: 150px !important;
	}

	.mt-lg-150 {
		margin-top: 150px !important;
	}

	.mr-lg-150 {
		margin-right: 150px !important;
	}

	.mb-lg-150 {
		margin-bottom: 150px !important;
	}

	.ml-lg-150 {
		margin-left: 150px !important;
	}

	.p-lg-150 {
		padding: 150px !important;
	}

	.px-lg-150 {
		padding-left: 150px !important;
		padding-right: 150px !important;
	}

	.py-lg-150 {
		padding-top: 150px !important;
		padding-bottom: 150px !important;
	}

	.pt-lg-150 {
		padding-top: 150px !important;
	}

	.pr-lg-150 {
		padding-right: 150px !important;
	}

	.pb-lg-150 {
		padding-bottom: 150px !important;
	}

	.pl-lg-150 {
		padding-left: 150px !important;
	}

	.m-lg-155 {
		margin: 155px !important;
	}

	.mx-lg-155 {
		margin-left: 155px !important;
		margin-right: 155px !important;
	}

	.my-lg-155 {
		margin-top: 155px !important;
		margin-bottom: 155px !important;
	}

	.mt-lg-155 {
		margin-top: 155px !important;
	}

	.mr-lg-155 {
		margin-right: 155px !important;
	}

	.mb-lg-155 {
		margin-bottom: 155px !important;
	}

	.ml-lg-155 {
		margin-left: 155px !important;
	}

	.p-lg-155 {
		padding: 155px !important;
	}

	.px-lg-155 {
		padding-left: 155px !important;
		padding-right: 155px !important;
	}

	.py-lg-155 {
		padding-top: 155px !important;
		padding-bottom: 155px !important;
	}

	.pt-lg-155 {
		padding-top: 155px !important;
	}

	.pr-lg-155 {
		padding-right: 155px !important;
	}

	.pb-lg-155 {
		padding-bottom: 155px !important;
	}

	.pl-lg-155 {
		padding-left: 155px !important;
	}

	.m-lg-160 {
		margin: 160px !important;
	}

	.mx-lg-160 {
		margin-left: 160px !important;
		margin-right: 160px !important;
	}

	.my-lg-160 {
		margin-top: 160px !important;
		margin-bottom: 160px !important;
	}

	.mt-lg-160 {
		margin-top: 160px !important;
	}

	.mr-lg-160 {
		margin-right: 160px !important;
	}

	.mb-lg-160 {
		margin-bottom: 160px !important;
	}

	.ml-lg-160 {
		margin-left: 160px !important;
	}

	.p-lg-160 {
		padding: 160px !important;
	}

	.px-lg-160 {
		padding-left: 160px !important;
		padding-right: 160px !important;
	}

	.py-lg-160 {
		padding-top: 160px !important;
		padding-bottom: 160px !important;
	}

	.pt-lg-160 {
		padding-top: 160px !important;
	}

	.pr-lg-160 {
		padding-right: 160px !important;
	}

	.pb-lg-160 {
		padding-bottom: 160px !important;
	}

	.pl-lg-160 {
		padding-left: 160px !important;
	}

	.m-lg-165 {
		margin: 165px !important;
	}

	.mx-lg-165 {
		margin-left: 165px !important;
		margin-right: 165px !important;
	}

	.my-lg-165 {
		margin-top: 165px !important;
		margin-bottom: 165px !important;
	}

	.mt-lg-165 {
		margin-top: 165px !important;
	}

	.mr-lg-165 {
		margin-right: 165px !important;
	}

	.mb-lg-165 {
		margin-bottom: 165px !important;
	}

	.ml-lg-165 {
		margin-left: 165px !important;
	}

	.p-lg-165 {
		padding: 165px !important;
	}

	.px-lg-165 {
		padding-left: 165px !important;
		padding-right: 165px !important;
	}

	.py-lg-165 {
		padding-top: 165px !important;
		padding-bottom: 165px !important;
	}

	.pt-lg-165 {
		padding-top: 165px !important;
	}

	.pr-lg-165 {
		padding-right: 165px !important;
	}

	.pb-lg-165 {
		padding-bottom: 165px !important;
	}

	.pl-lg-165 {
		padding-left: 165px !important;
	}

	.m-lg-170 {
		margin: 170px !important;
	}

	.mx-lg-170 {
		margin-left: 170px !important;
		margin-right: 170px !important;
	}

	.my-lg-170 {
		margin-top: 170px !important;
		margin-bottom: 170px !important;
	}

	.mt-lg-170 {
		margin-top: 170px !important;
	}

	.mr-lg-170 {
		margin-right: 170px !important;
	}

	.mb-lg-170 {
		margin-bottom: 170px !important;
	}

	.ml-lg-170 {
		margin-left: 170px !important;
	}

	.p-lg-170 {
		padding: 170px !important;
	}

	.px-lg-170 {
		padding-left: 170px !important;
		padding-right: 170px !important;
	}

	.py-lg-170 {
		padding-top: 170px !important;
		padding-bottom: 170px !important;
	}

	.pt-lg-170 {
		padding-top: 170px !important;
	}

	.pr-lg-170 {
		padding-right: 170px !important;
	}

	.pb-lg-170 {
		padding-bottom: 170px !important;
	}

	.pl-lg-170 {
		padding-left: 170px !important;
	}

	.m-lg-175 {
		margin: 175px !important;
	}

	.mx-lg-175 {
		margin-left: 175px !important;
		margin-right: 175px !important;
	}

	.my-lg-175 {
		margin-top: 175px !important;
		margin-bottom: 175px !important;
	}

	.mt-lg-175 {
		margin-top: 175px !important;
	}

	.mr-lg-175 {
		margin-right: 175px !important;
	}

	.mb-lg-175 {
		margin-bottom: 175px !important;
	}

	.ml-lg-175 {
		margin-left: 175px !important;
	}

	.p-lg-175 {
		padding: 175px !important;
	}

	.px-lg-175 {
		padding-left: 175px !important;
		padding-right: 175px !important;
	}

	.py-lg-175 {
		padding-top: 175px !important;
		padding-bottom: 175px !important;
	}

	.pt-lg-175 {
		padding-top: 175px !important;
	}

	.pr-lg-175 {
		padding-right: 175px !important;
	}

	.pb-lg-175 {
		padding-bottom: 175px !important;
	}

	.pl-lg-175 {
		padding-left: 175px !important;
	}

	.m-lg-180 {
		margin: 180px !important;
	}

	.mx-lg-180 {
		margin-left: 180px !important;
		margin-right: 180px !important;
	}

	.my-lg-180 {
		margin-top: 180px !important;
		margin-bottom: 180px !important;
	}

	.mt-lg-180 {
		margin-top: 180px !important;
	}

	.mr-lg-180 {
		margin-right: 180px !important;
	}

	.mb-lg-180 {
		margin-bottom: 180px !important;
	}

	.ml-lg-180 {
		margin-left: 180px !important;
	}

	.p-lg-180 {
		padding: 180px !important;
	}

	.px-lg-180 {
		padding-left: 180px !important;
		padding-right: 180px !important;
	}

	.py-lg-180 {
		padding-top: 180px !important;
		padding-bottom: 180px !important;
	}

	.pt-lg-180 {
		padding-top: 180px !important;
	}

	.pr-lg-180 {
		padding-right: 180px !important;
	}

	.pb-lg-180 {
		padding-bottom: 180px !important;
	}

	.pl-lg-180 {
		padding-left: 180px !important;
	}

	.m-lg-185 {
		margin: 185px !important;
	}

	.mx-lg-185 {
		margin-left: 185px !important;
		margin-right: 185px !important;
	}

	.my-lg-185 {
		margin-top: 185px !important;
		margin-bottom: 185px !important;
	}

	.mt-lg-185 {
		margin-top: 185px !important;
	}

	.mr-lg-185 {
		margin-right: 185px !important;
	}

	.mb-lg-185 {
		margin-bottom: 185px !important;
	}

	.ml-lg-185 {
		margin-left: 185px !important;
	}

	.p-lg-185 {
		padding: 185px !important;
	}

	.px-lg-185 {
		padding-left: 185px !important;
		padding-right: 185px !important;
	}

	.py-lg-185 {
		padding-top: 185px !important;
		padding-bottom: 185px !important;
	}

	.pt-lg-185 {
		padding-top: 185px !important;
	}

	.pr-lg-185 {
		padding-right: 185px !important;
	}

	.pb-lg-185 {
		padding-bottom: 185px !important;
	}

	.pl-lg-185 {
		padding-left: 185px !important;
	}

	.m-lg-190 {
		margin: 190px !important;
	}

	.mx-lg-190 {
		margin-left: 190px !important;
		margin-right: 190px !important;
	}

	.my-lg-190 {
		margin-top: 190px !important;
		margin-bottom: 190px !important;
	}

	.mt-lg-190 {
		margin-top: 190px !important;
	}

	.mr-lg-190 {
		margin-right: 190px !important;
	}

	.mb-lg-190 {
		margin-bottom: 190px !important;
	}

	.ml-lg-190 {
		margin-left: 190px !important;
	}

	.p-lg-190 {
		padding: 190px !important;
	}

	.px-lg-190 {
		padding-left: 190px !important;
		padding-right: 190px !important;
	}

	.py-lg-190 {
		padding-top: 190px !important;
		padding-bottom: 190px !important;
	}

	.pt-lg-190 {
		padding-top: 190px !important;
	}

	.pr-lg-190 {
		padding-right: 190px !important;
	}

	.pb-lg-190 {
		padding-bottom: 190px !important;
	}

	.pl-lg-190 {
		padding-left: 190px !important;
	}

	.m-lg-195 {
		margin: 195px !important;
	}

	.mx-lg-195 {
		margin-left: 195px !important;
		margin-right: 195px !important;
	}

	.my-lg-195 {
		margin-top: 195px !important;
		margin-bottom: 195px !important;
	}

	.mt-lg-195 {
		margin-top: 195px !important;
	}

	.mr-lg-195 {
		margin-right: 195px !important;
	}

	.mb-lg-195 {
		margin-bottom: 195px !important;
	}

	.ml-lg-195 {
		margin-left: 195px !important;
	}

	.p-lg-195 {
		padding: 195px !important;
	}

	.px-lg-195 {
		padding-left: 195px !important;
		padding-right: 195px !important;
	}

	.py-lg-195 {
		padding-top: 195px !important;
		padding-bottom: 195px !important;
	}

	.pt-lg-195 {
		padding-top: 195px !important;
	}

	.pr-lg-195 {
		padding-right: 195px !important;
	}

	.pb-lg-195 {
		padding-bottom: 195px !important;
	}

	.pl-lg-195 {
		padding-left: 195px !important;
	}

	.m-lg-200 {
		margin: 200px !important;
	}

	.mx-lg-200 {
		margin-left: 200px !important;
		margin-right: 200px !important;
	}

	.my-lg-200 {
		margin-top: 200px !important;
		margin-bottom: 200px !important;
	}

	.mt-lg-200 {
		margin-top: 200px !important;
	}

	.mr-lg-200 {
		margin-right: 200px !important;
	}

	.mb-lg-200 {
		margin-bottom: 200px !important;
	}

	.ml-lg-200 {
		margin-left: 200px !important;
	}

	.p-lg-200 {
		padding: 200px !important;
	}

	.px-lg-200 {
		padding-left: 200px !important;
		padding-right: 200px !important;
	}

	.py-lg-200 {
		padding-top: 200px !important;
		padding-bottom: 200px !important;
	}

	.pt-lg-200 {
		padding-top: 200px !important;
	}

	.pr-lg-200 {
		padding-right: 200px !important;
	}

	.pb-lg-200 {
		padding-bottom: 200px !important;
	}

	.pl-lg-200 {
		padding-left: 200px !important;
	}

	.m-lg-205 {
		margin: 205px !important;
	}

	.mx-lg-205 {
		margin-left: 205px !important;
		margin-right: 205px !important;
	}

	.my-lg-205 {
		margin-top: 205px !important;
		margin-bottom: 205px !important;
	}

	.mt-lg-205 {
		margin-top: 205px !important;
	}

	.mr-lg-205 {
		margin-right: 205px !important;
	}

	.mb-lg-205 {
		margin-bottom: 205px !important;
	}

	.ml-lg-205 {
		margin-left: 205px !important;
	}

	.p-lg-205 {
		padding: 205px !important;
	}

	.px-lg-205 {
		padding-left: 205px !important;
		padding-right: 205px !important;
	}

	.py-lg-205 {
		padding-top: 205px !important;
		padding-bottom: 205px !important;
	}

	.pt-lg-205 {
		padding-top: 205px !important;
	}

	.pr-lg-205 {
		padding-right: 205px !important;
	}

	.pb-lg-205 {
		padding-bottom: 205px !important;
	}

	.pl-lg-205 {
		padding-left: 205px !important;
	}

	.m-lg-210 {
		margin: 210px !important;
	}

	.mx-lg-210 {
		margin-left: 210px !important;
		margin-right: 210px !important;
	}

	.my-lg-210 {
		margin-top: 210px !important;
		margin-bottom: 210px !important;
	}

	.mt-lg-210 {
		margin-top: 210px !important;
	}

	.mr-lg-210 {
		margin-right: 210px !important;
	}

	.mb-lg-210 {
		margin-bottom: 210px !important;
	}

	.ml-lg-210 {
		margin-left: 210px !important;
	}

	.p-lg-210 {
		padding: 210px !important;
	}

	.px-lg-210 {
		padding-left: 210px !important;
		padding-right: 210px !important;
	}

	.py-lg-210 {
		padding-top: 210px !important;
		padding-bottom: 210px !important;
	}

	.pt-lg-210 {
		padding-top: 210px !important;
	}

	.pr-lg-210 {
		padding-right: 210px !important;
	}

	.pb-lg-210 {
		padding-bottom: 210px !important;
	}

	.pl-lg-210 {
		padding-left: 210px !important;
	}

	.m-lg-215 {
		margin: 215px !important;
	}

	.mx-lg-215 {
		margin-left: 215px !important;
		margin-right: 215px !important;
	}

	.my-lg-215 {
		margin-top: 215px !important;
		margin-bottom: 215px !important;
	}

	.mt-lg-215 {
		margin-top: 215px !important;
	}

	.mr-lg-215 {
		margin-right: 215px !important;
	}

	.mb-lg-215 {
		margin-bottom: 215px !important;
	}

	.ml-lg-215 {
		margin-left: 215px !important;
	}

	.p-lg-215 {
		padding: 215px !important;
	}

	.px-lg-215 {
		padding-left: 215px !important;
		padding-right: 215px !important;
	}

	.py-lg-215 {
		padding-top: 215px !important;
		padding-bottom: 215px !important;
	}

	.pt-lg-215 {
		padding-top: 215px !important;
	}

	.pr-lg-215 {
		padding-right: 215px !important;
	}

	.pb-lg-215 {
		padding-bottom: 215px !important;
	}

	.pl-lg-215 {
		padding-left: 215px !important;
	}

	.m-lg-220 {
		margin: 220px !important;
	}

	.mx-lg-220 {
		margin-left: 220px !important;
		margin-right: 220px !important;
	}

	.my-lg-220 {
		margin-top: 220px !important;
		margin-bottom: 220px !important;
	}

	.mt-lg-220 {
		margin-top: 220px !important;
	}

	.mr-lg-220 {
		margin-right: 220px !important;
	}

	.mb-lg-220 {
		margin-bottom: 220px !important;
	}

	.ml-lg-220 {
		margin-left: 220px !important;
	}

	.p-lg-220 {
		padding: 220px !important;
	}

	.px-lg-220 {
		padding-left: 220px !important;
		padding-right: 220px !important;
	}

	.py-lg-220 {
		padding-top: 220px !important;
		padding-bottom: 220px !important;
	}

	.pt-lg-220 {
		padding-top: 220px !important;
	}

	.pr-lg-220 {
		padding-right: 220px !important;
	}

	.pb-lg-220 {
		padding-bottom: 220px !important;
	}

	.pl-lg-220 {
		padding-left: 220px !important;
	}

	.m-lg-225 {
		margin: 225px !important;
	}

	.mx-lg-225 {
		margin-left: 225px !important;
		margin-right: 225px !important;
	}

	.my-lg-225 {
		margin-top: 225px !important;
		margin-bottom: 225px !important;
	}

	.mt-lg-225 {
		margin-top: 225px !important;
	}

	.mr-lg-225 {
		margin-right: 225px !important;
	}

	.mb-lg-225 {
		margin-bottom: 225px !important;
	}

	.ml-lg-225 {
		margin-left: 225px !important;
	}

	.p-lg-225 {
		padding: 225px !important;
	}

	.px-lg-225 {
		padding-left: 225px !important;
		padding-right: 225px !important;
	}

	.py-lg-225 {
		padding-top: 225px !important;
		padding-bottom: 225px !important;
	}

	.pt-lg-225 {
		padding-top: 225px !important;
	}

	.pr-lg-225 {
		padding-right: 225px !important;
	}

	.pb-lg-225 {
		padding-bottom: 225px !important;
	}

	.pl-lg-225 {
		padding-left: 225px !important;
	}

	.m-lg-230 {
		margin: 230px !important;
	}

	.mx-lg-230 {
		margin-left: 230px !important;
		margin-right: 230px !important;
	}

	.my-lg-230 {
		margin-top: 230px !important;
		margin-bottom: 230px !important;
	}

	.mt-lg-230 {
		margin-top: 230px !important;
	}

	.mr-lg-230 {
		margin-right: 230px !important;
	}

	.mb-lg-230 {
		margin-bottom: 230px !important;
	}

	.ml-lg-230 {
		margin-left: 230px !important;
	}

	.p-lg-230 {
		padding: 230px !important;
	}

	.px-lg-230 {
		padding-left: 230px !important;
		padding-right: 230px !important;
	}

	.py-lg-230 {
		padding-top: 230px !important;
		padding-bottom: 230px !important;
	}

	.pt-lg-230 {
		padding-top: 230px !important;
	}

	.pr-lg-230 {
		padding-right: 230px !important;
	}

	.pb-lg-230 {
		padding-bottom: 230px !important;
	}

	.pl-lg-230 {
		padding-left: 230px !important;
	}

	.m-lg-235 {
		margin: 235px !important;
	}

	.mx-lg-235 {
		margin-left: 235px !important;
		margin-right: 235px !important;
	}

	.my-lg-235 {
		margin-top: 235px !important;
		margin-bottom: 235px !important;
	}

	.mt-lg-235 {
		margin-top: 235px !important;
	}

	.mr-lg-235 {
		margin-right: 235px !important;
	}

	.mb-lg-235 {
		margin-bottom: 235px !important;
	}

	.ml-lg-235 {
		margin-left: 235px !important;
	}

	.p-lg-235 {
		padding: 235px !important;
	}

	.px-lg-235 {
		padding-left: 235px !important;
		padding-right: 235px !important;
	}

	.py-lg-235 {
		padding-top: 235px !important;
		padding-bottom: 235px !important;
	}

	.pt-lg-235 {
		padding-top: 235px !important;
	}

	.pr-lg-235 {
		padding-right: 235px !important;
	}

	.pb-lg-235 {
		padding-bottom: 235px !important;
	}

	.pl-lg-235 {
		padding-left: 235px !important;
	}

	.m-lg-240 {
		margin: 240px !important;
	}

	.mx-lg-240 {
		margin-left: 240px !important;
		margin-right: 240px !important;
	}

	.my-lg-240 {
		margin-top: 240px !important;
		margin-bottom: 240px !important;
	}

	.mt-lg-240 {
		margin-top: 240px !important;
	}

	.mr-lg-240 {
		margin-right: 240px !important;
	}

	.mb-lg-240 {
		margin-bottom: 240px !important;
	}

	.ml-lg-240 {
		margin-left: 240px !important;
	}

	.p-lg-240 {
		padding: 240px !important;
	}

	.px-lg-240 {
		padding-left: 240px !important;
		padding-right: 240px !important;
	}

	.py-lg-240 {
		padding-top: 240px !important;
		padding-bottom: 240px !important;
	}

	.pt-lg-240 {
		padding-top: 240px !important;
	}

	.pr-lg-240 {
		padding-right: 240px !important;
	}

	.pb-lg-240 {
		padding-bottom: 240px !important;
	}

	.pl-lg-240 {
		padding-left: 240px !important;
	}

	.m-lg-245 {
		margin: 245px !important;
	}

	.mx-lg-245 {
		margin-left: 245px !important;
		margin-right: 245px !important;
	}

	.my-lg-245 {
		margin-top: 245px !important;
		margin-bottom: 245px !important;
	}

	.mt-lg-245 {
		margin-top: 245px !important;
	}

	.mr-lg-245 {
		margin-right: 245px !important;
	}

	.mb-lg-245 {
		margin-bottom: 245px !important;
	}

	.ml-lg-245 {
		margin-left: 245px !important;
	}

	.p-lg-245 {
		padding: 245px !important;
	}

	.px-lg-245 {
		padding-left: 245px !important;
		padding-right: 245px !important;
	}

	.py-lg-245 {
		padding-top: 245px !important;
		padding-bottom: 245px !important;
	}

	.pt-lg-245 {
		padding-top: 245px !important;
	}

	.pr-lg-245 {
		padding-right: 245px !important;
	}

	.pb-lg-245 {
		padding-bottom: 245px !important;
	}

	.pl-lg-245 {
		padding-left: 245px !important;
	}

	.m-lg-250 {
		margin: 250px !important;
	}

	.mx-lg-250 {
		margin-left: 250px !important;
		margin-right: 250px !important;
	}

	.my-lg-250 {
		margin-top: 250px !important;
		margin-bottom: 250px !important;
	}

	.mt-lg-250 {
		margin-top: 250px !important;
	}

	.mr-lg-250 {
		margin-right: 250px !important;
	}

	.mb-lg-250 {
		margin-bottom: 250px !important;
	}

	.ml-lg-250 {
		margin-left: 250px !important;
	}

	.p-lg-250 {
		padding: 250px !important;
	}

	.px-lg-250 {
		padding-left: 250px !important;
		padding-right: 250px !important;
	}

	.py-lg-250 {
		padding-top: 250px !important;
		padding-bottom: 250px !important;
	}

	.pt-lg-250 {
		padding-top: 250px !important;
	}

	.pr-lg-250 {
		padding-right: 250px !important;
	}

	.pb-lg-250 {
		padding-bottom: 250px !important;
	}

	.pl-lg-250 {
		padding-left: 250px !important;
	}

	.m-lg-255 {
		margin: 255px !important;
	}

	.mx-lg-255 {
		margin-left: 255px !important;
		margin-right: 255px !important;
	}

	.my-lg-255 {
		margin-top: 255px !important;
		margin-bottom: 255px !important;
	}

	.mt-lg-255 {
		margin-top: 255px !important;
	}

	.mr-lg-255 {
		margin-right: 255px !important;
	}

	.mb-lg-255 {
		margin-bottom: 255px !important;
	}

	.ml-lg-255 {
		margin-left: 255px !important;
	}

	.p-lg-255 {
		padding: 255px !important;
	}

	.px-lg-255 {
		padding-left: 255px !important;
		padding-right: 255px !important;
	}

	.py-lg-255 {
		padding-top: 255px !important;
		padding-bottom: 255px !important;
	}

	.pt-lg-255 {
		padding-top: 255px !important;
	}

	.pr-lg-255 {
		padding-right: 255px !important;
	}

	.pb-lg-255 {
		padding-bottom: 255px !important;
	}

	.pl-lg-255 {
		padding-left: 255px !important;
	}

	.m-lg-260 {
		margin: 260px !important;
	}

	.mx-lg-260 {
		margin-left: 260px !important;
		margin-right: 260px !important;
	}

	.my-lg-260 {
		margin-top: 260px !important;
		margin-bottom: 260px !important;
	}

	.mt-lg-260 {
		margin-top: 260px !important;
	}

	.mr-lg-260 {
		margin-right: 260px !important;
	}

	.mb-lg-260 {
		margin-bottom: 260px !important;
	}

	.ml-lg-260 {
		margin-left: 260px !important;
	}

	.p-lg-260 {
		padding: 260px !important;
	}

	.px-lg-260 {
		padding-left: 260px !important;
		padding-right: 260px !important;
	}

	.py-lg-260 {
		padding-top: 260px !important;
		padding-bottom: 260px !important;
	}

	.pt-lg-260 {
		padding-top: 260px !important;
	}

	.pr-lg-260 {
		padding-right: 260px !important;
	}

	.pb-lg-260 {
		padding-bottom: 260px !important;
	}

	.pl-lg-260 {
		padding-left: 260px !important;
	}

	.m-lg-265 {
		margin: 265px !important;
	}

	.mx-lg-265 {
		margin-left: 265px !important;
		margin-right: 265px !important;
	}

	.my-lg-265 {
		margin-top: 265px !important;
		margin-bottom: 265px !important;
	}

	.mt-lg-265 {
		margin-top: 265px !important;
	}

	.mr-lg-265 {
		margin-right: 265px !important;
	}

	.mb-lg-265 {
		margin-bottom: 265px !important;
	}

	.ml-lg-265 {
		margin-left: 265px !important;
	}

	.p-lg-265 {
		padding: 265px !important;
	}

	.px-lg-265 {
		padding-left: 265px !important;
		padding-right: 265px !important;
	}

	.py-lg-265 {
		padding-top: 265px !important;
		padding-bottom: 265px !important;
	}

	.pt-lg-265 {
		padding-top: 265px !important;
	}

	.pr-lg-265 {
		padding-right: 265px !important;
	}

	.pb-lg-265 {
		padding-bottom: 265px !important;
	}

	.pl-lg-265 {
		padding-left: 265px !important;
	}

	.m-lg-270 {
		margin: 270px !important;
	}

	.mx-lg-270 {
		margin-left: 270px !important;
		margin-right: 270px !important;
	}

	.my-lg-270 {
		margin-top: 270px !important;
		margin-bottom: 270px !important;
	}

	.mt-lg-270 {
		margin-top: 270px !important;
	}

	.mr-lg-270 {
		margin-right: 270px !important;
	}

	.mb-lg-270 {
		margin-bottom: 270px !important;
	}

	.ml-lg-270 {
		margin-left: 270px !important;
	}

	.p-lg-270 {
		padding: 270px !important;
	}

	.px-lg-270 {
		padding-left: 270px !important;
		padding-right: 270px !important;
	}

	.py-lg-270 {
		padding-top: 270px !important;
		padding-bottom: 270px !important;
	}

	.pt-lg-270 {
		padding-top: 270px !important;
	}

	.pr-lg-270 {
		padding-right: 270px !important;
	}

	.pb-lg-270 {
		padding-bottom: 270px !important;
	}

	.pl-lg-270 {
		padding-left: 270px !important;
	}

	.m-lg-275 {
		margin: 275px !important;
	}

	.mx-lg-275 {
		margin-left: 275px !important;
		margin-right: 275px !important;
	}

	.my-lg-275 {
		margin-top: 275px !important;
		margin-bottom: 275px !important;
	}

	.mt-lg-275 {
		margin-top: 275px !important;
	}

	.mr-lg-275 {
		margin-right: 275px !important;
	}

	.mb-lg-275 {
		margin-bottom: 275px !important;
	}

	.ml-lg-275 {
		margin-left: 275px !important;
	}

	.p-lg-275 {
		padding: 275px !important;
	}

	.px-lg-275 {
		padding-left: 275px !important;
		padding-right: 275px !important;
	}

	.py-lg-275 {
		padding-top: 275px !important;
		padding-bottom: 275px !important;
	}

	.pt-lg-275 {
		padding-top: 275px !important;
	}

	.pr-lg-275 {
		padding-right: 275px !important;
	}

	.pb-lg-275 {
		padding-bottom: 275px !important;
	}

	.pl-lg-275 {
		padding-left: 275px !important;
	}

	.m-lg-280 {
		margin: 280px !important;
	}

	.mx-lg-280 {
		margin-left: 280px !important;
		margin-right: 280px !important;
	}

	.my-lg-280 {
		margin-top: 280px !important;
		margin-bottom: 280px !important;
	}

	.mt-lg-280 {
		margin-top: 280px !important;
	}

	.mr-lg-280 {
		margin-right: 280px !important;
	}

	.mb-lg-280 {
		margin-bottom: 280px !important;
	}

	.ml-lg-280 {
		margin-left: 280px !important;
	}

	.p-lg-280 {
		padding: 280px !important;
	}

	.px-lg-280 {
		padding-left: 280px !important;
		padding-right: 280px !important;
	}

	.py-lg-280 {
		padding-top: 280px !important;
		padding-bottom: 280px !important;
	}

	.pt-lg-280 {
		padding-top: 280px !important;
	}

	.pr-lg-280 {
		padding-right: 280px !important;
	}

	.pb-lg-280 {
		padding-bottom: 280px !important;
	}

	.pl-lg-280 {
		padding-left: 280px !important;
	}

	.m-lg-285 {
		margin: 285px !important;
	}

	.mx-lg-285 {
		margin-left: 285px !important;
		margin-right: 285px !important;
	}

	.my-lg-285 {
		margin-top: 285px !important;
		margin-bottom: 285px !important;
	}

	.mt-lg-285 {
		margin-top: 285px !important;
	}

	.mr-lg-285 {
		margin-right: 285px !important;
	}

	.mb-lg-285 {
		margin-bottom: 285px !important;
	}

	.ml-lg-285 {
		margin-left: 285px !important;
	}

	.p-lg-285 {
		padding: 285px !important;
	}

	.px-lg-285 {
		padding-left: 285px !important;
		padding-right: 285px !important;
	}

	.py-lg-285 {
		padding-top: 285px !important;
		padding-bottom: 285px !important;
	}

	.pt-lg-285 {
		padding-top: 285px !important;
	}

	.pr-lg-285 {
		padding-right: 285px !important;
	}

	.pb-lg-285 {
		padding-bottom: 285px !important;
	}

	.pl-lg-285 {
		padding-left: 285px !important;
	}

	.m-lg-290 {
		margin: 290px !important;
	}

	.mx-lg-290 {
		margin-left: 290px !important;
		margin-right: 290px !important;
	}

	.my-lg-290 {
		margin-top: 290px !important;
		margin-bottom: 290px !important;
	}

	.mt-lg-290 {
		margin-top: 290px !important;
	}

	.mr-lg-290 {
		margin-right: 290px !important;
	}

	.mb-lg-290 {
		margin-bottom: 290px !important;
	}

	.ml-lg-290 {
		margin-left: 290px !important;
	}

	.p-lg-290 {
		padding: 290px !important;
	}

	.px-lg-290 {
		padding-left: 290px !important;
		padding-right: 290px !important;
	}

	.py-lg-290 {
		padding-top: 290px !important;
		padding-bottom: 290px !important;
	}

	.pt-lg-290 {
		padding-top: 290px !important;
	}

	.pr-lg-290 {
		padding-right: 290px !important;
	}

	.pb-lg-290 {
		padding-bottom: 290px !important;
	}

	.pl-lg-290 {
		padding-left: 290px !important;
	}

	.m-lg-295 {
		margin: 295px !important;
	}

	.mx-lg-295 {
		margin-left: 295px !important;
		margin-right: 295px !important;
	}

	.my-lg-295 {
		margin-top: 295px !important;
		margin-bottom: 295px !important;
	}

	.mt-lg-295 {
		margin-top: 295px !important;
	}

	.mr-lg-295 {
		margin-right: 295px !important;
	}

	.mb-lg-295 {
		margin-bottom: 295px !important;
	}

	.ml-lg-295 {
		margin-left: 295px !important;
	}

	.p-lg-295 {
		padding: 295px !important;
	}

	.px-lg-295 {
		padding-left: 295px !important;
		padding-right: 295px !important;
	}

	.py-lg-295 {
		padding-top: 295px !important;
		padding-bottom: 295px !important;
	}

	.pt-lg-295 {
		padding-top: 295px !important;
	}

	.pr-lg-295 {
		padding-right: 295px !important;
	}

	.pb-lg-295 {
		padding-bottom: 295px !important;
	}

	.pl-lg-295 {
		padding-left: 295px !important;
	}

	.m-lg-300 {
		margin: 300px !important;
	}

	.mx-lg-300 {
		margin-left: 300px !important;
		margin-right: 300px !important;
	}

	.my-lg-300 {
		margin-top: 300px !important;
		margin-bottom: 300px !important;
	}

	.mt-lg-300 {
		margin-top: 300px !important;
	}

	.mr-lg-300 {
		margin-right: 300px !important;
	}

	.mb-lg-300 {
		margin-bottom: 300px !important;
	}

	.ml-lg-300 {
		margin-left: 300px !important;
	}

	.p-lg-300 {
		padding: 300px !important;
	}

	.px-lg-300 {
		padding-left: 300px !important;
		padding-right: 300px !important;
	}

	.py-lg-300 {
		padding-top: 300px !important;
		padding-bottom: 300px !important;
	}

	.pt-lg-300 {
		padding-top: 300px !important;
	}

	.pr-lg-300 {
		padding-right: 300px !important;
	}

	.pb-lg-300 {
		padding-bottom: 300px !important;
	}

	.pl-lg-300 {
		padding-left: 300px !important;
	}

	.m-lg-305 {
		margin: 305px !important;
	}

	.mx-lg-305 {
		margin-left: 305px !important;
		margin-right: 305px !important;
	}

	.my-lg-305 {
		margin-top: 305px !important;
		margin-bottom: 305px !important;
	}

	.mt-lg-305 {
		margin-top: 305px !important;
	}

	.mr-lg-305 {
		margin-right: 305px !important;
	}

	.mb-lg-305 {
		margin-bottom: 305px !important;
	}

	.ml-lg-305 {
		margin-left: 305px !important;
	}

	.p-lg-305 {
		padding: 305px !important;
	}

	.px-lg-305 {
		padding-left: 305px !important;
		padding-right: 305px !important;
	}

	.py-lg-305 {
		padding-top: 305px !important;
		padding-bottom: 305px !important;
	}

	.pt-lg-305 {
		padding-top: 305px !important;
	}

	.pr-lg-305 {
		padding-right: 305px !important;
	}

	.pb-lg-305 {
		padding-bottom: 305px !important;
	}

	.pl-lg-305 {
		padding-left: 305px !important;
	}

	.m-lg-310 {
		margin: 310px !important;
	}

	.mx-lg-310 {
		margin-left: 310px !important;
		margin-right: 310px !important;
	}

	.my-lg-310 {
		margin-top: 310px !important;
		margin-bottom: 310px !important;
	}

	.mt-lg-310 {
		margin-top: 310px !important;
	}

	.mr-lg-310 {
		margin-right: 310px !important;
	}

	.mb-lg-310 {
		margin-bottom: 310px !important;
	}

	.ml-lg-310 {
		margin-left: 310px !important;
	}

	.p-lg-310 {
		padding: 310px !important;
	}

	.px-lg-310 {
		padding-left: 310px !important;
		padding-right: 310px !important;
	}

	.py-lg-310 {
		padding-top: 310px !important;
		padding-bottom: 310px !important;
	}

	.pt-lg-310 {
		padding-top: 310px !important;
	}

	.pr-lg-310 {
		padding-right: 310px !important;
	}

	.pb-lg-310 {
		padding-bottom: 310px !important;
	}

	.pl-lg-310 {
		padding-left: 310px !important;
	}

	.m-lg-315 {
		margin: 315px !important;
	}

	.mx-lg-315 {
		margin-left: 315px !important;
		margin-right: 315px !important;
	}

	.my-lg-315 {
		margin-top: 315px !important;
		margin-bottom: 315px !important;
	}

	.mt-lg-315 {
		margin-top: 315px !important;
	}

	.mr-lg-315 {
		margin-right: 315px !important;
	}

	.mb-lg-315 {
		margin-bottom: 315px !important;
	}

	.ml-lg-315 {
		margin-left: 315px !important;
	}

	.p-lg-315 {
		padding: 315px !important;
	}

	.px-lg-315 {
		padding-left: 315px !important;
		padding-right: 315px !important;
	}

	.py-lg-315 {
		padding-top: 315px !important;
		padding-bottom: 315px !important;
	}

	.pt-lg-315 {
		padding-top: 315px !important;
	}

	.pr-lg-315 {
		padding-right: 315px !important;
	}

	.pb-lg-315 {
		padding-bottom: 315px !important;
	}

	.pl-lg-315 {
		padding-left: 315px !important;
	}

	.m-lg-320 {
		margin: 320px !important;
	}

	.mx-lg-320 {
		margin-left: 320px !important;
		margin-right: 320px !important;
	}

	.my-lg-320 {
		margin-top: 320px !important;
		margin-bottom: 320px !important;
	}

	.mt-lg-320 {
		margin-top: 320px !important;
	}

	.mr-lg-320 {
		margin-right: 320px !important;
	}

	.mb-lg-320 {
		margin-bottom: 320px !important;
	}

	.ml-lg-320 {
		margin-left: 320px !important;
	}

	.p-lg-320 {
		padding: 320px !important;
	}

	.px-lg-320 {
		padding-left: 320px !important;
		padding-right: 320px !important;
	}

	.py-lg-320 {
		padding-top: 320px !important;
		padding-bottom: 320px !important;
	}

	.pt-lg-320 {
		padding-top: 320px !important;
	}

	.pr-lg-320 {
		padding-right: 320px !important;
	}

	.pb-lg-320 {
		padding-bottom: 320px !important;
	}

	.pl-lg-320 {
		padding-left: 320px !important;
	}

	.m-lg-325 {
		margin: 325px !important;
	}

	.mx-lg-325 {
		margin-left: 325px !important;
		margin-right: 325px !important;
	}

	.my-lg-325 {
		margin-top: 325px !important;
		margin-bottom: 325px !important;
	}

	.mt-lg-325 {
		margin-top: 325px !important;
	}

	.mr-lg-325 {
		margin-right: 325px !important;
	}

	.mb-lg-325 {
		margin-bottom: 325px !important;
	}

	.ml-lg-325 {
		margin-left: 325px !important;
	}

	.p-lg-325 {
		padding: 325px !important;
	}

	.px-lg-325 {
		padding-left: 325px !important;
		padding-right: 325px !important;
	}

	.py-lg-325 {
		padding-top: 325px !important;
		padding-bottom: 325px !important;
	}

	.pt-lg-325 {
		padding-top: 325px !important;
	}

	.pr-lg-325 {
		padding-right: 325px !important;
	}

	.pb-lg-325 {
		padding-bottom: 325px !important;
	}

	.pl-lg-325 {
		padding-left: 325px !important;
	}

	.m-lg-330 {
		margin: 330px !important;
	}

	.mx-lg-330 {
		margin-left: 330px !important;
		margin-right: 330px !important;
	}

	.my-lg-330 {
		margin-top: 330px !important;
		margin-bottom: 330px !important;
	}

	.mt-lg-330 {
		margin-top: 330px !important;
	}

	.mr-lg-330 {
		margin-right: 330px !important;
	}

	.mb-lg-330 {
		margin-bottom: 330px !important;
	}

	.ml-lg-330 {
		margin-left: 330px !important;
	}

	.p-lg-330 {
		padding: 330px !important;
	}

	.px-lg-330 {
		padding-left: 330px !important;
		padding-right: 330px !important;
	}

	.py-lg-330 {
		padding-top: 330px !important;
		padding-bottom: 330px !important;
	}

	.pt-lg-330 {
		padding-top: 330px !important;
	}

	.pr-lg-330 {
		padding-right: 330px !important;
	}

	.pb-lg-330 {
		padding-bottom: 330px !important;
	}

	.pl-lg-330 {
		padding-left: 330px !important;
	}

	.m-lg-335 {
		margin: 335px !important;
	}

	.mx-lg-335 {
		margin-left: 335px !important;
		margin-right: 335px !important;
	}

	.my-lg-335 {
		margin-top: 335px !important;
		margin-bottom: 335px !important;
	}

	.mt-lg-335 {
		margin-top: 335px !important;
	}

	.mr-lg-335 {
		margin-right: 335px !important;
	}

	.mb-lg-335 {
		margin-bottom: 335px !important;
	}

	.ml-lg-335 {
		margin-left: 335px !important;
	}

	.p-lg-335 {
		padding: 335px !important;
	}

	.px-lg-335 {
		padding-left: 335px !important;
		padding-right: 335px !important;
	}

	.py-lg-335 {
		padding-top: 335px !important;
		padding-bottom: 335px !important;
	}

	.pt-lg-335 {
		padding-top: 335px !important;
	}

	.pr-lg-335 {
		padding-right: 335px !important;
	}

	.pb-lg-335 {
		padding-bottom: 335px !important;
	}

	.pl-lg-335 {
		padding-left: 335px !important;
	}

	.m-lg-340 {
		margin: 340px !important;
	}

	.mx-lg-340 {
		margin-left: 340px !important;
		margin-right: 340px !important;
	}

	.my-lg-340 {
		margin-top: 340px !important;
		margin-bottom: 340px !important;
	}

	.mt-lg-340 {
		margin-top: 340px !important;
	}

	.mr-lg-340 {
		margin-right: 340px !important;
	}

	.mb-lg-340 {
		margin-bottom: 340px !important;
	}

	.ml-lg-340 {
		margin-left: 340px !important;
	}

	.p-lg-340 {
		padding: 340px !important;
	}

	.px-lg-340 {
		padding-left: 340px !important;
		padding-right: 340px !important;
	}

	.py-lg-340 {
		padding-top: 340px !important;
		padding-bottom: 340px !important;
	}

	.pt-lg-340 {
		padding-top: 340px !important;
	}

	.pr-lg-340 {
		padding-right: 340px !important;
	}

	.pb-lg-340 {
		padding-bottom: 340px !important;
	}

	.pl-lg-340 {
		padding-left: 340px !important;
	}

	.m-lg-345 {
		margin: 345px !important;
	}

	.mx-lg-345 {
		margin-left: 345px !important;
		margin-right: 345px !important;
	}

	.my-lg-345 {
		margin-top: 345px !important;
		margin-bottom: 345px !important;
	}

	.mt-lg-345 {
		margin-top: 345px !important;
	}

	.mr-lg-345 {
		margin-right: 345px !important;
	}

	.mb-lg-345 {
		margin-bottom: 345px !important;
	}

	.ml-lg-345 {
		margin-left: 345px !important;
	}

	.p-lg-345 {
		padding: 345px !important;
	}

	.px-lg-345 {
		padding-left: 345px !important;
		padding-right: 345px !important;
	}

	.py-lg-345 {
		padding-top: 345px !important;
		padding-bottom: 345px !important;
	}

	.pt-lg-345 {
		padding-top: 345px !important;
	}

	.pr-lg-345 {
		padding-right: 345px !important;
	}

	.pb-lg-345 {
		padding-bottom: 345px !important;
	}

	.pl-lg-345 {
		padding-left: 345px !important;
	}

	.m-lg-350 {
		margin: 350px !important;
	}

	.mx-lg-350 {
		margin-left: 350px !important;
		margin-right: 350px !important;
	}

	.my-lg-350 {
		margin-top: 350px !important;
		margin-bottom: 350px !important;
	}

	.mt-lg-350 {
		margin-top: 350px !important;
	}

	.mr-lg-350 {
		margin-right: 350px !important;
	}

	.mb-lg-350 {
		margin-bottom: 350px !important;
	}

	.ml-lg-350 {
		margin-left: 350px !important;
	}

	.p-lg-350 {
		padding: 350px !important;
	}

	.px-lg-350 {
		padding-left: 350px !important;
		padding-right: 350px !important;
	}

	.py-lg-350 {
		padding-top: 350px !important;
		padding-bottom: 350px !important;
	}

	.pt-lg-350 {
		padding-top: 350px !important;
	}

	.pr-lg-350 {
		padding-right: 350px !important;
	}

	.pb-lg-350 {
		padding-bottom: 350px !important;
	}

	.pl-lg-350 {
		padding-left: 350px !important;
	}

	.m-lg-355 {
		margin: 355px !important;
	}

	.mx-lg-355 {
		margin-left: 355px !important;
		margin-right: 355px !important;
	}

	.my-lg-355 {
		margin-top: 355px !important;
		margin-bottom: 355px !important;
	}

	.mt-lg-355 {
		margin-top: 355px !important;
	}

	.mr-lg-355 {
		margin-right: 355px !important;
	}

	.mb-lg-355 {
		margin-bottom: 355px !important;
	}

	.ml-lg-355 {
		margin-left: 355px !important;
	}

	.p-lg-355 {
		padding: 355px !important;
	}

	.px-lg-355 {
		padding-left: 355px !important;
		padding-right: 355px !important;
	}

	.py-lg-355 {
		padding-top: 355px !important;
		padding-bottom: 355px !important;
	}

	.pt-lg-355 {
		padding-top: 355px !important;
	}

	.pr-lg-355 {
		padding-right: 355px !important;
	}

	.pb-lg-355 {
		padding-bottom: 355px !important;
	}

	.pl-lg-355 {
		padding-left: 355px !important;
	}

	.m-lg-360 {
		margin: 360px !important;
	}

	.mx-lg-360 {
		margin-left: 360px !important;
		margin-right: 360px !important;
	}

	.my-lg-360 {
		margin-top: 360px !important;
		margin-bottom: 360px !important;
	}

	.mt-lg-360 {
		margin-top: 360px !important;
	}

	.mr-lg-360 {
		margin-right: 360px !important;
	}

	.mb-lg-360 {
		margin-bottom: 360px !important;
	}

	.ml-lg-360 {
		margin-left: 360px !important;
	}

	.p-lg-360 {
		padding: 360px !important;
	}

	.px-lg-360 {
		padding-left: 360px !important;
		padding-right: 360px !important;
	}

	.py-lg-360 {
		padding-top: 360px !important;
		padding-bottom: 360px !important;
	}

	.pt-lg-360 {
		padding-top: 360px !important;
	}

	.pr-lg-360 {
		padding-right: 360px !important;
	}

	.pb-lg-360 {
		padding-bottom: 360px !important;
	}

	.pl-lg-360 {
		padding-left: 360px !important;
	}

	.m-lg-365 {
		margin: 365px !important;
	}

	.mx-lg-365 {
		margin-left: 365px !important;
		margin-right: 365px !important;
	}

	.my-lg-365 {
		margin-top: 365px !important;
		margin-bottom: 365px !important;
	}

	.mt-lg-365 {
		margin-top: 365px !important;
	}

	.mr-lg-365 {
		margin-right: 365px !important;
	}

	.mb-lg-365 {
		margin-bottom: 365px !important;
	}

	.ml-lg-365 {
		margin-left: 365px !important;
	}

	.p-lg-365 {
		padding: 365px !important;
	}

	.px-lg-365 {
		padding-left: 365px !important;
		padding-right: 365px !important;
	}

	.py-lg-365 {
		padding-top: 365px !important;
		padding-bottom: 365px !important;
	}

	.pt-lg-365 {
		padding-top: 365px !important;
	}

	.pr-lg-365 {
		padding-right: 365px !important;
	}

	.pb-lg-365 {
		padding-bottom: 365px !important;
	}

	.pl-lg-365 {
		padding-left: 365px !important;
	}

	.m-lg-370 {
		margin: 370px !important;
	}

	.mx-lg-370 {
		margin-left: 370px !important;
		margin-right: 370px !important;
	}

	.my-lg-370 {
		margin-top: 370px !important;
		margin-bottom: 370px !important;
	}

	.mt-lg-370 {
		margin-top: 370px !important;
	}

	.mr-lg-370 {
		margin-right: 370px !important;
	}

	.mb-lg-370 {
		margin-bottom: 370px !important;
	}

	.ml-lg-370 {
		margin-left: 370px !important;
	}

	.p-lg-370 {
		padding: 370px !important;
	}

	.px-lg-370 {
		padding-left: 370px !important;
		padding-right: 370px !important;
	}

	.py-lg-370 {
		padding-top: 370px !important;
		padding-bottom: 370px !important;
	}

	.pt-lg-370 {
		padding-top: 370px !important;
	}

	.pr-lg-370 {
		padding-right: 370px !important;
	}

	.pb-lg-370 {
		padding-bottom: 370px !important;
	}

	.pl-lg-370 {
		padding-left: 370px !important;
	}

	.m-lg-375 {
		margin: 375px !important;
	}

	.mx-lg-375 {
		margin-left: 375px !important;
		margin-right: 375px !important;
	}

	.my-lg-375 {
		margin-top: 375px !important;
		margin-bottom: 375px !important;
	}

	.mt-lg-375 {
		margin-top: 375px !important;
	}

	.mr-lg-375 {
		margin-right: 375px !important;
	}

	.mb-lg-375 {
		margin-bottom: 375px !important;
	}

	.ml-lg-375 {
		margin-left: 375px !important;
	}

	.p-lg-375 {
		padding: 375px !important;
	}

	.px-lg-375 {
		padding-left: 375px !important;
		padding-right: 375px !important;
	}

	.py-lg-375 {
		padding-top: 375px !important;
		padding-bottom: 375px !important;
	}

	.pt-lg-375 {
		padding-top: 375px !important;
	}

	.pr-lg-375 {
		padding-right: 375px !important;
	}

	.pb-lg-375 {
		padding-bottom: 375px !important;
	}

	.pl-lg-375 {
		padding-left: 375px !important;
	}

	.m-lg-380 {
		margin: 380px !important;
	}

	.mx-lg-380 {
		margin-left: 380px !important;
		margin-right: 380px !important;
	}

	.my-lg-380 {
		margin-top: 380px !important;
		margin-bottom: 380px !important;
	}

	.mt-lg-380 {
		margin-top: 380px !important;
	}

	.mr-lg-380 {
		margin-right: 380px !important;
	}

	.mb-lg-380 {
		margin-bottom: 380px !important;
	}

	.ml-lg-380 {
		margin-left: 380px !important;
	}

	.p-lg-380 {
		padding: 380px !important;
	}

	.px-lg-380 {
		padding-left: 380px !important;
		padding-right: 380px !important;
	}

	.py-lg-380 {
		padding-top: 380px !important;
		padding-bottom: 380px !important;
	}

	.pt-lg-380 {
		padding-top: 380px !important;
	}

	.pr-lg-380 {
		padding-right: 380px !important;
	}

	.pb-lg-380 {
		padding-bottom: 380px !important;
	}

	.pl-lg-380 {
		padding-left: 380px !important;
	}

	.m-lg-385 {
		margin: 385px !important;
	}

	.mx-lg-385 {
		margin-left: 385px !important;
		margin-right: 385px !important;
	}

	.my-lg-385 {
		margin-top: 385px !important;
		margin-bottom: 385px !important;
	}

	.mt-lg-385 {
		margin-top: 385px !important;
	}

	.mr-lg-385 {
		margin-right: 385px !important;
	}

	.mb-lg-385 {
		margin-bottom: 385px !important;
	}

	.ml-lg-385 {
		margin-left: 385px !important;
	}

	.p-lg-385 {
		padding: 385px !important;
	}

	.px-lg-385 {
		padding-left: 385px !important;
		padding-right: 385px !important;
	}

	.py-lg-385 {
		padding-top: 385px !important;
		padding-bottom: 385px !important;
	}

	.pt-lg-385 {
		padding-top: 385px !important;
	}

	.pr-lg-385 {
		padding-right: 385px !important;
	}

	.pb-lg-385 {
		padding-bottom: 385px !important;
	}

	.pl-lg-385 {
		padding-left: 385px !important;
	}

	.m-lg-390 {
		margin: 390px !important;
	}

	.mx-lg-390 {
		margin-left: 390px !important;
		margin-right: 390px !important;
	}

	.my-lg-390 {
		margin-top: 390px !important;
		margin-bottom: 390px !important;
	}

	.mt-lg-390 {
		margin-top: 390px !important;
	}

	.mr-lg-390 {
		margin-right: 390px !important;
	}

	.mb-lg-390 {
		margin-bottom: 390px !important;
	}

	.ml-lg-390 {
		margin-left: 390px !important;
	}

	.p-lg-390 {
		padding: 390px !important;
	}

	.px-lg-390 {
		padding-left: 390px !important;
		padding-right: 390px !important;
	}

	.py-lg-390 {
		padding-top: 390px !important;
		padding-bottom: 390px !important;
	}

	.pt-lg-390 {
		padding-top: 390px !important;
	}

	.pr-lg-390 {
		padding-right: 390px !important;
	}

	.pb-lg-390 {
		padding-bottom: 390px !important;
	}

	.pl-lg-390 {
		padding-left: 390px !important;
	}

	.m-lg-395 {
		margin: 395px !important;
	}

	.mx-lg-395 {
		margin-left: 395px !important;
		margin-right: 395px !important;
	}

	.my-lg-395 {
		margin-top: 395px !important;
		margin-bottom: 395px !important;
	}

	.mt-lg-395 {
		margin-top: 395px !important;
	}

	.mr-lg-395 {
		margin-right: 395px !important;
	}

	.mb-lg-395 {
		margin-bottom: 395px !important;
	}

	.ml-lg-395 {
		margin-left: 395px !important;
	}

	.p-lg-395 {
		padding: 395px !important;
	}

	.px-lg-395 {
		padding-left: 395px !important;
		padding-right: 395px !important;
	}

	.py-lg-395 {
		padding-top: 395px !important;
		padding-bottom: 395px !important;
	}

	.pt-lg-395 {
		padding-top: 395px !important;
	}

	.pr-lg-395 {
		padding-right: 395px !important;
	}

	.pb-lg-395 {
		padding-bottom: 395px !important;
	}

	.pl-lg-395 {
		padding-left: 395px !important;
	}

	.m-lg-400 {
		margin: 400px !important;
	}

	.mx-lg-400 {
		margin-left: 400px !important;
		margin-right: 400px !important;
	}

	.my-lg-400 {
		margin-top: 400px !important;
		margin-bottom: 400px !important;
	}

	.mt-lg-400 {
		margin-top: 400px !important;
	}

	.mr-lg-400 {
		margin-right: 400px !important;
	}

	.mb-lg-400 {
		margin-bottom: 400px !important;
	}

	.ml-lg-400 {
		margin-left: 400px !important;
	}

	.p-lg-400 {
		padding: 400px !important;
	}

	.px-lg-400 {
		padding-left: 400px !important;
		padding-right: 400px !important;
	}

	.py-lg-400 {
		padding-top: 400px !important;
		padding-bottom: 400px !important;
	}

	.pt-lg-400 {
		padding-top: 400px !important;
	}

	.pr-lg-400 {
		padding-right: 400px !important;
	}

	.pb-lg-400 {
		padding-bottom: 400px !important;
	}

	.pl-lg-400 {
		padding-left: 400px !important;
	}

	.m-lg-405 {
		margin: 405px !important;
	}

	.mx-lg-405 {
		margin-left: 405px !important;
		margin-right: 405px !important;
	}

	.my-lg-405 {
		margin-top: 405px !important;
		margin-bottom: 405px !important;
	}

	.mt-lg-405 {
		margin-top: 405px !important;
	}

	.mr-lg-405 {
		margin-right: 405px !important;
	}

	.mb-lg-405 {
		margin-bottom: 405px !important;
	}

	.ml-lg-405 {
		margin-left: 405px !important;
	}

	.p-lg-405 {
		padding: 405px !important;
	}

	.px-lg-405 {
		padding-left: 405px !important;
		padding-right: 405px !important;
	}

	.py-lg-405 {
		padding-top: 405px !important;
		padding-bottom: 405px !important;
	}

	.pt-lg-405 {
		padding-top: 405px !important;
	}

	.pr-lg-405 {
		padding-right: 405px !important;
	}

	.pb-lg-405 {
		padding-bottom: 405px !important;
	}

	.pl-lg-405 {
		padding-left: 405px !important;
	}

	.m-lg-410 {
		margin: 410px !important;
	}

	.mx-lg-410 {
		margin-left: 410px !important;
		margin-right: 410px !important;
	}

	.my-lg-410 {
		margin-top: 410px !important;
		margin-bottom: 410px !important;
	}

	.mt-lg-410 {
		margin-top: 410px !important;
	}

	.mr-lg-410 {
		margin-right: 410px !important;
	}

	.mb-lg-410 {
		margin-bottom: 410px !important;
	}

	.ml-lg-410 {
		margin-left: 410px !important;
	}

	.p-lg-410 {
		padding: 410px !important;
	}

	.px-lg-410 {
		padding-left: 410px !important;
		padding-right: 410px !important;
	}

	.py-lg-410 {
		padding-top: 410px !important;
		padding-bottom: 410px !important;
	}

	.pt-lg-410 {
		padding-top: 410px !important;
	}

	.pr-lg-410 {
		padding-right: 410px !important;
	}

	.pb-lg-410 {
		padding-bottom: 410px !important;
	}

	.pl-lg-410 {
		padding-left: 410px !important;
	}

	.m-lg-415 {
		margin: 415px !important;
	}

	.mx-lg-415 {
		margin-left: 415px !important;
		margin-right: 415px !important;
	}

	.my-lg-415 {
		margin-top: 415px !important;
		margin-bottom: 415px !important;
	}

	.mt-lg-415 {
		margin-top: 415px !important;
	}

	.mr-lg-415 {
		margin-right: 415px !important;
	}

	.mb-lg-415 {
		margin-bottom: 415px !important;
	}

	.ml-lg-415 {
		margin-left: 415px !important;
	}

	.p-lg-415 {
		padding: 415px !important;
	}

	.px-lg-415 {
		padding-left: 415px !important;
		padding-right: 415px !important;
	}

	.py-lg-415 {
		padding-top: 415px !important;
		padding-bottom: 415px !important;
	}

	.pt-lg-415 {
		padding-top: 415px !important;
	}

	.pr-lg-415 {
		padding-right: 415px !important;
	}

	.pb-lg-415 {
		padding-bottom: 415px !important;
	}

	.pl-lg-415 {
		padding-left: 415px !important;
	}

	.m-lg-420 {
		margin: 420px !important;
	}

	.mx-lg-420 {
		margin-left: 420px !important;
		margin-right: 420px !important;
	}

	.my-lg-420 {
		margin-top: 420px !important;
		margin-bottom: 420px !important;
	}

	.mt-lg-420 {
		margin-top: 420px !important;
	}

	.mr-lg-420 {
		margin-right: 420px !important;
	}

	.mb-lg-420 {
		margin-bottom: 420px !important;
	}

	.ml-lg-420 {
		margin-left: 420px !important;
	}

	.p-lg-420 {
		padding: 420px !important;
	}

	.px-lg-420 {
		padding-left: 420px !important;
		padding-right: 420px !important;
	}

	.py-lg-420 {
		padding-top: 420px !important;
		padding-bottom: 420px !important;
	}

	.pt-lg-420 {
		padding-top: 420px !important;
	}

	.pr-lg-420 {
		padding-right: 420px !important;
	}

	.pb-lg-420 {
		padding-bottom: 420px !important;
	}

	.pl-lg-420 {
		padding-left: 420px !important;
	}

	.m-lg-425 {
		margin: 425px !important;
	}

	.mx-lg-425 {
		margin-left: 425px !important;
		margin-right: 425px !important;
	}

	.my-lg-425 {
		margin-top: 425px !important;
		margin-bottom: 425px !important;
	}

	.mt-lg-425 {
		margin-top: 425px !important;
	}

	.mr-lg-425 {
		margin-right: 425px !important;
	}

	.mb-lg-425 {
		margin-bottom: 425px !important;
	}

	.ml-lg-425 {
		margin-left: 425px !important;
	}

	.p-lg-425 {
		padding: 425px !important;
	}

	.px-lg-425 {
		padding-left: 425px !important;
		padding-right: 425px !important;
	}

	.py-lg-425 {
		padding-top: 425px !important;
		padding-bottom: 425px !important;
	}

	.pt-lg-425 {
		padding-top: 425px !important;
	}

	.pr-lg-425 {
		padding-right: 425px !important;
	}

	.pb-lg-425 {
		padding-bottom: 425px !important;
	}

	.pl-lg-425 {
		padding-left: 425px !important;
	}

	.m-lg-430 {
		margin: 430px !important;
	}

	.mx-lg-430 {
		margin-left: 430px !important;
		margin-right: 430px !important;
	}

	.my-lg-430 {
		margin-top: 430px !important;
		margin-bottom: 430px !important;
	}

	.mt-lg-430 {
		margin-top: 430px !important;
	}

	.mr-lg-430 {
		margin-right: 430px !important;
	}

	.mb-lg-430 {
		margin-bottom: 430px !important;
	}

	.ml-lg-430 {
		margin-left: 430px !important;
	}

	.p-lg-430 {
		padding: 430px !important;
	}

	.px-lg-430 {
		padding-left: 430px !important;
		padding-right: 430px !important;
	}

	.py-lg-430 {
		padding-top: 430px !important;
		padding-bottom: 430px !important;
	}

	.pt-lg-430 {
		padding-top: 430px !important;
	}

	.pr-lg-430 {
		padding-right: 430px !important;
	}

	.pb-lg-430 {
		padding-bottom: 430px !important;
	}

	.pl-lg-430 {
		padding-left: 430px !important;
	}

	.m-lg-435 {
		margin: 435px !important;
	}

	.mx-lg-435 {
		margin-left: 435px !important;
		margin-right: 435px !important;
	}

	.my-lg-435 {
		margin-top: 435px !important;
		margin-bottom: 435px !important;
	}

	.mt-lg-435 {
		margin-top: 435px !important;
	}

	.mr-lg-435 {
		margin-right: 435px !important;
	}

	.mb-lg-435 {
		margin-bottom: 435px !important;
	}

	.ml-lg-435 {
		margin-left: 435px !important;
	}

	.p-lg-435 {
		padding: 435px !important;
	}

	.px-lg-435 {
		padding-left: 435px !important;
		padding-right: 435px !important;
	}

	.py-lg-435 {
		padding-top: 435px !important;
		padding-bottom: 435px !important;
	}

	.pt-lg-435 {
		padding-top: 435px !important;
	}

	.pr-lg-435 {
		padding-right: 435px !important;
	}

	.pb-lg-435 {
		padding-bottom: 435px !important;
	}

	.pl-lg-435 {
		padding-left: 435px !important;
	}

	.m-lg-440 {
		margin: 440px !important;
	}

	.mx-lg-440 {
		margin-left: 440px !important;
		margin-right: 440px !important;
	}

	.my-lg-440 {
		margin-top: 440px !important;
		margin-bottom: 440px !important;
	}

	.mt-lg-440 {
		margin-top: 440px !important;
	}

	.mr-lg-440 {
		margin-right: 440px !important;
	}

	.mb-lg-440 {
		margin-bottom: 440px !important;
	}

	.ml-lg-440 {
		margin-left: 440px !important;
	}

	.p-lg-440 {
		padding: 440px !important;
	}

	.px-lg-440 {
		padding-left: 440px !important;
		padding-right: 440px !important;
	}

	.py-lg-440 {
		padding-top: 440px !important;
		padding-bottom: 440px !important;
	}

	.pt-lg-440 {
		padding-top: 440px !important;
	}

	.pr-lg-440 {
		padding-right: 440px !important;
	}

	.pb-lg-440 {
		padding-bottom: 440px !important;
	}

	.pl-lg-440 {
		padding-left: 440px !important;
	}

	.m-lg-445 {
		margin: 445px !important;
	}

	.mx-lg-445 {
		margin-left: 445px !important;
		margin-right: 445px !important;
	}

	.my-lg-445 {
		margin-top: 445px !important;
		margin-bottom: 445px !important;
	}

	.mt-lg-445 {
		margin-top: 445px !important;
	}

	.mr-lg-445 {
		margin-right: 445px !important;
	}

	.mb-lg-445 {
		margin-bottom: 445px !important;
	}

	.ml-lg-445 {
		margin-left: 445px !important;
	}

	.p-lg-445 {
		padding: 445px !important;
	}

	.px-lg-445 {
		padding-left: 445px !important;
		padding-right: 445px !important;
	}

	.py-lg-445 {
		padding-top: 445px !important;
		padding-bottom: 445px !important;
	}

	.pt-lg-445 {
		padding-top: 445px !important;
	}

	.pr-lg-445 {
		padding-right: 445px !important;
	}

	.pb-lg-445 {
		padding-bottom: 445px !important;
	}

	.pl-lg-445 {
		padding-left: 445px !important;
	}

	.m-lg-450 {
		margin: 450px !important;
	}

	.mx-lg-450 {
		margin-left: 450px !important;
		margin-right: 450px !important;
	}

	.my-lg-450 {
		margin-top: 450px !important;
		margin-bottom: 450px !important;
	}

	.mt-lg-450 {
		margin-top: 450px !important;
	}

	.mr-lg-450 {
		margin-right: 450px !important;
	}

	.mb-lg-450 {
		margin-bottom: 450px !important;
	}

	.ml-lg-450 {
		margin-left: 450px !important;
	}

	.p-lg-450 {
		padding: 450px !important;
	}

	.px-lg-450 {
		padding-left: 450px !important;
		padding-right: 450px !important;
	}

	.py-lg-450 {
		padding-top: 450px !important;
		padding-bottom: 450px !important;
	}

	.pt-lg-450 {
		padding-top: 450px !important;
	}

	.pr-lg-450 {
		padding-right: 450px !important;
	}

	.pb-lg-450 {
		padding-bottom: 450px !important;
	}

	.pl-lg-450 {
		padding-left: 450px !important;
	}

	.m-lg-455 {
		margin: 455px !important;
	}

	.mx-lg-455 {
		margin-left: 455px !important;
		margin-right: 455px !important;
	}

	.my-lg-455 {
		margin-top: 455px !important;
		margin-bottom: 455px !important;
	}

	.mt-lg-455 {
		margin-top: 455px !important;
	}

	.mr-lg-455 {
		margin-right: 455px !important;
	}

	.mb-lg-455 {
		margin-bottom: 455px !important;
	}

	.ml-lg-455 {
		margin-left: 455px !important;
	}

	.p-lg-455 {
		padding: 455px !important;
	}

	.px-lg-455 {
		padding-left: 455px !important;
		padding-right: 455px !important;
	}

	.py-lg-455 {
		padding-top: 455px !important;
		padding-bottom: 455px !important;
	}

	.pt-lg-455 {
		padding-top: 455px !important;
	}

	.pr-lg-455 {
		padding-right: 455px !important;
	}

	.pb-lg-455 {
		padding-bottom: 455px !important;
	}

	.pl-lg-455 {
		padding-left: 455px !important;
	}

	.m-lg-460 {
		margin: 460px !important;
	}

	.mx-lg-460 {
		margin-left: 460px !important;
		margin-right: 460px !important;
	}

	.my-lg-460 {
		margin-top: 460px !important;
		margin-bottom: 460px !important;
	}

	.mt-lg-460 {
		margin-top: 460px !important;
	}

	.mr-lg-460 {
		margin-right: 460px !important;
	}

	.mb-lg-460 {
		margin-bottom: 460px !important;
	}

	.ml-lg-460 {
		margin-left: 460px !important;
	}

	.p-lg-460 {
		padding: 460px !important;
	}

	.px-lg-460 {
		padding-left: 460px !important;
		padding-right: 460px !important;
	}

	.py-lg-460 {
		padding-top: 460px !important;
		padding-bottom: 460px !important;
	}

	.pt-lg-460 {
		padding-top: 460px !important;
	}

	.pr-lg-460 {
		padding-right: 460px !important;
	}

	.pb-lg-460 {
		padding-bottom: 460px !important;
	}

	.pl-lg-460 {
		padding-left: 460px !important;
	}

	.m-lg-465 {
		margin: 465px !important;
	}

	.mx-lg-465 {
		margin-left: 465px !important;
		margin-right: 465px !important;
	}

	.my-lg-465 {
		margin-top: 465px !important;
		margin-bottom: 465px !important;
	}

	.mt-lg-465 {
		margin-top: 465px !important;
	}

	.mr-lg-465 {
		margin-right: 465px !important;
	}

	.mb-lg-465 {
		margin-bottom: 465px !important;
	}

	.ml-lg-465 {
		margin-left: 465px !important;
	}

	.p-lg-465 {
		padding: 465px !important;
	}

	.px-lg-465 {
		padding-left: 465px !important;
		padding-right: 465px !important;
	}

	.py-lg-465 {
		padding-top: 465px !important;
		padding-bottom: 465px !important;
	}

	.pt-lg-465 {
		padding-top: 465px !important;
	}

	.pr-lg-465 {
		padding-right: 465px !important;
	}

	.pb-lg-465 {
		padding-bottom: 465px !important;
	}

	.pl-lg-465 {
		padding-left: 465px !important;
	}

	.m-lg-470 {
		margin: 470px !important;
	}

	.mx-lg-470 {
		margin-left: 470px !important;
		margin-right: 470px !important;
	}

	.my-lg-470 {
		margin-top: 470px !important;
		margin-bottom: 470px !important;
	}

	.mt-lg-470 {
		margin-top: 470px !important;
	}

	.mr-lg-470 {
		margin-right: 470px !important;
	}

	.mb-lg-470 {
		margin-bottom: 470px !important;
	}

	.ml-lg-470 {
		margin-left: 470px !important;
	}

	.p-lg-470 {
		padding: 470px !important;
	}

	.px-lg-470 {
		padding-left: 470px !important;
		padding-right: 470px !important;
	}

	.py-lg-470 {
		padding-top: 470px !important;
		padding-bottom: 470px !important;
	}

	.pt-lg-470 {
		padding-top: 470px !important;
	}

	.pr-lg-470 {
		padding-right: 470px !important;
	}

	.pb-lg-470 {
		padding-bottom: 470px !important;
	}

	.pl-lg-470 {
		padding-left: 470px !important;
	}

	.m-lg-475 {
		margin: 475px !important;
	}

	.mx-lg-475 {
		margin-left: 475px !important;
		margin-right: 475px !important;
	}

	.my-lg-475 {
		margin-top: 475px !important;
		margin-bottom: 475px !important;
	}

	.mt-lg-475 {
		margin-top: 475px !important;
	}

	.mr-lg-475 {
		margin-right: 475px !important;
	}

	.mb-lg-475 {
		margin-bottom: 475px !important;
	}

	.ml-lg-475 {
		margin-left: 475px !important;
	}

	.p-lg-475 {
		padding: 475px !important;
	}

	.px-lg-475 {
		padding-left: 475px !important;
		padding-right: 475px !important;
	}

	.py-lg-475 {
		padding-top: 475px !important;
		padding-bottom: 475px !important;
	}

	.pt-lg-475 {
		padding-top: 475px !important;
	}

	.pr-lg-475 {
		padding-right: 475px !important;
	}

	.pb-lg-475 {
		padding-bottom: 475px !important;
	}

	.pl-lg-475 {
		padding-left: 475px !important;
	}

	.m-lg-480 {
		margin: 480px !important;
	}

	.mx-lg-480 {
		margin-left: 480px !important;
		margin-right: 480px !important;
	}

	.my-lg-480 {
		margin-top: 480px !important;
		margin-bottom: 480px !important;
	}

	.mt-lg-480 {
		margin-top: 480px !important;
	}

	.mr-lg-480 {
		margin-right: 480px !important;
	}

	.mb-lg-480 {
		margin-bottom: 480px !important;
	}

	.ml-lg-480 {
		margin-left: 480px !important;
	}

	.p-lg-480 {
		padding: 480px !important;
	}

	.px-lg-480 {
		padding-left: 480px !important;
		padding-right: 480px !important;
	}

	.py-lg-480 {
		padding-top: 480px !important;
		padding-bottom: 480px !important;
	}

	.pt-lg-480 {
		padding-top: 480px !important;
	}

	.pr-lg-480 {
		padding-right: 480px !important;
	}

	.pb-lg-480 {
		padding-bottom: 480px !important;
	}

	.pl-lg-480 {
		padding-left: 480px !important;
	}

	.m-lg-485 {
		margin: 485px !important;
	}

	.mx-lg-485 {
		margin-left: 485px !important;
		margin-right: 485px !important;
	}

	.my-lg-485 {
		margin-top: 485px !important;
		margin-bottom: 485px !important;
	}

	.mt-lg-485 {
		margin-top: 485px !important;
	}

	.mr-lg-485 {
		margin-right: 485px !important;
	}

	.mb-lg-485 {
		margin-bottom: 485px !important;
	}

	.ml-lg-485 {
		margin-left: 485px !important;
	}

	.p-lg-485 {
		padding: 485px !important;
	}

	.px-lg-485 {
		padding-left: 485px !important;
		padding-right: 485px !important;
	}

	.py-lg-485 {
		padding-top: 485px !important;
		padding-bottom: 485px !important;
	}

	.pt-lg-485 {
		padding-top: 485px !important;
	}

	.pr-lg-485 {
		padding-right: 485px !important;
	}

	.pb-lg-485 {
		padding-bottom: 485px !important;
	}

	.pl-lg-485 {
		padding-left: 485px !important;
	}

	.m-lg-490 {
		margin: 490px !important;
	}

	.mx-lg-490 {
		margin-left: 490px !important;
		margin-right: 490px !important;
	}

	.my-lg-490 {
		margin-top: 490px !important;
		margin-bottom: 490px !important;
	}

	.mt-lg-490 {
		margin-top: 490px !important;
	}

	.mr-lg-490 {
		margin-right: 490px !important;
	}

	.mb-lg-490 {
		margin-bottom: 490px !important;
	}

	.ml-lg-490 {
		margin-left: 490px !important;
	}

	.p-lg-490 {
		padding: 490px !important;
	}

	.px-lg-490 {
		padding-left: 490px !important;
		padding-right: 490px !important;
	}

	.py-lg-490 {
		padding-top: 490px !important;
		padding-bottom: 490px !important;
	}

	.pt-lg-490 {
		padding-top: 490px !important;
	}

	.pr-lg-490 {
		padding-right: 490px !important;
	}

	.pb-lg-490 {
		padding-bottom: 490px !important;
	}

	.pl-lg-490 {
		padding-left: 490px !important;
	}

	.m-lg-495 {
		margin: 495px !important;
	}

	.mx-lg-495 {
		margin-left: 495px !important;
		margin-right: 495px !important;
	}

	.my-lg-495 {
		margin-top: 495px !important;
		margin-bottom: 495px !important;
	}

	.mt-lg-495 {
		margin-top: 495px !important;
	}

	.mr-lg-495 {
		margin-right: 495px !important;
	}

	.mb-lg-495 {
		margin-bottom: 495px !important;
	}

	.ml-lg-495 {
		margin-left: 495px !important;
	}

	.p-lg-495 {
		padding: 495px !important;
	}

	.px-lg-495 {
		padding-left: 495px !important;
		padding-right: 495px !important;
	}

	.py-lg-495 {
		padding-top: 495px !important;
		padding-bottom: 495px !important;
	}

	.pt-lg-495 {
		padding-top: 495px !important;
	}

	.pr-lg-495 {
		padding-right: 495px !important;
	}

	.pb-lg-495 {
		padding-bottom: 495px !important;
	}

	.pl-lg-495 {
		padding-left: 495px !important;
	}

	.m-lg-500 {
		margin: 500px !important;
	}

	.mx-lg-500 {
		margin-left: 500px !important;
		margin-right: 500px !important;
	}

	.my-lg-500 {
		margin-top: 500px !important;
		margin-bottom: 500px !important;
	}

	.mt-lg-500 {
		margin-top: 500px !important;
	}

	.mr-lg-500 {
		margin-right: 500px !important;
	}

	.mb-lg-500 {
		margin-bottom: 500px !important;
	}

	.ml-lg-500 {
		margin-left: 500px !important;
	}

	.p-lg-500 {
		padding: 500px !important;
	}

	.px-lg-500 {
		padding-left: 500px !important;
		padding-right: 500px !important;
	}

	.py-lg-500 {
		padding-top: 500px !important;
		padding-bottom: 500px !important;
	}

	.pt-lg-500 {
		padding-top: 500px !important;
	}

	.pr-lg-500 {
		padding-right: 500px !important;
	}

	.pb-lg-500 {
		padding-bottom: 500px !important;
	}

	.pl-lg-500 {
		padding-left: 500px !important;
	}
}
/*
  Text Utility
*/
.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

@media (min-width: 768px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	.text-sm-right {
		text-align: right !important;
	}
}
@media (min-width: 960px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-center {
		text-align: center !important;
	}

	.text-md-right {
		text-align: right !important;
	}
}
@media (min-width: 1280px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-center {
		text-align: center !important;
	}

	.text-lg-right {
		text-align: right !important;
	}
}
.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.bg-cover {
	background-size: cover;
	background-position: center center;
}

.palt {
	font-feature-settings: "palt";
}

.position-relative {
	position: relative;
	z-index: 0;
}

.l-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
@media screen and (max-width: 767px) {
	.l-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

.l-section {
	padding: 120px 0 120px;
}
@media screen and (max-width: 767px) {
	.l-section {
		padding: 80px 0 100px;
	}
}

@media screen and (min-width: 768px) {
	.l-flex {
		display: flex;
		justify-content: space-between;
	}
	.l-flex > * {
		width: 100%;
	}
	.l-flex > *:not(:last-child) {
		margin-right: 2%;
	}
}

.l-margin-auto {
	margin: 0 auto;
}

.c-bg__black {
	background-color: #333 !important;
}
.c-bg__black-dark {
	background-color: #292929 !important;
}
.c-bg__white {
	background-color: #fff !important;
}
.c-bg__red {
	background-color: #EA0000 !important;
}
.c-bg__gray {
	background-color: #7B7B7B !important;
}
.c-bg__gray-light {
	background-color: #F6F6F6 !important;
}
.c-bg__brown {
	background-color: #B18D33 !important;
}
.c-bg__beige {
	background-color: #F8F8F2 !important;
}
.c-bg__img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.c-title.-main {
	font-size: 23px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.c-title.-main {
		font-size: 20px;
	}
}
.c-title.-sub {
	font-size: 10px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
}
.c-title.-sub + .-main {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.c-title.-sub + .-main {
		margin-top: 5px;
	}
}
.c-title__wrap {
	margin-bottom: 40px;
}
.c-title.-primary {
	font-size: 26px;
	font-weight: 600;
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}
.c-title.-primary:after {
	content: "";
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 50px;
	border-bottom: 1px solid #EA0000;
}
@media screen and (max-width: 767px) {
	.c-title.-primary {
		font-size: 21px;
		margin-bottom: 60px;
	}
	.c-title.-primary:after {
		bottom: -30px;
	}
}
.c-title.-secondary {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 35px;
}
.c-title.-thirdry {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.c-title.-thirdry {
		font-size: 21px;
		margin-bottom: 40px;
	}
	.c-title.-thirdry br {
		display: none;
	}
}
.c-title.-center {
	text-align: center;
}
.c-title.-img {
	text-align: center;
	margin-bottom: 55px;
}
.c-title.-img > img {
	height: 60px;
	width: auto;
}
@media screen and (max-width: 767px) {
	.c-title.-img {
		margin-bottom: 55px;
	}
	.c-title.-img > img {
		height: 55px;
	}
}

.c-text__black {
	color: #333 !important;
}
.c-text__black-dark {
	color: #292929 !important;
}
.c-text__white {
	color: #fff !important;
}
.c-text__red {
	color: #EA0000 !important;
}
.c-text__gray {
	color: #7B7B7B !important;
}
.c-text__gray-light {
	color: #F6F6F6 !important;
}
.c-text__brown {
	color: #B18D33 !important;
}
.c-text__beige {
	color: #F8F8F2 !important;
}

.c-button {
	background-color: #333;
	padding: 12px 24px;
	color: #fff !important;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.c-button > img {
	height: 20px;
	width: auto;
	margin-right: 10px;
}
.c-button.-gnav {
	padding: 12px 10px;
	width: 210px;
	height: 45px;
	font-size: 13px;
}
.c-button.-gnav > img {
	height: 20px;
	width: auto;
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.c-button.-gnav {
		width: 40px;
		height: 40px;
	}
	.c-button.-gnav > img {
		margin-right: 0;
	}
	.c-button.-gnav span {
		display: none;
	}
}
.c-button.-sidebar.-lg {
	height: 60px;
}
.c-button.-footer {
	font-size: 15px;
	height: 60px;
}
.c-button.-lg {
	height: 70px;
	font-size: 15px;
}
.c-button.-maxW {
	max-width: 500px;
}
.c-button.-center {
	margin-left: auto;
	margin-right: auto;
}
.c-button.-center-icon {
	margin: 0 auto;
}
.c-button.-center-icon > img {
	width: 22px !important;
	height: auto;
}

.c-top-message {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: 8px 10px;
}
@media screen and (min-width: 768px) {
	.c-top-message {
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.c-top-message {
		background-color: #F6F6F6;
		border-bottom: none;
		padding: 15px 10px;
	}
}

.c-hero {
	margin-bottom: 50px;
}
.c-hero img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.c-hero .-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.c-hero .-pc {
		display: none;
	}
}

.p-gnav .wrap {
	margin-bottom: 25px;
}
.p-gnav .wrap > .-left {
	width: 165px;
}
.p-gnav .wrap > .-left .-logo {
	width: 105px;
}
@media screen and (max-width: 767px) {
	.p-gnav .wrap > .-left {
		width: 100px;
	}
	.p-gnav .wrap > .-left .-logo {
		width: 90px;
	}
}
.p-gnav .wrap > .-right {
	width: calc(100% - 165px);
}
.p-gnav .wrap > .-right .-top {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.p-gnav .wrap > .-right .-bottom {
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-gnav .wrap > .-right .-top {
		display: none;
	}
	.p-gnav .wrap > .-right .-bottom {
		position: relative;
		right: 55px;
	}
}
@media screen and (max-width: 767px) {
	.p-gnav .wrap {
		margin-bottom: 0px;
		padding: 15px;
	}
}
.p-gnav .-nav-sub {
	font-size: 0;
	min-width: 345px;
	margin-right: 30px;
}
.p-gnav .-nav-sub a {
	font-size: 11px;
	color: #7B7B7B;
	border-left: 1px solid #7B7B7B;
	padding: 0 15px;
}
.p-gnav .-nav-sub a:last-child {
	border-right: 1px solid #7B7B7B;
}
.p-gnav .member_info_cart_info {
	font-size: 11px;
}
@media screen and (min-width: 768px) {
	.p-gnav .member_info_cart_info {
		margin-left: auto;
		margin-right: 15px;
	}
	.p-gnav .member_info_cart_info * {
		display: inline;
	}
}
@media screen and (max-width: 767px) {
	.p-gnav .member_info_cart_info {
		text-align: right;
	}
}
.p-gnav .-nav {
	display: flex;
	margin-right: 30px;
}
.p-gnav .-nav > * {
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 13px;
	line-height: 1.5;
	white-space: nowrap;
}
.p-gnav .-nav > *:not(:last-child) {
	margin-right: 35px;
}
@media screen and (max-width: 767px) {
	.p-gnav .-nav {
		display: none;
	}
}
.p-gnav .-button-list {
	display: flex;
	margin-left: auto;
}
.p-gnav .-button-list > *:not(:last-child) {
	margin-right: 10px;
}
.p-gnav .-bottom-sp {
	margin-top: 15px;
}
@media screen and (min-width: 768px) {
	.p-gnav .-bottom-sp {
		display: none;
	}
}

.p-sidebar__button-list {
	margin: 15px 0 20px;
}
.p-sidebar__button-list > *:not(:last-child) {
	margin-bottom: 15px;
}
.p-sidebar__link-list {
	padding: 15px 0;
	border-bottom: 1px dotted #ddd;
}
.p-sidebar__link-list.-top {
	border-top: 1px dotted #ddd;
}
.p-sidebar__link-list li > a {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.p-sidebar__link-list li > a:after {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/icon_chevron_right.svg);
	height: 10px;
	width: 5px;
}
.p-sidebar__link-list > li {
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 13px;
}
.p-sidebar__link-list > li > a {
	padding: 10px 0 10px 0;
}
.p-sidebar__link-list > li > ul > li {
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.p-sidebar__link-list > li > ul > li > a {
	padding: 3px 0 3px 20px;
}
.p-sidebar__contact {
	text-align: center;
	margin-bottom: 20px;
}
.p-sidebar__contact .-title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
}
.p-sidebar__contact .-tel {
	font-size: 17px;
	font-weight: 600;
}
.p-sidebar__contact .-worktime {
	font-size: 13px;
}
.p-sidebar__nav-sub {
	margin-bottom: 30px;
}
.p-sidebar__nav-sub > * {
	font-size: 13px;
}
.p-sidebar__nav-sub > * > a {
	display: block;
	width: 100%;
}
.p-sidebar__sns {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-sidebar__sns > *:not(:last-child) {
	margin-right: 20px;
}
.p-sidebar__sns > * > img {
	width: 24px;
	height: 24px;
}

.p-footer.-top .-inner > * .-title {
	font-size: 13px;
	margin-bottom: 5px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-footer.-top .-inner > * p {
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 1.6;
}
.p-footer.-top .-inner > * p a {
	text-decoration: underline;
}
.p-footer.-top .-inner .-sns {
	display: flex;
	justify-content: flex-end;
	margin-top: 15px;
}
.p-footer.-top .-inner .-sns > * img {
	width: 18px;
	height: 18px;
}
.p-footer.-top .-inner .-sns > *:not(:last-child) {
	margin-right: 15px;
}
@media screen and (min-width: 768px) {
	.p-footer.-top {
		padding: 50px 0;
	}
	.p-footer.-top .-inner {
		display: flex;
		justify-content: space-between;
	}
	.p-footer.-top .-inner > * {
		width: calc((100% - 60px) / 4);
	}
}
@media screen and (max-width: 767px) {
	.p-footer.-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-footer.-top .-center-sp {
		text-align: center;
	}
	.p-footer.-top .-inner > *:not(:last-child) {
		margin-bottom: 30px;
	}
	.p-footer.-top .-inner .-title {
		font-size: 14px;
	}
	.p-footer.-top .-inner p {
		font-size: 12px;
	}
	.p-footer.-top .-inner .-sns {
		margin-top: 20px;
		justify-content: center;
	}
	.p-footer.-top .-inner .-sns > * img {
		width: 24px;
		height: 24px;
	}
}
.p-footer.-bottom {
	background-color: #F6F6F6;
	padding: 50px 0;
}
.p-footer.-bottom .-inner > .-right .-title {
	font-size: 15px;
	font-weight: 600;
}
.p-footer.-bottom .-inner .-nav {
	display: flex;
}
.p-footer.-bottom .-inner .-nav > * > a {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}
.p-footer.-bottom .-inner .-nav > *:first-child {
	width: 125px;
	margin-right: 30px;
}
.p-footer.-bottom .-inner .-nav > *:last-child {
	width: 160px;
}
.p-footer.-bottom .-inner .-wrap-tel > * {
	margin-bottom: 20px;
}
.p-footer.-bottom .-inner .-wrap-tel > * .-tel {
	font-size: 22px;
	font-weight: 600;
}
.p-footer.-bottom .-inner .-wrap-tel > * .-worktime {
	font-size: 13px;
}
.p-footer.-bottom .-inner .-copyright {
	font-size: 10px;
	color: #7B7B7B;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.p-footer.-bottom .-inner {
		display: flex;
		justify-content: space-between;
	}
	.p-footer.-bottom .-inner > .-left {
		width: calc(50% - 40px);
		display: flex;
	}
	.p-footer.-bottom .-inner > .-left > .-logo {
		width: 230px;
	}
	.p-footer.-bottom .-inner > .-left > .-logo > img {
		width: 180px;
	}
	.p-footer.-bottom .-inner > .-right {
		width: 50%;
	}
	.p-footer.-bottom .-inner > .-right .-wrap-tel,
.p-footer.-bottom .-inner > .-right .-wrap-button {
		display: flex;
		justify-content: space-between;
	}
	.p-footer.-bottom .-inner > .-right .-wrap-tel > *,
.p-footer.-bottom .-inner > .-right .-wrap-button > * {
		width: calc((100% - 20px) / 2);
	}
	.p-footer.-bottom .-inner > .-right .-wrap-button {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-footer.-bottom {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-footer.-bottom .-inner .-logo {
		text-align: center;
		margin-bottom: 30px;
	}
	.p-footer.-bottom .-inner .-logo img {
		width: 160px;
	}
	.p-footer.-bottom .-inner .-nav {
		margin: 0 auto 50px;
		padding-bottom: 50px;
		border-bottom: 1px solid #ddd;
		justify-content: center;
	}
	.p-footer.-bottom .-inner .-right {
		text-align: center;
	}
	.p-footer.-bottom .-inner .-right .-wrap-button {
		margin-bottom: 50px;
	}
	.p-footer.-bottom .-inner .-right .-wrap-button > *:not(:last-child) {
		margin-bottom: 20px;
	}
	.p-footer.-bottom .-inner .-right .-copyright {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	.p-footer {
		padding-left: 15px;
		padding-right: 15px;
		border-top: 1px solid #ddd;
		margin-top: 60px;
	}
}

#main-column .top_slider_block_wrap {
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	#main-column .top_slider_block_wrap {
		margin: 0 -15px;
	}
}
#main-column .top_slider_block {
	padding: 0;
	width: 1300px;
	margin-bottom: 80px;
}
#main-column .slick-dotted.slick-slider {
	margin-bottom: 45px;
}
#main-column .slick-slide {
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
}
#main-column .slick-slide img {
	width: 100%;
	max-width: 1200px;
}
#main-column .slick-arrow {
	position: absolute;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
#main-column .btn-prev {
	left: 0;
	background-image: url(/images/btn-prev.png);
}
#main-column .btn-next {
	right: 0;
	background-image: url(/images/btn-next.png);
}
#main-column .slick-dots {
	bottom: -20px;
}
#main-column .slick-dots li {
	margin: 0 7px;
	width: 8px;
	height: 8px;
}
#main-column .slick-dots li button {
	width: 11px;
	height: 11px;
}
#main-column .slick-dots li button:before {
	width: 11px;
	height: 11px;
	border: none;
	border: 1px solid #333;
}
#main-column .slick-dots li.slick-active button:before {
	background: #333;
}

@media screen and (min-width: 768px) {
	#main-column .slick-arrow {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}
	#main-column .btn-prev {
		left: 25px;
	}
	#main-column .btn-next {
		right: 25px;
	}
	#main-column .slick-list {
		overflow: inherit;
	}
	#main-column .slick-slide {
		overflow: hidden;
	}
	#main-column .slick-slide img.-sp {
		display: none;
	}
	#main-column .slick-dots {
		bottom: -28px;
	}
}
@media screen and (max-width: 767px) {
	#main-column .top_slider_block {
		margin-bottom: 60px;
	}
	#main-column .slick-slide {
		overflow: hidden;
	}
	#main-column .slick-slide img.-pc {
		display: none;
	}
}
.news {
	border: 4px solid #F6F6F6;
	padding: 40px 50px;
	max-width: 1200px;
	margin: 0 auto 50px;
}
.news > h2 {
	font-size: 20px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	text-align: center;
}
.news .news-contents > .news-box {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 20px;
}
.news .news-contents > .news-box:first-child {
	border-top: 1px dotted #ddd;
	padding-top: 20px;
}
.news .news-contents > .news-box dd {
	display: flex;
}
.news .news-contents > .news-box dd time {
	font-size: 13px;
	color: #7B7B7B;
}
.news .news-contents > .news-box dd p {
	font-size: 14px;
	line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.news > .news-box dd {
		display: flex;
	}
	.news > .news-box dd time {
		width: 10em;
	}
	.news > .news-box dd p {
		width: calc(100% - 10em);
	}
}
@media screen and (max-width: 767px) {
	.news {
		background-color: #F6F6F6;
		padding: 40px 15px;
	}
	.news > h2 {
		font-size: 16px !important;
		margin-bottom: 15px !important;
	}
	.news .news-contents > .news-box dd {
		display: block;
	}
	.news .news-contents > .news-box dd time {
		display: block;
		margin-bottom: 10px;
	}
}

.p-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.p-list.-col2 > .-item {
		width: calc((100% - 20px * 1) / 2);
	}
}
@media screen and (min-width: 768px) {
	.p-list.-col3 > .-item {
		width: calc((100% - 20px * 2) / 3);
	}
}
.p-list .-item img {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-list .-item:not(:last-child) {
		margin-bottom: 20px;
	}
}

.p-item--type1 {
	display: block;
	text-decoration: none;
}
.p-item--type1 > .-text {
	background-color: #F6F6F6;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #333;
	padding: 20px 10px;
	text-decoration: none;
	line-height: 1.6;
}

.p-list-product--type1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-list-product--type1 > * {
	margin-bottom: 30px;
}
.p-list-product--type1 > * > .-text {
	text-align: center;
	position: relative;
	padding-top: 15px;
}
.p-list-product--type1 > * > .-text > .-name {
	font-size: 15px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-list-product--type1 > * > .-text > .-desc {
	font-size: 12px;
}
.p-list-product--type1 > * > .-text:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	border-bottom: 1px solid #333;
}
@media screen and (min-width: 768px) {
	.p-list-product--type1 > * {
		width: calc((100% - 30px) / 4);
	}
	.p-list-product--type1 > * > .-text br {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.p-list-product--type1 > * {
		width: calc((100% - 10px) / 2);
	}
}

.p-list-pricerange {
	margin-bottom: 80px;
}
.p-list-pricerange > * {
	display: block;
	font-size: 15px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	border-bottom: 1px solid #ddd;
	position: relative;
	text-align: center;
	padding: 0 10px 15px;
}
.p-list-pricerange > *:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	right: 15px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/icon_chevron_right.svg);
	height: 10px;
	width: 5px;
}
@media screen and (min-width: 768px) {
	.p-list-pricerange {
		display: flex;
		justify-content: space-between;
	}
	.p-list-pricerange > * {
		width: calc((100% - 60px) / 4);
	}
}
@media screen and (max-width: 767px) {
	.p-list-pricerange > * {
		padding: 15px 20px 15px;
		font-size: 16px;
		text-align: left;
	}
	.p-list-pricerange > *:after {
		top: 25px;
	}
}

.pickup .column-set {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pickup .column-set > section.column5 {
	float: none;
	width: calc((100% - 20px) / 2);
	margin: 0 0 30px;
	padding: 0;
}
.pickup .column-set > section.column5 h3 {
	font-size: 13px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 10px;
	line-height: 1.6;
}
.pickup .column-set > section.column5 .price {
	font-size: 12px;
	color: #7B7B7B;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.pickup .column-set > section.column5 {
		width: calc((100% - 60px) / 4);
	}
}

.p-list-banner--type1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.p-list-banner--type1 > * {
		width: calc((100% - 30px) / 2);
	}
	.p-list-banner--type1 > * .-sp {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.p-list-banner--type1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-list-banner--type1 > * {
		margin-bottom: 20px;
	}
	.p-list-banner--type1 > * .-pc {
		display: none;
	}
}

.p-mailmag-regist {
	background-color: #F6F6F6;
	padding: 40px 50px 50px;
}
.p-mailmag-regist > .-title {
	margin-bottom: 20px;
}
.p-mailmag-regist > .-title > .-main {
	font-size: 23px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-mailmag-regist > .-title > .-sub {
	font-size: 14px;
}
.p-mailmag-regist > form > .mailAddress {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 12px 15px;
}
@media screen and (min-width: 768px) {
	.p-mailmag-regist > .-title > * {
		display: inline-block;
	}
	.p-mailmag-regist > .-title > .-main {
		margin-right: 30px;
	}
	.p-mailmag-regist > form {
		display: flex;
		justify-content: space-between;
	}
	.p-mailmag-regist > form > .mailAddress {
		width: calc(100% - 220px);
	}
	.p-mailmag-regist > form > .c-button {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.p-mailmag-regist > .-title {
		text-align: center;
	}
	.p-mailmag-regist > .-title > .-main {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.p-mailmag-regist > form > * {
		width: 100%;
	}
	.p-mailmag-regist > form > .mailAddress {
		margin-bottom: 20px;
	}
}

.p-content-cta--type2 {
	padding: 80px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/images/bg_bnr_company.jpg);
}
.p-content-cta--type2 .-list > *:hover {
	opacity: 0.8;
}
@media screen and (min-width: 768px) {
	.p-content-cta--type2 .-list {
		display: flex;
		justify-content: space-between;
	}
	.p-content-cta--type2 .-list > * {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 767px) {
	.p-content-cta--type2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.p-content-cta--type2 .-list > *:not(:last-child) {
		margin-bottom: 20px;
	}
}

.p-cta--type2 {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	height: 220px;
}
.p-cta--type2 div h4 {
	font-size: 10px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 5px;
	letter-spacing: 0.26em;
}
.p-cta--type2 div h3 {
	font-size: 17px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
	.p-cta--type2 {
		height: 165px;
	}
}

.p-lead--type1 {
	text-align: center;
	padding: 0 20px;
}
.p-lead--type1 > p {
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 15px;
	line-height: 2.3;
	letter-spacing: 0.04em;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.p-lead--type1 > p {
		text-align: left;
	}
}

.p-movie--type1 {
	margin: 70px 0 80px;
	text-align: center;
}
.p-movie--type1 > a {
	display: block;
	position: relative;
}
.p-movie--type1 > a .-text {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
	top: 26%;
	letter-spacing: 0.2em;
}
.p-movie--type1 > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/icon_movie.svg);
	background-size: 120px;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	.p-movie--type1 {
		margin-bottom: 60px;
	}
	.p-movie--type1 .-sp {
		display: none;
	}
	.p-movie--type1.-transform-top {
		margin-top: -130px;
	}
}
@media screen and (max-width: 767px) {
	.p-movie--type1 {
		margin: 50px 0 60px;
	}
	.p-movie--type1 .-pc {
		display: none;
	}
	.p-movie--type1 > a .-text {
		font-size: 14px;
		top: 23%;
	}
	.p-movie--type1 > a:after {
		background-size: 70px;
		top: 6%;
	}
}

.p-step--type1 {
	display: flex;
	flex-wrap: wrap;
}
.p-step--type1 > .-item > .-title {
	font-size: 18px;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 15px;
	line-height: 1.6;
}
.p-step--type1 > .-item > .-text {
	font-size: 14px;
}
.p-step--type1 > .-item > .-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	.p-step--type1 {
		justify-content: space-between;
	}
	.p-step--type1 > .-item {
		width: calc((100% - 80px) / 3);
	}
	.p-step--type1 > .-item > .-img {
		order: 1;
		width: 100%;
		margin-bottom: 15px;
	}
	.p-step--type1 > .-item > .-title {
		order: 2;
	}
	.p-step--type1 > .-item > .-text {
		order: 3;
	}
}
@media screen and (max-width: 767px) {
	.p-step--type1 > .-item:not(:last-child) {
		margin-bottom: 60px;
	}
	.p-step--type1 > .-item > .-title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.p-step--type1 > .-item > .-img {
		margin-bottom: 20px;
	}
	.p-step--type1 > .-item > .-text {
		font-size: 14px;
	}
}
.p-step--type1__wrap {
	background-color: #F6F6F6;
	padding: 40px 50px;
	margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
	.p-step--type1__wrap {
		padding: 30px 20px;
	}
}

.p-category-header {
	margin-bottom: 30px;
}
.p-category-header > img {
	width: 100%;
	margin-bottom: 30px;
}
#itemList .column-set,
.recommend .column-set,
.layoutFrame .column-set {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#itemList .column-set > section.column4,
#itemList .column-set > section.column5,
.recommend .column-set > section.column4,
.recommend .column-set > section.column5,
.layoutFrame .column-set > section.column4,
.layoutFrame .column-set > section.column5 {
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
#itemList .column-set > section.column4 .sps-itemList-stockDisp,
#itemList .column-set > section.column5 .sps-itemList-stockDisp,
.recommend .column-set > section.column4 .sps-itemList-stockDisp,
.recommend .column-set > section.column5 .sps-itemList-stockDisp,
.layoutFrame .column-set > section.column4 .sps-itemList-stockDisp,
.layoutFrame .column-set > section.column5 .sps-itemList-stockDisp {
	display: none;
}
#itemList .column-set > section.column4 p[class^=sps-wishArea],
#itemList .column-set > section.column5 p[class^=sps-wishArea],
.recommend .column-set > section.column4 p[class^=sps-wishArea],
.recommend .column-set > section.column5 p[class^=sps-wishArea],
.layoutFrame .column-set > section.column4 p[class^=sps-wishArea],
.layoutFrame .column-set > section.column5 p[class^=sps-wishArea] {
	position: absolute;
	bottom: 0;
	right: 0;
}
#itemList .column-set > section.column4 .sps-wishAddItem,
#itemList .column-set > section.column4 .sps-wishAddItemOk,
#itemList .column-set > section.column5 .sps-wishAddItem,
#itemList .column-set > section.column5 .sps-wishAddItemOk,
.recommend .column-set > section.column4 .sps-wishAddItem,
.recommend .column-set > section.column4 .sps-wishAddItemOk,
.recommend .column-set > section.column5 .sps-wishAddItem,
.recommend .column-set > section.column5 .sps-wishAddItemOk,
.layoutFrame .column-set > section.column4 .sps-wishAddItem,
.layoutFrame .column-set > section.column4 .sps-wishAddItemOk,
.layoutFrame .column-set > section.column5 .sps-wishAddItem,
.layoutFrame .column-set > section.column5 .sps-wishAddItemOk {
	position: relative;
}
#itemList .column-set > section.column4 .sps-wishAddItem img,
#itemList .column-set > section.column4 .sps-wishAddItemOk img,
#itemList .column-set > section.column5 .sps-wishAddItem img,
#itemList .column-set > section.column5 .sps-wishAddItemOk img,
.recommend .column-set > section.column4 .sps-wishAddItem img,
.recommend .column-set > section.column4 .sps-wishAddItemOk img,
.recommend .column-set > section.column5 .sps-wishAddItem img,
.recommend .column-set > section.column5 .sps-wishAddItemOk img,
.layoutFrame .column-set > section.column4 .sps-wishAddItem img,
.layoutFrame .column-set > section.column4 .sps-wishAddItemOk img,
.layoutFrame .column-set > section.column5 .sps-wishAddItem img,
.layoutFrame .column-set > section.column5 .sps-wishAddItemOk img {
	width: 20px;
}
#itemList .column-set > section.column4 > h3,
#itemList .column-set > section.column5 > h3,
.recommend .column-set > section.column4 > h3,
.recommend .column-set > section.column5 > h3,
.layoutFrame .column-set > section.column4 > h3,
.layoutFrame .column-set > section.column5 > h3 {
	line-height: 1.6em;
	font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	margin-bottom: 5px;
	font-weight: 500;
}
#itemList .column-set > section.column4 > h3 a,
#itemList .column-set > section.column5 > h3 a,
.recommend .column-set > section.column4 > h3 a,
.recommend .column-set > section.column5 > h3 a,
.layoutFrame .column-set > section.column4 > h3 a,
.layoutFrame .column-set > section.column5 > h3 a {
	font-size: inherit;
}
@media screen and (min-width: 768px) {
	#itemList .column-set > section.column4,
#itemList .column-set > section.column5,
.recommend .column-set > section.column4,
.recommend .column-set > section.column5,
.layoutFrame .column-set > section.column4,
.layoutFrame .column-set > section.column5 {
		width: calc((100% - 40px) / 3);
	}
	#itemList .column-set:after,
.recommend .column-set:after,
.layoutFrame .column-set:after {
		content: "";
		display: block;
		width: calc((100% - 40px) / 3);
	}
}
@media screen and (max-width: 767px) {
	#itemList .column-set > section.column4,
#itemList .column-set > section.column5,
.recommend .column-set > section.column4,
.recommend .column-set > section.column5,
.layoutFrame .column-set > section.column4,
.layoutFrame .column-set > section.column5 {
		width: calc((100% - 20px) / 2);
	}
}

@media screen and (min-width: 768px) {
	.layoutFrame .column-set > section.column5 {
		width: calc((100% - 60px) / 4);
	}
	.layoutFrame .column-set:before, .layoutFrame .column-set:after {
		content: "";
		display: block;
		width: calc((100% - 60px) / 4);
		order: 1;
	}
}

#itemDetail-wrap {
	margin-bottom: 40px;
}

article #itemDetail-cont h1 {
	font-size: 23px;
}
article #itemDetail-cont table tbody tr th {
	font-size: 13px;
}
article #itemDetail-cont table tbody tr.price td .selling_price {
	font-size: 20px;
}
article #itemDetail-cont table tbody tr.price td .taxin {
	font-size: 14px;
}
article #itemDetail-cont table tbody tr.rg_price td .publish_point {
	font-size: 13px;
}
article #itemDetail-cont .cancel {
	display: none;
}
article #itemDetail-cont .-footer {
	text-align: right;
	font-size: 11px;
}
article #itemDetail-cont .-footer a {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	article #itemDetail-cont h1 {
		font-size: 20px;
	}
	article #itemDetail-cont .-footer {
		text-align: left;
	}
}

#itempage_contents img {
	width: 100%;
}
#itempage_contents .-copy1 {
	font-size: 18px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#itempage_contents .-copy {
		font-size: 16px;
	}
}

.p-item--type2 {
	background-color: #F6F6F6;
	padding: 40px 50px;
	margin-bottom: 20px;
}
.p-item--type2 .-text .-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
	.p-item--type2 {
		display: flex;
		justify-content: space-between;
	}
	.p-item--type2 .-img {
		width: calc(50% + 20px);
	}
	.p-item--type2 .-text {
		width: calc(50% - 50px);
		padding-top: 15px;
	}
	.p-item--type2 .-text .-title {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.p-item--type2 {
		padding: 30px 20px;
	}
	.p-item--type2 .-img {
		margin-bottom: 20px;
	}
}

#itempage_contents .tbl {
	margin: 0 auto;
}
#itempage_contents .tbl table {
	border-collapse: collapse;
	table-layout: fixed;
	border: solid 1px #ddd;
	width: 100%;
}
#itempage_contents .tbl th,
#itempage_contents .tbl td {
	padding: 15px 20px;
	border: solid 1px #ddd;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: middle;
}
#itempage_contents .tbl th {
	width: 250px;
	background: #eee;
	text-align: center;
	font-weight: normal;
}

@media screen and (max-width: 479px) {
	#itempage_contents .tbl tr,
#itempage_contents .tbl td,
#itempage_contents .tbl th,
#itempage_contents .tbl tbody {
		width: 100%;
		display: block;
		border: none;
	}
	#itempage_contents .tbl th,
#itempage_contents .tbl td {
		padding: 15px 15px;
		border-bottom: solid 1px #ddd;
	}
	#itempage_contents .tbl table {
		border: solid 1px #ddd;
		border-bottom: none;
	}
}
article #main-column section.rating {
	padding: 20px 0;
	border-bottom: 1px dotted #ddd;
}
article #main-column section.rating .reviewBox .reviewTxt .ttlArea {
	margin-bottom: 10px;
}
article #main-column section.rating .reviewBox .reviewTxt .ttlArea h2 {
	font-weight: 500;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
article #main-column section.rating .reviewBox .reviewTxt ul {
	margin-bottom: 10px;
}
article #main-column section.rating .reviewBox .reviewTxt p {
	line-height: 1.6;
	margin: 0;
}
@media screen and (min-width: 768px) {
	article #main-column section.rating .reviewBox {
		display: flex;
		justify-content: space-between;
	}
	article #main-column section.rating .reviewBox .tmb {
		width: 200px;
		margin: 0;
	}
	article #main-column section.rating .reviewBox .tmb img {
		width: 170px;
	}
	article #main-column section.rating .reviewBox .reviewTxt {
		width: calc(100% - 200px);
	}
	article #main-column section.rating .reviewBox .reviewTxt .ttlArea h2 {
		font-size: 17px;
	}
}
@media screen and (max-width: 767px) {
	article #main-column section.rating .reviewBox .tmb {
		margin-bottom: 15px;
	}
	article #main-column section.rating .reviewBox .reviewTxt .ttlArea h2 {
		font-size: 15px;
		display: block;
		margin-bottom: 15px;
	}
	article #main-column section.rating .reviewBox .reviewTxt .ttlArea .btnMore {
		text-align: left;
	}
}
article #main-column section.rating .comment {
	width: 100%;
	background-color: #F6F6F6;
}
article #main-column section.rating .comment:before {
	border-bottom: 15px solid #F6F6F6;
}
article #main-column section.rating .comment h3 {
	font-size: 12px;
	font-weight: 500;
	font-size: 12px;
	color: #7B7B7B;
}
article #main-column section.rating .comment p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.pageNav {
	margin-top: 50px;
}

.p-article .-eyecatch, #guide .-eyecatch {
	margin-top: 30px;
	margin-bottom: 20px;
}
.p-article h4, #guide h4 {
	font-size: 16px;
	font-weight: 600;
	margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
	.p-article h4, #guide h4 {
		font-size: 14px;
	}
}
/*# sourceMappingURL=maps/default.css.map */