@charset "utf-8";

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

style.css

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

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,div,figure {
    font-size:100%;
    margin:0;
    padding:0;
}
body {
    color:#333;
    background:#333 url(../images/bg.png);
    background-attachment: fixed;
    -webkit-text-size-adjust:100%;
}
h1 { line-height:0; text-align:center; }
em { font-style:normal; }
img { max-width:100%; border:none; }

ul.note {
  padding-left: 0.7em;
  text-indent: -0.7em;
  list-style-type: none;
  margin-left: 0.5em;
}

/* ------------------------------------------------------ */
#wrapper {
    background:#fff;
    box-shadow:0 0 2px 1px rgba(0,0,0,0.3);
}
.lecturer-name {
    font-weight:bold;
}
.lecturer-pic img {
    display:block;
}
.clearfix:after {
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}

body.timeTbl #contents * {
-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.timeTbl #contents {
	padding:50px 10px;
}


#contents h2 {
    position:relative;
    text-align:center;
    color:#00726b;
    padding-bottom:.5em;
}
#contents h2:after {
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    width:200px;
    height:6px;
    margin:auto;
    background:#a6c8c6;
    border-radius:6px;
}
#contents a {
    color:#0095FA;
}
#contents a:hover {
    text-decoration:none;
}
#contents .wrapper {
    padding-right:3%;
    padding-left:3%;
    box-sizing:border-box;
}
#outline {
    margin-top:2.5em;
    margin-bottom:2.5em;
}
#outline .level1 h3,
#committee .level1 h3 {
    color:#00726b;
}
#outline .level2 p,
#outline .level2 li {
    line-height:1.4;
    margin:.5em 0 0;
}
#outline .level2 > p:first-child,
#outline .level2 > ul > li:first-child {
    margin-top:0;
}
/* ------------------------------------------------------ */

#navigation .nav-toggle {
    cursor:pointer;
    font-size:90%;
    text-align:center;
    color:#fff;
    margin:0;
    padding:.5em;
}
#navigation .nav-toggle i {
    display:block;
    margin-bottom:.1em;
}
#navigation ul {
    margin:0;
}
#navigation li {
	list-style: none;
	background-color: #458084;
	font-size: 110%;
  vertical-align: top;
}
#navigation li:nth-of-type(1),
#navigation li:nth-of-type(2),
#navigation li:nth-of-type(3) {
  width: 18%;
}
#navigation li:nth-of-type(4) {
  width: 21%;
}

#navigation li a {
  display:block;
  text-align:center;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
  height: 2.4em;
  line-height: 2.4em;
}
#navigation li a {
  text-decoration:none;
  color:#fff;
  background:#458084;
}
#navigation li.nav-sponsorship a {
  line-height: 1.2;
}
#navigation li a:hover {
  background-color: #325E61;
}
#navigation li.active a {
	color: #D0E5E6;
	background-color: #325E61;
}

#navigation li a span {
	color: #FFFF00 !important;
}
/*#navigation .nav-timetable > span {
  color:#fff;
  background:inherit;
  line-height: 115%;
}*/
#navigation .nav-timetable li {
  border-top: 1px solid #325E61;
}
#navigation .nav-entry {
  text-align:center;
  width: 25%;
  position: relative;
}
#navigation .nav-entry a,
#navigation .nav-entry.active a {
	display: inline-block;
	width: 95%;
  height: auto;
	font-weight: bold;
	color: #1E383B;
	margin: .4em auto;
	padding: .3em 0.5em;
	background: #ffc035;
	border-radius: 6px;
	box-sizing: border-box;
  line-height: 1.6em;
}
#navigation .nav-entry a:hover {
    background:#ffd06a;
}
/* ------------------------------------------------------ */
#footer {
	font-size: 80%;
	text-align: center;
	color: #fff;
	margin-top: 5em;
	padding-top: 1.7em;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1.5em;
	background: #eee;
}
#footer .back-to-top {
    position:fixed;
    bottom:20px;
    right:20px;
    margin:0;
    z-index:1000;
}
#footer .back-to-top a {
    display:inline-block;
    color:#114979;
    width:4em;
    height:4em;
    background:#fff;
    border-radius:4em;
}
#footer .back-to-top a:hover {
    opacity:.8;
}

#footer .logo img {
  width: 120px;
  height: auto;
}

