@charset "utf-8";

/*//////////////////////////////////////////////////

style.css

Copyright (C) 2017 Impress Corporation, an Impress Group company. All rights reserved.
----------------------------------------
Content

    1. calender
    2. header
    3. navigation
    4. contents
        1. information
        2. register
        3. lead
        4. chairman
        5-1. pickup-K-1
        5-2. pickup-lecturer
        5-3. pickup
        6. sponsor
        7. overview
        8. timetable
        9. exhibition
    5. footer
    6. Media Query
    7. "colorbox.js" Setting
    8. "swiper.js" Setting

//////////////////////////////////////////////////*/

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,div,figure {
    margin:0;
    padding:0;
    font-size:100%;
}
body {
    background:#1c1c1c;
    background-attachment: fixed;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust:100%;
}
h1 { line-height:0; text-align:center; }
h2 { font-size:150%; margin:1.5em 0 .5em; }
h3 { font-size:120%; margin:1.5em 0 .5em; }
p { margin:1em 0; }
a,dd { word-break: break-all; }
ul,ol{ margin-left:1.5em; }
em { font-style:normal; }
img { max-width:100%; border:none; }
table,tr,th,td {
    box-sizing: border-box;
}
table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    border:1px solid #aaa;
}
th {
    padding:4px;
    background:#666;
    color:#fff;
    font-weight:bold;
    text-align:center;
    vertical-align:top;
}
td {
    text-align:left;
    vertical-align:middle;
    padding:1em;
}
.txt80 {
  font-size: 80% !important;
}
.txt110 {
  font-size: 110% !important;;
}
.txt120 {
  font-size: 120% !important;;
}
.txtEm {
  color: #00897A !important;
}

/* 注意書き用スタイル */
ul.note {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.4;
	color: #333333;
}
ul.note {
	margin-top: 0px;
	margin-bottom: 0px;
}
#overview ul.note{
	margin-top: 1em;
	margin-bottom: 0;
}
ul.note li {
	padding-left: 1em;
	text-indent: -1em;
}

#calendar,
#header,
#contents,
#footer {
    width:auto;
}
.wrapper {
    margin:0 auto;
}

.marginTop1 {
  margin-top: 1em !important;
}


/* --- #calendar --- ///////////////////////////////////////////////*/
#calendar {
    text-align:center;
    background:#1c1c1c;
}
#calendar .wrapper {
    padding:.8em;
}
#calendar ul,
#calendar li {
    margin:0;
    padding:0;
}
#calendar li {
    list-style:none;
    display:inline-block;
    font-size:80%;
    line-height:1;
    margin:0 1em;
}
#calendar li a {
    display:inline-block;
    text-decoration:none;
    color:#fff;
    padding:.8em;
    background:linear-gradient(#616163, #414042);
    border:1px solid #111;
    border-radius:5px;
}
#calendar li a:hover {
    opacity:.8;
}
#calendar li i {
    margin-right:.3em;
}
#calendar .btn-cal-google i {
    color:#7ea7ea;
}

/* --- #header --- /////////////////////////////////////////////////*/
.h1-mobile,
.h1-pc { display:none; }
/*
#header {
    background-color:#3c3c3c;
    background-image:linear-gradient(
      -45deg,
      #3c3c3c 25%,
      #111 25%, #111 50%,
      #3c3c3c 50%, #3c3c3c 75%,
      #111 75%, #111
    );
    background-size:4px 4px;
}
*/

/* --- #navigation --- /////////////////////////////////////////////*/
.submit {
  padding: 0.4em;
}
.submit a {
	background: #f1b000;
	padding-top: 0.4em !important;
	padding-bottom: 0.4em !important;
	border-radius: 4px;
}
.submit a:hover { background:#f4c033; }

#navigation {
    text-align:center;
    /*background:#2f4858;*/
    background:#3c3c3c;
}
#navigation ul {
    display:flex;
    display:-ms-flexbox;
    justify-content:center;
    -ms-flex-pack:center;
    width:100%;
    margin-left:0;
}
#navigation li {
    list-style:none;
    flex-grow:1;
}
#navigation li a,
#navigation li span.jyunbi {
	display: block;
	padding-top: 0.8em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	padding-bottom: 0.8em;
	border-left-color: #565656;
	border-right-color: #565656;
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
  text-decoration:none;
  color:#fff;
}
#navigation li span.jyunbi {
	color: #888888;
}
/*#navigation li a {
    text-decoration:none;
    color:#fff;
    border:0 solid #465b69;
    border:1px solid #565656;
}*/
#navigation li:not(:first-child) a {
    border-left-width:0;
}
#navigation .submit a {
    text-shadow:0 0 4px #7f5e05;
    background:#f1b000;
    border-color:#f1b000;
}
#navigation li:not(.submit) a:not(:hover) {
    border-top-color:#3c3c3c;
    border-bottom-color:#3c3c3c;
}
#navigation .submit a:hover {
    background:#f4c033;
}
#navigation li:not(.submit) a:hover {
    background:#565656;
}
#navigation li a.active {
    color:#666;
    background:#fff;
    border-radius:6px 6px 0 0;
    border-width:1px 0;
}
#navigation li a.active:hover  {
    color:#fff;
}
#navigation:not(.fixed) li span {
    border-bottom-color:#fff;
}
#navigation .event-name {
    display:none;
    font-size:75%;
    line-height:1;
    color:#bdc0c2;
    margin:0;
    padding:.5em;
    background:#233a48;
}
#navigation.fixed {
    position:fixed;
    top:0;
    z-index:1000;
    width:100%;
    background:#2f2f2f;
}
#navigation.fixed li a.active {
    border-radius:0 0 0 0;
    background:#555555;
    color:#fff;
}
#navigation.fixed .event-name {
    display:block;
}
#navigation.fixed li a {
    padding:.8em .4em;
}
#navigation.fixed li:not(.submit) a:not(:hover) {
    border-top-color:#2f2f2f;
    border-bottom-color:#2f2f2f;
}

/*#navigation.fixed li span {
    color:#fff;
    background:#565656;
    border-radius:0;
}*/

