@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	font-family:"メイリオ","Meiryo",BentonSans,arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	-webkit-text-size-adjust: 100%;
}
form {
	display:inline;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* -----------------------------------------------
ヘッダー・グローバルナビ部分
----------------------------------------------- */
nav {
	width: 100%;
	height: 70px;
	background: #ffffff;
}
nav .head_logo {
	float: left;
	margin: 0;
	padding:20px 0 0 20px;
}
.inner {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	padding: 10px;
	box-sizing:border-box;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
	text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	float: left;
	margin: 10px 0 0 10px;
	padding:0;
	width:100%;
	max-width:195px;
}
#global-nav ul {
	margin: 0 10px 0 0;
	padding:0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
	height:70px;
	line-height:70px;
	font-size:1.6em;
}
#global-nav ul li {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	font-size:82%;
}

#global-nav ul li a {
	padding:0 .4em;
	border-right: #cccccc solid 1px;
}
#global-nav ul li a:link { color:#222;text-decoration: none; }
#global-nav ul li a:visited { color:#222;text-decoration: none;}
#global-nav ul li a:hover {
	color:#222;
	text-decoration: underline;
}
#global-nav ul li a:active {  color:#222;text-decoration: underline;}
#global-nav ul li:last-child a {
	border-right: none;
}


/* Fixed */
#top-head.fixed {
	background:#fff;
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 70px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {margin: 10px 0 0 0;}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 16px;
	top: 20px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* -----------------------------------------------
共通
----------------------------------------------- */
#wrapper {
	margin: 0 auto;
	text-align:center;
	padding: 0 0px;
}
.midashi_line {
	background:  linear-gradient(90deg, #0068B4, #00AFDD);
	margin:0 auto;
	padding:0;
	height: 3px;
	width:100px;
}
.midashi_line2 {
	background:  #F0AB00;
	margin:0 auto;
	padding:0;
	height: 3px;
	width:100px;
}

.reception {
	font-size: 140%;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #ff6699;
    padding: 1.2em 0;
}
.reception dl {

}
.reception dl dt {
	clear:left;
	float:left;
	text-align:center;
	width:20%;
}
.reception dl dd {
	width:80%;
	float:left;
	text-align:left;
	padding-left:18em;
}




/* -----------------------------------------------
title
----------------------------------------------- */
#title {
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	width:100%;
	width:1240px;
	margin:0 auto;
	height:100%;
	min-height:284px;
	max-height:350px;
	position:relative;
	background-image: url(../images/bg_timetable1.jpg?t=20180409);
	padding:50px 50px 0 50px;
	text-align: left;
}
body.commonBg #title {
	background-image: url(../images/bg_main.jpg);
}
body #title.bg1st {
	background-image: url(../images/bg_timetable1.jpg?t=20180409);
}
body #title.bg2st {
	background-image: url(../images/bg_timetable2.jpg?t=20180409);
}


#title .into {
	z-index: 12;
	position: relative;
}
#title h1,
#title h2,
#title h3{
	color: #fff;
	font-weight:bold;
	line-height: 1.2;

	color: #fff;
	line-height: 1.4;
	text-shadow    : 
       1px  1px 6px rgba(0,0,0,.20),
      -1px  1px 6px rgba(0,0,0,.20),
       1px -1px 6px rgba(0,0,0,.20),
      -1px -1px 6px rgba(0,0,0,.20),
       1px  0px 6px rgba(0,0,0,.20),
       0px  1px 6px rgba(0,0,0,.20),
      -1px  0px 6px rgba(0,0,0,.20),
       0px -1px 6px rgba(0,0,0,.20);

}
#title h1{font-size: 500%;margin: 0;}
#title h2{font-size: 180%;margin-bottom: 10px;}
#title h3{font-size: 150%;}


body#seminar #title h1 {
	font-size:250%;
}


body#entry #title h1 {
	font-size: 250%;margin-bottom: 10px;
}
body#entry #title h2 {
	font-size: 180%;margin-bottom: 10px;
}

.motionBand {
	display:none!important;
}

.motionBand.primary {
    position: absolute;
    width: 25%;
    height: 100%;
    z-index: 10;
    top: 0;
    right: 0;
    display:table;
}
.part1,
.motionBand .part2,
.motionBand .part3 {
    background-color: #f0ab00;
    display: table-cell;
    height: 284px;
    width: 33.3333%;
    vertical-align: top;
    border:0!important;
    padding:0!important;
    margin:0!important;
}
.motionBand.light2dark .part1 {
    opacity: .4;
}
.motionBand.light2dark .part2 {
    opacity: .7;
}
.motionBand.light2dark .part3 {
    opacity: 1;
}

@media only screen and (max-width:768px){
    .motionBand.primary {
        width: 25vw;
        height: calc(25vw / 6);
    }

	.part1,
	.motionBand .part2,
	.motionBand .part3 {
		height:100%;
	}
}

/* -----------------------------------------------
タブ
----------------------------------------------- */

.tabArea {
	margin:0 auto 15px;
	margin:0 auto 0px;
	
	width:100%;
	background:#fff;
	width:1150px;
	height:70px;
	display:table;
}
.tabArea a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background:#908f8f;
	color:#fff!important;
	text-decoration:none!important;
	font-size:155%;
	font-weight:bold;
	width:50%;
	position:relative;
}
.tabArea a span {
	position:absolute;
	right:1em;
	top:1em;
}

.tabArea a.active {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	background:#1875ba;
	color:#fff;
}
.tabArea a:hover {
	opacity:0.7;
	text-decoration:none!important;
	color:#fff;
}

.timeBox {
	position:relative;
	text-align:center;
}

.timeBox span.date {
	background:#fff;
	color:#36c;
	padding:0.2em 2em;
	margin:0 2em;
	display:none;
}
.timeBox span.time {
	font-size:140%;
}

.noChk {
	font-size:150%;
	font-weight:normal;
	color:#f00;
	padding:0.5em 1em;
	background:#f7f7ba;
	border: solid 2px #f00;
	margin-bottom:5em;
}

.noChk label {
	color:#f00;
}

/* -----------------------------------------------
タイムテーブル
----------------------------------------------- */
#timetableArea {
	/*width:1240px;*/
	margin:0 auto;
	background-color: #f5f5f5;
	padding: 20px 0;
	padding: 0 0 20px;

}
#timetableArea .blockTitle {
	width:1150px;
	margin:0 auto 20px;
	
}
.blockTitle h4 span.title01 {
	font-size:400%;
	font-weight:bold;
}

.blockTitle h4 span.title01:after {
    content: "";
    display: block;
    width: 3em;
    height: 2px;
    background-color: #37bfe0;
    margin: 10px auto 30px;
}
.blockTitle p {
	font-size:150%;
	margin-bottom:20px;
}
.blockTitle h5.subTtl {
	display:inline-block;
	font-size:140%;
	font-weight:bold;
	background:#fff;
	padding:0.4em 1em;
	color:#000;
	border:solid 1px #000;
	border-radius:0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	margin-bottom:15px;
}
.blockTitle h6 {
	text-align:center;
	font-size:500%;
	font-weight:bold;
}


