/* ��{�X�^�C�� */
a:link {
	color: #00008b;
}

/*���K��̃����N�̐F*/
a:visited {
	color: #0000cd;
}

/*�K��ς݂̃����N�̐F*/


.basic {
	background-color: #FFFFFF;
	margin: 3px;
	font-family: 'helvetica neue', 'helvetica', 'sans-serif';
	font-size: 14px;
	color: #404040;
}

.btn {
	border: double 5px;
	background-color: black;
	color: white;
	border-color: white;
	width: 120px;
	height: 50px;
	font-size: 11pt;

}

.btn2 {
	border: double 5px;
	background-color: white;
	color: black;
	border-color: black;
	width: 120px;
	height: 50px;
	font-size: 11pt;

}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.center2 {
	margin-right: 20%;
	margin-left: 20%;
}

/* 西野追記 */
.link {
	width: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}

.link p {
	font-size: 16px;
}