.lock {
	overflow: hidden;
}
#modal-target {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
.modal-content {
	display: none;
}
.anime{
	width:100% !important;
	height:100vh !important;
}
.modal-content.fixed_sort_modal {
	display: none;
}
.modal-overlay {
	z-index: 99998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(255,255,255,.9);
}
.modal-wrap.fixed_sort_modal {
	z-index: 9999999;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	transition:0.3s all ease-in-out;
}
.modal-wrap {
	z-index: 99999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch
}
.modal-overlay.fixed_sort_modal {
	z-index: 9999998;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0,0,0,0.8);
}
.MDL_window_wrap.fixed_sort_modal {
	max-width: auto;
	position: absolute;
	padding: 0;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* position: relative; */
	background:#262262;
	text-align: center;
	width: 100vw;
	height: 100vh;
	/* margin: 30px auto; */
	top: 0;
	right: 0;/* transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); */
	padding-bottom: 66px;
}
.close-btn_wrap{
	position: fixed;
right: 30px;
top: 30px;
z-index: 11;
}
a.close-btn.fixed_sort_modal{
  display: block;
  width: 82px;
  height: 82px;
  line-height: 115px;
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
}
a.close-btn.fixed_sort_modal:after{
  top: 15px;
  content: "ﾃ�";
  font-size: 35px;
  display: block;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.modal-open {
	color: #00f;
	text-decoration: underline;
}
.modal-open:hover {
	cursor: pointer;
	color: #f00;
}
.modal-close:hover {
	cursor: pointer;
	color: #f00;
}
.textarea {
	max-width: 736px;
	margin: 5vh auto;
	position: relative;
	padding: 50px;
	box-sizing: border-box;
	background: #FFF;
	box-shadow:0 0 30px #CCC;
}
.textarea img{
	max-width:100%;
}
.textarea {
	font-size:14px;
}
@media only screen and (max-width:736px) {
.textarea {
	width: 90vw;
	margin: 5vh 5vw;
	padding: 25px;
}
}
.titlebox {
	width: 200px;
	height: 200px;
	padding: 25px;
	box-sizing: border-box;
	background: rgba(0,159,231,.8);
}


p.closemodal {
	position:absolute;
	top: 0;
	right: 20px;
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif !important;
	transform:rotate(45deg)
}
p.closemodal a{
	transition:all 0.3s ease-in-out;
}
p.closemodal a:hover{
	color:#999;
}
.lock {
	overflow: hidden !important;
}


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

p.closemodal {
	top: 10px;
	right: 10px;
}
p.closemodal img {
	max-width: 35px;
}
}





/* 繧ｻ繝�す繝ｧ繝ｳ隧ｳ邏ｰ繝｢繝ｼ繝繝ｫ */

.box_inner{
    position: relative;
    width: 100%;
    height: 100%;
}
.arrows{
  position: absolute;
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
  /* width: 100%; */
  width: 1150px;
  left: 0;
  right: 0;
  margin: auto;
  padding:0;
  top:50%;
}
/* .arrow_left{
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  background: #fff
} */

.box_load_inner{
    display: block;
    /* max-width: 1200px;
    margin: auto; */
}
/* .arrow_rigth{
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
} */

