@charset "Shift_JIS";

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/

h4 {
	margin-top: 1em;
}

table {
	border-top: 1px solid #bbbbbb;
	border-left: none;
}

table td {
	border-color: #bbbbbb;
	border-style: none none solid none;
	border-width: 1px;
	vertical-align: top;
}

.continue {
	border-bottom: none;
}

.program {
	float: right;
	padding-right: 3em;
}
@media (max-width: 767px) {
.program {
	float: none;
	padding-right: 0;
}
}