@charset "UTF-8";

/* フォームエラーメッセージ用
 @see https://redmine.e-2.jp:3000/issues/7557 */

td div.error-message {
  clear: both;
  color: #fff;
  color: #f30;
  font-weight: bold;
  padding: 4px 0 7px 7px;
}

td li div.error-message {
  padding: 0;
}

/* イベントニュースアイコン
 @see https://redmine.e-2.jp:3000/issues/7523 */
.seminar { background: url("../img/event_news/icn_seminor01.gif") left 0.2em no-repeat; }


/* snsボタン */
.socialBox {
  margin-bottom: 20px;
}

/* 404 */
body.notfound404 #main {
  width: 784px;
}

