
/*-----------------------------
 フランチャイズ詳細/外枠スタイル
-----------------------------*/

.wrap_fcdetail {

  margin-bottom: 20px;
  padding-bottom: 20px;
  background: #FFF;
  border-top: 4px #4EADD9 solid;
  }

.fcdetail {

  padding: 20px 10px;
  }

.detail_logo {

  width: 99px;
  height: 49px;
  margin: 0 auto;
  margin-bottom: 30px;
  }

.wrap_photos ul {

  width: 100%;
  margin-bottom: 10px;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0;
  }

.wrap_photos ul li {

  display: table-cell;
  }

/*-----------------------------
 フランチャイズ詳細/契約内容
-----------------------------*/

.twocolumn_list p.title {

  height: 32px;
  padding: 0 0 0 10px;
  font-size: 13px;
  line-height: 32px;
  background: #CDEAF7;
  }

.twocolumn_list table {

  width: 100%;
  }

.twocolumn_list td {

  width: 50%;
  padding :10px;
  }

ul.bottom_icons {

  width: 100%;
  margin-bottom: 10px;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0;
  }

ul.bottom_icons li {

  width: 50%;
  padding: 5px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  color: #4eadd9;
  text-align: center;
  border: 2px solid #4eadd9;
  display: table-cell;
  }
  
ul.bottom_icons li.noborder {

  width: 50%;
  padding: 5px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  color: #4eadd9;
  text-align: center;
  border: 0px solid;
  display: table-cell;
  }

/*-----------------------------
 セミナー・説明会情報
-----------------------------*/

.wrap_seminar {

  padding-bottom: 20px;
  background: #FFF;
  }

/*-----------------------------
 検索結果一覧/PR
-----------------------------*/

.wrap_searchpr {

  margin: 0 0 20px 0;
  padding: 20px 10px;
  background: #FFF;
  }