/* --- #contents --- ///////////////////////////////////////////////*/
#contents .wrapper {
    padding-left:.8em;
    padding-right:.8em;
    box-sizing:border-box;
}
#contents {
    position:relative;
    color:#444;
    background:#fff;
}
#contents h2 {
    position:relative;
    text-align:center;
    color:#2f4858;
    margin:0 0 .8em;
}
#contents h2:before,
#contents h2:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    width:100%;
    height:1px;
    background:#9baebc;
}
#contents h2:before { top:12px; }
#contents h2:after { top:15px; }
#contents h2 span {
    position:relative;
    display:inline-block;
    padding:0 .5em;
    background:#fff;
    z-index:100;
}
#contents h2 + p {
    font-size:90%;
    line-height:1.5;
}
#register,
#lead,
#chairman,
#pickup-K-1,
#pickup-lecturer,
#pickup,
#sponsor,
#overview,
#timetable,
#exhibition {
    padding:2em 0 2.5em;
}
#information + #timetable,
#information + #exhibition {
    padding-top:1em;
}

.lecturer-company,
.lecturer-division,
.lecturer-post {
    line-height:1.2;
    margin:.3em 0;
}
.lecturer-company {
    font-size:115%;
    margin-bottom:.5em;
}
.lecturer-name {
    font-size:150%;
    font-weight:bold;
    margin:0;
}
.lecturer-name:after {
    content:"氏";
    font-size:65%;
    font-weight:normal;
    margin-left:.5em;
}
.relative .lecturer-name:after,
.lecturer-name.en:after {
    content:none;
}
.notice {
    font-size:90%;
}
.btn-submit {
    text-align:center;
}
.btn-submit a {
    display:inline-block;
    font-size:110%;
    line-height:1;
    letter-spacing:.1em;
    text-decoration:none;
    text-shadow:0 0 4px #7f5e05;
    color:#fff;
    padding:1em;
    background:#f1b000;
    border:2px solid #f1b000;
    border-radius:6px;
    box-sizing:border-box;
}
.btn-submit a:hover {
    background:#f4c033;
}
#timetable .btn-submit,
#exhibition .btn-submit {
    max-width:1020px;
    margin-top:2em;
    margin-right:auto;
    margin-left:auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}
.inline-contents {
    display:none;
}

/* --- #information --------------------*/
#information {
	padding-top: 2em;
	padding-bottom: 2em;
}
#information p:first-child {
    margin-top:0;
}
#information p:last-child {
    margin-bottom:0;
}
#information .closed {
	text-align: left;
	border: 1px solid #F04B4E;
	margin-top: 2em;
	padding: 2em;
}
#information .closed span {
    display:inline-block;
}
#information div.closed p {
    font-size:90%;
    font-weight:normal;
}
#information .last-time {
    text-align:center;
}
#information .last-time a {
    font-size:95%;
    text-decoration:none;
    color:#444;
}
#information .last-time i {
    vertical-align:middle;
    color:#999;
    margin-right:.2em;
    margin-bottom:.1em;
}
#information .last-time a:hover {
    text-decoration:underline;
}

/* --- #register --------------------*/
#register {
    color:#fff;
    background-color:#2f4858;
    background-image:linear-gradient(
      -45deg,
      #2f4858 25%,
      #3e5564 25%, #3e5564 50%,
      #2f4858 50%, #2f4858 75%,
      #3e5564 75%, #3e5564
    );
    background-size:16px 16px;
}
#register a {
    color:#f5f348;
}
#register a:hover {
    text-decoration:none;
}
#register p i {
    margin-left:.3em;
}
#register p:first-child {
    margin-top:0;
}
#register #SMP_STYLE + p {
    margin:2em 0 0;
}
#register #SMP_STYLE + p a {
    margin:0 .3em;
}
/* --- Spiral Setting --- */
input[type="text"],
textarea {
    border: 2px solid #333;
    -webkit-transition: all .5s;
    transition: all .5s;
    outline: none;
    font-size:14px;
    width:80%;
}
input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #eabe0c;
    border: 2px solid #eabe0c;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#SMP_STYLE {
    padding-top:1em;
    border-top:1px solid #6d808e;
}
#SMP_STYLE dl {
    display: table;
    margin: 0;
    position: relative;
    width: 100%;
}

#SMP_STYLE .need {
    color: #f5f348;
    font-size: 100%;
    font-weight:bold;
    text-align:left;
}

#SMP_STYLE .cf:before,#SMP_STYLE .cf:after {content:"";display:table;}
#SMP_STYLE .cf:after {clear:both;}
#SMP_STYLE .cf {*zoom:1;}

#SMP_STYLE .body_tbl {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    border: none;
    background: #FFFFFF;
    }

#SMP_STYLE .smp_tmpl {
    width: 80%;
    margin: 0 auto;
}

#SMP_STYLE dt.title {
    display: inline-block;
    width: 9em;
    margin: 0;
    padding:13px 5px 18px 0;
    font-size: 108%;
    font-weight:bold;
    text-align:left;
    line-height: 1.2;
    vertical-align: top;
}

#SMP_STYLE dd.data {
    display: inline-block;
    width: 70%;
    margin: 0;
    padding:8px 0 8px 0;
    color: #5F5F5F;
    font-size: 100%;
    font-weight: bold;
    text-align: left;
}

#SMP_STYLE .input {
    width: 100%;
    margin-bottom: 8px;
    padding: 5px;
    color: #333333;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    font-size: 108%;
    text-align: left;
}

#SMP_STYLE input.submit {
    margin-top:.5em;
    padding:.5em 3em;
    background:#2f4858;
    border:1px solid #fff;
    border-radius:1.5em;
    color: #FFFFFF;
    font-size:125%;
    font-weight: normal;
    text-align: center;
    line-height:1;
    cursor: pointer;
    display:inline-block;
}

#SMP_STYLE input.submit:hover {
    background:#465b69;
}

/* --- #lead --------------------*/
#lead,
#lead h2 {
    color:#fff;
}
#lead {
    font-size:90%;
    background-color:#418694;
    background-image:url(../images/lead-bg.png),url(../images/lead-bg-2.png);
    background-repeat:no-repeat,repeat-x;
    background-position:50% 100%,50% 100%;
}
#lead h2:before,
#lead h2:after {
    content:none;
}
#lead h2 span {
    padding:0;
    background:transparent;
    z-index:auto;
}
#lead h2 + p {
    font-size:inherit;
    margin:0;
}

/* --- #chairman --------------------*/
#chairman,
#chairman h2 {
    color:#fff;
}
#chairman {
    /*background-color:#582b39;
    background:linear-gradient(to right,#582b39 0,#351a23 30%,#351a23 70%,#582b39 100%);*/
  background-color:#521629;
  background:linear-gradient(to right,#521629 0,#38131f 30%,#38131f 70%,#521629 100%);
}
#chairman .chairman-2 {
        margin-bottom: 3em;
}
#chairman h2 {
    border:0 solid #874459;
    border-width:1px 0;
}
#chairman h2 span {
    padding:.3em 0;
    background:transparent;
}
#chairman h2:before,
#chairman h2:after { background:#874459; }
#chairman h2:before { top:-4px; }
#chairman h2:after { top:auto; bottom:-4px; }