/* ------------------------------------------------------ */
#language {
	background-color: #432C64;
  height: 2em;
}
#language p {
    line-height:1;
    text-align:right;
    color:#fff;
    margin:0;
    padding:1%;
}
#language a {
    font-size:90%;
    color:#fff;
}
#language i {
    vertical-align:middle;
    margin-right:.3em;
}
/* ------------------------------------------------------ */
#lead {
    background-image:url(../images/lead-bg.jpg);
    background-repeat:no-repeat;
    background-position:50% 0;
    background-size:cover;
    background-color:#515966;
}
#lead .wrapper {
    padding-top:1em;
    padding-bottom:2.5em;
}
#lead h2,
#lead p {
    color:#fff;
}
#lead h2:after {
    content:none;
}
/* ------------------------------------------------------ */
#pickup {
  background:#eee url(../images/recruit-bg.jpg);
    padding-top: 1em;
  padding-bottom: 2em;
    margin-bottom:0;
}
#pickup h3 {
    text-align:center;
    color:#00726b;
    margin-top:0;
    margin-bottom:.8em;
    border-bottom:1px solid #a6c8c6;
}
#pickup .lecturer {
    position:relative;
}
#pickup .lecturer:after {
    content:"";
    display:block;
    position:absolute;
    top:-6px;
    width:3em;
    height:6px;
    background:#ddd;
    border-radius:6px;
}
#pickup .lecturer-pic {
    width:180px;
    height:180px;
    margin:0 auto;
}
#pickup .session-title,
#pickup .session-subtitle {
    color:#28588a;
}
#pickup .session-title {
    margin-bottom:0;
}
#pickup .session {
    padding-bottom:1.5em;
}
/* ------------------------------------------------------ */
#sponsor {
    margin-top:0;
    margin-bottom:2.5em;
  padding-top: 2em;
}
#sponsor h2 {
    line-height:1;
    padding:.4em;
    background:#d2e3e2;
    border-radius:1em;
}
#sponsor h2:after {
    content:none;
}
#sponsor ul {
    text-align:center;
    margin:10px 0;
}
#sponsor li {
    list-style:none;
    display:inline-block;
    vertical-align:middle;
    margin:20px;
    box-sizing:border-box;
}
#sponsor li,
#sponsor li img {
    max-width:175px;
    max-height:75px;
}
#sponsor-platinum li,
#sponsor-platinum li img {
    max-width:200px;
    max-height:90px;
    margin-top:0;
}
/* ------------------------------------------------------ */
#outline-title .level2 p {
    line-height:1.3;
    margin-top:.5em;
}
#outline-title .level2 p:first-child {
    font-size:125%;
    line-height:1.2;
}
/* ------------------------------------------------------ */
#exhibition h3 {
    position:relative;
    font-size:125%;
    text-align:center;
    color:#28588a;
    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%;
    color:#444;
}
#exhibition .booth-point h4,
#exhibition .booth-corp-info h4 {
    display:none;
}
#exhibition p,
#exhibition ul {
    margin-top:1em;
    margin-bottom:1em;
}
#exhibition h2 + p {
    text-align:center;
}
#exhibition .level2 {
    font-size:90%;
    line-height:1.4;
}
#exhibition .booth-contents {
    margin:1.5em 0;
    padding-bottom:1.5em;
    border:0 solid #bdcad3;
    border-bottom-width:1px;
}
#exhibition .booth-contents:nth-of-type(1) {
    padding-top:1.5em;
    border-top-width:1px;
}
#exhibition .booth-logo {
    text-align:center;
}
#exhibition .booth-logo a {
    display:block;
    margin-bottom:30px;
}
#exhibition .booth-logo img {
    max-width:200px;
    max-height:100px;
    margin:0 auto;
}
#exhibition .booth-exhibit {
    margin:1.3em 0;
    padding:1em;
    background:#f0f0f0;
}
#exhibition .booth-exhibit ul {
    margin-bottom:0;
    margin-left:0;
}
#exhibition .booth-exhibit li {
    list-style:none;
    position:relative;
    min-height:20px;
    margin:.3em 0;
    padding-left:1.3em;
}
#exhibition .booth-exhibit li:after {
    content:"";
    display:inline-block;
    position:absolute;
    left:0;
    top:.2em;
    width:1em;
    height:1em;
    background:#bdcad3;
    border-radius:1em;
}
#exhibition .booth-corp-info {
    color:#777;
}
#exhibition .booth-corp-info p {
    margin:.3em 0;
}
#exhibition .booth-corp-info dt {
    font-weight:bold;
}
#exhibition .booth-corp-info dt:not(:first-child) {
    margin-top:1em;
}
#exhibition .level2 .tbd {
    margin:0;
}
/* ------------------------------------------------------ */
#message h2 + .message-contents {
  margin-top: 2em;
}

