@charset "UTF-8";
/* E-club */

.btnCommon, .btnCommon:hover{
	color: #FFFFFF !important;
	font-weight: bold;
}

.btnCommon {
	width: 60%;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.btnCommon {
		width: 100%;
	}
}
