
#contents {
    width: 90%;
    padding: 20px 0 40px;
	margin: 0 auto 40px auto;
    background-color: #FFF;
}
#contpage{
	max-width:980px;
	width: 100%;
	margin: 0 auto;
}

.main_title_h1 {
    font-size: 24pt;
    font-weight: normal;
    color: rgb(0, 102, 153);
    border-bottom: 2px solid rgb(0, 102, 153);
    padding: 5px 0;
    margin-bottom: 30px;
    margin-top: 0px;

}

.flex_style{
	display:flex;
	flex-wrap: wrap;
}
.conceal, .template {
    display: none;
}

.prsn_Search_fn:hover, .prsn_Search_fn_sp:hover{
	cursor: pointer;
}
.filter_str {
    font-weight: bold;
    margin: 8px auto;
}
.div_search{
	margin-bottom: 10px;
}

.keynote_box_header {
    disply: relative;
    width: 100%;
    background: #021B44;
    padding: 3px 0px;
}


/***特別プレゼンで選択のカラー***/
.search_specialPrsn{
	background: #e3c7f1;
    border: 1px solid #9C27B0;
    color:black;
}
.search_specialPrsn:hover{
	background: #9C27B0;
	border: 1px solid #e3c7f1;
    color:white;
}
.search_specialPrsn_ck{
	background: #9C27B0;
	border: 1px solid #e3c7f1;
    color:white;
}




/***会場で選択のカラー***/
.search_placeSty{
	background: #dcf3fb;
    border: 1px solid #5f6aac;
    color:black;
}
.search_placeSty:hover{
	background: #5f6aac;
	border: 1px solid #5f6aac;
    color:white;
}
.search_placeSty_ck{
	background: #5f6aac;
	border: 1px solid #5f6aac;
    color:white;
}


/***日付で選択のカラー***/
.search_dateSty{
	background: #c4e7e3;
    border: 1px solid #048779;
}
.search_dateSty:hover {
    background: #048779;
    border: 1px solid #048779;
    color: white;
}
.search_dateSty_ck{
	background: #048779;
    border: 1px solid #048779;
    color: white;
}


/***ブースで選択のカラー***/
.zoneHi_of{
	color: #cf121b;
	background-color: #ffd4d4;
	border:1px solid #cf121b;
	font-size: larger;
}
.zoneHi_of:hover{
	color: white;
	background-color: #cf121b;
	border:1px solid #cf121b;
	font-size: larger;
}
.zoneHi_of_ck{
	color: white;
	background-color: #cf121b;
	border:1px solid #cf121b;
	font-size: larger;
}
.zoneFiT_of{
	color: #eca400;
	background-color: #fff5b9;
	border:1px solid #eca400;
	font-size: larger;
}
.zoneFiT_of:hover{
	color: white;
	background-color: #eca400;
	border:1px solid #eca400;
	font-size: larger;
}
.zoneFiT_of_ck{
	color: white;
	background-color: #eca400;
	border:1px solid #eca400;
	font-size: larger;
}
.zoneS-tec_of{
	color: #05449a;
	background-color: #d0d4ff;
	border:1px solid #05449a;
	font-size: larger;
}
.zoneS-tec_of:hover{
	color: white;
	background-color: #05449a;
	border:1px solid #05449a;
	font-size: larger;
}
.zoneS-tec_of_ck{
	color: white;
	background-color: #05449a;
	border:1px solid #05449a;
	font-size: larger;
}
.zoneLLj_of{
	color: #00a73c;
	background-color: #ddf8e7;
	border:1px solid #00a73c;
	font-size: larger;
}
.zoneLLj_of:hover{
	color: white;
	background-color: #00a73c;
	border:1px solid #00a73c;
	font-size: larger;
}
.zoneLLj_of_ck{
	color: white;
	background-color: #00a73c;
	border:1px solid #00a73c;
	font-size: larger;
}