#timetableArea .areaMain {
	width: 1150px;
	margin: 0 auto;
	text-align:left;
}
#timetableArea .areaMain .timetableBlock {
	margin-bottom: 30px;
}
#timetableArea .areaMain .titmetableBox.breakBox {
	background-color: #d8e8ec;
	padding: 1.5em 0;
}
#timetableArea .areaMain .titmetableBox.breakBox > span {
	display: block;
	text-align: center;
}
#timetableArea .areaMain .titmetableBox.breakBox > span:nth-of-type(1) {
	font-size: 1.4em;
	font-weight: bold;
	color: #25788c;
}
#timetableArea .areaMain .titmetableBox.breakBox > span:nth-of-type(2) {
	font-size: 1.8em;
	font-weight: bold;
	color: #5e5e5e;
}

#timetableArea .areaMain .titmetableBox {
	display: flex;
	border: 1px solid #333;
}

#timetableArea .areaMain .titmetableBox+.titmetableBox {
	border-top: none;
	margin-top: 20px;
	margin-top:0;
}
#timetableArea .areaMain .titmetableBox .timeBox {
	width: 90px;
	width:6em;
	/*font-size: 140%;*/
	font-size: 120%;
	word-wrap: break-word;

	font-weight: bold;
	color: #000;
	background-color: #000;
	background-color: #d8d7d7;

	padding: 1.3em 0;

	border-right: 1px solid #333;
	
	/*padding: 0.8em 1em;
	padding: 1.3em 0;
	border:solid 1px #000;
	
	border-top:0;
	border-bottom:0;*/
}

#timetableArea .areaMain .titmetableBox .timeBox.first {
	/*border-top:solid 1px #000;*/

}

#timetableArea .areaMain .titmetableBox .textBox {
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: row;
	justify-content: row;

	width: calc(100% - 90px);
	width: calc(100% - 5em);

	/*
	-webkit-justify-content: space-between;
	justify-content: space-between;
	*/
	
	/*background-color: #d7d7d7;*/
	/*padding: 20px 0 40px;*/
}


.btnDetail {
	margin:10px;
}


.btnOpen {
	display: none;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox {
	width: 24%;
	width:100%;
	background-color: #fff;
	padding: 15px 7px;
	padding: 10px 7px;
	padding: 0;
	position: relative;
	margin-right:0.8%;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox+.programBox {
	border-left: 1px solid #333;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox:last-child {
	margin-right:0;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox.eregLeft {
	flex-basis:300%;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox.eregLeft .programMain .programMainBox .programTitle {
	margin-top:5em;

}


#timetableArea .areaMain .titmetableBox .textBox .programBox.keynote {
	width: 100%;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox > .programHeader {
	padding: 0 0 5px 0;
	padding:10px;
	/*margin-bottom:0.5em;*/
}
#timetableArea .areaMain .titmetableBox .textBox .programBox > .programHeader > span {
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.2em 1.5em;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox > .programHeader > span.cate01 {
	background-color: #13a4cd;	/*青*/
}
#timetableArea .areaMain .titmetableBox .textBox .programBox > .programHeader > span.cate02 {
	background-color: #8d1579;	/*紫*/
}
#timetableArea .areaMain .titmetableBox .textBox .programBox > .programHeader > span.cate03 {
	background-color: #d85313;	/*橙*/
}
#timetableArea .areaMain .titmetableBox .textBox .programBox > .programHeader > span.cate04 {
	background-color: #4cae33;	/*緑*/
}
#timetableArea .areaMain .titmetableBox .textBox .programBox > .programHeader > span.cate05 {
	background-color: #e6a618;	/*金*/
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.keynote .programMain {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain {
	clear: both;
	margin-bottom: 15px;
	margin-bottom: 0px;
	padding:0px 10px 10px;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.keynote .programMain .programMainBox {
	width: 100%;
	padding: 0 10px;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox {
	width: 100%;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox+.programMainBox {
	border-left: 1px dashed #d7d7d7;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox.keynote .programMain .programMainBox .programTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #121212;
	margin-bottom: 15px;
}


#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .programTitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #0909c1;
	margin-bottom: 15px;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .programTitle span {
	/*font-size:0.8em;*/
	color:#c00;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox .keyNoteTtl {
	font-size: 1.5em;
	font-weight: bold;
	color: #121212;
	margin-bottom: 15px;
}


#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .profileBox {
	/*background-color: #f3f3f3;*/
	padding: 1.5em;
	padding:1em;
	display:flex;
	flex-wrap:wrap;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .profileBox+.profileBox {
    border-top: 1px dashed #37bfe0;
}



#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .profileBox .nameBox > span:nth-of-type(1) {
	font-size: 1.5em;
	font-weight: bold;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .profileBox .nameBox > span:nth-of-type(2) {
	font-size: 1.2em;
	font-weight: bold;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .profileBox .companyBox {
	font-size: 1.5em;
	font-weight: bold;
	/*color: #757575;*/
	line-height: 2;
}

#timetableArea .areaMain .titmetableBox .kwdArea {
	display:flex;
	font-size:1.4em;
	margin-bottom:20px;
	padding:0px 10px 0px;
}
#timetableArea .areaMain .titmetableBox .kwdArea span {
	display:inline-block;
	margin-right:1em;
	background:#f90;
	color:#fff;
	padding:0.3em 1em;
}
#timetableArea .areaMain .titmetableBox .kwdArea span:last-child {
	margin-right:0;
}

#timetableArea .btnDetail > a {
	display: block;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	text-decoration: none;
	outline: none;
	padding: 0.8em 1em;
	position: relative;
	/* グラデーション */
	background: #333; /* Old browsers */

	transition: all 0.3s;
}
#timetableArea .btnDetail > a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;

	/* グラデーション */
	background: #333; /* Old browsers */

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s;
}
#timetableArea .btnDetail > a:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg) translateY(-50%) translateX(0%);
	transform: rotate(45deg) translateY(-50%) translateX(0%);
	backface-visibility: hidden;
	position: absolute;
	top: 50%;
	right: 7%;
	z-index: 10;
}
#timetableArea .btnDetail > a > span {
	position: relative;
	z-index: 5;
}
#timetableArea .btnDetail > a:hover {
	opacity: 0.6;
}




/* -----------------------------------------------
モーダル詳細
----------------------------------------------- */

.detailBoxArea {
	display: none;
}
.detailBoxArea .sessionTitleBox {
	border-bottom: 1px solid rgba(47,47,47,0.15);
	margin: 0 0 1.4em 0;
	padding: 0 0 1.4em 0;
}

.detailBoxArea .sessionTitleBox span.subName{
	font-weight:bold;
	font-size:1.2em;
	color:#c00;
	
}

