@charset "utf-8";
/* CSS Document */

/*===== 共通 =====*/

section {
  margin-bottom: 40px;
}

/*----- パンくず -----*/

#topic-path {
  width: 940px;
  margin: 0 auto;
  border-top: 1px dotted #c3c1c1;
  border-bottom: 1px dotted #c3c1c1;
}

#topic-path ul {
  overflow: hidden;
  padding: 10px 10px 7px;
}

#topic-path ul li {
  float: left;
}

/*----- 掲載説明 -----*/

#client {
  text-align: center;
}

#client h2 {
  margin: 20px 0;
}

#client ul.client-point {
  line-height: 0;
  margin-bottom: 30px;
}

#client h1, #client h2, #client ul.client-point {
    display: none;
}

/*----- お見積り・お問い合わせ -----*/

#client-from h1 {
  text-align: center;
  margin-bottom: 30px;
}

#client-from p.qa-link {
  text-align: center;
  margin-bottom: 20px;
}

#client-from p.qa-link a {
  color: #D31313;
  font-weight: bold;
  text-decoration: underline;
}

#client-from form {
  width: 800px;
  margin: 0 auto;
}

#client-from form table {
  text-align: left;
  border: 1px solid #858384;
}

#client-from form table tr {
  border-bottom: 1px solid #858384;
}

#client-from form table tr th {
  width: 260px;
  font-size: 15px;
  font-weight: normal;
  padding: 10px 20px;
  background-color: #E7E4E4;
  border-right: 1px solid #858384;
}

#client-from form table tr th .font {
  color: #f6044e;
}

#client-from form table tr td {
  width: 485px;
  padding: 10px 15px;
  background-color: #ffffff;
}

#client-from form table tr td input {
  width: 400px;
}

#client-from form table tr td textarea {
  width: 450px;
  height: 100px;
}

