@charset "utf-8";
/* CSS Document */

/* -----------------------------------

  サイト毎個別のCSS調整事項があれば
  add_sp.cssに記述してください

----------------------------------- */

*{
    font-size: inherit;
}
html{
    font-size: 62.5%;
    background: #0068b7;
}
body{
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    background: #ffffff;
    overflow-x: hidden;
}
body, input, button{
    font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.inner {
    width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ddd), color-stop(0.00, #f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7, #ddd);
    background: -moz-linear-gradient(#f7f7f7, #ddd);
    background: -o-linear-gradient(#f7f7f7, #ddd);
    background: -ms-linear-gradient(#f7f7f7, #ddd);
    background: linear-gradient(#f7f7f7, #ddd);
    border: solid 1px #a6a6a6;
    border-radius: 2px;
}
button{
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding: 10px 0;
    border: solid 1px #a6a6a6;
    -webkit-appearance: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ddd), color-stop(0.00, #f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7, #ddd);
    background: -moz-linear-gradient(#f7f7f7, #ddd);
    background: -o-linear-gradient(#f7f7f7, #ddd);
    background: -ms-linear-gradient(#f7f7f7, #ddd);
    background: linear-gradient(#f7f7f7, #ddd);
    border: solid 1px #a6a6a6;
    border-radius: 2px;
}
input[type="button"] {
    -webkit-appearance: none;
    border-radius: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ddd), color-stop(0.00, #f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7, #ddd);
    background: -moz-linear-gradient(#f7f7f7, #ddd);
    background: -o-linear-gradient(#f7f7f7, #ddd);
    background: -ms-linear-gradient(#f7f7f7, #ddd);
    background: linear-gradient(#f7f7f7, #ddd);
    border: solid 1px #a6a6a6;
    border-radius: 2px;
    word-break:break-all;
}
.spNone{
    display: none !important;
}
.bgGray{
    background: #f2f2f2;
}
.bgBlue{
    background: #0068b7;
}
.bgwhite{
    background: #ffffff;
}

/* 動画埋め込み */
div.youtube,
div.youku{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
div.youtube iframe,
div.youku iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ----- header ----- */

#header{
    box-shadow: 0 0 8px #dddddd;
    z-index: 500;
}
#header .bgBlue{
    padding-top: 8px;
    padding-bottom: 8px;
}
#header>div .awardLogo{
    width: 64px;
    height: 12px;
}
#header .bgWhite{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
#header h1{
    width: calc(100% - 80px);
    max-width: 480px;
}

/* ----- メインメニュー ----- */

.spScroll{
    padding: 120px 16px 64px;
}
.spScroll .loginInfo{
    text-align: left;
}
.spScroll .loginInfo .userName{
    width: calc(100% - 104px);
    float: left;
    font-size: 90%;
    line-height: 1.4;
    padding-top: 0.75em;
    padding-right: 12px;
}
.spScroll .loginInfo .userName span{
    display: block;
}
.spScroll .loginInfo .userName span.belong{
    color: #666666;
}
.spScroll .loginInfo .userName span.name{
}
.spScroll .loginInfo .btn{
    width: 104px;
    float: right;
}
.spScroll .loginInfo .btn input{
    display: block;
    width: 100%;
    color: #ffffff;
    font-weight: 500;
    padding: 0.75em 0;
    text-align: center;
    text-decoration: none;
    border: none;
    background: #0068b7;
    border-radius: 3px;
    cursor: pointer;
}
.spScroll p.manual{
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
}
.spScroll .contact{
    text-align: center;
}
.spScroll .contact a{
    display: inline-block;
    width: 160px;
    color: #ffffff;
    font-weight: 500;
    padding: 1em 0;
    text-align: center;
    text-decoration: none;
    background: #0068b7;
    border-radius: 3px;
    cursor: pointer;
}
.spScroll .language{
    margin-top: 1em;
    margin-bottom: 1em;
}
.spScroll .language ul{
    font-size: 0;
    text-align: center;
}
.spScroll .language ul li{
    display: inline-block;
    font-size: 1.3rem;
}
.spScroll .language ul li:after{
    content: "／";
    display: inline;
    opacity: 0.5;
}
.spScroll .language ul li:last-child::after{
	content: none;
}
.spScroll .language ul li a,
.spScroll .language ul li span{
    display: inline-block;
    padding-left: 0.75em;
    padding-right: 0.75em;
}
.spScroll .language ul li a{
    opacity: 0.75;
}
.spScroll .language ul li.active span{
    font-weight: bold;
}
#mainNav{
    border-bottom: solid 1px #dddddd;
    margin-bottom: 2.5em;
}
#mainNav>li{
    border-top: solid 1px #dddddd;
}
#mainNav>li>a,
#mainNav>li>span{
    display: block;
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    padding: 0.75em 0;
}
#mainNav ul.sub{
    margin-bottom: 0.5em;
}
#mainNav ul.sub li{
}
#mainNav ul.sub li a{
    display: block;
    color: inherit;
    font-size: 90%;
    padding: 0.3em 0 0.3em 1.5em;
}
#mainNav ul.sub li a:before{
    content: "-";
    opacity: 0.75;
    margin-right: 0.5em;
}


/* ------ footer ------ */

#footer{
    clear: both;
    color: #ffffff;
    padding-top: 28px;
    padding-bottom: 28px;
}
#footer small#copyright{
    display: block;
    font-size: 1.0rem;
    letter-spacing: 0.075em;
    text-align: center;
    opacity: 0.75;
}

#pagetop{
    position: fixed;
    height: auto;
    right: 0;
    bottom: 108px;
    z-index: 500;
}
#pagetop a{
    display: block;
    width: 64px;
    height: 48px;
    color: #787878;
    font-size: 10px;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    padding-top: 36px;
    background: transparent;
    border-radius: 50%;
}
#pagetop a:before{
    content: "▲";
    color: #0068b7;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    position: absolute;
    top: 2px;
    left: 50%;
    right: 50%;
    margin: 0 -18px;
    transform: scale(1.2, 1);
    transition-duration: 0.3s;
}
#pagetop a:hover::before{
    color: #333333;
    top: 0;
}

