@charset "utf-8";
/* CSS Document */

.block-ul {
margin: 0 0 0 40px;
}
.txt-italic {
  display: block;
  margin: 20px 0 0;
  font-size: 12px;
  font-style: italic;
}

.thetable {
	margin-top: 40px;
}
table {
	width: 960px;
	border-collapse: collapse;
}
table, tr, th, td {
	border: 1px solid #6419BE;
}
td {
	padding: 10px;
}
th {
	text-align: center;
	background-color: #6419BE;
	color: #fff;
}
td {
	text-align: left;
	font-size: 14px;
}
.th-width1 {
	width: 150px;
}
.th-width2 {
	width: 150px;
}
.th-width3 {
	width: 170px;
}
.th-width4 {
	width: 390px;
}
.th-width5 {
	width: 150px;
}

@media only screen and (max-width : 959px) {

.thetable {
	margin-top: 40px;
}
table {
	width: 100%;
	border-collapse: collapse;
	font-size: 10px;
}
table, tr, th, td {
	border: 1px solid #6419BE;
}
td {
	padding: 10px;
}
th {
	text-align: center;
	background-color: #6419BE;
	color: #fff;
}
td {
	text-align: left;
	font-size: 10px;
}
.th-width1 {
	width: 15%;
}
.th-width2 {
	width: 15%;
}
.th-width3 {
	width: 15%;
}
.th-width4 {
	width: 40%;
}
.th-width5 {
	width: 15%;
}

}


