.main-area {
	width: 700px;
	margin: 0 auto;
	padding-top: 40px;
}
#body {
	min-height: auto;
}
.get-point-area {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.sub-title {
	text-align: center;
	color: #62c49d;
	padding-top: 40px;
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
}
.color1 {
	background-color: #f0feff;
}
.color2 {
	background-color: #fef3f1;
}
.income-area {
	overflow: hidden;
	width: 820px;
	margin: 0 auto;
	padding-top: 40px;
}
.income {
	width: 48%;
	float: left;
	margin: 0 1%;
	padding: 15px 2%;
	border-radius: 5px;
	overflow: hidden;
}
.income > * {
	line-height: 30px;
	font-weight: normal;
}
.income > *:nth-child(odd) {
	float: left;
	width: 200px;
}
.income > *:nth-child(even) {
	float: right;
	width: calc(100% - 200px);
	text-align: right;
}
.income > dt:nth-child(odd) {
	color: #62c49d;
	font-size: 17px;
	font-weight: bold;
}
.income > dt:nth-child(even) {
	font-size: 19px;
	font-weight: bold;
}
select {
	padding-right: 50px;
}
.info-area > dd {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.info-area > dd > div:first-child {
	float: left;
	width: 40%;
	font-weight: bold;
}
.info-area > dd > div:last-child {
	float: right;
	width: 60%;
}
.info-area > dd > div:first-child > span {
	font-size: 14px;
	font-weight: normal;
}
.progress {
	background-color: #f9f9f9;
	width: 50%;
	border-radius: 15px;
	float: right;
	margin-top: 5px;
}
.skill {
	background-color: #f46157;
	/* padding: 1%; */
	border-radius: 15px;
}
.value {
	width: 20%;
}
.income-history {
	width: 100%;
	background-color: #f9f9f9;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 3%;
	padding-right: 3%;
}
.income-history > strong {
	width: 40%;
	float: left;
	font-size: 16px;
	text-align: left;
	padding-bottom: 5px;
}
.income-history > span {
	width: 60%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 5px;
}
.income-history > hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 0px solid rgba(0, 0, 0, 0.1);
	width: 100%;
	float: left;
}
.payment {
	text-align: center;
}
.payment select,
.payment input[type='text'] {
	float: none;
	width: 75%;
}
.payment select {
	margin-bottom: 10px;
}
.payment input[type='text'] {
	display: none;
}
.payment input[type='text'].selected {
	display: inline-block;
}
.bonus-list {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.bonus-list > dl {
	position: fixed;
	z-index: 9999;
	top: calc(50% - 225px);
	left: calc(50% - 150px);
	width: 300px;
	background: #fff;
	padding: 20px;
}
.bonus-list > dl > * {
	overflow: hidden;
}
.bonus-list > dl > * > div {
	float: left;
	width: 33%;
	padding: 5px;
	text-align: center;
}
.bonus-list > dl > *:first-child > div {
	width: 100%;
}
.hooper-indicator {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ababab;
}
.hooper-indicator:hover,
.hooper-indicator.is-active {
	background-color: #57c4c7;
}
.hooper {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}
.hooper-pagination > span {
	margin-top: 0px;
	margin-bottom: 20px;
}
.hooper-prev {
	display: none;
}
.hooper-next {
	display: none;
}
@media screen and (max-width: 767px) {
	#body {
		margin: 60px auto 0px;
	}
}
@media screen and (max-width: 800px) {
	.income > dd:nth-child(odd) {
		width: 47%;
	}
	.income > dd:nth-child(even) {
		width: 50%;
	}
	.income > dt:nth-child(odd) {
		width: 47%;
	}
	.income > dt:nth-child(even) {
		width: 50%;
	}
	.get-point-area {
		width: fit-content;
		margin: 0 auto;
		padding-top: 20px;
	}
	.main-area {
		padding-top: 20px !important;
		padding-left: 3% !important;
		padding-right: 3% !important;
		padding-top: 40px;
	}
	.income-area {
		width: 100%;
		margin: 0 auto;
		padding-top: 0px;
	}
	.income {
		width: 96%;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 5px;
		margin-bottom: 5px;
		height: auto;
		padding-bottom: 15px;
	}
	.income > dt:nth-child(odd) {
		font-size: 16px !important;
	}
	.income > dt:nth-child(even) {
		font-size: 16px !important;
		padding-top: 2px;
	}
	.info-area > dd > div:first-child {
		width: 100%;
		color: #343434;
		margin-bottom: 0px;
	}
	.info-area > dd > div:last-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.info-area > dd > div:last-child > span {
		width: 100%;
	}
	.progress {
		width: 80%;
		float: left;
	}
	.s1 {
		width: 80%;
	}
	.s2 {
		width: 100%;
	}
}
