.cu-responsiveImg {
	width: 100%;
	height: auto;
}

.cu-font-normal {
	font-weight: normal;
}

.cu-font-bold {
	font-weight: bold;
}

.cu-text-left {
	text-align: left;
}

.cu-text-center {
	text-align: center;
}

.cu-text-right {
	text-align: right;
}

@media screen and (min-width: 992px) {
	/* 991px 以上 only desktop */
	.cu-only-tablet {
		display: none;
	}

	.cu-lower-tablet {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	/* 991px 以下 tablet || mobile */
	.cu-only-desktop {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	/* 768px 以上 tablet || desktop */
	.cu-only-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	/* 768px 以下 only mobile */
	.cu-only-tablet {
		display: none;
	}

	.cu-upper-tablet {
		display: none;
	}
}