/* CSS Document */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
	border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}
ul,
ol,
li {
	list-style: none;
}
em,
i {
	font-style: normal;
}
img {
	border: none;
}
input,
img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	height: auto;
}
input {
	-webkit-appearance: none;
	outline: none;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color: #e5005f;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide {
	display: none;
}
.main-container {
	width: 100%;
	height: 100%;
}
.visibility_hidden {
	visibility: hidden;
}
.space100 {
	height: 100px;
	padding: 0;
	margin: 0;
}
.pages_bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.pages01_05 {
	margin-top: 10%;
}
.form-group {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
	/*border: 1px solid #b5b5b5;*/
	
	border-radius: 4px;
}
.input-group-addon {
	color: #f3e330;
	/*background-color: #ffffff;
	border-color: #b5b5b5;*/
	
	display: table-cell;
	padding: 8px 6px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	/*border: 1px solid #b5b5b5;*/
	
	border-radius: 4px;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
}
.form-control {
	text-align: left;
	display: block;
	width: 100%;
	height: 40px;
	padding: 8px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	font-weight: 700;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pages_btn_submit {
	width: 120px;
}
.popup_layer_fixed {
	position: fixed !important;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
}
.pages_layer_box {
	position: relative;
	width: 100%;
}
/*ip 4s*/

@media all and (min-width: 320px) and (max-height: 416px) {}
/*ip 5s*/

@media all and (min-width: 320px) and (max-height: 504px) {
	.pages01_05 {
		margin-top: 3%;
	}
}
/*andriod*/

@media all and (min-width: 360px) {}
/*ip 6*/

@media all and (min-width: 375px) {}
/*ip 6+*/

@media all and (min-width: 414px) {
	.input-group {
		margin-bottom: 30px;
	}
	.pages_btn_submit {
		margin-top: 5%;
	}
}