@charset "euc-jp";
/* アクティングアラート */
#acting_alert {
	position: absolute;
	/*追加*/
	left: 16rem;
	top: 0px;
	width: 240px;
	margin: 5px;
	z-index: 1000;
	opacity: .60;
	-moz-opacity: .60;
 	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert p.close_alert {
	margin: 0;
	padding: 3px;
	background: #1393c0;
	text-align: right;
	height: 25px;
}
#acting_alert p.content {
	padding: 1em;
	margin: 0;
	background: #fff;
	border: 1px solid #1393c0;
	height: 100%;
}
#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 span.item {
	font-size: 12px;
	/*追加*/
	color: #000;
}
.close_alert a {
	background-image: url(/static/upload/demo-onlineconference2.smktg.jp/system/seminar_base/shared/img/bannerClose.gif);
	display: block;
	width: 23px;
	height: 23px;
}
.close_alert a img {
	display: none;
}
/* 動画視聴ページの講演者情報 */
.movie-txt span{
	font-size: 12px;
}
/* $FORM差し込み時の<br>非表示 */
.br_none br{
	display: none;
}
/* フローリンク デザイン調整 */
.button_img{
	width: 20%;
}
.link_img{
	width: 15%;
}
/* ヘッダー氏名文字サイズ調整 */
@media (min-width: 768px){
	header .event-name p.small_font{
		font-size: 11px !important;
	}
	header .event-name p.small_font span{
		margin: 0 2px !important;
	}
}
.login-name.small_font{
	font-size: 12px !important;
}
/* ログインname1と2間の幅調整 */
.read_name_span{
	margin: 0 0.15rem !important;
}
/* ログイン周り調整 */
.log_area_check{
	display: none;
}
/* 動画視聴ページのチャット欄サイズ調整*/
.movie-chat{
	width: 360px!important;
}
/*動画視聴の動画デザイン調整*/
.movie-container {
	text-align: center;
}

/**************************************
 * マイページ
 *************************************/
 /* 受講票またはエントランスページリンクが出ているときは
    「Comming Soon」を非表示(仕様変更のため、不使用） */
/* .ss_mypage_application_ticket a + span {
	display: none;
} */

.mypages_timetable input[type='text']{

	color: black;
    width: 80%;
    padding: 5px 0;
	
}

.mypages_timetable input[type='password']{

	color: black;
    width: 80%;
    padding: 5px 0;
}

.mypages_text {
    width: 90% !important;
   }

@media only screen and (max-width: 767px){

	.mypages_text {
		width: 90%;
		margin: 0 auto 30px;
	   }
}

.mypages_timetable th {
    background-color:#004ea2;
   }

.mypages_timetable .ss_rightComment{
	display: block;
}

@media (min-width: 768px){
   .mypages_timetable td {
    text-align: left !important;
   }
}

@media (min-width: 768px){
	.mypages_timetable th {
		font-size: 15px;
		font-weight: 700;
	}
 }

@media (min-width: 768px){
	.mypages_btn button {
		margin: 0 50px;
	}
}

@media only screen and (max-width: 767px){
	.mypages_timetable td {
		text-align: center !important;
	}
}

@media only screen and (max-width: 767px){
	.mypages_timetable th {
		font-size: 14px;
		font-weight: 700;
	}
}

/*
@media only screen and (max-width: 767px){
	.mypages_btn{
		margin-right: 50%;
	}
	
}
*/

.mypages_btn{
    text-align: center;
}

.mypages_btn a:hover {
	color: #f39800; 
	cursor: pointer;
}

.mypages_btn button {
    background-color: #004ea2;

    padding: 15px 50px;
    margin-top: 50px;
	margin-bottom: 0px;
	border: 0;
    font-size: 14px;
    font-weight: 700;
   }

.mypages_btn button:hover {
	background-color: #f39800;
	cursor: pointer;
}

.select_id {
	display: none !important;
}


.mypages_side .event-searchButton{
	display: none;
}


