@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆unique_parts
　/seminar/css/unique_parts.css
 - - - - - - - - - - - - - - - - - - -
　#contentsの内容要素で、/seminarのコンテンツに特化した要素についてスタイルを設定します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* =========================================================
■【セミナー詳細】タイトル
　⇒ body.seminar-detail #contents div.titleBlock
========================================================= */
  body.seminar-detail #contents div.titleBlock {
    margin-bottom: 28px;
  }


/* =========================================================
■【セミナー詳細】講師紹介のレイアウト調整
　⇒ body.seminar-detail #contents dl.infoList dd div.topicCol
========================================================= */
  body.seminar-detail #contents dl.infoList.instructors dd {
		padding-bottom: 21px;
	}
  body.seminar-detail #contents dl.infoList.instructors dd p {
		margin-bottom: 0px;
	}
  body.seminar-detail #contents dl.infoList.instructors dd ul.linkList {
		margin-top: 21px;
		margin-bottom: 0px;
	}
  body.seminar-detail #contents dl.infoList.instructors dd .topicImg + .topicText {
    float: left;
    width: 389px; /* 519 - 130px */
  }
  /* [patch] for IE6.0 only */
  * html body.seminar-detail #contents dl.infoList.instructors dd .topicImg + .topicText {
    width: auto;
  }
  * html body.seminar-detail #contents dl.infoList.instructors dd p,
  * html body.seminar-detail #contents dl.infoList.instructors dd ul.linkList {
    display: inline-block;
  }



/* =========================================================
■【セミナー詳細】講師紹介の写真サイズ規定
　⇒ body.seminar-detail #contents dl.infoList dd div.topicImg
========================================================= */
  body.seminar-detail #contents dl.infoList dd div.topicImg {
		margin-right: 15px;
    margin-bottom: 0px;
  }

/* =========================================================
■【セミナー詳細】お申し込みボタン上のコピー
　⇒ body.seminar-detail #contents div.entrance strong
========================================================= */
  body.seminar-detail #contents div.entrance strong {
    display: -moz-inline-box; /* for Firefox2 */
    display: inline-block;
    font-size: 115%;
    margin-bottom: 0.4em;
  }

