@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* 內頁 */

#Center {
    position: relative;
}

@media screen and (min-width:1600px) {
    #Center .inner {
        padding-left: 8.3vw;
        padding-right: 8.3vw;
    }
}

@media screen and (max-width:1599px) and (min-width:1440px) {
    #Center .inner {
        padding-left: 5.5vw;
        padding-right: 5.5vw;
    }
}

@media screen and (max-width:1439px) and (min-width:1024px) {
    #Center .inner {
        padding-left: 60px;
        padding-right: 60px;
    }

}

@media screen and (max-width:1023px) and (min-width:960px) {
    #Center .inner {
        padding: 0 30px;
    }
}

@media screen and (min-width:960px) {
    #Center .inner {
        margin-top: 50px;
    }
}

@media screen and (max-width:959px) {
    #Center .inner {
        padding: 0 15px;
        margin-top: 30px;
    }
}

#Center::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    background: url(../images/bg-02.png) no-repeat right top;
    background-size: contain;
    max-width: 186px;
    height: 248px;
    z-index: -100;
}

@media screen and (min-width:1024px) {
    #Center::after {
        width: 9.68vw;
    }
}

@media screen and (max-width:1023px) {
    #Center::after {
        width: 18.2vw;
    }
}


@media screen and (min-width:1024px) {
    #Center .inner {
        margin-bottom: 100px;
    }

    #ContentHeader {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:1023px) {
    #Center .inner {
        margin-bottom: 60px;
    }

    #ContentHeader {
        margin-bottom: 30px;
    }
}

#Content {
    background-color: #fff;
    border-radius: 30px;
    border: 5px solid #faf3ec;
}


@media screen and (min-width:1024px) {
    #Content {
        padding: 70px 90px;
    }
}


@media screen and (max-width:1023px) and (min-width:768px) {
    #Content {
        padding: 50px;
    }
}

@media screen and (max-width:767px) {
    #Content {
        padding: 30px;
    }
}


/*----------------------------------------------------------------------*/
/* 內頁元素 */
/* 頁面標題 */
#ContentHeader {
    text-align: center;
}

.PageTitle {
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.PageTitle::before,
.PageTitle::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fbb200;
    bottom: 0;
}


.PageTitle::before {
    left: 20%;
}

.PageTitle::after {
    right: 20%;
}


.PageTitle h2 {
    color: #3073b5;
    font-weight: 700;
    letter-spacing: .1em;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}


@media screen and (min-width:960px) {
    .PageTitle h2 {
        font-size: 2.625rem;
    }
}

@media screen and (max-width:959px) {
    .PageTitle h2 {
        font-size: 2rem;
    }
}

.PageTitle h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 5px;
    border-radius: 3px;
    background-color: #fbb200;
    left: 30%;
    bottom: 0;
}

.articleHeader {
    margin-bottom: 20px;
    border-bottom:3px solid #FAF3ED;
    padding-bottom: 10px;
}

/* @media screen and (min-width:1024px) {

    .article_wrap {
        padding: 40px;
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {


    .article_wrap {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {


    .article_wrap {
        padding: 20px 10px;
    }
} */


h3.articleTitle {
    position: relative;
    font-weight: 700;
    color: #074e93;
}

@media screen and (min-width:960px) {

    h3.articleTitle {
        font-size: 1.75rem;
    }

}

@media screen and (max-width:959px) {

    h3.articleTitle {
        font-size: 1.25rem;
    }

}


.postdate {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    letter-spacing: .1em;
    padding: 20px 0 10px 0;
    color: #333;
}

.post_info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 12px 0;
    position: relative;
}

.post_info span {
    margin-left: 15px;
    color: #666;
    line-height: 2em;
    letter-spacing: .1em;
    vertical-align: middle;
    position: relative;
    font-size: 0.875rem;
}

.post_info span:first-child {
    margin-left: 0;
}

.post_info.below {
    justify-content: flex-end;
    margin-right: -12px;
}

@media screen and (max-width: 639px) {
    .post_info.below::before {
        top: -10px;
    }

    .post_info span {
        font-size: .75em;
    }
}

@media screen and (min-width: 640px) {
    .post_info.below::before {
        top: 50%;
    }
}