/* ----- aside ads banner ----- */

aside.ads a{
    display: block;
}

/* ヘッダー下バナー */
#largeAds{
    padding-top: 20px;
    padding-bottom: 20px;
}
#largeAds div aside{
    max-width: 980px;
    margin: 8px auto 0;
}
#largeAds div>aside:first-child{
    margin-top: 0 !important;
}

/* フッターバナー */
#footAdsArea{
    padding-top: 28px;
    padding-bottom: 28px;
}
#middleAdsarea,
#smallAdsarea{
    max-width: 872px;
    margin: 0 auto 16px;
}
#middleAdsarea aside,
#smallAdsarea aside{
    float: left;
}
#middleAdsarea aside{
    margin-top: 16px;
}
#smallAdsarea aside{
    width: calc((100% - 16px) / 2);
    margin-left: 16px;
    margin-bottom: 16px;
}
#middleAdsarea aside:first-child,
#smallAdsarea aside:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}

/* ----- commons style sheet ----- */

#pages{
}
#pages .box{
    padding: 1.5em 16px;
    margin-bottom: 1.5em;
    background: #ffffff;
    box-shadow: 0 0 8px #dddddd;
    border-radius: 8px;
}
#pages .box>*:last-child{
    margin-bottom: 0 !important;
}
#pages section{
}
#pages h1{
    color: #121212;
    font-size: 150%;
    line-height: 1.6;
    margin-bottom: 1em;
}
#pages h2{
    color: #121212;
    font-size: 110%;
    line-height: 1.6;
    margin-bottom: 0.75em;
}
#pages h3{
    color: #ffffff;
    font-size: 110%;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0.5em 0.8em;
    margin-bottom: 1.25em;
    background: #0068b7;
    border-radius: 2px;
}
#pages h4{
    font-size: 105%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    padding: 0 0.1em 0.4em;
    border-bottom: solid 2px #0068b7;
}
#pages h5{
}
#pages h6{
}
#pages p,
#pages li,
#pages table,
#pages dl{
    font-size: inherit;
    line-height: 1.6;
}
#pages p{
    margin-bottom: 1.5em;
}
#pages ul.disc{
}
#pages ul.disc li{
}
#pages ol.decimal{
}
#pages ol.decimal li{
}
#pages dl.tableDl{
    width: 100%;
    margin-bottom: 2.5em;
}
#pages dl.tableDl dt,
#pages dl.tableDl dd{
    line-height: 1.4;
    position: relative;
}
#pages dl.tableDl dt{
    font-weight: 500;
    margin-bottom: 0.25em;
}
#pages dl.tableDl dd{
    margin-bottom: 1.5em;
}
#pages dl.tableDl dt span.req {
    color: #ff0000;
    font-weight: 600;
    margin-left: 0.25em;
}
#pages dl.form dd small{
    font-size: 80%;
}
#pages table{
}
#pages table th{
}
#pages table thead th{
}
#pages table tbody th{
}
#pages table tbody td{
}
#pages .btn{
}
#pages .btn.center{
    text-align: center;
}
#pages .btn a,
#pages .btn input,
#pages .btn button{
    display: block;
    width: 240px;
    color: #ffffff;
    font-weight: 500;
    padding: 1.5em 2em;
    text-align: center;
    text-decoration: none;
    margin: 1em auto 0;
    background: #0068b7;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
#pages .btn>*last-child{
    margin-top: 0;
}

/* 入力項目共通 */

#pages dl.form dd input,
#pages dl.form dd select,
#pages dl.form dd textarea{
    width: 100%;
    line-height: 1;
    padding: 0.3em 0.5em;
    border: none;
    background: #e5e5e5;
}
#pages dl.form dd input[type="file"]{
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}
#pages dl.form dd fieldset{
    border: none;
}
#pages dl.form dd input[type="radio"]{
    display: inline-block;
    width: auto;
    margin-right: 0.25em;
}
#pages dl.form dd fieldset label{
    margin-right: 1.5em;
}
#pages dl.form dd fieldset label:last-child{
    margin-right: 0;
}
#pages dl.form dd .form_input_box label[for="password_chg"]{
    font-size: 90%;
}
#pages dl.form dd .form_input_box input[type="checkbox"]{
    width: auto;
    margin-right: 0.25em;
}
#pages .creditImg{
    text-align: center;
    margin-bottom: 1.5em;
}
#pages .err_msg_s{
    color: #ff3300;
    font-size: 90%;
    font-weight: 500;
    padding-top: 0.3em;
}

/* ----- login ----- */

#loginPage{
    padding-bottom: 40px;
}
#loginPage .btn a,
#loginPage .btn button{
    display: inline-block;
    width: 200px;
    color: #ffffff;
    font-weight: 500;
    padding: 1.25em 0;
    text-align: center;
    text-decoration: none;
    background: #0068b7;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
