@charset "utf-8";



/*問い合わせ　フォーム限定
---------------------------------------------------------------------------*/
#formWrap {
	table-layout: fixed;

	width: 100%;				/*幅*/
}
table{
	border-top: 2px solid #999;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
}
.ta-mail th,
.ta-mail td{
  padding: 10px;
  border-bottom: 1px solid #999;	/*テーブルの下線。幅、線種、色*/
  text-align:left;
  box-sizing:border-box;
}
.ta-mail th {
  background: #ffffcc;
  text-align:center;
}

.ta-mail th span{
 color: #FF0000;
 font-size: 0.8rem;
}

  .ta-mail td {
  border-bottom: 1px solid #999;	/*テーブルの下線。幅、線種、色*/

}

@media screen and (max-width: 640px) {
  .ta-mail {
    width: 100%;
  }
  table.ta-mail th,
  table.ta-mail td {
    display: block;
    width: 100%;
  }

  .ta-mail tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