.post_info.below span {
    padding: 0 12px;
    margin: 0;
}

.post_info.below span:first-child::before {
    display: none;
}

/* 導覽列(麵包屑) */

#Breadcrumbs {
    position: relative;
}

#Breadcrumbs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: right;
}

#Breadcrumbs li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 12px;
    margin-right: 6px;
    position: relative;
    color: #666;
    font-size: 0.875rem;
}

#Breadcrumbs li:last-child {
    padding-right: 0;
    margin-right: 0;
}

#Breadcrumbs li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 1px;
    background-color: #cdcbc8;
}

#Breadcrumbs li:last-child:after {
    display: none;
}

#Breadcrumbs a {
    display: block;
    color: #666;
}

#Breadcrumbs a:hover,
#Breadcrumbs a:focus {
    color: #3073b5;
}

#Breadcrumbs li:first-child a {
    font-size: 0;
    background: url(../images/icon_home.svg) no-repeat;
    width: 15px;
    height: 13px;
}

#Breadcrumbs li:first-child a:hover,
#Breadcrumbs li:first-child a:focus {
    background-image: url(../images/icon_home_hover.svg);
}

/*工具列*/
.ToolBar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    position: relative;
}

.ToolBar .colm_left,
.ToolBar .colm_right,
.ToolBar dl.font_size,
.ToolBar dl.share {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ToolBar .colm_left a,
.ToolBar dl.font_size a,
.ToolBar dl.share a {
    position: relative;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666666;
}

.ToolBar .colm_left a:hover,
.ToolBar .colm_left a:focus {
    /* color: #333333; */
    color: #3073b5;
}

.ToolBar .colm_left a span,
.ToolBar dl.font_size a,
.ToolBar dl.share a {
    display: block;
    width: 30px;
    height: 30px;
}

.ToolBar .colm_left a span::after,
.ToolBar dl.font_size a::after,
.ToolBar dl.share dd a::after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    ;
    left: 3px;
    width: 24px;
    height: 24px;
    background: url("../images/icon_toolbar.png") no-repeat;
    background-size: 200%;
}

.ToolBar .colm_left a {
    margin-right: 15px;
    padding: 0 15px 0 30px;
}

.ToolBar .colm_left a span {
    position: absolute;
    top: 0;
    left: 0;
}

.ToolBar .colm_left a.return span::after {
    background-position: 100% 0;
}

.ToolBar .colm_left a.return:hover span::after {
    background-position: 0 0;
}

.ToolBar .colm_left a.print span::after {
    background-position: 100% 15%;
}

.ToolBar .colm_left a.print:hover span::after {
    background-position: 0 15%;
}

.ToolBar dl.font_size dt,
.ToolBar dl.share dt {
    font-size: 0;
}

.ToolBar dl.font_size dd {
    margin-right: 8px;
}

.ToolBar dl.font_size a {
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
}

.ToolBar dl.font_size dd a::after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 3px;
    left: 3px;
    background: url(../images/icon_toolbar.png) no-repeat;
    background-size: 200%;
}

.ToolBar dl.font_size dd.font_small a::after {
    background-position: 100% 70%;
}

.ToolBar dl.font_size dd.font_small a:hover::after {
    background-position: 0 70%;
}

.ToolBar dl.font_size dd.font_medium a::after {
    background-position: 100% 85%;
}

.ToolBar dl.font_size dd.font_medium a:hover::after {
    background-position: 0 85%;
}

.ToolBar dl.font_size dd.font_big a::after {
    background-position: 100% 100%;
}

.ToolBar dl.font_size dd.font_big a:hover::after {
    background-position: 0 100%;
}

.ToolBar dl.share,
.ToolBar dl.share dt {
    position: relative;
}

.ToolBar dl.share dd {
    margin-right: 8px;
    position: relative;
}

.ToolBar dl.share dd:last-of-type {
    margin-right: 0;
}

.ToolBar dl.share a {
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
}

.ToolBar dl.share dd.facebook a::after {
    background-position: 100% 28%;
}

.ToolBar dl.share dd.facebook a:hover::after {
    background-position: 0 28%;
}

.ToolBar dl.share dd.twitter a::after {
    background-position: 100% 42%;
}

