@charset "utf-8";

/*-----------------------------

　table_style CSS

------------------------------*/
#pc-salon {
	border: 2px;
	margin: 0 auto;
}

th {
	border: 2px solid green;
}

tr td:nth-child(1) {
  width:50%;
  padding: 0px 5px 0px 5px;
}

tr td:nth-child(2) {
  width:45%;
  padding: 0px 5px 0px 5px;
}

tr td:nth-child(3) {
  width:300px;
  padding: 0px 5px 0px 5px;
}

tr td:nth-child(4) {
  width:0px;
  padding: 0px 5px 0px 5px;
}


td {
	border: 2px solid blue;
}