#loginPage #login{
    padding: 28px 16px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 8px #dddddd;
}
#loginPage #login h1{
    color: #0068b7;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0;
}
#loginPage dl.loginForm{
    margin-bottom: 1em;
}
#loginPage dl.loginForm dt,
#loginPage dl.loginForm dd{
    font-size: 1.3rem;
}
#loginPage dl.loginForm dt{
    color: #666666;
    font-weight: 500;
    padding-top: 0.6em;
    margin-bottom: 0.25em;
}
#loginPage dl.loginForm dd{
    margin-bottom: 0.75em;
}
#loginPage dl.loginForm dd input{
    width: 100%;
    font-size: 90%;
    line-height: 1;
    padding: 0.5em 0.5em;
    border: none;
    background: #dddddd;
}
#loginPage .loginBtn{
    text-align: center;
}
#loginPage .loginNav{
    text-align: center;
}
#loginPage .loginNav>*:last-child{
    margin-bottom: 0 !important;
}
#loginPage .loginNav p{
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0.5em;
}
#loginPage .loginNav .btn{
    margin-bottom: 1.5em;
}

/* ----- マイページ ----- */

#pages .congress_exists_registration{
}
#pages .congress_exists_registration p.congressName{
    margin-bottom: 0.5em;
}
#pages .congress_exists_registration p.congressName span,
#pages .congress_exists_registration .status p span{
    color: #666666;
    font-size: 90%;
}
#pages .congress_exists_registration p.congressName b{
    color: #0068b7;
    font-size: 125%;
}
#pages .congress_exists_registration .btn.barcode{
    text-align: center;
}

/* info & download */
#information,
#download{
    width: 100%;
}
#information .infoList li,
#download .downloadList li{
    border-bottom: solid 1px #cccccc;
}
#information .infoList li:first-child,
#download .downloadList li:first-child{
    border-top: solid 1px #cccccc;
}

/* information */

#information .infoList li>a,
#information .infoList li>span{
    display: block;
    color: inherit;
    text-decoration: none;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
#information .infoList li>span>a{
    text-decoration: underline !important;
}
#information .infoList li p{
    margin-bottom: 0;
}
#information .infoList li p.date{
    color: #787878;
    font-size: 85%;
    margin-bottom: 0.2em;
}
#information .infoList li p.title{
}

/* download */

#download .downloadList li a{
    display: block;
    color: inherit;
    font-weight: 500;
    text-decoration: none;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
#download .downloadList li p.title{
    text-indent: -50px;
    margin-left: 50px;
    margin-bottom: 0;
}
#download .downloadList li p.title:before{
    display: inline-block;
    width: 40px;
    color: #ffffff;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-indent: 0;
    vertical-align: baseline;
    margin-right: 0.5em;
    padding: 0.25em;
    border-radius: 12px;
}
#download .downloadList li.pdf p.title:before{
    content: "PDF";
    background: #ff3300;
}
#download .downloadList li.word p.title:before{
    content: "WORD";
    background: #285293;
}
#download .downloadList li.ppt p.title:before{
    content: "PPT";
    background: #d24726;
}

/* ----- program list ----- */

#pages p.count{
    font-size: 90%;
    text-align: right;
    margin-bottom: 1em;
}
#pages.program p.chairman{
    font-size: 90%;
    margin-bottom: 0.5em;
}
#pages.program p.session_details{
    font-size: 90%;
}
#pages .programList{
    margin-bottom: 3em;
}
#pages .programList dl{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    border-bottom: solid 1px #cccccc;
}
#pages .programList dl dt,
#pages .programList dl dd{
    width: 100%;
}
#pages .programList dl dt,
#pages .programList.non-time dl dd.dtl{
    padding-top: 12px;
}
#pages .programList dl dt{
    border-top: solid 1px #cccccc;
}
#pages .programList dl dt.time,
#pages .programList dl dt.datetime{
    color: #787878;
}
#pages .programList dl dt .date,
#pages .programList dl dt .starttime,
#pages .programList dl dt .endtime{
    display: inline-block;
    font-size: 85%;
    font-weight: 500;
    line-height: 1.5;
}
#pages .programList dl dt .date{
    margin-right: 0.5em;
}
#pages .programList dl dt .endtime:before{
    content: "-";
    display: inline-block;
    font-size: 100%;
    margin: 0 0.5em 0 0.25em;
}
#pages .programList dl dd.dtl>*:last-child{
    margin-bottom: 0 !important;
}
#pages .programList dl dd.dtl p.title{
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: 0.2em;
}
#pages .programList dl dd.dtl p.speaker{
    font-size: 90%;
    margin-bottom: 0;
}
#pages .belong{
    color: #666666;
    font-size: 90% !important;
    font-weight: normal;
}
#pages .belong:before,
#pages .belong:after{
}
#pages .belong:before{
    content: "(";
}
#pages .belong:after{
    content: ")";
}
#pages .programList dl dd.command{
    font-size: 0;
    text-align: center;
    vertical-align: top;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: solid 1px #cccccc;
}
#pages .command a{
    display: inline-block;
    width: calc((100% - 126px) / 2);
    color: inherit;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 48px;
    text-align: left;
    text-decoration: none;
    margin-right: 8px;
    border: solid 2px #dddddd;
    border-radius: 1px;
}
#pages .command a:last-child{
    margin-right: 0;
}
#pages .command a.youtube{
    background: #ffffff url(../img/icon/icon-youtube.png) no-repeat center left 8px;
    background-size: 26px auto;
    padding-left: 40px;
}
#pages .command a.vimeo{
    background: #ffffff url(../img/icon/icon-vimeo.png) no-repeat center left 8px;
    background-size: 30px auto;
    padding-left: 52px;
}
#pages .command a.youku{
    background: #ffffff url(../img/icon/icon-youku.png) no-repeat center top 8px;
    background-size: 22px auto;
}
#pages .command a.other{
    background: #ffffff url(../img/icon/icon-othesmovie.png) no-repeat left 8px center;
    background-size: 22px auto;
    padding-left: 40px;
}
#pages .command a.dtlLink{
    background: #ffffff url(../img/icon/icon-dtl.png) no-repeat left 10px center;
    background-size: 24px auto;
    padding-left: 51px;
}
#pages .command a.pdf{
    background: #ffffff url(../img/icon/icon-dl.png) no-repeat center top 8px;
    background-size: 24px auto;
}
#pages .command a.download{
    background: #ffffff url(../img/icon/icon-dl.png) no-repeat left 10px center;
    background-size: 24px auto;
    padding-left: 46px;
}
#pages .command a.poster{
    background: #ffffff url(../img/icon/icon-poster.png) no-repeat left 10px center;
    background-size: 24px auto;
    padding-left: 44px;
}
#pages .command a.scheduled{
    background: #ffffff url(../img/icon/icon-schedule.png) no-repeat left 14px center;
    background-size: 26px auto;
    padding-left: 53px;
}
#pages .command a.s-delete{
    background: #ffffff url(../img/icon/icon-s-delete.png) no-repeat left 12px center;
    background-size: 26px auto;
    padding-left: 53px;
}
#pages .command span.btn_set{
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
}
@media screen and (max-width: 479px){
	#pages .command a{
          width: calc((100% - 16px) / 2);
	}
	#pages .command span.btn_set{
	    display: block;
	    margin: 12px auto 0;
	}
	#pages .command .btn_set .tgl_set{
	    width: 124px;
	    height: 50px;
	}
	#pages .command .btn_set .tgl_set br{
            display: none;
	}
}


