/*
 * events_details.css
 * events_details.htmlのスタイルを設定する。
 */

/* 見出しアイコン */
div#contents h2 img,
div#contents h3 img {
  float: none;				/* イベントの写真に対する指定の影響を排除する */
  margin: 0;
}

/* イベント名見出し */
div#contents h4 {
  margin-bottom: 0.8em;			/* イベント名見出しとその次の写真との距離 */
}

/* イベントの写真 */
div#contents img {
  float: left;
  margin-right: 2.0em;
  margin-bottom: 1.5em;			/* イベント名見出しとその前の写真との距離 */
  border: none;
  width: 250px;
}