.arrow_span{
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    width: 15px;
    padding: 19px;
    height: 15px;
    display: block;
    position: relative;
    background: #fff
}
.arrow_span:hover{
    color: #f00;
}
.arrow_left .arrow_span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: inherit;
  left: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
  transform: translate(0, -50%)rotate(-135deg);
  -moz-transform: translate(0, -50%)rotate(-135deg);
  -webkit-transform: translate(0, -50%)rotate(-135deg);
  display: block;
}
.arrow_rigth .arrow_span::before{
  content: "";
  position: absolute;
  left: inherit;
  display: block;
  right: 15px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #2B3990;
  border-right: 2px solid #2B3990;
  top: 50%;
  transform: translate(0, -50%)rotate(45deg);
  -moz-transform: translate(0, -50%)rotate(45deg);
  -webkit-transform: translate(0, -50%)rotate(45deg);
}
.close{
	max-width: 1024px;
	/* height: 100%; */
	margin: auto;
	cursor: pointer;
	position: relative;
	z-index: 10;
	position: absolute;
	right: 80px;
	/* top: 80px; */
}
.close span{
	/* position: absolute; */
    /* right: 0; */
    /* top: 22%; */
    /* transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); */
    background: #DA1C5C;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 30px;
    display: block;
    z-index: 10;
    /* margin-right: auto; */
    margin-left: auto;
    /* top: 60px;
    right: 0; */
}
.close.exhibitor{
	height: auto;
	/* height: auto;
	display: block;
	text-align: right;
	margin-right: 0; */
}
.close.exhibitor span{
	top: inherit;
	right: 0;
	transform: inherit;
  -moz-transform: inherit;
  -webkit-transform: inherit;
	width: 73px;
	height: 73px;
	line-height: 73px;
	font-size: 43px;
	z-index: 11;
}
.box_cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0,0,0,0.5); */
    /* background: rgba(28, 117, 187, 0.1); */
    background: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.box_cover.speaker{
  background: rgb(57, 81, 150);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(57, 81, 150, .95) 0%, rgba(33, 19, 95, .95) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(57, 81, 150, .95) 0%, rgba(33, 19, 95, .95) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(57, 81, 150, .95) 0%, rgba(33, 19, 95, .95) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#395196', endColorstr='#21135f', GradientType=1);
  /* IE6-9 */
}
.box_cover.active{
    z-index: 99999;
    opacity: 1;
}
/* .box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: hidden;
    background: rgba(28, 117, 187, 0.1);
} */
.box.speaker{
  background: transparent;
}
.box.active{
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}
.box_load{
  max-width: 1400px;
}
.box_load>li{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box_load_inner{
  /* padding:10px 30px; */
  box-sizing: border-box;
  background: none;
}
/* .load_0{
    background: #fff;
}
.load_1{
    background: #000;
}
.load_2{
    background: #000;
}
.load_3{
    background: #000;
} */
.box_load_cover{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow-y:auto;
    overflow-x: hidden;
    background: none;

}
.link_list li{
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.link_list li:hover{
    background:#ddd;
    cursor: pointer;
}

.session_detail_head{
  /* background: #fff; */
	background: #000;
  padding: 15px 0 10px 0;
	border-bottom: 1px solid #E5E5E5;
}
.session_detail_head.exhibitor{
	position: fixed;
	width: 100%;
	z-index: 10;
}
.session_detail_head_wrap{
  max-width: 1400px;
  margin: auto;
}
.session_detail_head_wrap p,
.session_detail_head_wrap h1{
  width: 257px;
}
.session_detail_head_wrap h1 img{
	width: 100%;
}
.session_detail_body{
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
}

.session_detail_body .timetable_content_inner{
  background: #fff;
}
.timetable_content_inner.few .booth_info{
	/* padding-right: 60px; */
}
.session_detail_body .timetable_content_head{
  background: #F1F2F2;
}
.session_detail_body .timetable_content_head .booth_info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-align: center;
	/*Android4.3*/
	-moz-box-align: center;
	/*Firefox21*/
	-ms-flex-align: center;
	/*IE10*/
	-webkit-align-items: center;
	/*PC-Safari,iOS8.4*/
	align-items: center;
	width: 100%;
	padding-right: 1rem;
	word-break: break-word;
}
.session_detail_body .timetable_content_head .booth_info .theme_area{
	margin-left: auto;
	line-height: 1;
}

.session_detail_body .session_titile_area{
  margin-bottom: 15px;
}
.session_detail_body .session_titile_area h3{
  text-decoration: none;
  cursor: inherit;
  margin-bottom: 0;
	font-size: 22px;
    display: flex;
}

.session_detail_body .session_titile_area .theme_area span{
  background: #F18B00;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 15px;
}
.session_detail_body .timetable_content p.offer{
  font-size: 14px;
}
.session_detail_body .timetable_content p.offer span{
  font-size: 12px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  margin-right: 10px;
}

.session_detail_body .timetable_content div.offer_text{
  font-size: 15px;
  margin-top: 15px;
    line-height: 1.15;
  /* border-bottom: 1px solid #F1F2F2; */
  padding-bottom: 20px;
    white-space: pre-line;
}
.session_detail_body .timetable_content div.offer_text a {
    color: dodgerblue;
}

.session_detail_body .timetable_content div.offer_text span.red {
    color: red;
}
.session_detail_body .timetable_content div.offer_text b{
    font-weight: bold;
}
.session_detail_body .timetable_content div.offer_text hr {
    height: 1px;
    border: none;
    background: #f1f2f2;
    margin: .8em 0;
}

.session_detail_body .snack_icon{
	position: absolute;
	top: 15px;
}
.summary_text{
	margin: 20px 0 35px 0;
}
.summary_text h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	/* display: inline-block;
	vertical-align: top;
	margin-right: 20px; */
}
.summary_text p{
	font-size: 15px;
	vertical-align: top;
	display: inline-block;
}

