@charset "utf-8";

/* =============================================================

　　MESSAGE CSS （個別設定）
　　
============================================================= */


/*  MESSAGE TOP : メッセージ
--------------------------------------------- */

.cate-message {
  background: #fdfdfd;
}

/* -------- ページタイトル -------- */

.cate-message .boxPageTitle {
  margin-bottom: 45px;
}

/* -- カテゴリ -- */
.boxPageTitle .txtCate {
  margin-bottom: 0;
}


/* -------- メッセージ・マエストロ -------- */

.cate-message #maestro {
  margin-bottom: 10px;
  width:100%; background-color:#000;
}

	

.cate-message #maestro .ttlLead {
  margin-bottom: 65px;
}

/* ---- メッセージ一覧 ---- */

.cate-message #maestro .boxMessageList {
  margin-left: -20px;
  font-size: 0;
  margin:0 auto;
  width:1000px;
}

.cate-message #maestro .boxMessageList > li {
  display: inline-block;
  width: 470px;
  margin: 0 0 60px 20px;
  font-size: 14px;
  color:#fff;
  vertical-align: top;
}

/* -------- メッセージ・お客様 -------- */

.cate-message #customer {
  margin-bottom: 100px;
}

.cate-message #customer .ttlSection {
  margin-bottom: 35px;
  font-size: 1em;
}

/* ---- メッセージ一覧 ---- */

.cate-message #customer .boxMessageList {
  margin-left: -28px;
  font-size: 0;
}

.cate-message #customer .boxMessageList > li {
  display: inline-block;
  width: 300px;
  min-height: 250px;
  margin: 0 0 20px 28px;
  padding: 25px 18px;
  border: 1px solid #ccc;
  background: #fff;
  color: #3f3f3f;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Verdana,sans-serif;
  font-size: 14px;
  vertical-align: top;
}

/* -- メッセージ文章 -- */
.cate-message #customer .boxMessageList > li .txtMessage {
  margin-bottom: 20px;
  line-height: 2em;
}

/* -- 名前 -- */
.cate-message #customer .boxMessageList > li .txtName {
  font-size: 0.95em;
  line-height: 1.5em;
}



