html, body {
	overflow-x:hidden;
} 

@media only screen and (max-width: 1980px) {
	
	.img-header {
		width: 100%;
		height: auto;
	}
	
	.div-img-header {
		position: relative;
		max-width: 50%;
		height: auto;
	}
	
	.div-container {
		position: relative;
		width: 50%;
		text-align: left;
		margin: auto;
		background-color: #ffffff;
		min-height: 600px;
	}
	
	.div-container-introduction {
		position: relative;
		width: 50%;
		height: auto;
		text-align: center;
		margin: auto;
		background-color: #ffffff;
	}

}

@media only screen and (max-width: 1200px) {
	
	.img-header {
		width: 100%;
		height: auto;
	}
	
	.div-img-header {
		position: relative;
		max-width: 80%;
		height: auto;
	}
	
	.div-container {
		position: relative;
		width: 80%;
		text-align: left;
		margin: auto;
		background-color: #ffffff;
		min-height: 600px;
	}
	
	.div-container-introduction {
		position: relative;
		width: 80%;
		height: auto;
		text-align: center;
		margin: auto;
		background-color: #ffffff;
	}

}

@media screen and (min-width: 720px) and (max-width: 1980px) {
	
	body {
		margin:0px;
		width: 100%;
		height: auto;
		background-repeat: repeat;
		background-position: 50% 50%;
		background-size: 150px 150px;
	}
	
	.div-img-introduction {
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.img-introduction {
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.img-ask {
		position: relative;
		width: 200px;
		height: auto;
		text-align: center;
		cursor: pointer;
	}
	
	.div-form {
		margin-left: 80px;
		margin-right: 80px;
	}
	
	.div-titleMain {
		position: relative;
		width: 100%;
		height: 55px;
		margin: auto;
		background-color: #138fb3;
		text-align: center;
	}
	
	.div-titleSub {
		position: relative;
		margin-top: 20px;
		margin-bottom: 10px;
		width: 100px;
		height: 30px;
		background-color: #E6E6E6;
		text-align: left;
		padding-left: 20px;
	}
	
	.div-btnSignup {
		position: relative;
		bottom: 30px;
		width: 100%;
		height: 60px;
		margin: auto;
		background-color: #138fb3;
		text-align:center;
		cursor: pointer;
	}
	
	.div-medalBuy {
		position: relative;
		width: 100%;
		text-align: left;
	}
	
	.div-medalRole {
		position: relative;
		width: 100%;
		padding-left: 0px;
	}
	
	.div-introduct-form {
		position: relative;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 30px;
		text-align: left;
		height: auto;
	}
	
	.div-introduct-bg {
		position: relative;
		text-align: left;
		width: 100%;
		height: auto;
		background-repeat: repeat;
		background-image: url(../images/bg.png);
		background-position: 50% 50%;
		background-size: 80px;
	}
	
	.div-introduct-form-date {
		text-align: center;
		float: left;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
		border-bottom-color: rgb(230, 230, 230);
		border-bottom-style: solid;
		border-bottom-width: 3px;
		
	}
	.table-introduct-form {
		width: 100%;
		height: 60px;
	}

	.table-introduct-form td {
		border-bottom-color: rgb(230, 230, 230);
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

}

@media only screen and (max-width: 720px) {
	
	body {
		margin:0px;
		width: 100%;
		height: auto;
		background-image: none;
	}
	
	.img-header {
		max-width: 0px;
		height: 0px;
		display: none;
	}
	
	.div-container {
		position: relative;
		width: 100%;
		text-align: left;
		margin: 0%;
		background-color: #ffffff;
		min-height: 600px;
	}
	
	.div-container-introduction {
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
		margin: auto;
		background-color: #ffffff;
	}
	
	.div-img-introduction {
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.img-introduction {
		position: relative;
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.img-ask {
		position: relative;
		width: 150px;
		height: auto;
		text-align: center;
		cursor: pointer;
	}
	
	.div-form {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.div-titleMain {
		position: relative;
		width: 100%;
		height: 50px;
		background-color: #000000;
		text-align: center;
	}
	
	.div-titleSub {
		position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		left: 0;
		width: 100%;
		height: 50px;
		background-color: #E6E6E6;
		text-align: left;
		padding-left: 20px;
	}
	
	.div-btnSignup {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 55px;
		margin: auto;
		background-color: #138fb3;
		text-align: center;
		cursor: pointer;
	}
	
	.div-medalBuy {
		position: relative;
		width: 100%;
		text-align: center;
	}
	
	.div-medalRole {
		position: relative;
		width: 100%;
		padding-left: 30px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	.div-introduct-form {
		position: relative;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 0px;
		text-align: left;
		height: auto;
	}
	
	.div-introduct-bg {
		position: relative;
		text-align: left;
		width: 100%;
		height: auto;
		background-repeat: repeat;
		background-image: url(../images/bg.png);
		background-position: 50% 50%;
		background-size: 80px;
	}
	
	.div-introduct-form-date {
		text-align: center;
		float: left;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		box-sizing: border-box;
		border-bottom-color: rgb(230, 230, 230);
		border-bottom-style: solid;
		border-bottom-width: 3px;
	}

	.table-introduct-form {
		width: 100%;
		height: 50px;
	}

	.table-introduct-form td {
		border-bottom-color: rgb(230, 230, 230);
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
}

.div-radioItem {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
	height: 50px;
	text-align: left;
	padding-left: 20px;
	border-bottom-color: rgb(230, 230, 230);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height:50px;
}

.div-customField {
	position: relative;
	margin-top: 5%;
	width: 100%;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 5%;
}

.div-seperator {
	position: relative;
    width: 100%;
	height: 3px;
	background-color: #E6E6E6;
}

.div-titleSection {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #adadad;
	text-align: left;
	padding-left: 30px;
	box-sizing: border-box;
}

.div-message {
	position: fixed;
	width: 100%;
	top: 40%;
	height: 60px;
	background-color: #E6E6E6;
	border-radius: 8px;
	line-height: 60px;
	text-align: center;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
}
	
.div-introduct-content {
	text-align: left;
	width: 100%;
	height: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.div-btnSmall {
    position: relative;
    width: 250px;
	height: 40px;
	margin: auto;
	background-color: #138fb3;
}
.span-edit
{
	width: 100px;
	float: left;
	text-align: center;
}

/** TABLE START **/
.rwd-table {
	background: #fff;
	overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
	background: #eee;
}

.rwd-table {
	min-width: 100%;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
}

.rwd-table td:before {
	content: attr(data-th) "";
	font-weight: bold;
	width: 6.5em;
	display: inline-block;
}

.rwd-table th, .rwd-table td {
	padding-left: 10px;
	text-align: left;
}

@media (min-width: 720px) {
	.rwd-table td:before {
		display: none;
	}

	.rwd-table th, .rwd-table td {
		display: table-cell;
		padding: 0.25em 0.5em;
	}

	.rwd-table th:first-child, .rwd-table td:first-child {
		padding-left: 10px;
	}

	.rwd-table th:last-child, .rwd-table td:last-child {
		padding-right: 10px;
	}
}
/** TABLE END **/

@media screen and (min-width: 720px) and (max-width: 1980px) {
	.ranking-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (max-width: 720px) {
	.ranking-grid {
		display: grid;
		grid-template-columns: 1fr;
	}
}