.detailBoxArea .sessionTitleBox p:nth-of-type(1) {
	display: table;
	margin: 0 0 0.5em 0;
}
.detailBoxArea .sessionTitleBox p:nth-of-type(1) span {
	display: table-cell;
	font-size: 1.2em;
	vertical-align: middle;
}
.detailBoxArea .sessionTitleBox p:nth-of-type(1) span.id {
	font-weight: bold;
	color: #2f2f2f;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #090103;
	padding: 0.2em 0.5em;
}
.detailBoxArea .sessionTitleBox p:nth-of-type(1) span.time {
	font-weight: bold;
	padding: 0 0 0 0.5em;
}
.detailBoxArea .sessionTitleBox p:nth-of-type(2) {
	font-size: 1.8em;
	font-weight: bold;
}

.detailBoxArea .sessionTitleBox p:nth-of-type(2) span {
	font-size: 0.8em;
	font-weight: bold;
	color: #444;
}
.detailBoxArea .sessionTitleBox .sessionCate {
	margin: 0 0 0.5em 0;
}
.detailBoxArea .sessionTitleBox .sessionCate span {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	padding: 0.2em 1.5em;
	background-color: #13a4cd;
}
.detailBoxArea .sessionTitleBox .sessionCate span.cate01 {
	background-color: #13a4cd;	/*青*/
}
.detailBoxArea .sessionTitleBox .sessionCate span.cate02 {
	background-color: #8d1579;	/*紫*/
}
.detailBoxArea .sessionTitleBox .sessionCate span.cate03 {
	background-color: #d85313;	/*橙*/
}
.detailBoxArea .sessionTitleBox .sessionCate span.cate04 {
	background-color: #4cae33;	/*緑*/
}
.detailBoxArea .sessionTitleBox .sessionCate span.cate05 {
	background-color: #e6a618;	/*金*/
}


.detailBoxArea .sessionTitleBox .sessionType {
	display: table;
	margin: 0 0 0.8em 0;
}
.detailBoxArea .sessionTitleBox .sessionType span {
	display: table-cell;
	vertical-align: middle;
}
.detailBoxArea .sessionTitleBox .sessionType span.imgBox {
	/*width: 30px;*/
}
.detailBoxArea .sessionTitleBox .sessionType span.imgBox.imgBox:nth-of-type(n+2) {
	padding-left: 5px;
}
.detailBoxArea .sessionTitleBox .sessionType span.imgBox img {
	width: 30px;
	height: auto;
}
.detailBoxArea .sessionTitleBox .sessionType span.textBox {
	font-size: 1.2em;
	color: #2f2f2f;
	padding: 0 0 0 1em;
}

/*.detailBoxArea .sessionProfile:after {
	content: "";
	display: block;
	clear: both;
}*/

.detailBoxArea .sessionProfile {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.detailBoxArea .sessionProfile .sessionProfile_TR {

}
.detailBoxArea .sessionProfileBox {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 1em 0;
}

.detailBoxArea .sessionProfileBox > div {
	vertical-align: top;
}
.detailBoxArea .sessionProfileBox > div.imgBox {
	float:left;
	width: 120px;
	margin-right:20px;
}
.detailBoxArea .sessionProfileBox > div.imgBox > span {
	display: block;
	width: 120px;
	height:120px;
	max-width:120px;

	border: 1px solid #cdcdcd;
	overflow: hidden;
	position: relative;
}
.detailBoxArea .sessionProfileBox > div.imgBox > span > img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.detailBoxArea .sessionProfileBox div.imgBox span.logoImg {
	border:0!important;
	margin-top:0.5em;
	width:120px;
	height:auto;
}

.detailBoxArea .sessionProfileBox div.imgBox span.logoImg img {
	height: auto;
	position:relative;
	width:120px;
}

.sessionProfileBox .logoImg2 {
	display:block;
	margin:1em 0;
}


.detailBoxArea .sessionProfileBox > div.textBox {
	padding: 0.2em 1em 0 1.5em;
	float:left;
}
.detailBoxArea .sessionProfileBox > div.textBox li.company {
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
}
.detailBoxArea .sessionProfileBox > div.textBox li.name {
	font-size: 1.2em;
	font-weight: bold;
}
.detailBoxArea .sessionProfileBox > div.textBox li.name span {
	font-size: 1.4em;
	font-weight: bold;
}
.detailBoxArea .sessionProfileText p {
	font-size: 1.4em;
	line-height: 1.4;
}
.detailBoxArea .sessionProfileText p+p {
	margin: 1.5em 0 0 0;
}


.programBox span.id {
	display:inline-block!important;
	font-size: 1.4em!important;
	color: #2f2f2f!important;
	line-height: 1!important;
	background-color: #fff!important;
	border: 1px solid #090103!important;
	padding: 0.4em 0.5em!important;
	margin-bottom:0.1em!important;
	border-radius:0!important;
}


.programBox p.list_title {
	font-size:1.2em;
	margin-bottom:0.5em;
}

.programBox p.list_outline {
	font-weight:normal;
	color:#333;
	/*display:none;*/
	
}
.programBox p.semiAlert {
	margin-top:10px;
	color:#f00;
	text-decoration:underline;
}

.programBox p.targetArea {
	margin-bottom:1em;
}

.programBox p.targetArea span {
	display:inline-block;
	background:#36c;
	color:#fff!important;
	padding:0.3em 1em;
}

.programBox .list_acco {

}




.programBox a.accordion {
	display:inline-block;
	cursor:pointer;
}

.programBox p.ready {
	font-size:1.6em;
	font-weight:bold;
	padding:2em 0;
	text-align:center;
	background:#fff!important;
}


.programBox span.subName {
	display:inline-block;
	/*font-size:1.4em;*/
	margin-left:0em;
	padding:0.2em 0em;
}


.programBox ul.boothBlock {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:0.5em;

}
.programBox ul.boothBlock li {
	width:100%;
}
.programBox ul.boothBlock li.left {
	padding-top:1em;
}
.programBox ul.boothBlock li.right {
	margin-right:1em;
	text-align:right;
	padding:1em 0;
}
.programBox ul.boothBlock li.right img {
	max-height:60px;
	max-width:200px;
	/*min-width:125px;*/
	text-align:right;

}


.programBox:after{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;

}
.profileBox:after{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;

}

/* 基調講演+クロージング基調講演はアコーディオンを出さない */
.programBox.time1 .accordion,
.programBox.time2 .accordion,
.programBox.time9 .accordion {
	display:none;
}
.programBox.time1 .list_outline,
.programBox.time2 .list_outline,
.programBox.time9 .list_outline {
	display:block;
}

.programBox span.time {
	font-size:1.4em;
	display:block;
}
.programBox span.timeBlc {
	font-size:1.16em;
	display:inline-block;
	background:#000;
	color:#fff;
	padding:0.2em 0.4em;
	margin:0.2em 0.5em;
}

.profileBox {
	margin-bottom:2em;
}

.profileBox .spkImgArea {
	/*float:left;*/
	/*margin-right:1em;*/
	
	width:160px;
	
}
.profileBox .spkImgArea img {
	max-width:150px;
}
.profileBox .spkNameArea {
	width: calc(100% - 160px);
	/*
	float:left;
	max-width:330px;
	*/
}
.programBox.time1 .profileBox .spkNameArea,
.programBox.time9 .profileBox .spkNameArea {
	max-width:870px;

}

.programBox.time9 .profileBox .spkNameArea .spkLogo img {
	max-height:120px;

}


.mb0 { margin-bottom:0px!important; }
.mb5 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }



