.header {
	background: #0e0e0e;
}
.user {
	color: #111111;
	min-height: calc(100vh - 490px);
	margin-top: 85px;
}
.user h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom:10px;
	color: #727272;
}
.user-flex {
	display: flex;
}
.user .box {
	display: block;
	vertical-align: top;
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
	border-radius: 10px;
	background: #f3f3f3;
	padding: 10px 20px;
	box-sizing: border-box;
	flex-grow: 1;
}
.user .main-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	vertical-align: top;
}
.user .main-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	vertical-align: top;
	padding-left: 20px;
	box-sizing: border-box;
}
.user .main-right .box {
	text-align: center;
}
.user .iarea {
	box-sizing: border-box;
	padding: 5px 0;

}
.user .iarea .b {
	font-weight: 700;
	font-size: 1em;
	color: #7a7a7a;
	padding: 0px 10px;
}
.user .iarea input, .user .iarea select {
	font-family: 'Montserrat', sans-serif;
	border: none;
	font-size: 1.8em;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	outline: none;
}
.user .iarea select {
	height: 40px;
}
.user .iarea input:disabled, .user .iarea select:disabled {
	background: none;
	border: none;
	-webkit-appearance: none;
	appearance: none;
}
.user .iarea input::-webkit-input-placeholder { /* Edge */
	font-size: 14px;
	font-style: italic;
	color: #bebebe;
}
.user .iarea input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 14px;
	font-style: italic;
	color: #bebebe;
}
.user .iarea input::placeholder {
	font-size: 14px;
	font-style: italic;
	color: #bebebe;
}

.pac-container {
	padding-top: initial;
	margin-top: -5px;
	margin-left:1px;
}




.user .iarea .i-size100.right-space {
	width: calc(100% - 30px);
}
.user .i-size100 {
	width: calc(100% - 20px);
}
.user .chk-area {
	margin-top: 20px;
	opacity: .5;
}
.user .chk-area.active {
	opacity: 1;
	cursor: pointer;
}
.user .chk-area .cbox {
	float: left;
	border: 2px solid #898989;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	margin-right: 10px;
}
.user .chk-area .cbox.checked {
	border-color: #1287B8;
}
.user .chk-area .cbox.checked span {
	background: #1287B8;
	height: 14px;
	width: 14px;
	margin-top: 3px;
	margin-left: 3px;
	display: inline-block;
	border-radius: 2px;
	
}
.user .chk-area .t {
}

.user .btn div {
	background: #eb0029;
	border-radius: 20px;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 30px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
	margin: 0 5px;
}
.user .btn.grey div {
	background: #b7b7b7;
}

