@charset "utf-8";

.goyoutube a{
	display: block;
	background-image: url("syohin/youtube.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	color: #000;
	border: solid 2px #ED6D00;
	box-sizing: border-box;
	padding: 5px;
}
.goyoutube img{
	float: left;
	width: 130px;
	margin-right: 10px;
}
.goyoutube a::after{
	content: "";
	display: block;
	clear: both;
}
.goyoutube span{
	display: block;
	padding-top: 8px;
	line-height: 1.3;
	font-size: 24px;
}
.goyoutube strong{
	display: block;
	font-weight: normal;
	font-size: 12px;
}
.goyoutube a:hover{
	background-color: #FFFEE0;
}
.goyoutube a:hover img{
	opacity: 1;
}

.ychannele a{
	border: solid 2px #FF0000;
	padding: 5px;
	display: inline-block;
	color: #000;
	line-height: 1.3;
	white-space: nowrap;
	box-sizing: border-box;
	width: 410px;
}
.ychannele img{
	float: left;
	width: 60px;
	padding-right: 10px;
}

.ychannele a::after{
	content: "";
	display: block;
	clear: both;
}

.ychannele{
	text-align: right;
	box-sizing: border-box;
}
.ychannele span{
	display: block;
	padding-top: 10px;
	text-align: left;
}
.ychannele a:hover{
	background-color: #FFFEE0;
}
.ychannele a:hover img{
	opacity: 1;
}
