input[type="text"]{
  width: 400px;
}
input[type="email"]{
  width: 250px;
}
input[type="url"]{
  width: 300px;
}

.table-G005-01 {
  display: table;
  table-layout: fixed;
  text-align: left;
  border-collapse:separate;
  border-spacing:0px;
/*  border:1px solid black;
  word-break:break-all;
 */
  width:100%;
}

.table-G005-01 td{
  border-top: 1px dashed #c0c0c0 ;
}
.table-G005-01 td:nth-child(3){
  padding-left:20px;
}
.table-G005-01 tr:last-child td{
  border-bottom: 1px dashed #c0c0c0 ;
}

.table-G005-02 td{
	border:none;
	padding:0px;
}
.table-G005-02 tr:last-child td{
	border-bottom: none;
}
.table-G005-02 td:nth-child(2){
	padding-left:20px;
}
