@charset "utf-8";
/* CSS Document */

/* スタイル
----------------------------------------------------------- */
span.cancel {
	text-decoration: line-through;
}


.main_inner table tr th:nth-of-type(1) {
	width: 10%;
}
.main_inner table tr th:nth-of-type(2) {
	width: 30%;
}
.main_inner table tr th:nth-of-type(3) {
	width: 60%;
}
.main_inner table tr td:nth-of-type(1) {
	text-align: center;
}
.main_inner table tr td:nth-of-type(2) {
	text-align: center;
}

.document_box {
	margin-bottom: 20px;
}

.document_box p {
	/*margin-bottom: 10px;*/
}


@media screen and (max-width: 950px) {
	
}


@media screen and (max-width: 768px) {
	
}


@media screen and (max-width: 480px) {

}