#message h3 {
    text-align:center;
    color:#28588a;
}
#message h3 span {
    display:inline-block;
}
#message .message-contents p:not([class*="lecturer-"]) {
    font-size:95%;
}
#message .lecturer {
    display:table;
  table-layout: fixed;
    position:relative;
    width:100%;
    margin-top:3em;
}

#message .lecturer div {
  display:table-cell;
  vertical-align: top;
  padding-left: 0.5em;
  padding-right: 0.5em;
  box-sizing: border-box;
}
#message .lecturer .lecturerBox {
  padding-left: 0;
  padding-right: 0;
}
#message .lecturer .lecturerBox p {
  margin-top: 0.3em;
  margin-bottom: 0;
}
#message .lecturer .lecturerBox .lecturer-name {
  margin-top: 0;
  margin-bottom: 0.5em;
}
#message .lecturer-pic {
    width:120px;
    height:120px;
    padding-right:1em;
}
#message .lecturer-pic img {
    width: 100%;
    height:auto;
}
#message2 {
    margin-top:4em;
}

/* ------------------------------------------------------ */
#sponsorship h3 {
  text-align:center;
  color:#28588a;
  margin-top: 2em;
  font-size: 135%;
}
#sponsorship h4 {
  margin-top: 2em;
  margin-bottom: 1em;
}

/* ------------------------------------------------------ */
#committee dl {
    line-height:1.3;
}
#committee dt {
    font-weight:bold;
}
#committee dd {
    font-size:90%;
    margin-top:.2em;
}
#committee .level3 {
    display:table;
    margin-top:1em;
}
#committee .level2 > .level3:first-child {
    margin-top:0;
}
#committee .lecturer-pic,
#committee .level3 dl {
    display:table-cell;
    vertical-align:top;
}
#committee .lecturer-pic {
    width:80px;
    height:80px;
    padding-right:10px;
}

.timetableArea {
	width:100%;
  margin-top: 2em;
}

.timetableArea table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}

.timetableArea th,
.timetableArea td {
	border: solid 1px #ccc;
	margin: 0;
	padding-top: 0.8em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.8em;
}
.timetableArea th {
	width:16%;
	background:#eee;
}
tr.tb2Column td {
  vertical-align: top;
}

.timetableArea tr.tblHeader th,
.timetableArea tr.tblHeader td {
	font-weight:bold;
	text-align:center;
	background:#333;
	color:#fff;
}

.timetableArea td .seminarCate {
	margin: 0 0 1em 0;
    position: relative;
}
.timetableArea td .seminarCate span {
	display: block;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    background-color: #27588a;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0.4em 0.5em;
    position: relative;
}

.timetableArea td .seminarCate span > span {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    color: #ff4200;
    line-height: 1;
    background-color: #fff;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    padding: 0.2em 0.4em;
    position: absolute;
    top: 50%;
    right: 0.5em;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
}

.timetableArea td h3.ttlArea {
	margin:0 0 1em 0;
	color:#28588a;
}


.timetableArea td .speakerArea + .speakerArea {
	border-top:1px dashed #ccc;
	padding-top:1em;
	margin-top:1em;
}

.timetableArea td .speakerBox {
	display:table;
	width:100%;
}

.timetableArea td .speakerBox > div {
	display:table-cell;
	vertical-align:top;
}
.timetableArea td .speakerBox > div.imgBox,
.timetableArea td.trackADtl.singleColumn .speakerBox > div.imgBox,
.timetableArea td.mainHallDtl .speakerBox > div.imgBox {
	width:20%;
}
.timetableArea td.trackADtl .speakerBox > div.imgBox,
.timetableArea td.trackBDtl .speakerBox > div.imgBox {
	width:30%;
}
.timetableArea td .speakerBox > div.imgBox img{
	width:100%;
	height:auto;
}

.timetableArea td .speakerBox > div.txtBox {
	padding:0 0 0 1em;
}
.timetableArea td .speakerBox > div.txtBox h4.speakerTtl{
	border-bottom:1px solid #ccc;
	margin:0 0 0.5em 0;
	padding-bottom: 0.2em;
	color:#333;
}
.timetableArea td .speakerBox > div.txtBox ul {
	list-style-type:none;
	margin-left: 0em;
}
.timetableArea td .speakerBox > div.txtBox ul li.name span {
	font-size:1.2em;
	font-weight:bold;
}