/* ----- program btn ----- */

#sessionMove{
    margin-bottom: 1.5em;
}
#sessionMove ul li{
    width: calc((100% - 10px) / 2);
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
#sessionMove ul li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}
#sessionMove ul li a{
    display: block;
    color: #ffffff;
    font-weight: 500;
    font-size: 110%;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-align: center;
    padding: 1em 1em;
    background: #0068b7;
    border-radius: 4px;
}
#dateSelect{
    margin-bottom: 1.5em;
}
#dateSelect ul li{
    width: calc((100% - 16px) / 3);
    float: left;
    margin-left: 8px;
    margin-bottom: 8px;
}
#dateSelect ul li:nth-child(3n+1){
    clear: both;
    margin-left: 0;
}
#dateSelect ul li a{
    display: block;
    color: #0068b7;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding: 1.25em 0.5em;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 4px #dddddd;
    border: solid 1px #dddddd;
}
.zoomLink{
    width: calc(100% - 16px);
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 0 8px #999999;
    position: fixed;
    left: 50%;
    bottom: 8px;
    z-index: 100;
    transition-duration: 0.3s;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background: #0068b7;
}
.zoomLink:hover{
    bottom: 0;
}
.zoomLink.fixed a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 16px;
}
.zoomLink .pass{
    display: none;
}
.zoomLink .text{
    /*width: calc(100% - 148px);*/
    width: 90%;
    float: left;
    padding-right: 16px;
}
.zoomLink .text p{
    font-size: 1.2rem !important;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.zoomLink .btn{
    width: 148px;
    float: right;
}
.zoomLink .btn{
    max-width: 200px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    text-indent: -9999px;
    text-decoration: none;
    margin: 1em auto 0;
    background: #ffffff url(../img/icon/logo_zoom.png) no-repeat center center !important;
    background-size: 64px auto !important;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.zoomLink_page .btn a{
    width: 100%;
    min-width: auto !important;
    text-indent: -9999px;
    background: #ffffff url(../img/icon/logo_zoom.png) no-repeat center center !important;
    background-size: 80px auto !important;
    border: solid 2px #cccccc !important;
}

.zoomLink_page{
    padding: 16px 0;
    margin-bottom: 1.5em;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.zoomLink_page>*:last-child{
    margin-bottom: 0 !important;
}
.zoomLink_page p:first-child{
    font-weight: 500;
    margin-bottom: 0.75em !important;
}
.zoomLink_page .btn{
    margin-bottom: 0.75em;
}
.zoomLink_page .btn a{
    display: inline-block !important;
    width: 160px;
    margin-top: 0 !important;
}
.zoomLink_page p.url{
    font-size: 90% !important;
    text-indent: -3em;
    margin-left: 3em;
}
.zoomLink_page p.url a{
    word-break: break-all;
}
.teamsLink{
    width: calc(100% - 16px);
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 0 8px #999999;
    position: fixed;
    left: 50%;
    bottom: 8px;
    z-index: 100;
    transition-duration: 0.3s;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background: #0068b7;
}
.teamsLink:hover{
    bottom: 0;
}
.teamsLink.fixed a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 16px;
}
.teamsLink .pass{
    display: none;
}
.teamsLink .text{
    /*width: calc(100% - 148px);*/
    width: 90%;
    float: left;
    padding-right: 16px;
}
.teamsLink .text p{
    font-size: 1.2rem !important;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.teamsLink .btn{
    width: 148px;
    float: right;
}
.teamsLink .btn{
    max-width: 200px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    text-indent: -9999px;
    text-decoration: none;
    margin: 1em auto 0;
    background: #ffffff url(../img/icon/logo_teams.png) no-repeat center center !important;
    background-size: 64px auto !important;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.teamsLink_page .btn a{
    width: 100%;
    min-width: auto !important;
    text-indent: -9999px;
    background: #ffffff url(../img/icon/logo_teams.png) no-repeat center center !important;
    background-size: 80px auto !important;
    border: solid 2px #cccccc !important;
}

.teamsLink_page{
    padding: 16px 0;
    margin-bottom: 1.5em;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.teamsLink_page>*:last-child{
    margin-bottom: 0 !important;
}
.teamsLink_page p:first-child{
    font-weight: 500;
    margin-bottom: 0.75em !important;
}
.teamsLink_page .btn{
    margin-bottom: 0.75em;
}
.teamsLink_page .btn a{
    display: inline-block !important;
    width: 160px;
    margin-top: 0 !important;
}
.teamsLink_page p.url{
    font-size: 90% !important;
    text-indent: -3em;
    margin-left: 3em;
}
.teamsLink_page p.url a{
    word-break: break-all;
}
.webexLink{
    width: calc(100% - 16px);
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 0 8px #999999;
    position: fixed;
    left: 50%;
    bottom: 8px;
    z-index: 100;
    transition-duration: 0.3s;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    background: #0068b7;
}
.webexLink:hover{
    bottom: 0;
}
.webexLink.fixed a{
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 16px;
}
.webexLink .pass{
    display: none;
}
.webexLink .text{
    /*width: calc(100% - 148px);*/
    width: 90%;
    float: left;
    padding-right: 16px;
}
.webexLink .text p{
    font-size: 1.2rem !important;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.webexLink .btn{
    width: 148px;
    float: right;
}
.webexLink .btn{
    max-width: 200px;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-weight: 500;
    padding: 1em 2em;
    text-align: center;
    text-indent: -9999px;
    text-decoration: none;
    margin: 1em auto 0;
    background: #ffffff url(../img/icon/logo_webex.png) no-repeat center center !important;
    background-size: 64px auto !important;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.webexLink_page .btn a{
    width: 100%;
    min-width: auto !important;
    text-indent: -9999px;
    background: #ffffff url(../img/icon/logo_webex.png) no-repeat center center !important;
    background-size: 80px auto !important;
    border: solid 2px #cccccc !important;
}

.webexLink_page{
    padding: 16px 0;
    margin-bottom: 1.5em;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
.webexLink_page>*:last-child{
    margin-bottom: 0 !important;
}
.webexLink_page p:first-child{
    font-weight: 500;
    margin-bottom: 0.75em !important;
}
.webexLink_page .btn{
    margin-bottom: 0.75em;
}
.webexLink_page .btn a{
    display: inline-block !important;
    width: 160px;
    margin-top: 0 !important;
}
.webexLink_page p.url{
    font-size: 90% !important;
    text-indent: -3em;
    margin-left: 3em;
}
.webexLink_page p.url a{
    word-break: break-all;
}

/* ----- room ----- */

#pages.room{
}
#pages.room p.sessionNo{
    display: inline-block;
    color: #ffffff;
    font-size: 90%;
    font-weight: 500;
    line-height: 1;
    padding: 0.3em 1.5em;
    margin-bottom: 0.25em;
    background: #333333;
    border-radius: 24px;
}
#pages.room h1{
    font-size: 120%;
    margin-bottom: 0.5em;
}
#pages.room h1 small{
    color: #666666;
    font-size: 60%;
    font-weight: 500;
    margin-right: 0.3em;
}
@media screen and (max-width: 480px){
	#pages.room h1 small{
	    display: block;
	    margin-top: 0.75em;
	}
}
#pages.room p.onlinetime{
    display: inline-block;
    font-size: 90%;
    padding: 0.3em 1em;
    background: #dddddd;
    border-radius: 1px;
}
#pages.room .outline{
    margin-bottom: 2.5em;
}
#pages.room .outline>*:last-child{
    margin-bottom: 0 !important;
}

