@charset "UTF-8";

/* リンク表示領域 */
div.jb-link {
text-align: center;
}
/* 必須項目エラーメッセージ */
div.error {
width: 400px;
background-color: #fcc;
padding: 6px;
}
/* 必須 */
span.required { font-weight: bold; }
