jQuery.noConflict();
var j$ = jQuery;

// 文字数カウント
function showLength(id, value) {
	$(id).innerHTML = value.length + "文字";
}