.grp_place_title{
	position: relative;
    display: inline-block;
    margin: 12px 0 15px -10px;
    padding: 8px 40px;
    color: #fff;
    border-radius: 0 100vh 100vh 0;
    background: #0075a9;
    -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
    box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
    font-size: large;
}
.grp_place_title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid #005276;
    border-left: 10px solid transparent;
}



/******スペシャルプレゼン*******/


.spPrsn_title{
	position: relative;
	margin: 1rem -10px;
	padding: 10px 20px;
	background: #faf146;
}

.spPrsn_title:before {
	bottom: -10px;
	position: absolute;
	content: '';
	left: 0;
	width: 0px;
	height: 0;
	border-top: 10px solid #f1bd1f;
	border-left: 10px solid transparent;
    
}
.spPrsn_title:after {
	position: absolute;
	content: '';
	right: 0;
	bottom: -10px;
	width: 0px;
	height: 0;
	border-top: 10px solid #f1bd1f;
	border-right: 10px solid transparent;
}
.spPrsn_table{
	width: 95%;
    margin: 30px auto 0;
    border-collapse:collapse;
}
.spPrsn_table th{
	text-align: left;
    font-size: larger;
}
.spPrsn_table tr{
	background-color: #fff;
	padding: .35em;
	border-bottom: 1px dotted #006ec5;
	height: 40px;
}
.spPrsn_table tr:first-child{
   border-bottom: 2px solid #006ec5;
   padding: 0;
   height: 30px;
}
.spPrsn_table tr:last-child{
   border-bottom: 2px solid #006ec5;
}


.spPrsn_table tr:nth-child(even){
	background:#f6f6f6;
}

.spPrsn_table td, #confirm_table td{
	border-bottom: 1px dotted #bbb;
}

.clickMove:hover{
	cursor: pointer;
	background: #bfe2fe !important;
}

.spPrsn_table td:nth-of-type(1){
	width: 65%;
	font-weight: 600;
    padding-left: 10px;
    color: #2e3b85;
	border-right: 1px dotted #bbb;
}

.spPrsn_table td:nth-of-type(2){
	width: 8%;
}
.spPrsn_table td:nth-of-type(3){
	width: 20%;
}

.spPrsn_table td:nth-of-type(2),
.spPrsn_table td:nth-of-type(3){
	border-right: 1px dotted #bbb;
}

.spPrsn_table td:nth-of-type(2),
.spPrsn_table td:nth-of-type(3),
.spPrsn_table td:nth-of-type(4){
	text-align:center;
}
.spPrsn_detail_title, .spPrsn_detail_close{
	text-align:center;
	margin: 15px 0 10px 0;
    font-weight: bold;
    color: #006699;
    cursor: pointer;
    padding-bottom: 10px;
}
.spPrsn_detail_close{
    padding-top: 10px;
}
img.logo{
	float:left;
	width: 29px;
	margin-right: 5px;
}
img.logoSP{
	float:right;
	width: 29px;
	margin-right: 5px;
	margin-top: 5px;
}

.bookmark_flg{
/*	font-size: 35px;*/
	font-size: 26px;
    height: 30px;
    width: 36px;
    line-height: 35px;
    color: grey;
}
.bookmark_flg:hover {
    cursor: pointer;
    color: #ffc107;
}
.flex_wrap_bookmark{
	background: white;
	padding: 10px 10px;
	width: 90%;
	margin: -200px auto 0;
	border: 2px solid #076191;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display:none;
	max-width: 600px;
}
.bookmark_closeBtn{
	position: absolute;
    top: -12px;
    right: -30px;
    font-size: 27px;
    cursor: pointer;
}
.preVisitorEntry{
	color: white;
	padding: 10px 0;
	background: #227de4;
	color: white;
	max-width: 200px;
	font-size: 16px;
	margin: 0 auto;
	border-radius: 2px;
	cursor: pointer;
}