.timetableArea td .infoArea {
	padding-top:1em;
}

.timetableArea td .infoArea .infoBox {
	background:#ffe;
	padding:1em;
	font-size:0.9em;
}

.timetableArea td .infoArea .infoBox+.infoBox {
	margin-top:1em;
}

.timetableArea td .infoArea .infoTtl span {
	display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background-color: #114979;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    padding: 0.3em 0.8em;
}

.timetableArea td .infoArea .infoTxt h6 {
	margin:0 0 5px 0;
	font-weight:normal;
}

.timetableArea td .infoArea .infoTxt h6:first-child {
	margin-top:1em;
}

.timetableArea td .infoArea .infoTxt h6 span {
	font-weight:bold;
}

.timetableArea .speakerProf li {
	font-size:0.9em;
	margin-bottom:0.3em;
}

.timetableArea td.intermission {
	/*background-color: #F0F0F0;*/
	text-align: center;
	letter-spacing: 0.5em;
  vertical-align: middle;
}

.timetableArea td.mainHallTtl {
	background-color: #666666;
	color: #FFFFFF;
}
.timetableArea td.trackATtl {
	background-color: #826EBE;
	color: #FFFFFF;
}
.timetableArea td.trackADtl {
  width: 42%;
	background-color: #E9E3F7;
}

.timetableArea td.mainHallTtl,
.timetableArea td.trackATtl,
.timetableArea td.trackBTtl {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.timetableArea td.trackBTtl {
	background-color: #72C0B5;
	color: #FFFFFF;
}
.timetableArea td.trackBDtl {
  width: 42%;
	background-color: #E4FCF8;
}

.timetableArea td.trackADtl.singleColumn,
.timetableArea td.mainHallDtl {
  width: 84%;
}

.timetableArea tr td {
  padding: 0;
}

.timetableArea .trackTtr {
	color: #FFFFFF;
	padding-top: 0.8em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.8em;
  display: none;
}

.timetableArea td.mainHallDtl .trackTtr {
	background-color: #666666;
}
.timetableArea td.trackADtl .trackTtr {
	background-color: #826EBE;
}
.timetableArea td.trackBDtl .trackTtr {
	background-color: #72C0B5;
}
.timetableArea td .trackDtlWrap {
	padding-top: 0.8em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.8em;
}

/* ------------------------------------------------------ */
@media only screen and (min-width:461px) {
    #pickup .session-list {
        display:inline;
    }
    #pickup .session {
        display:inline-block;
        vertical-align:top;
        width:47%;
        padding-right:1%;
        padding-left:1%;
    }
}

@media only screen and (max-width:1020px) {
    #navigation li:nth-of-type(1),
    #navigation li:nth-of-type(2),
    #navigation li:nth-of-type(3) {
      width: 14%;
    }
    #navigation li:nth-of-type(4) {
      width: 26%;
    }
    #navigation .nav-entry {
      width: 32%;
    }

}