/* --- #pickup-K-1 -----------------*/
#pickup-K-1,
#pickup-K-1 h2 {
    color:#fff;
}
#pickup-K-1 {
	text-align: center;
	padding-bottom: 1em;
	background-color: #0B365B;
	background-image: url(../images/pickup-K-1-bg.jpg);
	background-position: 50% 50%;
	background-size: cover;
}
#pickup-K-1 h2 {
    margin-bottom:1.3em;
    padding:.3em 0;
    border:0 solid #959eaf;
    border-width:1px 0;
}
#pickup-K-1 h2 br {
    display: none;
}
#pickup-K-1 h3 {
    font-size:170%;
    margin-top:1em;
}
#pickup-K-1 h3 span {
    display:inline-block;
}
#pickup-K-1 h2:before,
#pickup-K-1 h2:after { background:#959eaf; }
#pickup-K-1 h2:before { top:-4px; }
#pickup-K-1 h2:after { top:auto; bottom:-4px; }
#pickup-K-1 h2 span {
    padding:0;
    background:transparent;
}

#pickup-K-1 .pickup-detail {
	display: inline-block;
	width: 50%;
	float: left;
	background-color: #764B4C;
  position: relative;
}
/*#pickup-K-1 .pickup-detail p {
    display:table-cell;
    vertical-align:top;
    width:33%;
    padding:1em 0 0;
}*/

#pickup-K-1 .lecturer {
  width: 42%;
	display: inline-block;
	vertical-align: top;
	margin: 1em;
	background-color: #3B3B3B;
}
/*#pickup-K-1 .lecturer-pic {
    width:160px;
    height:160px;
    margin:0 auto .5em;
    padding:30px;
    background:rgba(66,104,144,.5);
    box-sizing:border-box;
}*/
/*#pickup-K-1 .lecturer-pic img {
    display:block;
    width:160px;
    height:160px;
}*/

ul.pickup-list {
	list-style-type: none;
	width:100%;
	position: relative;
	margin: 0px;
}
/*ul.pickup-list li {
	width: 22%;
  float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
  margin-bottom: 2em;
	text-align: left;
  box-sizing: border-box;
}*/
ul.pickup-list li {
  float: left;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 1.5em;
	text-align: left;
  box-sizing: border-box;
}

ul.pickup-list li .lecturer-pic {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
ul.pickup-list li .lecturer-pic img {
  width: 100%;
  height: auto;
}

ul.pickup-list .lecturer-company {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0;
}
ul.pickup-list .lecturer-division,
ul.pickup-list .lecturer-post{
  font-size: 80%;
}
ul.pickup-list .lecturer-name {
  font-size: 110%;
  font-weight: normal;
}
ul.pickup-list .adjustTxt {
  font-size: 98%;
}
/*ul.pickup-list .lecturer-name:after {
  font-size: 90%;
}*/

/* --- #pickup-lecturer ------------*/
#pickup-lecturer,
#pickup-lecturer h2 {
    color:#e9eaec;
}
#pickup-lecturer {
    background:#212d42;
}
#pickup-lecturer h2 {
    font-size:125%;
    margin-bottom:1.3em;
    padding:0 0 .3em;
    border:0 solid #646c7b;
    border-width:0 0 1px;
}
#pickup-lecturer h2:before,
#pickup-lecturer h2:after { content:none; }
#pickup-lecturer h2 span {
    padding:0;
    background:transparent;
}

#pickup-lecturer p {
    font-size:90%;
    line-height:inherit;
}
#pickup-lecturer em {
    font-size:125%;
    font-weight:bold;
}
#pickup-lecturer .pickup-detail {
    display:table;
    width:100%;
}
#pickup-lecturer .pickup-detail p {
    display:table-cell;
    vertical-align:top;
    width:33%;
    padding:1em 0 0;
}
#pickup-lecturer .pickup-detail:nth-of-type(2) p {
    padding-top:2em;
}
#pickup-lecturer .lecturer-name {
    display:inline-block;
    font-size:120%;
    font-weight:normal;
    margin-top:.1em;
}
#pickup-lecturer .lecturer-name:after {
    font-size:70%;
}

/* --- #pickup  --------------------*/
#pickup,
#pickup h2 {
  color:#fff;
}
#pickup {
  color:#fff;
  background-color:#418694;
  background-image:url(../images/pickup-bg.png),url(../images/pickup-bg-2.png);
  background-repeat:repeat-y,repeat;
  background-position:50% 50%,50% 50%;
  padding-bottom: 0;
}
#pickup .lecturer-list {
  /*display:table;*/
  width:100%;
  margin-top:.8em;
  padding-bottom: 3em;
}
#pickup .lecturer-list .lecturer {
	/*display:table-cell;*/
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
#pickup .single .lecturer {
  width:100%;
}

#pickup h2 {
	margin-bottom: 1.3em;
	padding: .3em 0;
	border-bottom-color: #80BCC8;
	border-top-color: #80BCC8;
	border-bottom-style: solid;
	border-top-style: solid;
}
#pickup h2:before,
#pickup h2:after { background:#80BCC8; }
#pickup h2:before { top:-4px; }
#pickup h2:after { top:auto; bottom:-4px; }
#pickup h2 span {
    padding:0;
    background:transparent;
}
#pickup h3 {
	margin-top: 0;
  margin-bottom: 1em;
	font-size: 120%;
}

#pickup .lecturer-list .lecturer-pic {
    width:160px;
    height:160px;
    margin-right: 1em;
}

/*#pickup .session-title {
    font-size:175%;
    font-weight:bold;
    line-height:1.2;
    margin:0;
}
#pickup .session-subtitle {
    position:relative;
    font-size:115%;
    font-weight:bold;
    line-height:1.3;
    margin:.6em 0 0;
    padding-bottom:.8em;
}
#pickup .session-subtitle:after {
    content:"";
    display:block;
    position:relative;
    bottom:-.8em;
    width:50%;
    height:1px;
    background:#779589;
}
#pickup .session-subtitle span {
    display:inline-block;
}
#pickup .lecturer-post {
    margin-top:0;
}
#pickup .lecturer-post img {
    display:block;
    max-width:90px;
    margin-top:.5em;
}
#pickup .lecturer-name {
    font-size:170%;
    margin-top:.5em;
}
#pickup .lecturer-pic {
    max-width:249px;
}*/