#pages.room .sessionMeta{
    margin-bottom: 2.5em;
    padding: 16px;
}
#pages.room .sessionMeta .text{
    margin-bottom: 1em;
}
#pages.room .sessionMeta .text>*:last-child{
    margin-bottom: 0 !important;
}
#pages.room .sessionMeta .text p{
    margin-bottom: 0.25em;
}
#pages.room .sessionMeta .text p.belong:before,
#pages.room .sessionMeta .text p.belong:after{
    content: none !important;
}

/* 動画発表 */
#pages.room #movieWrap{
    margin-bottom: 2.5em;
    background: #000000;
}

/* ポスター発表 */
#pages.room .pdfFrame{
    margin-bottom: 2.5em;
}
#pages.room .pdfFrame iframe{
    min-height: 75vh;
    width: 100%;
    height: 100%;
    border: none;
}


#pages.room #commentFrame{
}
#pages.room #commentFrame iframe{
    width: 100%;
    height: 480px;
    border: none;
    overflow: hidden;
}
/* ----- 講演検索 ----- */

#searchform{
    margin-bottom: 1.5em;
}
#searchform .title{
    display: block;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
    padding: 0.75em 1em;
    margin-bottom: 0.75em;
    border-radius: 3px;
    background: #0068b7;
    position: relative;
    cursor: pointer;
}
#searchform .title:before{
    content: "▼";
    font-size: 80%;
    line-height: 1;
    margin-right: 0.75em;
}
.toggle-wrap .toggle-content,
.toggle-wrap > input[type="checkbox"] {
  display: none;
}
.toggle-wrap .toggle-content{
    transition: 0.7s;
}
#searchform.scheduleNarrow,
.toggle-wrap .toggle-content{
    padding: 16px;
    padding-bottom: 24px;
    margin-bottom: 1.5em;
    background: #ffffff;
    border: solid 3px #dddddd;
    border-radius: 3px;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
  display: block;
  transition: 0.7s;
}
#searchform dl dt,
#searchform dl dd{
    line-height: 1.5;
}
#searchform dl dt{
    font-weight: 500;
    margin-bottom: 0.5em;
}
#searchform dl dd{
    margin-bottom: 1em;
}
#searchform .submitBtn{
    text-align: center;
}
#searchform.scheduleNarrow dl dt{
    width: 64px;
    float: left;
}
#searchform.scheduleNarrow dl dd{
    width: calc(100% - 64px);
    float: left;
}