/* -----------------------------------------------
申し込みボタン
----------------------------------------------- */

.commonBtnEntry {
	display: block;
	width: 360px;
	margin: 0 auto;
}
.commonBtnEntry > a {
	display: block;
	width: 100%;
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #37bfe0;
	padding: 1.1em 0;
	transition: all 0.2s;
}
.commonBtnEntry > a:hover {
	background-color: #007d9b;
}

/* -----------------------------------------------
申し込みボタン
----------------------------------------------- */


label {
	display:inline-block;
	width:100%;
	cursor:pointer;
}

.atend {
	display: block;
    width: 100%;
    font-size: 1.4em;
    color: #fff;
    text-decoration: none;
    text-align: left;
    background-color: #fb5a1c;
    padding: 1em 0.5em;
    transition: all 0.2s;
}
.stop {
	background:#f00!important;
}

.chkActive {
	/*background:#f90!important;*/
}


/* -----------------------------------------------
フッター
----------------------------------------------- */
footer {
	max-width: 1840px;
	margin: 0 auto;
	overflow: hidden;
	background: #FFFFFF;
	font-size: 12px;
	padding: 10px 70px;
	position: relative;
}
footer .footSNS {
	float: left;
}
footer .footlink {
	float: right;
	padding-top: 6px;
}

footer .footSNS p,
footer .footSNS ul,
footer .footSNS li {
	float: left;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
footer .footSNS p {
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
footer .footSNS p,
footer .footSNS li {
	margin-right: 10px;
}
footer .footSNS li:last-child {
	margin-right: 0;
}
footer .footSNS img {
	width: 30px;
}

footer .nav,
footer .nav li {
	display: inline-block;
	overflow: hidden;
}
footer .nav {
	padding:0 20px 0 0 ; 
	
}
footer .nav li {
	margin-right: 20px;
}
footer .nav li:last-child {
	margin-right: 0;
}
footer a:link,footer a:hover,
footer a:active,footer a:visited {
	text-decoration: none;
	color: #000;
}
.gotop{
  position: fixed;
  right: 1%;
  bottom:1%;
  display: block;
  padding: 10px;
}


/*------------------------------------
タブレット
------------------------------------*/

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

	#title {font-size: 90%;margin: 0;}

}


/*------------------------------------
スマートフォン
------------------------------------*/
@media only screen and (max-width:768px) {
	#wrapper {
		width:100%;
		/*overflow: hidden;*/
		padding: 0;
	}


	.reception {
		font-size: 140%;
	    font-weight: bold;
	    color: #fff;
	    text-align: center;
	    background-color: #ff6699;
	    padding: 1.2em 0;
	}
	.reception dl {

	}
	.reception dl dt {
		clear:left;
		float:none;
		text-align:center;
		width:100%;

	}
	.reception dl dd {
		width:100%;
		float:none;
		text-align:center;
		padding:0;
	}


	#title {
		background-attachment:scroll;
		max-width:768px;
		/*margin:60px auto 0;*/
		height:100%;
		padding:6em 1em;
		width:100%!important;
		font-size:100%;
	}
	#title h1{font-size: 250%;margin: 0;}
	#title h2{font-size: 160%;}
	#title h3{font-size: 140%;}

	#title .into {