/* --- #sponsor --------------------*/
#sponsor h2 {
    font-size:90%;
    line-height:1;
    padding:.3em;
    background:#d9e2e8;
    border-radius:1em;
}
#sponsor h2:not(:first-child) {
    margin-top:2em;
}
#sponsor h2 span {
    background:transparent;
}
#sponsor h2:before,
#sponsor h2:after {
    content:none;
}
#sponsor ul {
    text-align:center;
    letter-spacing:-.4em;
    margin:0 auto;
}
#sponsor li {
    list-style:none;
    display:inline-block;
    vertical-align:middle;
    letter-spacing:normal;
    margin:10px 20px;
}
#sponsor li img {
    max-width:175px;
    max-height:64px;
}
#sponsor li img.adjustW {
    max-width:200px;
}
#sponsor li img.adjustH {
    max-height:44px;
  margin-top: 0.5em;
}
/*#sponsor .wide-h {
    margin-top:15px;
    margin-bottom:15px;
}*/
#sponsor-platinum li img {
    max-width:300px;
    max-height:100%;
  margin-top: 1em;
}
#sponsor-gold,
#sponsor-silver {
  max-width: 80%;
}

/*#sponsor .sponsor-gold li,*/
#sponsor-media2 li {
    margin-top:0;
}
#sponsor-silver li,
#sponsor-lecture li {
    margin-bottom:0;
}

/* --- #overview --------------------*/
#overview,
#overview h2 span {
    color:#2f4858;
    background:#eaeff3;
}
#overview figure {
    font-size:90%;
    line-height:1.3;
    margin:.8em 0 1em;
}
#overview .level2 p {
    margin:.5em 0;
}
#overview-title .level2 p:first-child {
    font-size:120%;
}
#overview-place .level2 .venue {
    margin-bottom:0;
}
#overview-place .level2 .adress {
    margin-top:.2em;
}
#overview-place .level2 .access {
    font-size:90%;
    line-height:1.4;
    margin-top:.8em;
}
#overview-place .level2 .access li {
    margin:.5em 0;
}
#overview-place .level2 p.access {
    display:list-item;
    margin-left:1.5em;
}
#overview-promoter li {
    margin:.5em 0;
}

/* --- #timetable --------------------*/
#timetable h3 {
    font-size:75%;
    text-align:center;
    line-height:1;
    color:#fff;
    margin:1em 0;
}
#timetable h4 {
    font-size:110%;
    line-height:1.2;
    color:#2f4858;
    margin:.5em 0 0;
}
#timetable h4 span {
    display:block;
    font-size:85%;
    margin:.3em 0 0;
}
#timetable h5 {
    position:relative;
    font-size:95%;
    line-height:1;
    color:#2f4858;
    padding:.4em .3em;
    border-left:8px solid #cdd9e0;
}
#timetable i {
    vertical-align:middle;
}
#timetable nav i {
    color:#999;
    margin:0 .5em .1em .2em;
}
#timetable .btn-detail i,
#timetable .btn-profile i {
    margin-right:.2em;
}
#timetable .btn-timetable-navi i {
    margin-right:.3em;
}
#timetable nav {
    margin-top:1.5em;
    margin-bottom:5em;
}
#timetable nav dt {
    font-size:65%;
    text-align:center;
    line-height:1;
    color:#fff;
    padding:.5em;
}
#timetable nav dd {
    padding:.3em;
}
#timetable nav p {
    font-size:70%;
    margin:0;
}
#timetable nav dd > a:not(:first-child) p {
    margin-top:.3em;
}
#timetable nav b {
    color:#555;
}
#timetable nav span + b {
    margin-left:.2em;
}
#timetable nav a {
    text-decoration:none;
    color:#444;
}
#timetable nav a:hover p {
    background:#eee;
}
#timetable nav .timetable-date,
#timetable nav .level2,
#timetable nav .session-id {
    vertical-align:middle;
}
#timetable nav .session-id {
    font-size:85%;
    margin-right:.3em;
}
#timetable nav .lecturer {
    /*display:inline-block;*/
    font-size:inherit;
    /*margin:.1em 0 0;*/
}
#timetable .level1,
#timetable .level2,
#timetable .level3 {
    border:0 solid #9baebc;
    box-sizing:border-box;
}
#timetable .level1 {
    display:table;
    width:100%;
}
#timetable .level2 {
    border-bottom-width:1px;
}
#timetable nav .level1:first-child .level2,
#timetable > section:nth-of-type(2) .level2 {
    border-top-width:1px;
}
#timetable .timetable-date,
#timetable .level2 {
    display:table-cell;
    vertical-align:top;
}
#timetable .level3,
#timetable .single .level2 {
    padding:.8em .5em;
}
#timetable .timetable-date {
    width:3em;
    background:#9baebc;
}
#timetable .timeBox {
  width:100%;
  padding: 0.2em;
  box-sizing: border-box;
  background-color: #9baebc;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-radius: 1em;
  margin-bottom: 1em;
}
#timetable .level1:nth-child(odd) .timetable-date {
    background:#8a9ead;
}
#timetable .timetable-date span {
    display:block;
}
#timetable .timetable-date span:nth-of-type(2) {
    display:inline-block;
    transform:rotate(90deg);
}
#timetable .timetable-date span:nth-of-type(4) {
    font-size:90%;
    font-weight:normal;
    margin-top:.5em;
}
#timetable .session-id,
#timetable .session-category,
#timetable .session-info {
    display:inline-block;
    font-size:75%;
    line-height:1;
    color:#fff;
    margin:.1em 0;
    padding:.5em .8em;
    background:#5a6871;
    border-radius:3px;
}
#timetable .session-category.tsuuyaku {
	background-color: #815293;
}
#timetable .session-id {
    width:2.5em;
    text-align:center;
}
#timetable .session-id.track1 { background:#942828; }
#timetable .session-id.track2 { background:#296322; }
#timetable .session-id.track3 { background:#014f92; }
#timetable .btn-detail {
    position:relative;
    margin-bottom:0;
    padding-top:.6em;
}
#timetable .btn-detail:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    width:5em;
    height:6px;
    background:#cdd9e0;
    border-radius:6px;
}
#timetable .btn-detail a {
    font-size:95%;
    text-decoration:none;
    color:#444;
}
#timetable .btn-detail a:hover {
    text-decoration:underline;
}
#timetable .btn-detail a i {
    color:#999;
}
#timetable .btn-profile {
    margin:.1em 0 0;
}
#timetable .session-info {
    line-height:1.3;
    color:inherit;
    padding-left:.2em;
    background:transparent;
}
#timetable .btn-profile a {
    display:inline-block;
    font-size:80%;
    text-decoration:none;
    line-height:1;
    color:#999;
    padding:.6em .8em;
    border:1px solid #999;
    border-radius:2em;
}
#timetable .btn-profile a:hover {
    background:#eee;
}
#timetable .btn-timetable-navi {
    display:inline-block;
    position:fixed;
    bottom:10px;
    right:5em;
    margin:0;
    z-index:1000;
}
#timetable .btn-timetable-navi a {
    display:block;
    text-decoration:none;
    line-height:1;
    color:#fff;
    padding:.8em;
    background:#738da0;
    background:rgba(115,141,160,.9);
    border-radius:3px;
}
#timetable .btn-timetable-navi a:hover {
    opacity:.8;
}
#timetable .lecturer-list .lecturer h4 {
  margin-bottom: 1em;
}
#timetable .lecturer {
    font-size:85%;
    color:#555;
    margin:1em 0 0;
}
#timetable .lecturer-list .lecturer .btn-detail {
  font-size: 115%;
}
#timetable .lecturer-pic,
#pickup .lecturer-pic{
    float:left;
    width:80px;
    height:80px;
    margin-right:.5em;
}
#timetable .level1:not(.single) .lecturer-company {
    font-size:105%;
    margin-bottom:.1em;
}
#timetable .level1:not(.single) .lecturer-name {
    font-size:130%;
}
#timetable dl.lecturer-list dt {
    font-size:75%;
    font-weight:bold;
    line-height:1;
    color:#2f4858;
    margin:1.3em 0 0;
    padding:.3em .8em;
    background:#cdd9e0;
    border-radius:1em;
}
#timetable .session-detail {
    margin-top:1em;
}
#timetable .session-overview p {
    font-size:90%;
    line-height:1.4;
    margin:.8em 0;
}
#timetable .session-overview {
    position:relative;
    margin-top:1em;
}
#timetable .lecturer-profile {
    font-size:90%;
    line-height:1.4;
    margin:1em 0;
}
#timetable .lecturer-profile dt {
    font-size:110%;
    font-weight:bold;
}
#timetable .lecturer-profile dd {
    padding-left:.3em;
    border-left:8px solid transparent;
}
#timetable .lecturer-profile dd p {
    font-size:90%;
    line-height:1.4;
}
#timetable .lecturer-profile .lecturer-workspace {
    margin:.3em 0 0;
}
#timetable .lecturer-profile .lecturer-biography {
    margin:1em 0 0;
}
#timetable .lecturer + h4 {
    margin-top:1.5em;
}
#timetable .level2 header + p {
    font-size:90%;
    line-height:1.4;
    margin-bottom:.5em;
}
#timetable .single .lecturer-pic {
    width:120px;
    height:120px;
}
#timetable .single .lecturer-name,
#timetable .single .btn-profile {
    display:inline-block;
    vertical-align:middle;
}
#timetable .single .btn-profile {
    margin-left:.3em;
}
#timetable #K-3 .session-overview p:nth-of-type(2),
#timetable #K-3 .session-overview p:nth-of-type(2) a {
    font-weight:bold;
    color:#00A0F4;
}
#timetable #K-3 .session-overview p:nth-of-type(2) a:hover {
    text-decoration:none;
}
#timetable #K-3 .session-overview p:nth-of-type(2) i {
    margin-left:.2em;
}

