@charset "UTF-8";


#content .cf .img {
	float:right;
	width:261px;
	text-align:center;
	margin-bottom:15px;
}
#content .cf .txt {
	float:left;
	width:480px;
}

.sing {
	text-align:right;
}

.sing strong {
	font-size: 18px;
	font-weight: bold;
}
.sing img {
	vertical-align: bottom;
	margin: 0 0.75em 0.25em 0;
}

@media only screen and (max-width:767px) {
	
#content .cf .img,
#content .cf .txt {
	float:none;
	width:100%;
}
}