.style12-16{  
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.ss {
	font-size: 10px;
	line-height: 14px;
}

.style12 {
	font-size: 12px;
	line-height: 20px;
	font-family: "lr o", "";
	color: #333333;
}

.style16 {
	font-size: 16px;
	line-height: 32px;
}

.style12-24 {
	font-size: 12px;
	line-height: 24px;
	font-family: "lr o", "";
}

.style11 {
	font-size: 11px;
	line-height: 22px;
	color: #333333;
}

.s13 {
	font-family: "lr o", "";
	font-size: 14px;
	line-height: 25px;
	color: #333333;
}

.btn_channel {
	margin-top: 1em;
	margin-bottom: 1em;

	position: relative;
	width: 124px;
	height: 32px;
	/*margin-left: auto;
	margin-right: auto;*/
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn_channel img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn_channel:hover img:nth-of-type(2) {
	opacity: 0;
}