/* --- #exhibition --------------------*/
#exhibition .level1 {
    margin:2em 0;
    padding-bottom:2em;
    border-bottom:1px solid #cdd9e0;
}
#exhibition .level1:nth-of-type(2) {
    margin-top:2.5em;
}
#exhibition h3 {
    position:relative;
    text-align:center;
    color:#2f4858;
    margin:0 0 1.5em;
    padding-bottom:.5em;
}
#exhibition h3:after {
    content:"";
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:-6px;
    width:30%;
    max-width:256px;
    height:6px;
    margin:auto;
    background:#cdd9e0;
    border-radius:6px;
}
#exhibition h3 span {
    display:inline-block;
}
#exhibition h4 {
    font-size:110%;
    font-weight:bold;
    margin-bottom:.8em;
    padding:.3em;
    border-left:8px solid #cdd9e0;
}
#exhibition .booth-logo {
    text-align:center;
}
#exhibition .booth-logo img {
    /*display:block;*/
    max-width:200px;
    max-height:100px;
    margin:0 auto;
}
#exhibition .booth-info {
    font-size:90%;
}
#exhibition .booth-info p {
    line-height:1.4;
    margin:0 0 .8em;
}
#exhibition .booth-info dl,
#exhibition .booth-info ul {
    margin-top:1em;
}
#exhibition .booth-info dt {
    font-size:110%;
    font-weight:bold;
}
#exhibition .booth-info li {
    margin-top:.5em;
}

/* --- #footer --- /////////////////////////////////////////////////*/
#footer {
    font-size:80%;
    text-align:center;
    color:#fff;
    background:#292929;
}
#footer .wrapper {
    padding:1.3em 0;
}
#footer p a {
    text-decoration:none;
    color:#fff;
}
#footer .specific-trade-law {
    font-size:80%;
    margin:.5em 0;
}
#footer .specific-trade-law a{
    padding:.3em .5em;
    border:0 solid #fff;
    border-width:0 0 1px;
}
#footer .specific-trade-law a:hover{
    opacity:.8;
}
#footer .page-top {
    position:fixed;
    bottom:10px;
    right:10px;
    margin:0;
    z-index:1000;
}
#footer .page-top a {
    display:block;
    padding:.5em 1em;
    background:#2f4858;
    background:rgba(47,72,88,.8);
    border-radius:3px;
}
#footer .page-top a:hover {
    opacity:.8;
}
#footer .page-top i {
    display:block;
}

/* --- Media Query --- //////////////////////////////////////////////*/
/*@media only screen and (max-width: 1024px) {*/
    #calendar {
        background-color:#3c3c3c;
        background-image:linear-gradient(
          -45deg,
          #3c3c3c 25%,
          #111 25%, #111 50%,
          #3c3c3c 50%, #3c3c3c 75%,
          #111 75%, #111
        );
        background-size:4px 4px;
    }
