@charset "UTF-8";
.w{
    width: 100%;
}
.singlewrap table{
	width: 100%;
}

.singlewrap table {
border-collapse: collapse;
width: 100%;
max-width: 700px;
	margin-bottom: 40px;
}
.singlewrap table th, .singlewrap table td {
border-bottom: 2px solid #c1c7c6;
padding: 1em;
	vertical-align: middle;
}
.singlewrap table th {
border-bottom: 2px solid #4d9bc1;;
font-weight: bold;
text-align: center;
width: 20%;
min-width: 4em;
}