//		padding-top:50px;
	}


	body#entry #title h1{font-size: 230%;margin: 0;}
	body#entry #title h2{font-size: 160%;}
	body#entry #title h3{font-size: 140%;}

	.topSNS {
		top: 20px;
		right:0;
	}


    #top-head,
    .inner {
        width: 100%;
        padding: 0;
		height:80px;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		text-align:left;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 60px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
		margin: 0;
        left: 14px;
        top: 16px;
	}
    #top-head.fixed .logo img,
    #top-head .logo img{
	width:90%; height:auto;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -508px;
		right:0;
        width: 100%;
        padding: 12px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        font-size: 18px;
		text-align:left;
		margin:0;
		padding:0;
		line-height:30px;
		width:100%;
		
    }
    #global-nav ul li {
	box-sizing: border-box;
	display:block;
	padding:0;
	margin:0 auto 0;
	border-bottom:solid 1px #ccc;
	background:  linear-gradient(90deg, #0068B4, #00AFDD);
    }
    #global-nav ul li:last-child {
		border-bottom:none;
    }
    #global-nav ul li.out {
	  background: linear-gradient(90deg,#F0AB00, #FFDF29);
	}
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        display: block;
		padding:.5em 1.5em;
		

    }
    #nav-toggle {
        display: block;
    }

	#global-nav ul li a:link {color: #fff;text-decoration: none;}
	#global-nav ul li a:visited { color: #fff; text-decoration: none;}
	#global-nav ul li a:hover { background:#fff; color: #0068B4; text-decoration: none; }
	#global-nav ul li a:active { background:#fff; color: #0068B4; text-decoration: none;}
	#global-nav ul li.out a:hover { background:#fff; color: #F0AB00; text-decoration: none; }
	#global-nav ul li.out a:active { background:#fff; color: #F0AB00; text-decoration: none;}

    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

	.blockTitle {
		width:100%;
	}
	.blockTitle h4 span.title01 {
		font-size:250%;
	}
	.blockTitle h6 {
		font-size:300%;
	}


	#timetableArea {
		width:100%;
	}

	/* .blockTitle */
	.blockTitle {
		text-align: center;
		margin-bottom:0;
	}
	.blockTitle h2 > span {
		display: block;
		line-height: 1;
	}
	.blockTitle h2 > span.title02 {
		font-size: 1.6em;
	}
	.blockTitle p {
		margin-bottom:0;
	}

	#timetableArea {
		min-width: 100%;
		background-color: #f5f5f5;
		padding: 30px 3%;
	}
	#timetableArea .blockTitle {
		margin-bottom: 30px;
		width:100%;
	}
	#timetableArea .blockTitle h2 > span.title01 > img {
		width: 50%;
		height: auto;
	}
	#timetableArea .areaMain {
		width: 100%;
		margin: 0 auto;
	}
	#timetableArea .areaMain .timetableBlock {
		margin-bottom: 30px;
	}
	#timetableArea .areaMain .titmetableBox {
		display: block;
		border: none;
	}
	#timetableArea .areaMain .titmetableBox+.titmetableBox {
		margin-top: 0;
	}
	#timetableArea .areaMain .titmetableBox .timeBox {
		width: 100%;
		/*height: 50px;*/
		font-size: 1.5em;
		font-weight: bold;
		/*color: #fff;*/
		text-align:center!important;
		
		/*background-color: #37bfe0;*/
		border: solid 1px #333;
		padding: 1em 1em;
		position: relative;
	}
	#timetableArea .areaMain .titmetableBox .timeBox span.time {
		/*
		display: block;
		position: absolute;
		top: 50%;
		left: 3%;
		-webkit-transform: translateY(-50%) translateX(0%);
		transform: translateY(-50%) translateX(0%);
		*/
	}

	#timetableArea .areaMain .titmetableBox .textBox {
		display: none;
		display:block;
		width: 100%;
		background-color: #fff;
		padding: 5px;
	}

	#timetableArea .areaMain .titmetableBox .noChk {
		display:none;
		margin-bottom:1em;
	}

	#timetableArea .areaMain .titmetableBox .textBox .programBox.keynote .programMain {
		display: block;
		margin-bottom: 20px;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox.keynote .programMain .programMainBox {
		width: 100%;
		padding: 0;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox+.programMainBox {
		border-left: none;
		border-top: 1px dashed #ccc;
		margin-top: 25px;
		padding-top: 25px;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .programTitle {
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.4;
		margin-bottom: 0.8em;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .profileBox {
		padding: 1em 0;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox .programMain .programMainBox .profileBox .nameBox > span:nth-of-type(1) {
		font-size: 1.3em;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox .btnDetail a {
		font-size: 1.4em;
		padding: 0.6em 1em;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox .btnDetail a:hover {
		background-color: #2f2f2f;
	}



	.detailBoxArea .sessionTitleBox {
	    border-bottom: 1px solid rgba(47,47,47,0.15);
	    margin: 0 0 1.4em 0;
	    padding: 0 0 1.4em 0;
	}

	.detailBoxArea .sessionProfile {
	    display: block;
	    width: 100%;
	    table-layout: fixed;
	}

	.detailBoxArea .sessionProfileBox {
	    display: block;
	    vertical-align: top;
	    padding: 0 0 2em 0;
	}

	.detailBoxArea .sessionProfileBox > div.imgBox {
	    width: 80px;
	}

	.detailBoxArea .sessionProfileBox > div.imgBox > span {
	    display: block;
	    width: 80px;
	    height: 80px;
	    border: 1px solid #cdcdcd;
	    overflow: hidden;
	    position: relative;
	}
	.detailBoxArea .sessionProfileBox > div.imgBox > span > img {
	    width: 100%;
	    height: auto;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translateY(-50%) translateX(-50%);
	    transform: translateY(-50%) translateX(-50%);
	}

	.detailBoxArea .sessionProfileBox > div.textBox {
	    padding: 0.2em 0 0 1em;
	}

	.detailBoxArea .sessionProfileBox > div.textBox li {
	    font-size: 1.2em;
	    padding: 0;
	}

	.detailBoxArea .sessionProfileBox > div.textBox li+li {
	    margin: 0.4em 0 0 0;
	}


	.spNone {
		display:none;
	}



	.open-trigger .btnOpen {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		/*cursor: pointer;*/
	}
	.open-trigger .btnOpen > div {
		display: block;
		display:none;
		width: 21px;
		height: 21px;
		position: absolute;
		top: 50%;
		right: 3%;
		-webkit-transform: translateY(-50%) translateX(0%);
		transform: translateY(-50%) translateX(0%);
	}
	.open-trigger .btnOpen > div span {
		display: inline-block;
		display:none;
		transition: all .2s;
		box-sizing: border-box;
	}
	.open-trigger .btnOpen > div span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #fff;
	}
	.open-trigger .btnOpen > div span:nth-of-type(1) {
		top: 9px;
	}
	.open-trigger .btnOpen > div span:nth-of-type(2) {
		top: 9px;
		-webkit-transform: translateY(0) rotate(-90deg);
		transform: translateY(0) rotate(-90deg);
	}
	.open-trigger .btnOpen > div.active span:nth-of-type(1) {
		-webkit-transform: translateY(0) rotate(180deg);
		transform: translateY(0) rotate(180deg);
	}
	.open-trigger .btnOpen > div.active span:nth-of-type(2) {
		opacity: 0;
	}


	#timetableArea .areaMain .titmetableBox.breakBox {
		display: table;
		width: 100%;
		background-color: #d8e8ec;
		padding: 0.8em 3%;
	}
	#timetableArea .areaMain .titmetableBox.breakBox > span {
		display: table-cell;
		width: 50%;
		text-align: center;
	}
	#timetableArea .areaMain .titmetableBox.breakBox > span:nth-of-type(1) {
		font-size: 1.3em;
		font-weight: bold;
		color: #25788c;
		text-align: left;
	}
	#timetableArea .areaMain .titmetableBox.breakBox > span:nth-of-type(2) {
		font-size: 1.4em;
		font-weight: bold;
		color: #5e5e5e;
		text-align: left;
		padding: 0 0 0 2em;
	}


	#timetableArea .areaMain .titmetableBox .textBox .programBox {
		width: 100%;
		background-color: #fff;
		padding: 10px;
		position: relative;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox+.programBox {
		margin-top: 10px;
	}


	.tabArea {
		margin:0 auto;
		width:100%;
		background:#1d97b5;
		width:100%;
		height:auto;
		display:block;
	}
	.tabArea a {
		display:block;
		text-align:center;
		vertical-align:middle;
		color:#fff;
		text-decoration:none;
		font-size:155%;
		font-weight:bold;
		padding:1em 0;
		width:100%;
	}

	.tabArea.pos1st a.tabBtn2nd {
		display:none;
	}
	.tabArea.pos2st a.tabBtn1st {
		display:none;
	}

	.tabArea a.tabBtn1st {
		background :#1875ba;
	}
	.tabArea a.tabBtn2nd {
		background :#1875ba;
	}

	.tabArea a.active {
		display:block;
		text-align:center;
		vertical-align:middle;
		background:#1875ba;
		color:#fff;
	}
	.tabArea a:hover {
		opacity:1;
	}
	.timeBox span.date {
		display:none;
	}
	
	.menu {
	  display: none!important;
	}

	#navigation .navigation_inner .navigation_menu .navigation_item{
	  width: 50%;
	  height: 18vh;
	  font-size: 1rem;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item p{
		padding: 4vh 0 0;
	}

	#navigation .navigation_inner .navigation_menu .navigation_item:nth-child(even){
		border-right: none;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item:last-child{
		border-bottom: none;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item:last-child(2){
		border-bottom: none;
	}

	#navigation .navigation_inner .navigation_menu .navigation_item a{
	  font-size: 1rem;
	}



}


.time1 .programMainBox p.subTitle {
	font-weight:bold;
	font-size:1.2em;
}
.time1 .programMainBox p.subTitle span {
	display:inline-block;
	padding:0.2em 1em;
	color:#fff;
	background:#2d8ab7;
}

/*

.time1 .programMainBox .profileBox {
	width:33%;
	border-bottom:0!important;
	border-top:0!important;
	border-right:1px dashed #37bfe0;
	float:left;
	min-height:160px;
}
.time1 .programMainBox .profileBox:last-child {
	border-right:0;
}
.time1 .programMainBox:after {
    content: "";
    clear: both;
    display: block;
}
*/


