jQuery
要素の高さを揃える
レスポンシブにも対応
http://brm.io/jquery-match-height/
$(function(){
$('要素').matchHeight();
});