/*}*/

/* 展示がオープンになったら丸々削除 */
@media (max-width: 320px) {
  #navigation li span {
	display: block;
  }
  #navigation li a {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  #navigation.fixed li a {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
  #navigation li.submit a {
    padding-top: 1.1em !important;
    padding-bottom: 1.1em !important;
  }
  #navigation.fixed li.submit a {
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
  }
}
/**/

@media (max-width: 420px) {
    .h1-mobile { display:block; }
    #pickup {
        background:url(../images/pickup-bg.png) repeat-y 50% 50%;
    }
    #pickup h2 {
        margin-bottom:1em;
    }
    #timetable > .wrapper:not(:first-child) {
        padding-right:0;
        padding-left:0;
    }
}
@media (min-width: 421px) {
    .h1-pc {
        display:block;
        width:100%;
        /*max-width:860px;*/
    }
    #header {
        /*padding-top:101px;
        background-color:#e6e6e6;
        background-image:url(../images/keyvisual-photo.jpg);
        background-repeat:repeat-x;
        background-position:50% 0;*/
    }
    #header h1 {
        background-image:url(../images/keyvisual-bg-subtitle.png),url(../images/keyvisual-bg-title.png);
        background-size:contain,auto;
        background-repeat:repeat-x,repeat-y;
        background-position:0 0,50% 0;
    }
    #timetable nav dd {
        padding-right:.5em;
        padding-left:.5em;
    }
    #timetable nav .level2 {
        border-right-width:1px;
    }
}
@media (max-width: 460px) {
    #timetable .single .lecturer-pic,
  #pickup .lecturer-pic {
        float:none;
        margin:0 0 .5em;
    }
  #navigation .event-name {
      line-height:1.3;
  }
}
@media (min-width: 461px) {
   /* #pickup .lecturer-post {
        position:relative;
        display:inline-block;
    }
    #pickup .lecturer-post img {
        position:absolute;
        bottom:0;
        right:-110px;
        margin-right:.5em;
    }*/
}
@media only screen and (max-width: 768px) {
    #contents,
    #footer {
        font-size:115%;
        line-height:1.3;
    }
    #overview,
    #timetable {
        padding-top:1.5em;
        padding-bottom:5em;/* for ".page-top" */
    }
    #timetable .btn-submit a,
    #exhibition .btn-submit a {
        width:80%;
    }
    #navigation {
        font-size:90%;
    }
    #contents h2 {
        font-size:130%;
    }
    #SMP_STYLE p {
        margin-bottom:1.5em;
    }
    #SMP_STYLE dt.title {
        display: block;
        width: 100%;
        padding:0;
    }
    #SMP_STYLE dd.data {
        display: block;
        width:100%;
        margin-bottom:12px;
    }
    #information .closed {
        text-align:left;
    }
    #lead {
        padding-bottom:50%;
        background-image:url(../images/lead-bg.png);
        background-size:180%;
    }
    #lead h2 {
        margin-bottom:1em;
    }
    #lead p {
        padding-right:.2em;
        padding-left:.2em;
    }
    #chairman {
        padding-bottom: 1em;
    }
    #chairman img {
        width:100%;
    }
    #chairman .profile {
        max-width:500px;
        font-size:80%;
        margin:2em auto;
    }
    #chairman dl {
        margin:.8em 0;
    }
    #chairman dd p {
        margin:.5em 0;
    }
    #chairman .chairman-2 {
        margin-bottom: 2.5em;
    }
    #pickup .lecturer {
        margin-bottom: 1em;
    }
    #pickup-K-1 h2 {
      text-align: left;
    }
    #pickup-K-1 h2 br {
      display: block;
    }
    #pickup-K-1 h3 {
        font-size:150%;
    }
    #pickup-K-1 .lecturer {
        display:block;
    }
    #pickup-lecturer .pickup-detail,
    #pickup-lecturer .pickup-detail p {
        display:block;
        padding:0;
    }
    #pickup-lecturer .pickup-detail {
        font-size:90%;
    }
    #pickup-lecturer .pickup-detail p {
        width:70%;
        margin:1.5em auto;
    }
    #pickup-lecturer .pickup-detail:nth-of-type(2) p {
        padding-top:inherit;
    }
    #pickup-lecturer .pickup-detail p:first-child {
        margin-top:2.5em;
    }
    #pickup-lecturer .pickup-detail p:last-child {
        margin-bottom:0;
    }
    /*#pickup .session-subtitle:after {
        width:80%;
    }
    #pickup .lecturer-name {
        font-size:150%;
    }
    #pickup .lecturer-pic {
        display:block;
        margin:1em auto;
    }*/
  
    ul.pickup-list li {
      width: 96%;
      margin-left: 2%;
      margin-right: 2%;
      margin-bottom: 1.5em;
    }
    ul.pickup-list li .lecturer-pic {
      width: 60%;
      margin-left: 20%;
      margin-right: 20%;
    }
  
    #sponsor h2 {
        font-size:95%;
    }
    #overview h3 {
        font-size:85%;
        line-height:1;
        color:#fff;
        margin-bottom:.8em;
        margin-right:.3em;
        margin-left:.3em;
        padding:.5em .8em;
        background:#9BAEBC;
        border-radius:1em;
    }
    #overview figure {
        font-size:85%;
        line-height:1.4;
        color:#2f4858;
        padding:.5em;
        background:#f5f7f9;
    }
    #overview .level2 {
        padding-right:.8em;
        padding-left:.8em;
    }
    #overview-promoter .level2 > ul {
        margin-left:0;
    }
    #overview-promoter .level2 > ul > li {
        list-style:none;
    }
    #overview-promoter figure {
        margin:0;
    }
    #overview-promoter figure li {
        margin:.8em 0;
    }
    #overview-promoter figure li:last-child {
        margin-bottom:0;
    }
    #overview-promoter #promoter1 {
        margin-top:1em;
        padding-top:1em;
    }
    #overview-promoter #promoter2 figcaption {
        margin-bottom:.8em;
    }
    #overview-promoter #promoter2 li {
        margin:.3em 0;
    }
    #overview-promoter #promoter3 {
        margin-bottom:1em;
        padding-bottom:1em;
    }
    #timetable h3 {
        position:-webkit-sticky;
        position:sticky;
        top:4.8em;
    }
    #timetable h4 span {
        margin-top:.5em;
    }
    #timetable nav dd > a:not(:first-child) p {
        margin-top:.5em;
    }
    #timetable nav p > .lecturer:not(:nth-last-child(2)) {
        display:block;
    }
    #timetable .level3,
    #timetable .single .level2 {
        padding-top:.5em;
    }
    #timetable .level2 > .level3:not(:first-child) {
        border-top-width:1px;
    }
    #timetable .lecturer-company {
        font-size:110%;
    }
    #timetable .btn-profile {
        font-size:90%;
    }
    #timetable .btn-timetable-navi {
        font-size:80%;
    }
    #timetable .session-category,
    #timetable .session-id {
        line-height:1.2;
    }
    #exhibition h2 + p {
        text-align:center;
    }
    #exhibition .booth-logo {
        margin:1em 0;
    }
    #footer .page-top {
        font-size:80%;
    }
    .swiper-slide img {
        width:100%;
    }
}
@media only screen and (min-width: 769px) {
    .wrapper {
        max-width:1024px;
    }
    /*.h1-pc img:last-child {
        margin:1.5em auto 1em;
    }*/
    #overview,
    #timetable {
        padding-bottom:6.5em;/* for ".page-top" */
    }
    #timetable .btn-submit a,
    #exhibition .btn-submit a {
        width:50%;
    }
    #timetable h2 + p,
    #exhibition h2 + p {
        text-align:center;
    }
    #navigation li {
        min-width:11.5em;
    }
    #information div.closed p {
        line-height:1.4;
        margin:.5em 0;
    }
    #information div.closed p:last-of-type {
        margin-bottom:1em;
    }
    #register p {
        text-align:center;
    }
    #register p span {
        display:inline-block;
    }
    #SMP_STYLE p {
        margin-bottom:1.5em;
    }
    #SMP_STYLE input.submit {
        width:25%;
    }
    #lead {
        padding-bottom:320px;
    }
    #lead h2 {
        text-align:center;
    }
    #lead .wrapper {
        width:70%;
        max-width:710px;
    }
    #chairman img,
    #chairman dl {
        width:49%;
    }
    #chairman dt {
        margin-bottom:.7em;
        padding-bottom:.2em;
        border-bottom:1px solid #8e5c6c;
    }
    #chairman .profile {
        display:flex;
        display:-ms-flexbox;
        align-items:center;
        -ms-flex-align:center;
        justify-content:space-between;
        -ms-flex-pack:justify;
    }
    .chairman-2 img { order:2; -ms-flex-order:1; }
    .chairman-2 dl { order:1; }
    /*#pickup .pickup-detail {
        display:table;
    }
    #pickup .lecturer-pic,
    #pickup .pickup-detail div {
        display:table-cell;
        vertical-align:middle;
    }
    #pickup .pickup-detail div {
        padding-left:1em;
    }
    #pickup .session-subtitle span {
        display:inline-block;
    }*/
    #sponsor h2 {
        letter-spacing:1px;
    }
    #overview .level1 {
        display:table;
        width:100%;
        border:0 solid #9facb5;
        border-width:0 1px 1px;
        box-sizing:border-box;
    }
    #overview h2 + .level1 {
        margin-top:1em;
        border-top-width:1px;
    }
    #overview h3,
    #overview .level2 {
        display:table-cell;
        vertical-align:middle;
    }
    #overview h3 {
        width:15%;
        font-size:85%;
        text-align:center;
        margin:0;
        padding:.5em;
        background:#d7dee3;
    }
    #overview .level2 {
        padding:.5em 1em;
        background:#f5f7f9;
    }
    #overview-title p:first-child {
        margin-bottom:0;
    }
    #overview-visitors figure p span {
        display:inline-block;
    }
    #timetable nav,
    #timetable .btn-timetable-navi {
        display:none !important;
    }
    /*#timetable nav {
        font-size:115%;
    }*/
    /*#timetable nav p > .lecturer:not(:nth-of-type(2)):before {
        content:" / ";
    }*/
    #timetable .single h4 {
        font-size:125%;
    }
    #timetable .timetable-date {
        width:8%;
        vertical-align:top;
    }
    #timetable .timetable-date h3 {
        font-size:85%;
    }
    #timetable .level1 {
        width:99%;
        max-width:1024px;
        margin:0 auto;
    }
    #timetable .level2 {
        width:91%;
        border-right-width:1px;
    }
    #timetable .level3 {
        display:table-cell;
        vertical-align:top;
        width:33%;
        border-left-width:1px;
    }
    #timetable .level2 > .level3:first-child {
        border-left-width:0;
    }
    #timetable .single .lecturer-list {
        display:table;
        width:100%;
        margin-top:.8em;
    }
    #timetable .single .lecturer-list .lecturer {
        display:table-cell;
        width:33%;
        box-sizing:border-box;
        padding-right:.8em;
    }
    #exhibition h3 {
        font-size:125%;
        line-height:1.4;
    }
    #exhibition .level2 {
        display:table;
        width:100%;
    }
    #exhibition .booth-logo,
    #exhibition .booth-info {
        display:table-cell;
        vertical-align:top;
    }
    #exhibition .booth-logo {
        width:30%;
    }
    #footer .page-top {
        font-size:120%;
    }
}