div.panel {
	font-size:1.3em;
	font-weight:bold;
}
div.model {
	font-size:1.3em;
	font-weight:bold;
}

.merge .programBox{
	/*margin-right:0!important;*/
}

@media only screen and (max-width:768px) {
	.time12 .programMainBox .profileBox {
		width:100%;
		border-right:0;
		border-bottom:1px dashed #37bfe0!important;
		float:none;
		min-height:auto;

	}
	.time12 .programMainBox .profileBox:last-child {
		border-bottom:0!important;
	}

	#timetableArea {
		padding-top:0!important;
	}
}



span.blue,
span.purple,
span.yellow,
span.orange,
span.green,
span.water {
	display:inline-block;
	padding:0.3em 2em;
	color:#fff;
	margin:0.2em 0;
	font-size:1.2em;
}

span.blue { background:#002060; }
span.purple { background:#7030a0; }
span.yellow { background:#ffc000; }
span.orange { background:#e46c0a; }
span.green { background:#00b050; }
span.water { background:#00b0f0; }

span.lunch,
span.trans {
	font-size:1.3em;
	font-weight:bold;
}
span.lunch { color:#f00; }
span.trans { color:#2b34b3; }

div.hana { color:#000; font-size:1.1em; }

.changeArea {
	width:100%;
}

.changeArea .btnDay1,
.changeArea .btnDay2 {
	display:inline-block;
	margin:0 auto 2em;
	background:#f2b104;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	padding:1em 3em;
	text-decoration:none;
	cursor:pointer;
	/*background:#f2b104;*/

}

.changeArea .btnDay1:hover,
.changeArea .btnDay2:hover {
	opacity:0.7;
    transition: all 0.2s;
}




/* -----------------------------------------------
ヘッダー・グローバルナビ部分
----------------------------------------------- */
nav {
	width: 100%;
	background: #ffffff;
}
#top-head {
	height: 70px;
    margin: 0 auto;
    padding: 0 0 0;
    line-height: 1;
	top: 0;
}
#top-head .logo {
	float: left;
	margin: 20px 0 0 20px;
	padding:0;
	width:100%;
	max-width:195px;
}
#top-head .inner {
    width: 100%;
    z-index: 999;
	background:#fff;
    margin-top: 0;
    top: 0;
    padding-top: 0px;
    height: 70px;
    position: fixed;
}

.menu {
  position: absolute;
  display: block;
  width: 30px;
  z-index: 99999;
	top:24px;
	right:6%;
	font-size: 12px;
}

.hamburger {
  position: absolute;
  display: block;
  width: 32px;
  height: 20px;
  z-index: 99999;
  box-sizing: border-box;
	top:20px;
	right:2%;
	cursor: pointer;
}
.hamburger  span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  margin: 0 auto;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.hamburger  span:nth-of-type(1) {
  top: 0;
}
.hamburger  span:nth-of-type(2) {
  top: 9px;
}
.hamburger  span:nth-of-type(3) {
  bottom: 0;
}
   /* #nav-toggle 切り替えアニメーション */
    .open span:nth-of-type(1) {
        top: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open span:nth-of-type(2) {
        width: 0;
        left: 50%;
    }
    .open span:nth-of-type(3) {
        bottom: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/*----------ナビゲーション----------*/
#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 70px;
  left: 0;
  background-color: #fff;
  z-index: 99998;
}
#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
    font-size:0;
}
#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: top;
	margin: 0 auto;
	padding: 0;
	background:  linear-gradient(90deg, #0068B4, #00AFDD);
}
#navigation .navigation_inner .navigation_menu .navigation_item{
  width: 20%;
  height: 46vh;
	display:inline-table;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
#navigation .navigation_inner .navigation_menu .navigation_item:nth-child(5){
	border-right: none;
}
#navigation .navigation_inner .navigation_menu .navigation_item:last-child{
	border-right: none;
}
#navigation .navigation_inner .navigation_menu .navigation_item p{
	margin: 0;
	padding: 48% 0 0;
	line-height: 1.6;
	
}
#navigation .navigation_inner .navigation_menu .navigation_item a{
	display: table-cell;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#navigation .navigation_inner .navigation_menu .navigation_item a:link {color: #fff;text-decoration: none;}
#navigation .navigation_inner .navigation_menu .navigation_item a:visited { color: #fff; text-decoration: none;}
#navigation .navigation_inner .navigation_menu .navigation_item a:hover { background:#fff; color: #0068B4; text-decoration: none; }
#navigation .navigation_inner .navigation_menu .navigation_item a:active { background:#fff; color: #0068B4; text-decoration: none;}

#navigation .navigation_inner .navigation_menu .out {
  background:#F0AB00;
	vertical-align: top;
}
#navigation .navigation_inner .navigation_menu .out a:hover { background:#fff; color: #F0AB00; text-decoration: none; }
#navigation .navigation_inner .navigation_menu .out a:active { background:#fff; color: #F0AB00; text-decoration: none;}



/* -----------------------------------------------
ヘッダー・グローバルナビ部分
----------------------------------------------- */
@media only screen and (max-width:768px) {

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
		height:60px;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		text-align:left;
		z-index: 99;
    }
	#navigation .navigation_inner .navigation_menu .navigation_item{
	  width: 50%;
	  height: 14.6vh;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item:nth-child(even){
		border-right: none;
	}
	#navigation .navigation_inner .navigation_menu .navigation_item a{
	  font-size: 1rem;
	}
	
	
	body.timeSchedule #top-head .logo {
		margin:0;
	}
	body.timeSchedule #title {
		margin: 60px auto 0;
	}
	
	body.timeSchedule #top-head.fixed .logo img,
	body.timeSchedule #top-head .logo img {
		margin:0;
		position:relative;
		top:0;
		left:0;
	}
}




/* イレギュラーレイアウト処理 */
.iregLayout {
	width:100%;
}
.iregLayout .iregLeft {
	width:49%;
	float:left;
}
.iregLayout .iregRight {
	width:49%;
	float:right;
}
.alertIreg {
	color:#f00;
	font-weight:bold;
	font-size:1.4em;
	margin:0.5em 0;
}
@media only screen and (max-width:768px) {

	.iregLayout .iregLeft {
		width:100%;
		float:none;
	}
	.iregLayout .iregRight {
		width:100%;
		float:none;
	}

	.time1 .programMainBox .profileBox {
		border-right:0;
		/*border-bottom:1px dashed #37bfe0;*/
	}

	.time1 .programMainBox .profileBox {
		float:none;
		width:100%;
	}
	#timetableArea .areaMain .titmetableBox .timeBox {
		text-align:center;
	}

	.profileBox .spkImgArea {
		float:none;
		margin-right:0em;
		text-align:center;
		
	}
	.profileBox .spkImgArea img {
		max-width:90%;
	}
	.profileBox .spkNameArea {
		float:none;
		max-width:100%;
	}



}