@media only screen and (max-width:768px) {
    body {
        font-size:110%;
        line-height:1.4;
    }
    #navigation .nav-toggle {
        background-color:#458084;
        background-image:linear-gradient(
          -45deg,
          #458084 25%,
          #325E61 25%, #325E61 50%,
          #458084 50%, #458084 75%,
          #325E61 75%, #325E61
        );
        background-size:6px 6px;
    }

    #navigation .nav-toggle + ul {
        display:none;
    }
    #navigation li {
      width: 100% !important;
    }
    #navigation li a,
    #navigation li span {
        border-top-width:1px;
    }
    #navigation li:nth-last-child(2) a {
        border-bottom-width:1px;
    }
    /*#navigation .nav-sponsorship br {
      display: none;
    }*/
    #navigation .nav-sponsorship a {
      padding-top: 0.5em;
      padding-bottom: 0.5em;
      height: auto;
    }
    #navigation .nav-timetable > span:hover {
        background:inherit;
    }
    #navigation .nav-timetable ul {
        display:table;
        width:100%;
    }
    #navigation .nav-timetable ul li {
        display:table-cell;
        width:33%;
        text-align:center;
    }
    #navigation .nav-timetable ul li a {
        width:90%;
        margin:auto;
        padding:.5em 0;
        border:1px solid #86a1bf;
        border-radius:2em;
    }
    #navigation .nav-entry {
      width: 100%;
    }
    #navigation .nav-entry a {
        margin-top:.8em;
        margin-bottom:.8em;
    }
    #language p {
        padding:2%;
    }
    #contents .wrapper {
        padding-right:5%;
        padding-left:5%;
    }
    #outline .level1 h3,
    #committee .level1 h3 {
        font-size:85%;
        line-height:1;
        margin-bottom:.8em;
        padding:.5em .8em;
        background:#e9e9e9;
        border-radius:1em;
    }
    #outline .level2,
    #committee .level2 {
        padding-right:.8em;
        padding-left:.8em;
    }
    #lead h2 {
        margin-top:.8em;
        margin-bottom:.5em !important;
    }
    #exhibition .booth-logo a:first-child {
        margin-top:45px;
    }
    #exhibition .level2 .tbd {
        text-align:center;
    }

  .timetableArea td.trackADtl,
  .timetableArea td.trackBDtl,
  .timetableArea td.trackADtl.singleColumn,
  .timetableArea td.mainHallDtl {
    width: 100%;
  }
  .timetableArea .trackTtr  {
	  display: block;
  }

}

@media only screen and (min-width:769px) {
    #wrapper {
        max-width:1020px;
        margin:0 auto;
        overflow: hidden;
    }
    #navigation .nav-toggle {
        display:none;
    }
    #navigation ul {
        display:table !important;
        width:100%;
    }
    #navigation li {
        display:table-cell;
    }
    #navigation .nav-timetable {
        position:relative;
    }
    #navigation .nav-timetable span {
        cursor:pointer;
    }
    #navigation .nav-timetable span.active {
        color:#a0b6c9;
        background:#114979;
    }
    #navigation .nav-timetable ul {
        display:none !important;
        position:absolute;
        z-index:100;
    }
    #navigation .nav-timetable:hover ul,
    #navigation .nav-timetable li {
        display:block !important;
    }
    #navigation .nav-timetable li a {
        border-top-width:1px;
    }
    #lead .wrapper,
    #recruit .wrapper,
    #sponsor .wrapper,
    #outline .wrapper,
    #message .wrapper,
    #sponsorship .wrapper,
    #committee .wrapper {
        max-width:80%;
        margin-right:auto;
        margin-left:auto;
    }
    #outline .level1,
    #committee .level1 {
        display:table;
        width:100%;
        border:0 solid #ccc;
        border-width:0 0 1px;
        box-sizing:border-box;
    }
    #outline .level1:nth-last-child(1),
    #committee .level1:nth-last-child(1) {
        border-width:0;
    }
    #outline h2 + .level1,
    #committee h2 + .level1 {
        margin-top:1em;
    }
    #outline .level1 h3,
    #outline .level2,
    #committee .level1 h3,
    #committee .level2 {
        display:table-cell;
        vertical-align:top;
        padding:2%;
    }
    #outline .level1 h3,
    #committee .level1 h3 {
        width:15%;
        text-align:center;
        margin:0;
    }
    #pickup .session-list {
        display:table;
        width:100%;
    }
    #pickup .session {
        display:table-cell;
        width:33%;
    }
    #sponsor-cafe,
    #sponsor-exhibition {
        display:inline-block;
        vertical-align:top;
        width:48%;
    }
    #sponsor .logo-harmonicdrive {
        margin-top:32px;
        margin-bottom:0;
    }
    #outline-title p:first-child {
        margin-bottom:0;
    }
    #exhibition .level1 {
        display:table;
        width:100%;
    }
    #exhibition .level2,
    #exhibition .booth-logo {
        display:table-cell;
        vertical-align:top;
    }
    #exhibition .level2 {
        padding-right:4%;
    }
    #exhibition .booth-logo {
        width:30%;
    }
    #exhibition .booth-point h4 + p {
        margin-top:0;
    }
    #exhibition .booth-corp-info p {
        line-height:1.3;
    }
}


