@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	参加登録・演題登録

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	共通
	
------------------------------------------------------------------------------*/

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

main span.period {
	display: block;
}

}

/*------------------------------------------------------------------------------

	参加登録

------------------------------------------------------------------------------*/


/*	ログインボタン
------------------------------------------------------------------------------*/

main #term .before,
main #term .active,
main #term .end {
	margin-top: 2em;
	padding: 1em 0;
	background-color: rgba(var(--main-color),.1);
}

main #term form ul {
	margin-left: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

main #term form li {
	margin: 0 3% 0 0;
	width: 40%;
	max-width: 10em;
}

main #term form li:last-child {
	margin-right: 0;
}

main #term form input {
    display: inline-block;
    width: 100%;
    padding: 1em;
    border: none;
    border-radius: 4px;
    background-color: rgb(var(--main-color));
    color: #FFF;
    font-weight: bold;
	/**/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* 受付前のボタン */

main #term div.before form input {
	color: #CCC;
    background-color: #F2F2F2;
	border: 1px solid #CCC;
}

/* 受付中のボタン */

main #term div.active form input {
    cursor: pointer;
    background-color: rgb(var(--main-color));
}

main #term div.active form input:hover {
    background-color: #333;
}

/* 受付終了のテキスト */

main #term div.end p {
	text-align: center;
	font-weight: bold;
	color: rgba(255,0,0,1);

}

/*	振込先
------------------------------------------------------------------------------*/

main #term .payee table th {
	white-space: nowrap;
}

main #term .payee table td {
	width: auto;
	text-align: left;
}



/*------------------------------------------------------------------------------

	演題登録

------------------------------------------------------------------------------*/

main #application th {
	white-space: nowrap;
}

