/*
 * AUTHOR: Clemens Schwaighofer
 * CREATED: 2022/2/8
 * SHORT DESCRITPION:
 * Core CSS for Amazon Coupon Output
 */


/* cursor type pointer/hand */
.cur-point {
	cursor: pointer;
}

/* standard hide */
.hide {
	display: none;
}

/* text align */
.tac {
	text-align: center;
}

/* *********************************************************
 * MEMBER-GET-MEMBER GENERAL
 * *********************************************************
 */

/*width: 794px;*/
.content {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

.container-error {
	width: 100%;
	max-width: 750px;
	min-height: 100%;
	margin: 0 auto;
}

.container-error-text {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: bold;
	text-align: left;
	padding: 20px 0 0 0;
}

.container-error-text-small {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
	padding: 20px 0 0 0;
}

/* *********************************************************
 * SMARTPHONE CSS LAYOUT
 * *********************************************************
 */
/*@media screen and (max-width: 639px) {*/
@media screen and (max-width: 770px) {
	.pc-only {
		display: none;
	}
	.sp-only {
		display: inline-block;
	}
	.container-error-text {
		padding: 20px 10px 10px 10px;
	}

	.container-error-text-small {
		padding: 20px 10px 10px 10px;
		font-size: 1.0em;
	}
}