/***************************************/
/* tablet */
/***************************************/
@media only screen and (max-width:768px) {
    body {
        font-size:110%;
        line-height:1.4;
    }

	#navigation nav {
	    display:block;
	    width:100%;
	}
	#navigation nav a {
	    display:block;
	    text-align:center;
	    width:100%;
	    padding:0.85em 0;
      height: 1.4em;
      line-height: 1.4;
	}
	#navigation nav a:hover {
		background: #325E61;
	}
	#navigation nav a.active {
		background:#114979;
		color:#a0b6c9;
	}

	#navigation nav a:nth-of-type(n+2){
		border-left:none;
		border-bottom:1px solid #27588a;
	}

	.timetableArea .tblHeader,
	.timetableArea .tbTrackHdr {
		display:none;
	}

  .timetableArea th {
    background-color: #333333;
    color: #FFFFFF;
  }
  .timetableArea th br {
    display: none;
  }
  .timetableArea th::after {
    content: ' ▼';
    color: #FFFFFF;
    font-size: 90%;
  }

	.timetableArea th,
	.timetableArea td {
		display:block;
		width:100%;
	}

  .timetableArea td.intermission {
    padding: 1em;
  }

  .timetableArea td .speakerBox > div.imgBox,
  .timetableArea td.trackADtl.singleColumn .speakerBox > div.imgBox,
  .timetableArea td.mainHallDtl .speakerBox > div.imgBox {
    width:30%;
  }
  .timetableArea .trackTtr {
    text-align: center;
  }

  /* ------------------------------------------------------ */
  #message .lecturer {
    margin-top: 2em;
  }
  #message .lecturer .lecturerBox {
    display: table-cell;
    vertical-align: top;
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  #message .lecturer .lecturerBox div {
    display: block;
    width: 100%;
    text-align: center;
  }
  #message .lecturerBox .lecturer-pic {
    width:100%;
    height:auto;
    text-align: center;
    padding-bottom: 0.5em;
  }
  #message .lecturerBox .lecturer-pic img {
    width:120px;
    height: auto;
    display: inline;
  }

}


@media screen and (max-width: 480px) {
	.timetableArea td .speakerBox > div {
		display:block;
		margin:0 0 0.5em;
	}

	.timetableArea td .speakerBox > div.imgBox,
  .timetableArea td.trackADtl .speakerBox > div.imgBox,
  .timetableArea td.trackBDtl .speakerBox > div.imgBox,
  .timetableArea td.trackADtl.singleColumn .speakerBox > div.imgBox,
  .timetableArea td.mainHallDtl .speakerBox > div.imgBox {
	    width: 100%;
	}
	.timetableArea td .speakerBox > div.imgBox img {
		max-width:100%;
	}

  #message .lecturerBox .lecturer-name {
    font-size:100%;
  }

}


@media print {
    body,
    #footer,
    #lead,
    #recruit {
        background:transparent;
    }
    #footer,
    #lead h2,
    #lead p {
        color:inherit;
    }
    #navigation,
    #footer .back-to-top a,
    #pickup .lecturer:after{
        display:none !important;
    }
    .lecturer,
    #footer,
    #recruit,
    #pickup section,
    #sponsor section,
    #outline .level1 {
        page-break-inside:avoid;
    }
    #wrapper {
        box-shadow:none;
    }
    #footer {
        border-top:1px solid #ccc;
    }
    #footer .logo img{
        display:none;
    }
    #contents .wrapper {
        padding-right:1em;
        padding-left:1em;
    }
    #lead .wrapper {
        padding-top:1em;
        padding-bottom:0;
    }
    #recruit .wrapper {
        padding-top:1.5em;
        padding-bottom:0;
    }
}

/* hiddenbox start */
div.hiddenBox {
	overflow: hidden;
	position: relative;
}
div.hiddenBox .readMoreBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 0, 0, 0)), to(white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
div.hiddenBox .readMoreBox span {
	display: inline-block;
	font-size:0.8em;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
	background-color: #458084;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	cursor: pointer;
	padding: 0.6em 3em;
	transition: all .2s;
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
div.hiddenBox .readMoreBox span:hover {
	background-color: #85B1B4;
}
/* hiddenbox end */

/* .entryBtnArea start */
#contents .entryBtnArea {
	margin: 30px 0!important;
	padding: 0!important;
}
#contents .entryBtnArea a {
	display: block;
	width: 80%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background-color: #396FB9;
	border-bottom: 3px solid #27588A;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	margin: 0 auto;
	padding: 1.2em 0;
	transition: all .2s;
}
#contents .entryBtnArea a i {
	padding: 0 0.5em 0 0;
}
#contents .entryBtnArea a:hover {
	background-color: #5690DF;
}
/* .entryBtnArea end */


.pL0{ padding-left:0px!important; }