@media only screen and (max-width: 1024px) {
    #pickup .lecturer-list {
      display:block;
      width:100%;
      margin-top:.8em;
      padding-bottom: 1em;
    }
    #pickup .lecturer-list .lecturer {
      display: block;
      width:100%;
      box-sizing:border-box;
      padding-right:.8em;
      margin-bottom: 2em;
    }
    ul.pickup-list li br {
      display: none;
    }
    ul.pickup-list .lecturer-company {
      font-size: 120%;
      font-weight: bold;
      margin-bottom: 0;
    }
    ul.pickup-list .lecturer-division,
    ul.pickup-list .lecturer-post{
      font-size: 90%;
    }
    ul.pickup-list .lecturer-name {
      font-size: 120%;
      font-weight: normal;
    }
}

@media only screen and (min-width: 1024px) {
    #timetable nav.wrapper {
        padding:0;
    }
    #timetable nav .level1 {
        width:100%;
    }
    #timetable .level3,
    #timetable .single .level2 {
        padding-right:.8em;
        padding-left:.8em;
    }
    /*ul.pickup-list li {
      width: 22%;
      margin-left: 1.5%;
      margin-right: 1.5%;
      margin-bottom: 1.5em;
    }*/
    ul.pickup-list li {
      width: 30.3%;
      margin-left: 1.5%;
      margin-right: 1.5%;
      margin-bottom: 1.5em;
    }
    /*ul.pickup-list li:nth-of-type(1),
    ul.pickup-list li:nth-of-type(2),
    ul.pickup-list li:nth-of-type(3),
    ul.pickup-list li:nth-of-type(4){
      width: 22%;
    }*/
}
@media print {
    body,
    #lead,
    #chairman,
    #pickup-K-1,
    #pickup-lecturer,
    #pickup,
    #overview {
        color:#444;
        background:transparent;
    }
    .wrapper {
        padding-right:1em;
        padding-left:1em;
    }
    #header .wrapper,
    #chairman .wrapper {
        padding:0;
    }
    #calendar,
    #navigation,
    #information,
    #register,
    #timetable nav,
    #timetable .session-detail header p,
    #timetable .btn-detail,
    #timetable .btn-profile,
    #timetable .btn-timetable-navi,
    #footer p,
    #footer .page-top a{
        display:none !important;
    }
    #lead,
    #pickup .lecturer-list,
    #chairman .profile,
    #timetable .session-overview,
    #timetable .lecturer-list,
    #timetable .lecturer-profile,
    #footer {
        page-break-inside:avoid;
    }
    #information,
    #lead,
    #chairman,
    #sponsor,
    #overview {
        padding-bottom:0;
    }
    #contents div:not(#sponsor) h2,
    #contents div:not(#sponsor) h2 span {
        color:#444;
        background:#fff;
    }
    .inline-contents {
        display:block;
    }
    #chairman img,
    #chairman dl {
        width:49%;
    }
    #chairman dt {
        margin-bottom:.7em;
        padding-bottom:.2em;
        border-bottom:1px solid #8e5c6c;
    }
    .chairman-1,
    .chairman-2 {
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    .chairman-1 {
        padding-right:1em;
    }
    .chairman-2 {
        padding-left:1em;
    }
    .chairman-2 img { order:2; }
    .chairman-2 dl { order:1; }
    #sponsor ul {
        text-align:center;
    }
    #timetable h4 {
        font-size:125%;
    }
    #timetable .level1 {
        width:99%;
        margin:0 auto;
    }
    #timetable .level2 {
        border-right-width:1px;
    }
    #timetable .level2 > .level3:not(:first-child) {
        border-top-width:1px;
    }
    #timetable .single .lecturer-list,
    #pickup .lecturer-list {
        display:table;
        width:100%;
        margin-top:.8em;
    }
    #timetable .single .lecturer-list .lecturer,
    #pickup .lecturer-list .lecturer {
        display:table-cell;
        width:33%;
        padding-right:.8em;
        box-sizing:border-box;
    }
    #timetable .session-detail .lecturer-profile {
        display:inline-block;
        vertical-align:top;
        font-size:90%;
        width:49%;
    }
    /*#timetable #K-1 .lecturer-list .lecturer-pic {
        float:none;
        margin-right:0;
        margin-bottom:.5em;
    }*/
    #footer .logo{
        width:auto;
        height:auto;
        margin:0 auto;
    }
    #footer .logo img{
        display:none;
    }
    #footer .logo:after{
        display:block;
        content:"(c) 2017 Impress Corporation";
        color:#fff;
    }
}