/* ----- channel table ----- */

#channelTable{
}
#channelTable.scroll{
    overflow: auto;
    margin-bottom: 2.5em;
}
#channelTable.scroll::-webkit-scrollbar{
    height: 5px;
}
#channelTable.scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
}
#channelTable.scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
}
#channelTable.scroll table{
    width:100%;
}
#channelTable table{
    width: 100%;
    height: 100%;
    margin-bottom: 0.5em;
    background: #cccccc;
    border-spacing: 1px;
    border-collapse: separate;
}
#channelTable thead th{
    color: #ffffff;
    min-width: 140px;
    width: 140px;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.5;
    padding: 0.75em;
    background: #333333;
}
#channelTable thead tr th:first-child{
    width: 64px;
    min-width: auto;
}
#channelTable tbody tr{
    background: #ffffff;
}
#channelTable tbody tr th {
    color: #787878;
    font-size: 70%;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    padding: 0.5em;
}
#channelTable tbody tr:nth-child(12n+1) th {
    font-weight: bold;
}
#channelTable tbody tr td,
#channelTable tbody tr th{
}
#channelTable tbody tr td {
    height: 100%;
    vertical-align: top;
    padding: 4px;
    background: transparent;
}
#channelTable tbody tr td>a,
#channelTable tbody tr td>span{
    display: block;
    height: 100%;
    color: inherit;
    text-align: justify;
    text-decoration: none;
    word-break: break-all;
    padding: 4px;
    overflow: hidden;
    background: #f2f2f2;
    border: solid 1px #ababab;
}
#channelTable tbody tr td[rowspan]>a,
#channelTable tbody tr td[rowspan]>span{
    max-height: 100%;
}
#channelTable tbody tr td[rowspan]>span{
    color: #999999;
    font-size: 13px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: .3em;
    text-align: center;
    text-indent: .3em;
	background: #ffffff;
    border: none;
}
#channelTable tbody tr td a:hover{
    oapcity: 0.5;
}
#channelTable tbody tr td a span.title{
    display: block;
    font-size: 80%;
    line-height: 1.4;
    max-height: 3.8em;
    overflow: hidden;
}
#channelTable tbody tr td a span.title sup{
    vertical-align: text-top;
}
#channelTable tbody tr td a span.title sub{
    vertical-align: middle;
}
#channelTable tbody tr td a span.name{
    display: block;
    height: 2.5em;
    font-size: 70%;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 0.5em;
    margin-top: 0.5em;
    border-top: solid 1px #cccccc;
    overflow: hidden;
}
/* ----- submission tabs ----- */

#pages ul.spOnly_tab{
    font-size: 0;
    margin-bottom: 16px;
}
#pages ul.spOnly_tab li{
    display: inline-block;
    margin-left: 12px;
}
#pages ul.spOnly_tab li:first-child{
    margin-left: 0;
}
#pages ul.spOnly_tab li a{
    display: block;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 0.5em 1em;
    background: #333333;
    border-radius: 3px;
}
#pages ul.spOnly_tab li.select{
    display: inline-block;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    padding: 0.5em 1em;
    background: #ff3300;
    border-radius: 3px;
}
#pages .content{
}
#pages .content p.attention{
}
#pages .content li{
}
#pages .content li h4{
    font-size: 19px;
    line-height: 1.4;
    margin: 0 0 10px;
}
#pages .content li .contactbtn{
    position: absolute;
    top: 14px;
    right: 0;
}
#pages .content li .contactbtn input{
    display: inline-block;
    width: 160px;
    color: #ffffff;
    font-size: 13px;
    padding: 12px 0;
    background: #333333;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.hide {
    display:none;
}
#pages.onlinecongress.submission.form a.link{
    font-size: 120%;
    font-weight: 600;
}

#pages .plusBelongList {
    width: 100%;
    font-size: 90%;
    border-collapse: separate;
    border-spacing: 0;
}
#pages .plusBelongList th,
#pages .plusBelongList td{
    padding: 0.5em 0;
    border-top: solid 1px #cccccc;
}
#pages .plusBelongList thead tr th{
	border-top: none;
}
#pages .plusBelongList thead tr th:first-child,
#pages .plusBelongList tbody tr th:first-child,
#pages .plusBelongList tbody tr td:first-child{
    border-left: none;
}
#pages .plusBelongList tbody:first-child tr:first-child td:first-child{
    border-top: none;
}
#pages .plusBelongList thead tr th:first-child,
#pages .plusBelongList tbody tr th:first-child{
    width: 56px;
    text-align: center;
}
#pages .plusBelongList tr:first-child th{
    background: #f2f2f2;
}
#pages .plusBelongList td{
}
#pages .plusBelongList span.remove input{
    width: 24px;
    height: 24px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    margin-right: 0.5em;
    border-radius: 2px;
    background: #333333;
}
#pages .plusBelongList td.addBtn{
    padding-top: 1em;
    padding-left: 0;
}
#pages .plusBelongList td.addBtn #addBtn{
    width: 24px;
    height: 24px;
    font-weight: 600;
    margin-right: 1em;
}
#pages span.remove{
    display: inline-block;
    margin-left: 0.5em;
}
#pages span.remove input{
    color: #ffffff;
    font-size: 90%;
    font-weight: 500;
    padding: 0.5em 1em;
    background: #333333;
    border-radius: 2px;
    border: none;
    cursor: pointer;
}
#pages .innerDl dl dt{
}
#pages .innerDl dl dd{
}
#pages .agreement_area{
    padding: 32px 24px;
    margin: 0 0 40px;
    background: #f2f2f2;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#pages .agreement_area p{
    font-size: 15px;
	text-align: center;
    margin: 0 0 24px;
}
#pages .agreement_area textarea{
    width: 100%;
    height: 8em;
    font-size: 14px;
    line-height: 1.3;
    padding: 8px;
    margin: 0 0 24px;
    box-sizing: border-box;
}
#pages .agreement_area .chackArea{
	text-align: center;
}
#pages .agreement_area .chackArea label{
}
#pages .agreement_area .chackArea label input{
    margin: 0 10px 0 0;
}

