@charset "utf-8";
/* =========================================

title : 料理家の先生から探す | 料理・レシピ検索サイト【ナスラックキッチン】
scope : 料理家の先生から探す(teacher)

last modify :2018/12/07 sakaguchi リニューアルにつき新規作成


============================================ */
#contents {
  padding-bottom: 50px;
}
.content {
  margin: 2px auto 0;
  width: 965px;
}
.mainvisual {
  margin-top: 3px;
  text-align: center;
}
.read_area {
  font-size: 16px;
  margin: 17px auto 0;
  width: 650px;
}

/*  見出し
------------------------------*/
.heading_block {
  margin-top: 40px;
  text-align: center;
}

/*------------------------------------------
 .profile_list
------------------------------------------*/
.profile_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 27px auto 0;
  width: 785px;
}
.profile_list .teacher_block {
  background: #fff8f9;
  border: 3px solid #eb7986;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 43px;
  text-align: left;
  width: 373px;
}
/*  見出し
------------------------------*/
.heading_block {
  margin-top: 40px;
}
.profile_list .teacher_block .ttl_teacher {
  background: #eb7986;
  padding: 13px 13px 11px;
}
.profile_list .teacher_block .ttl_teacher img {
  border-left: 7px solid #fff;
  padding-left:12px;
}

/*  詳細
------------------------------*/
.profile_list .teacher_block .detail {
  padding: 20px 0 13px;
}

/*  写真
------------------------------*/
.profile_list .detail .photo {
  text-align: center;
  vertical-align: bottom;
}

/*  説明文
------------------------------*/
.profile_list .detail .introduction {
  margin: 20px auto 0;
  width: 318px;
}
/*  ボタン
------------------------------*/
.profile_list .detail .btn_block {
  margin-top: 20px;
}
.profile_list .detail .btn_block .btn {
  margin-top: 7px;
}
.profile_list .detail .btn_block .btn:first-child {
  margin-top: 0;
}
.profile_list .detail .btn a {
  opacity: 1;
}
.profile_list .detail .btn a:hover {
  opacity: 0.7;
}
.profile_list .detail .btn a img {
  width: 318px;
}

/*  ホームページリンク
------------------------------*/
.profile_list .detail .my_page {
  margin-top: 3px;
  padding-right: 34px;
  text-align: right;
}
.profile_list .detail .my_page a::before {
  background: url("/teacher/image/ico-profile-window.png") no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  padding-right: 5px;
  vertical-align: middle;
  width: 14px;
    }
.profile_list .detail .my_page a {
  font-size: 14px;
  font-weight: bold;
  }

/*------------------------------------------
 .con_link
------------------------------------------*/

/*  見出し
------------------------------*/
.western {
  background: #eb7986 url(/renew/search/image/hdmrk_western.png) no-repeat 15px center;
  color: #fff;
  font-size: 34px;
  height: 60px;
  line-height: 60px;
  margin-top: 30px;
  padding-left: 80px;
}
.con_link {
  border-top: 1px dashed #999;
  margin: 15px auto 0;
}
.con_link .box_bnrmini {
  font-size: 0;
  margin: 30px auto 30px;
  overflow: hidden;
  width: 880px;
}
.con_link .box_bnrmini li {
  display: inline-block;
  font-size: 100%;
  margin: 0 50px 30px 0;
  width: 260px;
  vertical-align: top;
}
.con_link .box_bnrmini li:nth-child(3n) {
  margin-right: 0;
}
.con_link .box_bnrmini li p {
  font-size: 14px;
  margin-top: 5px;
  text-align: justify;
}
.con_link .box_bnr {
  border-top: 1px dashed #999;
  overflow: hidden;
}

/*------------------------------------------
 .box_seo
------------------------------------------*/
.box_seo {
  background-color: #fdeff1;
  margin: 80px auto 0;
  padding: 15px;
  width: 860px;
}

/*------------------------------------------
 .ad_area
------------------------------------------*/
.ad_area {
  margin: 43px auto 0 auto;
}