.mypages_side main{
	width:100%;
}

.mypages_side footer{
	width:100%;
}

.mypages_side .event-menuButton {
	display: none !important;
}

.mypages_side .event-name {
	display: none !important;
}

.mypages_side .event-logout {
	display: none !important;
}


@media only screen and (max-width: 767px){
	.mypages_side header h1{
		left: 46px !important;
	}
}


.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.alert {
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	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%;
}

.alert-error h4 {
	color: #b94a48;
}

.alert h4 {
	color: #c09853;
}

.alert h4 {
	margin: 0;
}

.alert {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}
@media only screen and (max-width: 767px){
	.alert {
		right: auto;
	}
}
.pageList {
	padding-top: 80px !important;
}

.label-warning {
	display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    background-color: #f39800;
}
/* 10/28追加 */
/* admin/login */
.ss_login .ss_form_btn .btn-link{
	margin-bottom: 30px;
}
.ss_form_btn{
    text-align: center;
}
.ss_form_btn button:hover {
    background-color: #f39800;
    cursor: pointer;
}


.ss_form_btn button {
    background-color: #004ea2;
    padding: 15px 50px;
    margin-top: 50px;
	margin-bottom: 0px;
	border: 0;
    font-size: 14px;
    font-weight: 700;
	}
	.mypage-header .flexWrap .mypages_btn{
	width: 100%!important;
	}
	@media only screen and (max-width: 767px){
.ss_login .table th {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
}

/* admin/login */
/* エラー画面 */
.mypage-info .ss_contents .ss_mypage .mypage-header .flexWrap{
	display: block;
}

.mypage-info .ss_contents .alert{
	width: 90% !important;
}
/* .mypage-info .ss_contents .alert_text{
	right: -25vw;
	width: 46% !important;
} */
@media only screen and (max-width: 767px){
.mypage-info .ss_contents .alert{
	right: auto;
	width: 90% !important;
}
}
/* エラー画面 */
/* 10/28追加 */

/******************************************
 * ESRIジャパン構築用 シャノン追記 20230327
 ******************************************/

 /* サイドメニュー */
 @media (min-width: 768px) {
    .event-menuArea.wide .event-menuArea-inner {
        overflow-y: visible;
    }
}

 /* ヘッター 氏名 */
 @media (min-width: 768px){
    header .event-name {
        width:300px;
    }
}

/* ボタン文言 色 */
.shanonAdd_color_fff {
    color: #fff;
}

/* エラー文言 */
.label.label-warning {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
    padding: 1px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    background-color: #f00;
    height: 13px;
    font-size: 13px;
    border-radius: 7.5px;
}

.errorMsg,.ss_error_msg {
    color: red;
    font-weight: 700;
}

/* 必須マーク */
.label.ss_notnull,
.entry-lead .label-warning {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    background-color: #f39800;
    border-radius: 3px;
}

/* ログイン画面 */
.login_top_text{
	width: auto!important;
}

/* マイページTOP 申込キャンペーン内ボタン */
.mypage-info table .mypage_application_button a {
    width: 185px;
}

@media (min-width: 768px){
	.mypage-info table td.mypage_application_button {
		vertical-align: top;
		padding-top: 90px;
	}
}

/* ログイン情報変更画面 テーブル */
.mypages_timetable th {
    vertical-align: middle;
    width: 25%;
}

/* ログイン情報変更画面 JS追加エラー文言 */
.formErrorContent {
    color: red;
    font-weight: 700;
}

/* パスワード変更完了画面 */
.mypages_text {
    margin: 0 auto;
}

/* エラー画面 */
.mypage-info .ss_contents .alert_text {
    right: 0;
    max-width: 1200px;
}

/* キャンセル画面 */
.mypage_cancel_confirm .ss_mypage_table tr {
    background-color: #fff;
}


/* 2025 4/1追加 */
@media only screen and (max-width: 767px){
	.mypage-info table td.ss_mypage_application_td {
		text-align: left;
	}
}