/* --- "colorbox.js" Setting --- ///////////////////////////////////*/

/* --- session-detail ----------- */
#colorbox .session-detail {
    color:#333;
}
#colorbox .session-detail h5,
#colorbox .session-detail header p {
    padding:.4em .3em;
    border-left:8px solid #cdd9e0;
}
#colorbox .session-detail h5 {
    font-size:95%;
    line-height:1;
    color:#2f4858;
}
/*#colorbox .session-detail header p {
    line-height:1.2;
}*/
#colorbox .session-detail p {
    font-size:90%;
    line-height:1.4;
}
#colorbox .session-detail header h5 {
    padding-bottom:0;
}
#colorbox .session-detail header p {
    /*color:#999;*/
    margin-top:0;
    padding-top:.5em;
  font-size: 100%;
}
#colorbox .session-detail .lecturer-profile {
    color:#555;
}
#colorbox .session-detail .lecturer-profile .lecturer-pic {
    width:90px;
    height:90px;
}

/* --- lecturer-profile ----------- */
#colorbox .lecturer-profile {
    color:#333;
    margin-top:1em;
}
#colorbox .lecturer-profile dt {
    font-size:110%;
    font-weight:bold;
}
#colorbox .lecturer-profile dd p {
    font-size:90%;
    line-height:1.4;
}
#colorbox .lecturer-profile .lecturer-pic {
	float: left;
	width: 120px;
	height: 120px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0.5em;
}
#colorbox .lecturer-profile .lecturer-workspace {
    margin:.3em 0 0;
}
#colorbox .lecturer-profile .lecturer-biography {
    margin:1em 0 0;
}

@media only screen and (max-width:768px) {
    #colorbox .lecturer-profile .lecturer-pic {
        width:90px;
        height:90px;
    }
}
@media only screen and (min-width:769px) {
    .session-detail {
        overflow:hidden;
    }
    #colorbox .session-detail,
    #colorbox .booth-detail {
      width: 600px;
      max-width: 800px;
      padding-top: 1em;
      padding-right: 3%;
      padding-left: 3%;
      padding-bottom: 0;
      box-sizing: border-box;
    }
    #colorbox .session-detail .lecturer-profile {
        display:inline-block;
        vertical-align:top;
        font-size:90%;
        width:49%;
    }
    #colorbox .session-detail .lecturer-profile.single {
        width:100%;
    }
    #colorbox .session-detail .lecturer-profile p {
        line-height:1.3;
    }
}
@media only screen and (min-width:1024px) {
    #colorbox .session-detail .lecturer-profile .lecturer-pic {
        width:120px;
        height:120px;
    }
}

/* --- "swiper.js" Setting --- ///////////////////////////////////*/

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background:#fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom:2px;
}
.swiper-slide figure {
    position:relative;
}
.swiper-slide figure img {
    display:block;
    margin:auto;
}
.swiper-slide figcaption {
    position:absolute;
    bottom:0;
    width:100%;
    font-size:75%;
    line-height:1.3;
    color:#fff;
    padding:.5em .5em 22px;
    background:rgba(0,0,0,.8);
    box-sizing:border-box;
}
@media only screen and (min-width: 769px) {
    .swiper-container {
        width:600px;
    }
    .swiper-slide img,
    .swiper-slide figure {
        width:400px;
        margin:auto;
    }
}
