@charset "utf-8";

/*==========================================
 common
===========================================*/
/* pagetitle
-------------------------------------------*/
.pagetitle_wrapp {
	background-image: url(../tograduate/images/bg_pagetitle.jpg);
}


/*==========================================
 tograduate / certificate.html
===========================================*/
/* table_send */
.table_send {
	/*width: 100%;*/
	margin-bottom: 1.6rem;
}
.table_send tr th:nth-of-type(2),
.table_send tr td:nth-of-type(2) {
	text-align: center;
}

/* table_Accept */
.table_Accept {
	/*width: 100%;*/
	margin-bottom: 1.6rem;
}
.table_Accept tr th:nth-of-type(2),
.table_Accept tr td:nth-of-type(2) {
	text-align: center;
}
.table_Accept tr th:nth-of-type(3),
.table_Accept tr td:nth-of-type(3) {
	text-align: center;
}
