@charset "euc-jp";

/* =============================================
	アクティングアラート
============================================= */
#acting_alert {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  margin: 5px;
  z-index: 99999;
  opacity: .60;
  -moz-opacity: .60;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert span.top, #acting_alert span.bottom {
  display: block;
  background: #fff;
}
#acting_alert span.top span, #acting_alert span.bottom span {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #1393c0;
}
#acting_alert span.r1 {
  margin: 0 5px;
}
#acting_alert span.r2 {
  margin: 0 3px;
}
#acting_alert span.r3 {
  margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
  margin: 0 1px;
  height: 2px;
}
#acting_alert p.close_alert {
  margin: 0;
  padding: 3px;
  background: #1393c0;
  text-align: right;
  height: 25px;
}
#acting_alert .close_alert a {
  background-image: url(/static/upload/esrij.smartseminar.jp/system/seminar_base/shared/img/bannerClose.gif);
  display: block;
  width: 23px;
  height: 23px;
}
#acting_alert .close_alert a img {
  display: none;
}
#acting_alert p.content {
  padding: 1em;
  margin: 0;
  background: #fff;
  border: 1px solid #1393c0;
  height: 100%;
}
#acting_alert span.item {
  font-size: 12px;
}
#acting_alert a {
  color: #0088cc;
  text-decoration: none;
}
#acting_alert p.close_alert{
  height: 30px;
}

/* =============================================
	No Script
============================================= */
noscript .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  width: 500px;
  margin: 30px auto;
}
noscript .alert {
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f2dede;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  line-height: 150%;
}
@media screen and (max-width: 767px){
  noscript .alert-error {
    width: 90%;
    margin: 30px auto;
  }
}
noscript .alert-error h4 {
  color: #b94a48;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
	.alert-error {
		color: #b94a48;
		background-color: #f2dede;
		border-color: #eed3d7;
		width: 500px;
		margin: 30px auto;
	}
	.alert {
		margin-bottom: 20px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		background-color: #f2dede;
		border: 1px solid #fbeed5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding-top: 8px;
		padding-right: 14px;
		padding-bottom: 8px;
		padding-left: 14px;
		line-height: 150%;
	}
	@media screen and (max-width: 767px){
		.alert-error {
			width: 90%;
			margin: 30px auto;
		}
	}
  .alert-error h4 {
    color: #b94a48;
  }
}

/* =============================================
	ヘッダー・フッター
============================================= */
header h1 {
  padding: 0 15px;
}
footer {
  word-break: break-all;
}

/* =============================================
	パンくずリスト 追加@20210419
============================================= */
.entry-flow ul {
  justify-content: center;
}

/* =============================================
	タイムテーブル
============================================= */
.error_display span.label.label-warning {
  font-size: 16px;
  display: inline-block;
  height: 16px;
  margin-left: 10px;
  margin-right: 5px;
  padding: 1px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  border-radius: 8.5px;
  background-color: #f00;
}
.error_display span.ss_error_msg {
	font-size: 16px;
	display: inline-block;
	padding-top: 15px;
  line-height: 1;
  font-weight: 700;
  color: #f00;
}
.error_display {
	padding-top: 15px;
	margin: 0 auto;
	width: 90%;
}
span.cat1:empty, span.cat2:empty, span.cat3:empty, span.cat4:empty,
span.cat5:empty, span.cat6:empty, span.cat7:empty, span.cat8:empty,
.session-category span:empty {
	display: none;
}
.fixedArea.js_btn_area {
	display: flex;
	flex-direction: row-reverse;
}
.timetable .session-speaker div {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.5;
}
@media (min-width: 768px) {
	.timetable .session-speaker div {
    margin-bottom: 7px;
    font-size: 12px;
	}
}
.entry-lead p br {
	display: inline;
}
/* カテゴリ改行削除 */
.searchList ul br {
	display: none;
}
/* タイトルデザイン */
.timetable .session-title span {
	font-weight: 700;
}
/* タイトルリンクデザイン */
.timetable .session-title a span {
	border-bottom: 1px solid #333333;
}
.timetable .session-title a span:hover {
  border-bottom: 1.6px solid #004ea2;
  color: #004ea2;
}

