@charset charset;

/* ------------------------------------------------ */
/* お問い合わせ　ページ専用                           */
/* ------------------------------------------------ */
h2{
}

.c-comp {
  margin-left: 20px;
}

.c-phone {
  margin-left: 150px;
  margin-top: -15px;
}

.c-time {
  margin-left: 400px;
  margin-top: -15px;
}

table.c-table {
  margin-top: 10px;
  margin-left: 30px;
}

.c-td {
  border-bottom: solid 1px #cccccc;
}

.c-td1 {
  border-bottom: solid 1px #cccccc;
  vertical-align: top;
  padding-top: 4px;
  
}

.td-left1 {
  padding: 3px 10px 3px 3px;
  line-height: 3ex;
  width: 100px;
  vertical-align: top;
  text-align: right;
  border-bottom: solid 1px #cccccc;
}

.c-button {
  text-align: center;
}

/* 入力ボックスの設定 */
.c-input-style {
  outline: solid 1px #a9a9a9;
  border: none;
}

.thx-center {
  margin: 50px 0 0 130px;
  border-radius: 20px
}


