// 共通 JavaScript

function pageBack() {
 history.back();
}