.session_detail_btns{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  /*Android4.3*/
  -moz-box-pack: center;
  /*Firefox21*/
  -ms-flex-pack: center;
  /*IE10*/
  -webkit-justify-content: center;
  /*PC-Safari,iOS8.4*/
  justify-content: center;
  margin-top: 40px;
}
.session_detail_btns button[type="submit"]{
  background: #DA1C5C;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 5px;
  position: relative;
  margin-right: 10px;
  font-weight: bold;
}
.session_detail_btns button[type="submit"]::before{
  content: "��";
  display: inline-block;
}
.session_detail_btns button[type="submit"]::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 300px 0 0;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
  line-height: 0px;
  _border-color: #000000 #ffffff #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
}

.session_detail_btns p{
  background: rgba(28, 117, 187, 0.2) url(../img/clock.png) 20px 50%/20px no-repeat;
  color: #2B3990!important;
  padding: 13px 25px 13px 47px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  letter-spacing: normal;
  font-weight: bold;
	width: inherit;
	height: inherit;
	position: inherit;
	line-height: inherit;
	right: inherit;
	top: inherit;
	font-family: inherit;
	opacity: inherit;
	cursor: pointer;
}

@media only screen and (max-width:736px){
  .session_detail_head{
    padding: 10px 15px 5px 15px;
  }
  .session_detail_head_wrap p{
    width: 180px;
  }
  .session_detail_body{
    padding: 30px 0 60px 0;
  }
  .booth_num{
    font-size: 12px;
  }
  .session_detail_body .session_titile_area .theme_area span{
    font-size: 12px;
  }
  .session_detail_body .session_titile_area h3{
    margin-top: 10px;
		font-size: 18px;
  }
  .session_detail_body .timetable_content p.offer{
    font-size: 12px;
  }
  .session_detail_body .timetable_content p.offer span{
    font-size: 11px;
  }
  .session_detail_body .timetable_content p.offer_text{
    font-size: 14px;
  }
  .session_detail_btns{
    display: block;
    padding: 0 0;
  }
  .session_detail_btns button[type="submit"]{
    width: 285px;
    font-size:16px;
  }
  .session_detail_btns button[type="submit"]::after{
    border-width: 30px 290px 0 0;
  }
  .session_detail_btns p a{
    width: 285px;
    font-size:14px;
    margin: 30px 0 0 0;
    background: rgba(28, 117, 187, 0.2) url(../img/clock.png) 53px 50%/20px no-repeat
  }
	.close.exhibitor span{
		width: 51px;
		height: 51px;
		line-height: 51px;
		font-size: 30px;
	}
}