/* ----- conferenceList ----- */

#pages .conferenceList .tableDl{
    margin: 0 0 40px;
}
#pages .conferenceList dt,
#pages .conferenceList dd{
	text-align: center;
}
#pages .conferenceList dd a{
    display: inline-block;
}

#pages .pastConferenceList .tableDl dt,
#pages .pastConferenceList .tableDl dd{
	text-align: center;
}
#pages .pastConferenceList .tableDl dt{
    border-left: solid 1px #cccccc;
}
#pages .pastConferenceList .tableDl dd{
	width: 220px !important;
	font-size: 14px !important;
	padding: 8px 12px;
	border-left: none;
}
#pages .pastConferenceList .tableDl .date{
	width: 200px;
    text-align: center;
    border-left: none;
}
#pages .pastConferenceList .tableDl dt.date{
	border-left: none;
}
#pages .pastConferenceList .tableDl dd.date{
	clear: both;
    font-size: 14px;
}
#pages .pastConferenceList .tableDl .confName{
    width: 352px;
}
#pages .pastConferenceList .tableDl .subName{
	width: 243px !important;
	text-align: center;
	border-left: solid 1px #cccccc;
}
#pages .pastConferenceList .tableDl dd._operation{
	color: #0000ff;
	width:92px !important;
	text-decoration: underline;
	border-left: solid 1px #cccccc;
}
#pages .pastConferenceList .tableDl dd.left{
	width: 243px !important;
	border-left: solid 1px #cccccc;
}
#pages .pastConferenceList .tableDl .link{
	width: 92px;
}
#pages .pastConferenceList .tableDl .link a{
	display: block;
	text-align: center;
}

/* ----- badge preview ----- */

.badge{
    margin: 0 0 32px;
}
.badge h2{
	line-height: 1.4;
}
.badge .badge_preview{
    width: 300px;
	margin: 0 auto;
}
.badge .badge_preview h3{
    color: #666666;
    text-align: center;
}
.badge .badge_preview .preview{
    width: 300px;
    height: 300px;
    text-align: center;
    padding: 105px 0 0;
    margin: 0 auto;
    border: solid 1px #999999;
    box-sizing: border-box;
    background: url(../img/badge_bg.jpg) no-repeat;
    background-size: 100% auto;
}
.badge .badge_preview .preview dl{
}
.badge .badge_preview .preview dl dd{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
}
.badge .badge_preview .preview dl dd.invitation{
    margin: 0 0 40px;
}
.badge .badge_preview .preview dl dd.name{
    margin: 0 0 40px;
}
.badge .badge_preview .preview dl dd.affiliation{
    margin: 0 0 37px;
    word-wrap: break-word;
}
.badge .badge_preview .preview dl dd.country{
}

/* ----- barcode preview ----- */

.barcode_preview{
    width: 300px;
    margin: 0 auto 40px;
}
.barcode_preview .preview{
    display: table-cell;
	width: 300px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    border: solid 1px #999999;
}


/* いいね！ボタン */

#reaction{
    padding: 24px;
    margin: 24px auto;
    background: #e5e5e5;
    border-radius: 4px;
}
#reaction p{
	font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 12px;
}
#reaction .goodbtn{
    font-size: 0;
    text-align: center;
}
#reaction .goodbtn a.good{
    display: inline-block;
    width: 160px;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 12px 0 0;
    padding: 16px;
    background: #ffffff;
    border: solid 3px #cccccc;
    border-radius: 4px;
    cursor: pointer;
}
#reaction .goodbtn a.good:first-child{
	margin-top: 0;
}
#reaction .goodbtn a.clicked{
    color: #999999;
    background: #f2f2f2;
}
#reaction .goodbtn a.clicked:hover{
	opacity: 1;
}
#reaction .goodbtn a.good i{
    color: #2d8cff;
    font-size: 140%;
    margin-right: 0.25em;
}
#reaction .goodbtn a.clicked i{
    color: #999999;
}


/* ----- pagenavi ----- */

#pages .pageNavi{
    font-size: 0;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 28px;
}
#pages .pageNavi>*{
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.3em 0.25em;
    margin-left: 0.4em;
    border: solid 1px #cccccc;
    background: #ffffff;
}
#pages .pageNavi>*:first-child{
    margin-left: 0;
}
#pages .pageNavi span.pages{
}
#pages .pageNavi span.current{
    color: #ff3300;
    font-weight: 600;
}
#pages .pageNavi a{
    text-decoration: underline;
}
/* ----- onlineViewPage ------ */

