@charset "utf-8";
/*---------greetユニーク-------------*/
.sign {
    margin: 8% 0 3% 26%;
}
.sign > img {
    border: 0 none;
    max-width: 249px;
    vertical-align: bottom;
    width: 48%;
}
.mainText {
  line-height: 1.5em;
  margin-top: 6%;
}
/*------------会社案内----------------------*/
table {
    border-collapse: separate;
    margin: 5% auto 0;
}
table tr {
    height: 3em;
    line-height: 1.4em;
}
table th {
  border-bottom: 1px dashed #3f3b3b;
  font-weight: bold;
  vertical-align: middle;
  width: 28%;
}
table td {
	border-left: #3f3b3b 1px dashed;
	text-indent: 1.5em;
	border-bottom: #3f3b3b 1px dashed;
	vertical-align: middle;
}
table td {
    padding-left: 1em;
    text-indent: 0;
}
table tr:last-child th {
    border-bottom: medium none;
}
table tr:last-child td {
    border-bottom: medium none;
    padding: 3% 0 3% 4%;
}