/* margin set */
.m-auto{
	margin: 0 auto!important;
}

/* rwd-width */
.rwd-50-100{
	width:50%;
	height:auto;
}

.rwd-60-100{
	width:60%;
	height:auto;
}

.rwd-70-100{
	width:70%;
	height:auto;
}

.rwd-80-100{
	width:80%;
	height:auto;
}