#pages ul.exhibitionList{
}
#pages ul.exhibitionList li{
    margin-top: 1.5em;
}
#pages ul.exhibitionList li:first-child{
    margin-top: 0;
}
#pages ul.exhibitionList li a{
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 1.5em;
    margin-bottom: 2em;
    background: #ffffff;
    box-shadow: 0 0 8px #dddddd;
    border-radius: 8px;
}
@media screen and (min-width: 600px){
	#pages ul.exhibitionList li figure.thumb{
	    width: 200px;
	    float: right;
	}
	#pages ul.exhibitionList li figure.thumb+div.text{
	    width: calc(100% - 200px);
	    float: left;
	    padding-right: 16px;
	}
}
@media screen and (max-width: 599px){
	#pages ul.exhibitionList li figure.thumb{
	    text-align: center;
	    margin-bottom: 1.5em;
	}
	#pages ul.exhibitionList li div.text p.com{
	    font-size: 90%;
	}
}
#pages ul.exhibitionList li div.text>*:last-child{
    margin-bottom: 0;
}
#pages ul.exhibitionList li div.text p.title{
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 0.5em;
}



#onlineViewPage.exhibition{
}
#onlineViewPage.exhibition h2.itemTitle{
    color: #0068b7;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.5;
    padding: 0;
    margin-bottom: 1em;
}
#onlineViewPage.exhibition h2.itemTitle b{
    color: #666666;
    font-size: 80%;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-right: 0.5em;
}
#onlineViewPage.exhibition figure.mainimg{
    margin-bottom: 2.5em;
}
#onlineViewPage.exhibition p.category{
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.75em;
}
#onlineViewPage.exhibition p.companyName b{
    color: #666666;
    letter-spacing: 0.02em;
    margin-right: 0.5em;
}
#onlineViewPage.exhibition #outline{
    margin-bottom: 2.5em;
}
#onlineViewPage.exhibition #outline>*:last-child{
    margin-bottom: 0 !important;
}
#onlineViewPage.exhibition #download{
    width: 100%;
    float: none;
}
#onlineViewPage.exhibition #download ul.dlList{
}
#onlineViewPage.exhibition #download ul.dlList li{
	margin-top: 12px;
    background: #ffffff;
    border-radius: 8px;
    border: solid 1px #cccccc;
}
#onlineViewPage.exhibition #download ul.dlList li:first-child{
	margin-top: 0;
}
#onlineViewPage.exhibition #download ul.dlList li a{
	display: block;
    color: inherit;
    text-decoration: none;
    padding: 20px 12px 20px 60px;
    position: relative;
}
#onlineViewPage.exhibition #download ul.dlList li a:before{
    content: "";
    display: block;
    width: 64px;
    height: 40px;
    margin: -20px 0;
    background: url(../img/icon/icon-dl.png) no-repeat left 16px center;
    background-size: 32px auto;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
}
#onlineViewPage.exhibition #download ul.dlList li p.filename{
    font-size: 100%;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}


#onlineViewPage.exhibition #qanda{
}
#onlineViewPage.exhibition #qanda h4+p{
    margin-bottom: 1em;
}
#onlineViewPage.exhibition #qanda .incharge{
    padding: 16px;
    margin-bottom: 1.5em;
    border: solid 1px #cccccc;
    border-radius: 8px;
}
#onlineViewPage.exhibition #qanda .incharge figure{
    width: 80px;
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
}
#onlineViewPage.exhibition #qanda .incharge .text{
}
#onlineViewPage.exhibition #qanda .incharge .text>*:last-child{
	margin-bottom: 0 !important;
}
#onlineViewPage.exhibition #qanda .incharge p.name{
	font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 12px;
}
#onlineViewPage.exhibition #qanda .incharge p.name b{
    color: #999999;
    letter-spacing: 0.02em;
    margin: 0 4px 0 0;
}
#onlineViewPage.exhibition #qanda .incharge p.com{
	font-size: 14px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 16px;
}
#onlineViewPage.exhibition .researve dl.dateSelect dt,
#onlineViewPage.exhibition .researve dl.dateSelect dd{
}
#onlineViewPage.exhibition .researve dl.dateSelect dt{
    font-weight: 500;
    margin-bottom: 1em;
}
#onlineViewPage.exhibition .researve dl.dateSelect dd.date{
    margin-bottom: 1em;
}
#onlineViewPage.exhibition .researve dl.dateSelect dd select{
    padding: 2px;
    margin-right: 0.25em;
    margin-bottom: 0.5em;
}
#onlineViewPage.exhibition .researve dl.dateSelect dd select:first-child{
    margin-left: 0;
}
#onlineViewPage.exhibition .researve dl.dateSelect dd.submit{
    text-align: center;
}
#onlineViewPage.exhibition .researve dl.dateSelect dd.submit input{
    display: block;
    width: 240px;
    color: #ffffff;
    font-weight: 500;
    padding: 1.5em 2em;
    text-align: center;
    text-decoration: none;
    margin: 1em auto 0;
    background: #0068b7;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
#onlineViewPage.exhibition .contactform textarea{
    width: 100%;
    height: 15em;
}

/* ----- slider ----- */

#pages #slideArea{
    padding: 24px;
    background: #000000;
    margin: 2.5em auto;
}
#pages #flexslider-cs{
    max-width: 600px;
    margin: 0 auto 24px;
}
#pages #flexslider-cs .flex-viewport{
}
#pages #flexslider-cs .flex-viewport li.slide{
}
#pages #flexslider-carousel{
    margin: 0;
    background: transparent;
}
#pages #flexslider-carousel .flex-viewport{
}
#pages #flexslider-carousel .flex-viewport li.slide{
	opacity: 0.5;
	transition-duration:0.3s;
    cursor: pointer;
}
#pages #flexslider-carousel .flex-viewport li.slide:hover{
	opacity: 1;
}
#pages #flexslider-carousel .flex-viewport li.flex-active-slide{
	opacity: 1;
    cursor: pointer;
}


.error-message{
    color: #ff0000;
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
}