.agendaTitle {
	font-size:1.5em;
	font-weight:bold;
	color:#e46c0a;
	margin-bottom:0.8em;
}
.inviteTxt {
	background:#f90;
	color:#fff;
}
.inviteTxt p {
	padding:0.8em 2em;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	
}

#timetableArea .areaMain .titmetableBox .textBox .programBox.time0 .programMain .programMainBox .programTitle {
	margin-bottom:0;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.time0 .programMain .programMainBox .profileBox .companyBox {
	line-height:1.5;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox.time0 .programMain .programMainBox .profileBox {
	padding:1em 1.5em;
}


.soonFull {
	display:inline-block;
	background:#f00;
	color:#fff;
	font-size:12px;
	padding:0.2em 0.5em;
	margin-left:0.3em;
	border:solid 1px #fff;
}

/*
.detailBoxArea .sessionProfileBox > div.imgBox {
	display:none;
}

.detailBoxArea .sessionProfileBox > div.textBox {
	padding-left:0em;
}
*/

.panelA {
	display:inline-block;
	padding:0.2em 1em;
	background:#309ce8;
	color:#fff;
	margin-bottom:0.5em;
}
.panelB {
	display:inline-block;
	padding:0.2em 1em;
	background:#309ce8;
	color:#fff;
	margin-bottom:0.5em;
}

.boothBlock {

}
.boothBlock span {
	/*float:left;*/
}
.boothBlock span.logoParts {
	float:none;
	display:block;
}
.boothBlock span.logoParts + span.logoParts {
	margin-top:20px;
}

.boothBlock span.booth_ttl {
	margin-left:1em;
	font-weight:bold;
	font-size:1.4em;
	color:#ffa500;
}


.bdNone {
	border-top:0!important;
}

.lunchBox {
	margin:0 0 20px;
	
}

.chusenIcon {
	margin-top:0.3em;
	display:inline-block;
	background:#f00;
	color:#fff;
	padding:0.3em 1em;
	font-weight:bold;
	font-size:1.2em;
}

.semiKwd,
.semiSolu {
	display:inline-block;
	padding:0.3em 1em;
	background:#c00;
	color:#fff;
	font-size:1.2em;
	margin-bottom:1em;
}


.markCloud,
.markRound,
.markPanel {
	display:inline-block;
	font-size:1.2em;
	padding:0.2em 0.7em;
	margin-left:0.5em;
	color:#fff;
}
.markCloud {
	background:#ffc000;
}
.markRound {
	background:#2e75b6;
}
.markPanel {
	background:#2e75b6;
}

.markModal {
	margin-bottom:1em;
}
.markModal .markCloud,
.markModal .markRound,
.markModal .markPanel {
	margin-left:0;
	margin-right:0.5em;
}


#global-nav ul {
    margin: 0 10px 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    line-height: 70px;
}

#global-nav ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 82%;
    line-height: 40px;
}


#global-nav ul li a {
    padding: 0 3em;
    border-right: #cccccc solid 1px;
    display: block;
}
#global-nav ul li:last-child a {
    border-right: none;
    background: linear-gradient(90deg, #F0AB00, #FFDF29);
    font-weight: bold;
    padding: 0 3em;

}
.pt20 {
	padding-top:20px!important;
}
li.company span.name {
	font-weight:bold;
}


.cate1,
.cate2,
.cate3 {
	display:inline-block;
	padding:0.3em 0.4em;
	font-size:11px;
	margin-bottom:1em;
	color:#fff;
}
.cate1 {
	background:#eb6d8e;
}
.cate2 {
	background:#538ebc;
}
.cate3 {
	background:#060;
}

/*
.cateBg1 {
	background:#fdf5f7;
}
.cateBg2 {
	background:#f6fafd;
}
.cateBg3 {
	background:#f6fff6;
}
*/


.sessionProfileBox:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
* html .sessionProfileBox {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.spkProfBlock {
	margin:1em 0;
	font-size:1.3em;
}


.spkProfArea {
	margin-bottom:2em;
}

.spkProfArea h6 {
	width: 100%;
    line-height: 1.5;
    border-bottom: dotted 1px #ccc;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.7em;
    color:#c00;
}
.spkProfArea p {
	font-size:1.3em;
}

.noAllChk {
	margin-bottom:1em;
	font-size:1.5em;
}
.noAllChk a:link {
	color:#00f;
}

.noAllChk input {
	font-size:1.4em;
	padding:0.3em 1em;
}

div.cateBg1 {
	background:#fff8fa!important;
}
div.cateBg2 {
	background:#e9effd!important;
}
div.cateBg3 {
	background:#fafdf7!important;
}


#timetableArea .areaMain .titmetableBox .textBox .programBox {
	margin-right:0;
	/*border:solid 1px #000;*/
	border-right:0;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox:last-child {
	/*border-right:solid 1px #000;*/
}

.companyTitle,
.companyPosition {
	font-size:1.2em;
}


.selActive {
	background:#fbefc2!important;
}
.selFocus {
	background:#ff8c29!important;
}




#updown {


    font-size: 25px;
    color: #00a1e0;
    background: #fff;
    text-align: center;
    z-index: 1000;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 18px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
    transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;

    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;

}

#updown a {
    line-height: 36px;
    color: #00a1e0;
    display: block;
    height: 36px;
    width: 36px;
}


[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#updown .down:before {
    content: "";
    display: block;
    background: #ded6cf;
    width: 18px;
    height: 1px;
    margin: 0 auto;
}
.icon-up:before {
    content: "\e903";
}
.icon-down:before {
    content: "\e904";
}

:after, :before {
    box-sizing: border-box;
}

.semiChkBox .txt {
	font-weight:bold;
}


.ogpArea {
	text-align:left;
	max-width:1140px;
	width: 100%;
	margin:2em auto 0.5em;
	background:#ffe;
	padding:2em;
}
.ogpArea .ogpImgBlock {
	text-align:center;
	margin-bottom:2em;
}
.ogpArea .ogpImgBlock img {
	max-width:50%;
}
.ogpArea p {
	font-size:1.4em;
}
.ogpArea h3 {
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 1.6em;
	background-color: #fdceaf;
	border-left: 5px solid #fb5a1c;
	padding: 7px 10px;
	margin:0 auto 1em;
}
.ogpArea h3 .booth_cd {
    font-size: .9em;
    line-height: 1;
    background-color: #fff;
    border-radius: 100vh;
    margin-right: 8px;
    padding: .2em .5em;
}
.ogpArea h3 .sub_nm {

}

.ogpArea h4 {
	font-size: 1.6em;
	font-weight:bold;
	margin-bottom:1em;
	text-align:left;
}

.ogpArea h5 {
	display:inline-block;
	font-size:1.5em;
	background:#36c;
	color:#fff;
	padding:0.3em 1em;
	margin-bottom:1em;
}


.ogpArea .profileBox .spkNameArea {
	font-size:1.2em;
}
.ogpArea .profileBox .spkNameArea .companyBox{
	font-weight:bold;
	font-size:1.3em;

}

.ogpArea .profileBox .spkNameArea .nameBox span {
	font-weight:bold;
	font-size:1.3em;
}