/*空席アイコン*/
.label, .badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #999999;
}
.smperror .label{
	vertical-align: middle;
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: top;
}
.badge {
	padding-right: 9px;
	padding-left: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.label:empty, .badge:empty {
	display: none;
}
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.label-important, .badge-important {
	background-color: #b94a48;
}
.label-important[href], .badge-important[href] {
	background-color: #953b39;
}
.label-warning, .badge-warning {
	background-color: #f89406;
}
.label-warning[href], .badge-warning[href] {
	background-color: #c67605;
}
.label-success, .badge-success {
	background-color: #468847;
}
.label-success[href], .badge-success[href] {
	background-color: #356635;
}
.label-info, .badge-info {
	background-color: #3a87ad;
}
.label-info[href], .badge-info[href] {
	background-color: #2d6987;
}
.label-inverse, .badge-inverse {
	background-color: #333333;
}
.label-inverse[href], .badge-inverse[href] {
	background-color: #1a1a1a;
}
.label-finished, .badge-finished {
	background-color: #6B00B3;
}
.label-before, .badge-before {
	background-color: #56a13e;
}
.btn .label, .btn .badge {
	position: relative;
	top: -1px;
}
.btn-mini .label, .btn-mini .badge {
	top: 0;
}

/* カテゴリ検索エリア */
/* カテゴリが2列に整列するように調整 */
/* ★TODO 各案件ごとに再調整する必要あり */
@media (min-width: 768px) {
  .searchList ul {
    width: 600px;
    text-align: center;
  }
}
/* 閉じるボタン */
.searchList .close-sp {
	width: 60px;
}
/* 講演者表示 */
.timetable .session-speaker div {
	margin-bottom: 15px;
}
.timetable .session-speaker div:empty {
	display: none;
}

/* =============================================
	入力
============================================= */
.ss_form h3 .label-warning:empty {
	display: none;
}
span.ph {
	display: none;
}
.input-button.js_btn_area {
	display: flex;
	flex-flow: column-reverse;
}
@media (min-width: 768px) {
	.ss_form .input-item.short {
    width: 100%;
	}
}
.ss_form .ss_input label input[type='password'] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 90vw;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
	line-height: 1.3;
}
/* short */
@media (min-width: 768px) {
	.ss_form .input-item.short .ss_input label input[type='password'],
	.ss_form .input-item.short .ss_input label input[type='text'],
	.ss_form .input-item.short .ss_input label select,
	.ss_form .input-item.short .ss_input label textarea {
		width: 312px;
	}
}
/* middle */
@media (min-width: 768px) {
	.ss_form .input-item.middle .ss_input label select,
	.ss_form .input-item.middle .ss_input label textarea {
    width: 435px;
	}
}
/* long */
@media (min-width: 768px) {
	.ss_form .input-item.long .ss_input label textarea {
	width: 650px;
	height: 120px;
	}
	.ss_form .input-item.long .ss_input label input[type='text'] {
		width: 650px;
	}
}
.confirm-table {
  word-break: break-all;
}
/* 下コメント */
@media (min-width: 768px) {
	.ss_form .ss_input .ss_bottomComment {
    width: 100%;
    order: 4;
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.5;
	}
}
/* 選択肢複数列 */
@media (min-width: 768px) {
	.labelArea table {
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.labelArea table td {
		display: block;
	}
}
/* ファイルクリアボタン */
.clear_btn {
  margin-top: 6px;
  padding: 3px 6px;
}
/* 「戻る」ボタン横?デザイン 追加@20210413 */
.input-button .button.prev span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 75%;
  color: #fff;
}

.ph {
	display:none;
}

/* 2021/06月/追加ここから */

.ss_form .up_txt .ss_input .ss_upComment {
  display: block!important;
}

@media all and (-ms-high-contrast: none) {
  .buttonArea .submitButton span,
  .input-button .button span,
  .input-button .button.prev span {
    vertical-align: baseline;
  }
}

 
@media (min-width: 768px) {
	.buttonArea .submitButton {
    display: flex;
    justify-content: center;
    align-items: center;
	}
}
@media (min-width: 768px) {
	.input-button .button {
    display: flex;
    justify-content: center;
    align-items: center;
	}
}