.ToolBar dl.share dd.twitter:hover a::after {
    background-position: 0 42%;
}

.ToolBar dl.share dd.line a::after {
    background-position: 100% 56%;
}

.ToolBar dl.share dd.line a:hover::after {
    background-position: 0 56%;
}


@media screen and (max-width: 639px) {

    .ToolBar dl.font_size dt,
    .ToolBar dl.share dt {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .ToolBar .colm_left {
        display: none;
    }

    .ToolBar .colm_right {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .ToolBar dl.font_size+dl.share {
        margin-left: 7px;
    }

    .ToolBar dl.font_size+dl.share dt {
        padding-left: 12px;
    }

    .ToolBar dl.share::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: calc(50% - 11px);
        width: 1px;
        height: 16px;
        background-color: #9c9c9c;
    }
}

/* 頁碼 */
#Pagination {
    clear: both;
    text-align: center;
    color: #666;
}

#Pagination .pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#Pagination a {
    margin: 5px;
    position: relative;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #666;
    letter-spacing: 0;
    text-decoration: none;
    font-size: 0.875rem;
}

#Pagination a:hover,
#Pagination a:focus,
#Pagination a.focuz {
    background-color: #3f95eb;
    color: #fff;
}

#Pagination .setting {
    padding-top: 15px;
    line-height: 32px;
    font-size: 0.875rem;
}

#Pagination .setting select,
#Pagination .setting input[type="text"],
#Pagination .setting input[type="button"] {
    font-size: 1em;
    transition: all ease .2s;
}

#Pagination .setting select {
    padding: 0 5px;
}

#Pagination .setting input[type="text"] {
    width: 50px;
    padding: 0 10px;
}

#Pagination .setting select,
#Pagination .setting input[type="text"] {
    height: 32px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    border: 1px solid #ddd;
    outline: none;
    color: #666;
}

#Pagination .setting select:focus,
#Pagination .setting input[type="text"]:focus {
    background-color: #fffdf3;
    border-color: #3f95eb;
}

#Pagination .setting input[type="button"] {
    padding: 0 12px;
    margin-left: 5px;
    background-color: #faf3ec;
    border: none;
    height: 32px;
    color: #666;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

#Pagination .setting input[type="button"]:hover,
#Pagination .setting input[type="button"]:focus {
    background-color: #3f95eb;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    #Pagination {
        margin-bottom: 20px;
    }

    #Pagination a {
        display: none;
    }

    #Pagination a.first,
    #Pagination a.last,
    #Pagination a.prev,
    #Pagination a.next {
        width: auto;
        padding: 0 15px;
        background: #faf3ec;
        line-height: 32px;
        border-radius: 16px;
        height: 32px;
    }

    #Pagination a:hover,
    #Pagination a:focus,
    #Pagination a.focuz {
        color: #3f95eb;
    }

    #Pagination .setting {
        padding-top: 10px;
        line-height: 24px;
    }

    #Pagination .dev-script-oper {
        display: none;
    }
}

@media screen and (max-width: 479px) {

    #Pagination a.prev,
    #Pagination a.next {
        display: inline-block;
    }
}

@media screen and (min-width: 480px) and (max-width: 1023px) {

    #Pagination a.first,
    #Pagination a.prev,
    #Pagination a.next,
    #Pagination a.last {
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    #Pagination {
        margin: 40px 0;
    }

    #Pagination a {
        width: 34px;
        height: 34px;
        line-height: 34px;
        border-radius: 18px;
    }

    #Pagination a.first,
    #Pagination a.last,
    #Pagination a.prev,
    #Pagination a.next {
        width: auto;
        padding: 0 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    #Pagination {
        font-size: .9375em;
    }

    #Pagination a {
        margin: 3px;
    }
}

/* 內頁頁碼 */
#inPagination {
    margin: 30px 0;
    clear: both;
    text-align: center;
}

#inPagination .pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#inPagination a {
    margin: 5px;
    width: 32px;
    line-height: 32px;
    position: relative;
    border-radius: 16px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #666;
    text-decoration: none;
    background-color: #faf3ec;
    padding-left: 0.1em;
}

