@charset "utf-8";
/* **************************************************
産学連携イノベーションセンター
研究紹介リーフレット一覧ページ
************************************************** */

/* リーフレット1枚ごとの枠 */
.rleaflet-list-border {
  float: left;
  width: 300px;
}

/* 画像部分の枠 */
.rleaflet-list-picb {
  float: left;
  width: 120px;
}

/* テキスト部分の枠 */
.rleaflet-list-textb {
  float: right;
  width: 180px;
}

/* テキスト部分のスタイル*/
.rleaflet-list-textb p {
  font-size: 1.2em;
  margin: 0px 0px 0px 5px;
}

/* 分野名の表記の回り込み防止 */
.rleaflet-list-field  p {
  clear: left;
  margin: 0px;
}