@media (min-width: 992px){
	.wrap_session {
	    padding: 10px;
	    background-color: #f0f3f5;
	    width: 95%;
    	margin: 0 auto 10px auto;
	}
	.wrap_session_grp {
		display: flex;
	    padding: 0;
	    border: 1px solid #dae1e6;
	    margin: 0 auto;
	    background-color: #f0f3f5;
	    width: 100%;
	}
	.wrap_leftborder-title {
	    width: 100%;
	    margin: 0 0 6px;
	    padding: 0;
	    display: flex;
	}
	.leftborder-title {
	    font-size: 20px;
	    font-weight: 600;
	    color: #2a4a93;
	    margin: 0;
	    min-width: 165px;
	}
	.wrap_icon {
		padding: 3px 10px;
		margin-left: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		min-width: 160px
	}
	.free_pay_icon {
	    margin-left: 4px;
	    padding: 3px 10px;
	    display: inline;
/*	    position: relative;*/
	    color: #FFF;
	    font-size: 11px;
	    font-weight: normal;
	    line-height: 28px;
	    white-space: nowrap;
	}
	.explain_text_area {
	    font-size: 13px;
	    margin-bottom: 8px;
	}
	.wrap_tech_title_icon {
	    position: absolute;
	    right: 16px;
	    top: 12px;
	}
	.wrap_tech_title_icon > div {
	    float: right;
	}
	.keynote_box {
	    position: relative;
	    width: 100%;
	    height: auto;
	    margin-top: 0;
	    border: 1px solid #e9e9e9;
	    background-color: #fff;
	}
	.keynote_box_header .session-date {
	    font-weight: bold;
	    padding: 5px 0px;
	}
	.wrap_keynote_box_title {
	    position: relative;
	    width: 100%;
	    margin: 0;
	    background-color: #fff;
	}
	.wrap_keynote_title {
	    position: relative;
	    padding: 16px 14px 0;
	    margin: 0 0 8px;
	}
	.session-id {
	    display: inline-block;
	    padding: 5px;
	    font-weight: bold;
	    text-align: center;
	    color: #FFF;
	    white-space: nowrap;
	    font-size: 12px;
	}
	.keynote_box_contents_area {
	    position: relative;
	    width: 100%;
	    padding: 0 0px 8px 0px;
	    border-bottom: none;
	    background-color: #fff;
	}
	.keynote_box_speaker_area {
	    position: relative;
	    width: 97%;
	    padding: 0;
	    margin:0 auto;
	}
	.speaker_title {
	    font-weight: bold;
	    font-size: 18px;
	    margin-bottom: 8px;
	    padding-top: 15px;
	}
	.speaker_companyName{
		text-align: right;
	}
	.wrap_speaker_detail {
	    position: relative;
	    width: 100%;
	    margin-top: 10px;
	}
	.speaker_detail {
	    position: relative;
	    width: 100%;
	    margin: 0;
	    border: 1px solid #d9e8f0;
	    text-align: center;
	    padding: 5px 0px;
	}
	.speaker_detail_contents {
	    display: none;
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
	    margin: 10px 10px 0 10px;
	    word-break: break-word;
	}
	.speaker_detail_title, .speaker_detail_close {
	    /* display: inline-block; */
	    margin: 0;
	    padding-right: 10px;
	    font-weight: bold;
	    color: #006699;
	    cursor: pointer;
	}
	
	.search_ul{
		list-style: none;
	    display: flex;
	    width: 83%;
	    margin: 0 auto;
	    padding: 0;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    text-align: center;
	}
	.prsn_Search_fn {
	    width: 157px;
	    height: 40px;
	    line-height: 40px;
	    margin: 5px 10px;
	    border-radius: 5px;
	}
	.prsn_Search_fn_sp {
/*	    width: 216px;
	    height: 40px;
	    line-height: 40px;
	    margin: 5px 10px;
	    border-radius: 5px;*/
	    width: 336px;
        height: 40px;
        line-height: 20px;
        margin: 5px 10px;
        border-radius: 5px;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 5px 0;
	}
	.grp_date_title{
		width: 98.5%;
	    height: 50px;
	    line-height: 50px;
	    margin: 40px 0 15px 0;
	    padding: 0 0 0 10px;
	    position: relative;
	    color: #ffffff;
	    background: linear-gradient( -45deg ,#4d5bb2 25%,#394cb7 0,#394cb7 50%,#4d5bb2 0,#4d5bb2 75%,#394cb7 0);
	    background-size: 20px 20px;
	    font-size: x-large;
	    font-weight: bold;
	}
	.grp_place_box{
		border: 1px solid #e4e4e4;
		width: 95%;
    	margin: 20px auto 0 auto;
	}
	
	/******スペシャルプレゼン*******/

	.spPrsn_box{
		background: white;
		width: 90%;
		margin: 0 auto;
		border-bottom: 2px solid #f6f6f6;
	    border-left: 2px solid #f6f6f6;
	    border-right: 2px solid #f6f6f6;

	}

	.spPrsn_list{
		width: 100%;
	    margin: 0 auto;
//	    background: #d8f1ff54;
	    border-radius: 5px;
	    padding: 1px 0 20px 0;
	}
	.keynote_box_header_grp .timeicon{
		margin-left: 10px;
	}
	.keynote_box_header .timeicon{
		margin-left: 10px;
	}
	/*****SPプレゼンのグループタイプ********/

	.keynote_box_header_grp{
		width: 27%;
		background: #021B44;
	    padding: 3px 0px;
	}
	.spgroup_wrapper{
		padding: 10px;
	    background-color: #8b1b98;
	    width: 95%;
	    margin: 0 auto 10px auto;		
	}
	.spgroup_wrapper h1{
		font-size: 18pt;
	    font-weight: bold;
	    color: #8b1b98;
	    border-bottom: 2px solid #8b1b98;
	    margin: 0;
	    padding-left: 5px;
	    padding-top: 5px;
	    background: white;
	    max-width: 793px;
	    width: 100%;
	}
	
}
	
@media (max-width: 991px){
	.wrap_session {
	    padding: 10px;
	    background-color: #f0f3f5;
	    width: 87%;
    	margin: 0 auto 10px auto;
	}
	.wrap_session_grp {
		display: flex;
	    padding: 0;
	    border: 1px solid #dae1e6;
	    margin: 0 auto;
	    background-color: #f0f3f5;
	    width: 100%;
	}
	.wrap_leftborder-title {
	    position: relative;
	    width: 100%;
	    margin: 0 0 6px;
	    padding: 0;
	    display: flex;
	}
	.leftborder-title {
	    font-size: 20px;
	    font-weight: 600;
	    color: #2a4a93;
	    margin: 5px 0;
	    min-width: 165px;
	}
	.wrap_icon {
		padding: 3px 6px;
		margin-left: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		min-width: 55px;
	    width: 100%;
	}
	.free_pay_icon {
	    padding: 3px 10px;
	    display: inline;
/*	    position: relative;*/
	    background: #2a4a93;
	    color: #FFF;
	    font-size: 11px;
	    font-weight: normal;
	    line-height: 28px;
	    white-space: nowrap;
	}
	.explain_text_area {
	    font-size: 13px;
	    margin-bottom: 8px;
	}
	.keynote_box {
	    position: relative;
	    width: 100%;
	    height: auto;
	    margin-top: 0;
	    border: 1px solid #e9e9e9;
	    background-color: #fff;
	}
	
	.keynote_box_header .session-date {
	    font-weight: bold;
	    padding: 5px 0px;
	    font-size: 14px;
	    white-space: initial;
	}
	.wrap_keynote_box_title {
	    position: relative;
	    width: 100%;
	    margin: 0;
	    background-color: #fff;
	}
	.wrap_keynote_title {
	    position: relative;
	    padding: 16px 14px 0;
	    margin: 0;
	}
	.session-id {
	    display: inline-block;
	    padding: 5px;
	    font-weight: bold;
	    text-align: center;
	    color: #FFF;
	    white-space: nowrap;
	    font-size: 12px;
	}
	.keynote_box_contents_area {
	    position: relative;
	    width: 100%;
	    padding: 0 0px 8px 0px;
	    border-bottom: none;
	    background-color: #fff;
	}
	.keynote_box_speaker_area {
	    position: relative;
	    width: 97%;
	    padding: 0;
	    margin:0 auto;
	}
	.speaker_title {
	    font-weight: bold;
	    font-size: 15px;
	    margin-bottom: 8px;
	    padding-top: 15px;
	}
	.speaker_companyName{
		text-align: right;
		font-size: 14px;
	}
	.wrap_speaker_detail {
	    position: relative;
	    width: 100%;
	    margin-top: 10px;
	}
	.speaker_detail {
	    position: relative;
	    width: 98%;
	    margin: 0;
	    border: 1px solid #d9e8f0;
	    text-align: center;
	    padding: 5px 0px;
	}
	.speaker_detail_contents {
	    display: none;
	    font-size: 14px;
	    line-height: 20px;
	    text-align: left;
		margin: 10px 10px 0 10px;
	    word-break: break-word;
	}
	.speaker_detail_title, .speaker_detail_close {
	    /* display: inline-block; */
	    margin: 0;
	    padding-right: 10px;
	    font-weight: bold;
	    color: #006699;
	    cursor: pointer;
	    font-size: 14px;
	}
	
	.search_ul{
		list-style: none;
	    display: flex;
	    width: 100%;
	    margin: 0 auto;
	    padding: 0;
	    justify-content: flex-start;
	    flex-wrap: wrap;
	    text-align: center;
	}
	.prsn_Search_fn {
	    width: 95px;
	    height: 40px;
	    line-height: 40px;
	    margin: 5px;
	    border-radius: 5px;
	    font-size: 15px;
	}
	.prsn_Search_fn_sp {
	    width: 86%;
	    height: 40px;
	    line-height: 20px;
	    margin: 5px;
	    border-radius: 5px;
	    font-size: 15px;
	    align-items: center;
        display: flex;
        justify-content: center;
        padding: 5px 0;
	}
	
	
	
	
	.grp_date_title{
		width: 97%;
	    height: 50px;
	    line-height: 50px;
	    margin: 40px 0 15px 0;
	    padding: 0 0 0 10px;
	    position: relative;
	    color: #ffffff;
	    background: linear-gradient( -45deg ,#4d5bb2 25%,#394cb7 0,#394cb7 50%,#4d5bb2 0,#4d5bb2 75%,#394cb7 0);
	    background-size: 20px 20px;
	    font-size: x-large;
	    font-weight: bold;
	}
	.grp_place_box{
		border: 1px solid #e4e4e4;
		width: 98%;
		margin: 20px auto 0 auto;
	}
	/******スペシャルプレゼン*******/

	.spPrsn_box{
		background: white;
		width: 95%;
		margin: 0 auto;
		border-bottom: 2px solid #f6f6f6;
	    border-left: 2px solid #f6f6f6;
	    border-right: 2px solid #f6f6f6;
	}
	
	.spPrsn_list{
		width: 98%;
	    margin: 0 auto;
//	    background: #d8f1ff54;
	    border-radius: 5px;
	    padding: 1px 0 20px 0;
	}
	.keynote_box_header_grp .timeicon{
		margin-left: 2px !important	;
	}
	.keynote_box_header .timeicon{
		margin-left: 10px;
	}
	/*****SPプレゼンのグループタイプ********/

	.keynote_box_header_grp{
		width: 35%;
		background: #021B44;
	    padding: 3px 0px;
	}
	.spgroup_wrapper{
		padding: 10px;
	    background-color: #8b1b98;
	    width: 87%;
	    margin: 0 auto 10px auto;		
	}
	.spgroup_wrapper h1{
		font-size: 14pt;
	    font-weight: bold;
	    color: #8b1b98;
	    border-bottom: 2px solid #8b1b98;
	    margin: 0;
	    padding-left: 5px;
	    padding-top: 5px;
	    background: white;
	    
	}
}

@media (max-width: 500px){
	.spPrsn_title {
	    position: relative;
	    margin: 1rem -10px;
	    padding: 10px 20px;
	    background: #faf146;
	    font-size: 1.1em;
	}
	.spPrsn_table th{
		text-align: left;
	    font-size: large;
	}
}