#inPagination a:hover,
#inPagination a:focus,
#inPagination a.focuz {
    background-color: #3f95eb;
    color: #fff;
}


/*----------------------------------------------------------------------*/
/* 文字列表 */

.ListTable {
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {

    .ListTable table,
    .ListTable table tbody,
    .ListTable table tr,
    .ListTable table th,
    .ListTable table td {
        display: block;
    }
}

.ListTable table {
    width: 100%;
}

.ListTable tr {
    border-bottom: 1px solid #cdcbc8;
    vertical-align: middle;
}

.ListTable tr:first-child {
    border: none;
}

.ListTable th {
    background-color: #faf3ec;
    padding: 15px 0;
    letter-spacing: .2em;
}

.ListTable th.date {
    border-radius: 10px 0 0 10px;
}

.ListTable th.title {
    border-radius: 0 10px 10px 0;
}

.ListTable table td {
    color: #333333;
}

.ListTable td.date span {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #ddeff7;
    white-space: nowrap;
    text-align: center;
}

@media screen and (min-width:1024px) {

    .ListTable table {
        margin-top: 40px;
    }

    .ListTable table td {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .ListTable td.date, .ListTable th.date{
        width: 200px;
        white-space:nowrap;
        text-align: center;

    }

    .ListTable td.date span {
        margin: 0 20px;
        padding: 10px 20px;
        border-radius: 20px;
        width: 128px;
    }

}

@media screen and (max-width:1023px) {
    .ListTable table td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ListTable td.date span {
        width: 98px;
        font-size: 0.875rem;
        padding: 5px 10px;
        border-radius: 14px;
    }
}


.ListTable td.title a {
    line-height: 1.25em;
    letter-spacing: .1em;
    position: relative;
}

.ListTable td.title a:hover {
    color: #3073b5;
    text-decoration: underline;
    text-decoration-color: #3f95eb;
    text-underline-offset: 4px;
}


@media screen and (min-width:1024px) {
    .ListTable td.title a {
        font-size: 1.25rem;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1023px) {

    .ListTable {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ListTable table tr {
        border: 1px solid #cdcbc8;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .ListTable table tr:first-child {
        position: absolute;
        left: -10000px;
        top: -10000px;
    }

    .ListTable td.date {
        font-size: 0.9375rem;
        position: relative;
    }

    .ListTable td.title a {
        font-size: 1.125rem;
    }
}

@media screen and (max-width:1023px) and (min-width:630px) {
    .ListTable table tr {
        padding: 15px 20px;
    }
}

@media screen and (max-width:629px) {
    .ListTable table tr {
        padding: 10px;
    }
}

/*----------------------------------------------------------------------*/
/* 嘉賓介紹 */

.GuestList {
    display: flex;
}


@media screen and (min-width:768px) {
    .GuestList {
        flex-direction: column;
    }

    .GuestList .item {
        width: 100%;
    }

    .GuestList .item .img {
        float: left;
        width: 140px;
        margin-right: 30px;
    }

    .GuestList .item:nth-child(even) {
        background-color: #f8f8f8;
    }
}

@media screen and (max-width:767px) and (min-width:480px) {
    .GuestList {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .GuestList .item {
        width: 50%;
    }
}

@media screen and (min-width:480px) {

    .GuestList .item {
        margin-top: 30px;
        padding: 30px;
        border-radius: 10px;
    }
}

@media screen and (max-width:479px) {
    .GuestList {
        flex-direction: column;
    }

    .GuestList .item {
        width: 100%;
        margin-top: 60px;
        padding: 10px;
    }

    .GuestList .item .img {
        width: 60%;
        min-width: 140px;
        margin: 0 auto;
    }
}



.GuestList .img>div {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 6, 6, 0.2);
}


.GuestList .cont .name {
    font-weight: 700;
}

.GuestList .cont .title,
.GuestList .cont p {
    color: #666666;
}


@media screen and (min-width:768px) {
    .GuestList .cont .name {
        font-size: 1.5rem;
        margin-bottom: 15px;
        padding-top: 15px;
    }

    .GuestList .cont .title {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:767px) {
    .GuestList .cont .name {
        font-size: 1.25rem;
        margin-bottom: 10px;
        padding-top: 20px;
    }

    .GuestList .cont .title {
        margin-bottom: 20px;
    }

    .GuestList .cont {
        text-align: center;
    }
}


/*----------------------------------------------------------------------*/
/* 活動報名 */

/* 會員&非會員登入 */


#Content .reg_state>div {
    margin: 0 auto;
    width: 90%;
}


/* RWD */
.LoginBox{
    display: flex;
    flex-wrap:wrap ;
    background: #f6fbff;
    border: 5px solid #ddeff7;
    border-radius: 10px;
    padding: 30px;
    position: relative;
}


@media screen and (max-width: 767px) {
    .LoginBox .colm_left {
        width: 100%;
    }

    .LoginBox .colm_right {
        width: 100%;
        margin-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .LoginBox .colm_left {
        width: 50%;
        padding-right: 40px;
        border-right: 1px solid #ddeff7;
    }

    .LoginBox .colm_right {
        width: 50%;
        padding-left: 40px;

    }
}

.LoginBox .login_form>div{
    margin-bottom: 30px;
}

.LoginBox .login_form .item{
    border: 1px solid #cdcbc8;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 5px 15px 5px 65px;
}

.LoginBox .login_form input[type="text"],
.LoginBox .login_form input[type="password"] {
    color: #666;
    border: 0;
    padding: 0 15px ;
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-right: 0;
}

.LoginBox .login_form input[type="text"]:focus,
.LoginBox .login_form input[type="password"]:focus {
    background-color:#fffdf3;
    outline:0;
}

.LoginBox .login_form .label  {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    width: 50px;
    height: 50px;
    text-indent: -99px;
    overflow: hidden;
}

.LoginBox .login_form .label:after{
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 50%;
    background-color: #cdcbc8;
    top:25%;
    right: 0;

}

.LoginBox .login_form .label:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 13px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("../images/icon_login.png") no-repeat;
    background-size: 100%;
}

.LoginBox .login_form .name .label::before {
    background-position: 0 0%;
}

.LoginBox .login_form .pw .label::before {
    background-position: 0 20%;
}

.LoginBox .login_form .randomcode .label::before {
    background-position: 0 40%;
}

.LoginBox h3 {
    position: relative;
    color: #3073b5;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddeff7;
}

.LoginBox .FormElmt .note{
    margin-top: 5px;
    font-size: 0.875rem;
    margin-left: 5px;
}

/* 驗證碼 */

.LoginBox .login_form .randomcode .item {
    padding-left: 65px;
}

.LoginBox .login_form .randomcode .item,
.LoginBox .login_form .randomcode .code  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.LoginBox .login_form .randomcode .cont{
    margin-right: 20px;
}

.LoginBox .login_form .randomcode .btns {
    margin-top: 2px;
    margin-bottom: 2px;
}

/*popup*/

.modal {
    width: 70%;
    max-width: 500px;
    padding: 10px;
    border: none;
    box-shadow: #595959 2px 2px 5px 2px;
    border-radius: 10px;
}

.modal>div:first-child {
    text-align: right;
}

.modal::backdrop {
    background-color: #12121290;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.close_button {
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    margin-left: auto;
    background-color: #cdcbc8;
    cursor: pointer;
    border: none;
    border-radius: 20px;
    top: 0;
    right: 0;
}

.close_button:hover {
    color: #ffffff;
    font-weight: bold;
    background-color: #fbb200;
}

.message {
    line-height: 2em;
    letter-spacing: 0.15em;
    margin: 20px;
    color: #333;
}

.BtnCommon.small .cancel button {
    border-color: #d3d7eb;
    background-color: rgb(158, 167, 185);
}

.BtnCommon.small .cancel button:hover {
    border-color: rgb(179, 185, 219);
    background-color: rgb(111, 125, 153);
}

/* 活動結束 */
.ActiveClose p {
    text-align: center;
}

.ActiveClose .back_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;

}

.ActiveClose .back_btn a {
    display: block;
    height: 49px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 5px solid #d0e6ef;
    background-color: #4d8da9;
    color: #fff;
    white-space: nowrap;
}


.ActiveClose .back_btn a:hover,
.ActiveClose .back_btn a:focus {
    border-color: #5baacc;
    background-color: #085677;
}

/*----------------------------------------------------------------------*/
/* 會議議程 */

/* @media screen and (min-width:1024px) {
    .agendaTable {
        padding: 40px 20px;
    }
}


@media screen and (max-width:1023px) and (min-width:768px) {
    .agendaTable {
        padding: 20px;
    }
}

@media screen and (max-width:767px) {
    .agendaTable {
        padding: 20px 10px;
    }
} */


.agendaTable .agenda_title {
    margin-bottom: 30px;
    text-align: center;
}

.agendaTable .table_wrap {
    position: relative;
    overflow-y: auto;
    width: 100%;
    margin-bottom: 1em;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    word-wrap: break-word;
}


.agendaTable .program_agenda th,
.agendaTable .program_agenda td {
    padding: 10px;
    border: 1px solid #ccc;
}

.agendaTable tr>th:first-child {
    background-color: #e3e3e3;
}

.agendaTable td.member {
    background-color: #e3f6fc;

}

.agendaTable th.main_time {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.2em;
}

.agendaTable td.main_active {
    text-align: center;
    line-height: 2em;
}

.agendaTable td.main_active span {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
}

.agendaTable th.place {
    background-color: #f1f1f1;
    border-bottom: 2px solid #aaa;
    font-size: 1.25rem;
    font-weight: 700;
}

.agendaTable td .note {
    color: #666;
}

.agendaTable td.table_info {
    vertical-align: top;
}

.agendaTable td.table_info>div {
    padding: 5px 0;
    border-bottom: 1px dashed #9c9c9c;
}

.agendaTable td.table_info .active_info .deteltime {
    padding: 0;
}

.agendaTable td.table_info>div:last-child {
    border-bottom: 0px;
}

.agendaTable td.table_info .active_info>div {
    padding: 5px 0 12px 0;
}

.agendaTable td .active_info .title {
    color: #3073b5;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2em;
}

.agendaTable td .active_info .speaker span,
.agendaTable td .active_info .chairman span,
.agendaTable td .active_info .ta span {
    font-weight: 700;
    font-size: 0.875rem;
    padding: 5px 5px 5px 25px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #b6b6b6;
    margin-bottom: 5px;
    color: #555;
    position: relative;
}


.agendaTable td .active_info .deteltime span {
    font-weight: 700;
    font-size: 0.875rem;
    padding: 5px 5px 5px 25px;
    border-radius: 4px;
    display: inline-block;
    color: #555;
    position: relative;
}

.agendaTable td .active_info .deteltime span:before,
.agendaTable td .active_info .speaker span:before,
.agendaTable td .active_info .chairman span::before,
.agendaTable td .active_info .ta span::before {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/agenda_icon.png) no-repeat;
    background-size: 100%;
    top: 3px;
    left: 3px;
}

.agendaTable td .active_info .speaker span:before {
    background-position: 0 75%;
}

.agendaTable td .active_info .chairman span:before {
    background-position: 0 50%;
}

.agendaTable td .active_info .ta span:before {
    background-position: 0 100%;
}

.agendaTable td .active_info .chairman li,
.agendaTable td .active_info .ta li {
    padding: 5px 0;
}

.agendaTable td .active_info .chairman li:first-child,
.agendaTable td .active_info .ta li:first-child {
    padding-top: 0px;
}

.agendaTable td .active_info .speaker .name,
.agendaTable td .active_info .chairman .name,
.agendaTable td .active_info .ta .name {
    padding: 5px 0;
}

.agendaTable td .active_info .name {
    font-weight: 700;
}

.agendaTable td .active_info .dept {
    color: #9b9b9b;
    font-size: 0.875rem;
}

.agendaTable td.main_active .time span,
.agendaTable td .symposium_time span {
    font-size: 1em;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.agendaTable td.main_active .time span::before,
.agendaTable td .symposium_time span::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 7px;
    left: 7px;
    background: url(../images/agenda_icon.png) no-repeat;
    background-size: 100%;
}


.agendaTable td.main_active .time span::before {
    background-position: 0 0;
}


.agendaTable td .symposium_time span::before {
    background-position: 0 25%;
}