.user .error {
	border: 2px dashed #ea0029;
	padding: 10px;
	background: #dedede;
	border-radius: 5px;
	margin: 10px 0;
	font-style: italic;
}
.user .r-box {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 300px;
	margin: 10px 0;
}
.user .r-box .c {
	background: url('/images/bg_rewards.png');
	background-size: cover;
	position: absolute;
	top:0;
	left: 0;
	width: 250px;
	height: 250px;
	padding: 25px;

	-webkit-animation-name: spin;
	-webkit-animation-duration: 40s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 40s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 40s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: spin;
	animation-duration: 40s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.user .r-box .y {
	background: #ffffff;
	background-image: url('/images/bg_pt.png');
	border-radius: 160px;
	width: calc(100% - 70px);
	height: calc(100% - 70px);
	border:10px solid #8a8a8a;
	margin: 25px;
	font-weight: 700;
	color: #8a8a8a;
}
.user .r-box .y .yt {
	font-size: 1.8em;
	margin-top: 40px;
}
.user .r-box .y .ym {
	font-size: 8em;
	color: #d12c32;
}
.user .r-box .y .yb {
	font-size: 1.2em;
}
.user .a-area {
	margin-bottom: 20px;
}
.user .a-area .ai {
	border-bottom:2px dashed #afafaf;
	padding: 10px 20px;
}
.user .a-area .ai .left {
	width: calc(100% - 260px);
	display: inline-block;
	vertical-align: middle;
}
.user .a-area .ai .left h4 {
	font-size: 1.6em;
	font-weight: 700;
	color: #5f5f5f;
}
.user .a-area .ai .left div {
	font-size: 1.2em;
}
.user .a-area .ai .right {
	width: 260px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}
.user .box.a {
	position: relative;
}
.user .delitem {
	position: absolute;
	background: rgba(243, 243, 243, 0.9);
	width: 100%;
	height: 100%;
	border-radius: 5px;
	left:0;
	top:0;
	text-align: center;
	z-index: 1;
	display: none;
}
.user .delitem.g {
	display: block;
}
.user .delitem .y {
	margin-top: 50px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.user .history {
	width: 100%;
}
.user .history .oh-item .dtc {
	padding: 10px;
	border-top: 1px solid #d4d4d4;
}
.user .history .oh-item:nth-child(1) .dtc {
	border-top: none;
}
.user .history .oh-item .ya span {
	font-weight: 700;
	font-size: 0.9em;
	color: #888888;
	margin-bottom:5px;
	display: block;
}
.user .history .oh-item .ya div {
	font-size: 1.4em;
}
.user .history .oh-item .ba {
	width: 400px;
}
.user .history .oh-item .ba img {
	height: 20px;
	vertical-align: middle;
	margin-right: 15px;
}
.uhpopup {
	display: table;
	width: 100%;
	height: 100%;
}
.uhpopup .area.a-top {
	color: #222222;
}
.uhpopup .a-bottom {
	margin: -10px -10px -20px -10px;
	background: #e1e1e1;
	max-width: 700px;
	display: inline-block;
	padding: 10px;
	-webkit-transition: all 200ms ease-in-out;
	transition:         all 200ms ease-in-out;
}

.uhpopup .area .left {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	padding: 10px;
}
.uhpopup .area .line .mr {
	margin-right: 50px;
}
.uhpopup .area .line {
	margin-bottom: 20px;
}
.uhpopup .area .right {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	padding: 10px;
}
.uhpopup .a-top .b {
	font-weight: 700;
	font-size: 1em;
	color: #999999;
	padding-bottom: 5px;
}
.uhpopup .a-top .y {
	font-size: 1.4em;
	line-height: 1.6em;
}
.uhpopup .a-top .y a {
	text-decoration: none;
	font-weight: 700;
	color: #eb0029;
}
.uhpopup .i-area {
	display: table;
	width: 100%;
}
.uhpopup .i-area .item {
	display: table-row;
}
.uhpopup .i-area .item .ic {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid #cccccc;
	color: #545454;
	font-size: 1.2em;
}
.uhpopup .i-area .item:nth-child(1) .ic {
	border-top: none;
}

.uhpopup .i-area .item .ic.btnarea {
	width: 180px;
}
.uhpopup .i-area .item .ic.prarea {
	width: 80px;
}

.uhpopup .i-area .item .ic.ekpricebas {
	font-size: 0.9em;
}
.uhpopup .i-area .item .ic.totalbas {
	font-size: 1.4em;
}
.uhpopup .itemaddok {
	background: #2e8800;
	font-size: 2em;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 300px;
	left: 50%;
	margin-left: -25%;
	border-radius: 0 0 5px 5px;
}


.uhpopup .i-area .item .ic.total {
	font-size: 1.6em;
	font-weight: 700;
	padding: 20px 10px;
}

.uhpopup .i-area .item .ic.name span {
	font-size: 0.7em;
}



.user .mradio {
	display: inline-block;
	margin: 5px 20px 5px 10px;
	cursor: pointer;
}

.user .mradio .c {
	position: relative;
	width: 20px;
	height: 20px;
	border: 3px solid #898989;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	transition: all 200ms ease;
}
.user .mradio .y {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.2em;
}

.user .mradio span {
	background-color: #1287B8;
	border-radius: 10px;
	opacity: 0;
	width: 14px;
	height: 14px;
	top: 3px;
	left: 3px;
	position: absolute;
	transform: scale(0);
	transition: transform 200ms ease;	
	-webkit-transform: scale(0);
	-webkit-transition: transform 200ms ease;	
	-moz-transform: scale(0);
	-moz-transition: transform 200ms ease;	
	-o-transform: scale(0);
	-o-transition: transform 200ms ease;	
}
.user .mradio.checked {
	cursor: default;
}
.user .mradio.checked .c {
	border-color: #1287B8;
}

.user .mradio.checked span {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.user .rwst-text {
	font-size: 1.0em;
	line-height: 1.3em;
}
.user .rwst-text .det {
	font-weight: 700;
	color: #eb0029;
	margin-top: 5px;
	cursor: pointer;
	display: block;
}
.user .rwst-text .rpdet {
	text-align: left;
}
.user .rwst-text .rpdet h4 {
	font-size: 2em;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #727272;
}
.user .rwst-text .rpdet span {
	color: #eb0029;
	font-weight: 700;
}
.user .rwst-text .rpdet .ita {
	font-style: italic;
}
@media only screen and (max-width: 1160px) {

}
@media only screen and (max-width: 760px) {
	.user-flex {
		display: block;
		padding-bottom: 20px;
	}
	.user h3 {
		margin-left: 20px;
	}
	.user .box {
		margin: 0 20px;
		margin-bottom: 20px;
	}
	.user .main-left {
		width: 100%;
		display: block;
	}
	.user .main-right {
		width: 100%;
		display: block;
		padding-left: 0;
		padding-top: 20px;
	}
	.user .a-area .ai {
		padding: 10px;
	}
	.user .a-area .ai .left {
		width: 100%;
		display: block;
		margin-bottom: 5px;
	}
	.user .a-area .ai .right {
		width: 100%;
		display: block;
	}
	.uhpopup .area.a-top {
/*		position: initial;
		border-radius: 0;
		display: block;
		height: initial;
		padding-top: 50px;*/
	}
	.uhpopup .a-bottom {
		margin: 0;
	}
	.uhpopup .area .left, .uhpopup .area .right {
		display: block;
		padding: 10px 20px;
		width: calc(100% - 40px);
	}
	.apopup .area {
		padding: 0;
		/*overflow: initial;*/
	}
	.uhpopup {
		display: block;
		max-height: 100vh;
		overflow: auto;
	}
	.uhpopup .i-area .item .ic {
		display: block;
		border-top: none;
		padding: 0px 10px;
		text-align: center;
	}
	.uhpopup .i-area .item {
		border-top: 1px solid #cccccc;
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	.uhpopup .i-area .item .ic.name {
		margin-bottom: 10px;
	}
	.uhpopup .i-area .item:nth-child(1) {
		border-top: none;
	}
	.uhpopup .i-area .item .ic.btnarea {
		width: initial;
		margin-top: 10px;
	}
	.uhpopup .i-area .item .ic.prarea {
		display: inline-block;
	}
	.user .history {
		display: block;
	}
	.user .history .oh-item .dtc {
		display: block;
		padding: 10px 0;
		border-top: none;
	}
	.user .history .oh-item .ba {
		width: initial;
	}
	.user .history .oh-item .ba .btn div {
		padding: 10px 20px;
		font-size: 10px;
	}
	.user .history .oh-item .ba img {
		margin-right: 5px;
	}
	.user .history .oh-item {
		display: block;
		border-top: 1px solid #cccccc;
	}
	.user .history .oh-item:nth-child(1) {
		border-top: none;
	}
	.uhpopup .i-area .item .ic.total {
		padding: 0;
	}
}