.ogpArea .kwdArea {
	display:flex;
}
.ogpArea .kwdArea span {
	display:inline-block;
	margin-right:1em;
	font-size:1.4em;
	background:#f90;
	color:#fff;
	padding:0.3em 1em;
}
.ogpArea .kwdArea span:last-child {
	margin-right:0;
}



ul.boothBlock::after{
	content: "";
	display: block;
	clear: both;

}

.programBox.layout1 ul.boothBlock li.right img {
	height:auto;
}

.programBox.layout1 ul.boothBlock li.right p.bg {
	display:inline-block;
	padding:5px;
	background:#fff;
}

/*
.programBox.layout8 ul.boothBlock li.right img {
	min-width:200px;
}
.programBox.layout10 ul.boothBlock li.right img {
	max-width:160px;
}
.programBox.layout11 ul.boothBlock li.right img {
	max-height:68px;
}

.programBox.layout14 ul.boothBlock li.right img {
	min-height:60px;
}
*/


#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle {
	width:100%;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle .leftBlock {
	float:left;
	width:83%;
	width:100%;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle .rightBlock {
	float:right;
	width:15%;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle .rightBlock img {
	max-width:100%;
}

#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle:after {
    content: "";
    clear: both;
    display: block;
}

.programBox.time6 ul.boothBlock,
.programBox.time7 ul.boothBlock {
	margin-bottom:1.5em;
}


.layout14 .boothBlock li.right img {
	max-width:200px;
}

.levelBlock {
	display:flex;
	justify-content: flex-end;
	font-size:1.4em;
	margin-top:0.5em;
}
.levelBlock span {
	border:solid 1px #ccc;
	padding:0.5em 1em;
}
.levelBlock span.focus {
	color:#fff;
	background:#36c;
}

.spkLogo {
	margin-top:2em;
	max-width:250px;
}
.spkLogo img {
	max-width:100%;
	max-height: 60px;
}

.spkNameArea span.panelist,
.spkNameArea span.modelator {
	display:inline-block;
	padding:0.3em 1em;
	font-size:1.1em;
	background:#ff9800;
	color:#fff;
	margin-bottom:0.5em;
}

.ogpArea .profileBox .spkNameArea {
	max-width:100%;
}



/* タブ */
.tabWrapArea {
	max-width:1150px;
	margin:20px auto 0;
	border-bottom:3px #ce3933 solid;
}
.tab-wrap {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items: flex-end;
}

.tabWrapArea h3 {
	background:#36c;
	padding:0.5em;
	margin:0 auto 1em;
	font-size:1.5em;
	font-weight:bold;
	color:#fff;
	text-align:left;
}
.tabWrapArea p {
	font-size:1.4em;
	text-align:left;
	margin-bottom:1.5em;
}

.tabWrapArea h4 {
	text-align:left;
	background:#333;
	color:#fff;
	font-size:1.5em;
	padding:0.3em;
}


.tab-wrap div {
	/*width:300px;*/
	/*display:flex;*/
	/*display:table-cell;*/
	vertical-align:bottom;
	padding:0;
	margin-right:1px;
	text-align:center;
	max-width:300px;

}

.tab-wrap div a {
	display:inline-block;
	vertical-align:bottom;
	color: #fff;
	background: LightGray;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	padding: 0.5em 2.5em;
	font-size:1.5em;
	position: relative;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	color:#ce3933;
	text-decoration:none;
}

.tab-wrap a:link,
.tab-wrap a:visited,
.tab-wrap a:hover {
	text-decoration:none;
	color:#ce3933;

}

.tab-wrap div:not(:last-of-type) {

}
.tab-wrap a:hover {
	text-decoration:none;
	opacity:0.7;

}
.tab-wrap a.active {
	background:#ce3933;
	color:#fff;
	padding:1em 2.5em;
}

.attention {
	background-color:#FFE196;
	padding:5px 20px;
	font-size:1.6em;
	font-weight:bold;
	text-align:left;
	margin:20px auto 20px;
	max-width:1150px;
}

.meetExp {
	background:#ffe;
	padding:1em;
	font-size:1.5em;
	text-align:left;
	margin:20px auto 20px;
	max-width:1150px;

}

.noPd .autoLabel label {
	margin-right:1.5em;
}

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

	br.pcOnly {
		display:none;
	}
	.tab-wrap div a span.dateDtlTxt {
		display:none;
	}

	.tab-wrap div a {
		padding-left:0.5em;
		padding-right:0.5em;
	}

	.tab-wrap a.active {
		padding-left:0.5em;
		padding-right:0.5em;
	}

	#timetableArea .areaMain .titmetableBox .textBox .programBox {
		border: 1px solid #000;
	}

	#timetableArea .areaMain .titmetableBox .textBox .programBox.eregLeft .programMain .programMainBox .programTitle {
		margin-top:0em;

	}


	#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle .leftBlock {
		float:none;
		width:100%;
		margin:1em auto;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle .rightBlock {
		float:none;
		width:100%;
		text-align:center;
	}
	#timetableArea .areaMain .titmetableBox .textBox .programBox.layout1 .programMain .programMainBox .programTitle .rightBlock img {
		max-width:50%;
	}

	.spkLogo {
		margin-top:1em;
		max-width:100%;
		text-align:center;
	}
	.spkLogo img {
		max-width:100%;
	}

}

/* イレギュラー非表示 */
#timetableArea .areaMain .titmetableBox .textBox .programBox.time0 .programMain .programMainBox .profileBox {
	/*display:none;*/
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.time0 span.id {
	display:none!important;
}
.programBox ul.boothBlock li.right p {
	margin:5px 0 0;
}

.programBox.time8 ul.boothBlock li.right p {
	height:20px;
}

.programBox.time8 ul.boothBlock li.right p img {
	max-width:100%;
}

.programBox.layout7 ul.boothBlock li.left {
	width:50%;
}

.programBox.layout7 ul.boothBlock li.right {
	display:flex;
	/*align-items:flex-end;*/
}
.programBox.layout7 ul.boothBlock li.right span+span {
	margin-left:10px;
}
.programBox.layout7 ul.boothBlock li.right span img {
	max-width:90%;
}
#timetableArea .areaMain .titmetableBox .textBox .programBox.time5 > .programHeader {
	padding-top:0;
}

.programBox.layout7 ul.boothBlock li.right span:first-child img {
	max-width:100%;
}
.programBox.layout7 ul.boothBlock span.logoParts + span.logoParts {
	margin-top:0;
}


.programBox.time10 ul.boothBlock li.right {
	max-width:210px;
}

.logoFlexK10 {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	width:200px;
	margin:10px auto 0;
}
.boothBlock .logoFlexK10 span.logoParts + span.logoParts {
	margin-top:0;
	margin-left:10px;
}
.boothBlock .logoFlexK10 span.logoParts + span.logoParts img {
	max-width:90%;
}

.checkAll {
	max-width:1150px;
	margin:1em auto;
	font-size:1.6em;
	background:#300068;
	color:#fff;
	padding:1em;
}