@charset "utf-8";

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

style.css

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

    1. Global Navigation
    2. Content
        1. Summary
        2. Overview
        3. Timetable
        4. Chairman
        5. Pickup
    3. Sidebar
    4. Footer
    5. Media Query
    6. "colorbox.js" Setting

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

html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,table,th,td,div {
    margin:0;
    padding:0;
    font-size:100%;
}
body {
    /*background:linear-gradient(0deg, #f1f1f1 0%, #f9f9f9 70%, #afafaf 100%);*/
    background:#333 url(../images/bg.png);
    background-attachment: fixed;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    -webkit-text-size-adjust:100%;
}
h1 { line-height:0; text-align:center; }
h2 { font-size:150%; margin:1.5em 0 .5em; }
h3 { font-size:125%; margin:1.5em 0 .5em; }
p { margin:1em 0; }
a,dd { word-break: break-all; }
img { max-width:100%; border:none; }
table,tr,th,td {
    box-sizing: border-box;
}
table {
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    border: 1px solid #666;
}
th {
    padding:4px;
    background:#666;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
td {
    text-align:left;
    vertical-align:middle;
    padding:1em;
}

#wrapper {
    background:#fff;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.3);
}

.float-left { float:left; }
.float-right { float:right; }
.inline-block { display:inline-block !important; }
.clearfix:after {
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
}

/* 受付終了時（満席）に左ペイン最上部に表示する文言 */
.closed {
    text-align:center;
    font-weight:bold;
    margin:1em;
    padding:2em;
    border:1px solid #f00;
}
/* 受付終了時（開催中止）に左ペイン最上部に表示する文言 */
.cancelled {
    color:#fff;
    text-align:center;
    font-weight:bold;
    margin:1em;
    padding:2em;
    background:#000;
}
/* 申込ボタン */
.submit {
    color:#fff;
    text-decoration:none;
    text-align:center;
    vertical-align:middle;
    background:#eac71a;
    display:block;
}
.submit:hover {
    background:#ffd70f;
}
/* 留意事項 */
dl.notice dt {
    font-size:95%;
    font-weight:bold;
    line-height:1.4;
}
dl.notice dd {
    font-size:90%;
    margin:0;
}
.notice li {
    margin:.4em 0;
}
p.notice {
    font-size:90%;
}
/* 講師プロフィール */
.lecturer img {
    float:left;
    margin:0 10px .5em 0;
    background:#eee;
}
.lecturer-company,
.lecturer-division,
.lecturer-post {
    font-size:90%;
    line-height:1.3;
    margin:.5em 0;
}
.lecturer-post span {
    display:block;
    margin:.4em 0;
}
.lecturer-name {
    font-size:125%;
    font-weight:bold;
    margin:.5em 0;
}
.lecturer-name:after {
    content:"氏";
    display:inline-block;
    font-size:75%;
    font-weight:normal;
    margin-left:.5em;
}
p.lecturer-profile,
div.lecturer-profile p {
    font-size:80%;
    line-height:1.5;
    color:#333;
    margin-bottom:0;
}
.lecturer.no-image {
    margin:.5em 0;
    padding:.25em 0 .25em 5px;
    border-left:6px solid #ccc;
}
/*div.lecturer-profile {
    display:none;
}*/
.btn-profile {
    display:inline-block;
    margin:.5em 0;
}
.btn-profile a {
    display:inline-block;
    font-size:90%;
    text-decoration:none;
    color:#333;
    padding:.3em .8em;
    background:#f3f3f3;
    border:1px solid #333;
    border-radius:20px;
}

/* --- 1. Global Navigation --- ////////////////////////////////////////*/

#global-nav {
    text-align:center;
    background:#3c4951;
}
#global-nav ul {
    margin:0;
    padding:0;
    letter-spacing:-.4em;
}
#global-nav ul li {
    list-style:none;
    letter-spacing:.1em;
}
#global-nav ul li a {
    color:#fff;
    text-decoration:none;
    vertical-align:middle;
    display:block;
}
#global-nav ul li a:hover {
    opacity:.9;
}
#global-nav ul li .active,
#global-nav ul li .active:hover {
    background:#636d74;
    opacity:1;
}
#global-nav ul li .submit {
    background:#f1b000;
}
#global-nav ul li .submit:hover {
    opacity:.8;
}

/* --- 2. Content --- /////////////////////////////////////*/

#summary h2 {
    line-height:1.2;
    margin-bottom:1em;
}
#summary h2 span {
    display:block;
    margin:.3em 0;
}
#chairman h2,
#overview h2,
#timetable h2 {
    position:relative;
    text-align:center;
    border-top:1px solid #bdcad3;
}
#chairman h2:after,
#overview h2:after,
#timetable h2:after {
    content:"";
    display:block;
    position:absolute;
    top:.7em;
    left:0;
    width:100%;
    height:1em;
    background:#bdcad3 url(../images/bg_h.gif);
}
#chairman h2 span,
#overview h2 span,
#timetable h2 span {
    position:relative;
    display:inline-block;
    color:#3c4951;
    padding:.5em .5em 0;
    background:#fff;
    z-index:100;
}
#chairman h2 {
    border-color:#b94343;
}
#chairman h2:after {
    background:#b94343 url(../images/bg_h_red.gif);
}
#chairman h2 span {
    color:#a02424;
}

/*------------------------------------------------
    2-1. Summary
------------------------------------------------*/
#summary {
    margin:2.5em 2.5em 0;
}
#summary p {
    color:#333;
    font-size:90%;
    line-height:1.4;
    text-indent:1em;
    letter-spacing:1px;
}
#summary li {
    margin-bottom:0.5em;
}
#summary .point {
    font-size:90%;
    margin: 20px 30px;
}
#summary .author {
    font-size:100%;
    text-align:right;
    color:inherit;
    margin-bottom:0;
}
#summary .author b {
    display:inline-block;
    font-size:130%;
    margin-top:.3em;
}

/*------------------------------------------------
    2-2. Overview
------------------------------------------------*/
#overview ul {
    padding:0 0 0 1.3em;
}
#overview li {
    line-height:1.4;
    margin:.3em 0;
}
#overview .main-title {
    display:inline-block;
    font-size:125%;
    line-height:1.3;
    margin-bottom:0.5em;
}
#overview .title span {
    display:block;
    font-size:125%;
    line-height:1.3;
    margin:0.5em 0;
}
#overview .venue,
#overview .address,
#overview .contact p { margin:0; }
#overview .privilege p { margin-bottom:0; }
#overview .timedate .total {
    text-align:right;
    margin-bottom:0;
}
#overview .access {
    font-size:90%;
    margin-top:1em;
}
#overview .fee .notice {
    margin:.5em 0 0;
}
#overview .visitors ul + p {
    margin-top:1.5em;
}
#overview .visitors p:last-child {
    margin-bottom:0;
}
#overview .privilege td {
    overflow:hidden;
}
#overview .privilege-img {
    float:right;
    margin-left:1em;
    text-align:center;
}

/*------------------------------------------------
    2-3. Timetable
------------------------------------------------*/
#timetable h3 {
    color:#fff;
    font-weight:bold;
    text-align:center;
    background:#666;
}
#timetable h4 {
    font-size:135%;
    line-height:1.2;
    margin:0 0 1em;
}
#timetable h4 span,
#timetable dt span {
    display:inline-block;
    line-height:1;
    color:#fff;
    margin-bottom:.75em;
    padding:.5em .75em;
    background:#666;
    border-radius:4px;
}
#timetable h4 span {
    font-size:60%;
    font-weight:normal;
    background:#268a98;
}
#timetable h5 {
    font-size:75%;
    line-height:1;
    color:#fff;
    margin:1em 0;
    padding:.5em 1em;
    background:#2b3358;
    border-radius:20px;
}
#timetable dl {
    margin:1em 0 0;
}
#timetable dt span {
    font-size:80%;
    letter-spacing:.1em;
}
#timetable dd {
    font-size:85%;
    margin-left:0;
}
#timetable .session-detail {
    padding:1em;
}
#timetable .lecturer-name {
    font-size:120%;
}
#timetable .lecturer-company,
#timetable .lecturer-division,
#timetable .lecturer-post {
    font-size:85%;
    margin:.4em 0;
}
#timetable .impress .lecturer-name:after {
    content:none;
}
#timetable #session-opening h4,
#timetable #session-closing h4 {
    margin-bottom:0;
}
#timetable .intermission p {
    margin:0;
}
#timetable .intermission p {
    text-align:center;
}
#timetable #session-closing dl {
    margin-bottom:1.25em;
}

/*------------------------------------------------
    2-4. Chairman
------------------------------------------------*/
#chairman .lecturer {
    margin:1.5em 0 0;
}
#chairman .lecturer:first-child {
    margin:0;
}

/*------------------------------------------------
    2-5. Pickup
------------------------------------------------*/
#pickup {
    color:#fff;
    margin:2.25em 0;
    padding:1em 44px 1em 60px;
    background-color:#268a98;
    background-image:url(../images/pickup-image.jpg), url(../images/pickup-bg-space.gif), url(../images/pickup-bg-round.png), url(../images/pickup-bg.jpg);
    background-position:left top, left top, 24px bottom, left top;
    background-repeat:no-repeat, repeat-y, no-repeat, repeat-x;
    border-radius:5px;
}
#pickup h2 {
    text-align:center;
    margin:0;
    padding-bottom:.5em;
    border-bottom:1px solid #fff;
}
#pickup h3 {
    text-shadow:0 0 5px #2b3358;
    margin-top:2px;
    margin-bottom:.75em;
    padding:.5em 0 .25em;
    border:1px solid #fff;
    border-width:1px 0;
}
#pickup h3 span {
    display:inline-block;
    vertical-align:top;
    font-size:75%;
    line-height:1;
    color:#101942;
    text-shadow:none;
    margin-top:.1em;
    padding:.3em .75em .25em;
    background:#53ffea;
    border-radius:5px;
}
#pickup .lecturer {
    margin:1em 0;
}
#pickup .lecturer > p:last-child {
    margin-bottom:0;
}

/* --- 3. Sidebar --- //////////////////////////////////////////////////*/

#sidebar {
    margin:1em 0 1.5em;
}
#sponsor {
    font-size:90%;
    text-align:center;
}
#sponsor dt {
    position:relative;
    font-weight:bold;
    line-height:1;
    color:#333;
    margin-top:1.5em;
    padding:24px 0 1em;
    border-top:1px solid #ccc;
}
#sponsor dt:after {
    content:"";
    display:block;
    position:absolute;
    top:3px;
    width:100%;
    height:14px;
    background:url(../images/bg_register.gif);
}
#sponsor dt:first-child {
    margin-top:0;
}
#sponsor dd {
    color:#666;
    margin-left:0;
}
#sponsor li {
    list-style:none;
}
#sponsor img {
    margin:.5em 0;
}

/* --- 4. Footer --- ///////////////////////////////////////////////////*/

#footer {
    overflow:hidden;
    width:100%;
    padding:1em 0;
    background:#000;
    color:#fff;
    font-size:80%;
    text-align:right;
}
#footer .logo{ 
    width:80px;
    height:57px;
    margin-right:1.5em;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo_impress.png',sizingMethod='scale');
 }
#footer .logo a { color:#fff; }
#footer ul {
    float:right;
    margin:0;
    margin-right:.75em;
    padding:0;
}
#footer li{
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
}
#footer li a {
    color:#fff;
    font-size:80%;
    text-decoration:none;
    text-align:right;
    margin:.5em .25em;
    padding:.5em;
    display:inline-block;
    border:1px solid #fff;
    border-radius:4px;
}
#footer li a:hover {
    background:#666;
}
#footer .specific-trade-law{
    display:block;
}
#footer .specific-trade-law a{
    border:none;
    border-radius: 0px;
    padding-bottom:.25em;
    border-bottom:1px solid #fff;
    color:#fff;
    text-decoration:none;
    font-size:0.8em;
}

/* --- 5. Media Query --- //////////////////////////////////////////////*/

@media only screen and (max-width: 570px) {
    #pickup {
        margin-top:0;
        margin-bottom:0;
        padding-right:15px;
        padding-left:39px;
        border-radius:0;
    }
}
@media only screen and (min-width: 571px) and (max-width: 768px) {
    #pickup {
        margin:1em 1em 0 5px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        font-size:115%;
        line-height:1.3;
    }
    table {
        border:0;
    }
    tr {
        display:block;
        margin-bottom:1em;
    }
    th,td {
        display:list-item;
    }
    th {
        width:100%;
        font-size: 100%;
        padding:.5em 0;
    }
    .notice dt small {
        display:block;
    }
    #global-nav ul li a {
        height:100%;
        padding:.5em;
    }
    #summary h2 span {
        margin:.4em 0;
    }
    #chairman h2,
    #overview h2,
    #timetable h2 {
        margin-bottom:.8em;
    }
    #summary {
        margin:0 .75em auto;
    }
    #summary p{
        line-height:1.4;
    }
    #summary .author {
        font-size:90%;
        margin-top:1.5em;
    }
    #summary .author b {
        font-size:150%;
    }
    #overview li {
        margin:.5em 0;
    }
    #overview .title span:last-child {
        margin-bottom:0;
    }
    #timetable h3 {
        font-size:100%;
        margin-bottom:0;
        padding:.5em 0;
    }
    #timetable dd {
        line-height:1.5;
    }
    #timetable .notice {
        padding:0 .5em;
    }
    #timetable .session-detail {
        padding:.5em;
    }
    #pickup .lecturer-division,
    #pickup .lecturer-post,
    #timetable .lecturer-post {
        padding-left:110px;
    }
    #timetable .no-image .lecturer-post {
        padding-left:0;
    }
    #timetable .intermission p {
        margin:.5em 0 0;
    }
    #chairman .lecturer {
        position:relative;
        width:100%;
        padding:0 .75em;
        box-sizing:border-box;
    }
    #SMP_STYLE dt.title {
        display: block;
        width: 100%;
        padding:0;
    }
    #SMP_STYLE dd.data {
        display: block;
        width:100%;
        margin-bottom:12px;
    }
    #footer .logo {
        float:right;
        margin-bottom:.5em;
    }
}

@media only screen and (min-width:769px) {
    .closed {
        margin-right:0;
        margin-left:0;
    }
    .lecturer-name {
        margin-top:0;
    }
    #wrapper {
        max-width:1024px;
        margin:0 auto;
        overflow: hidden;
    }
    #global-nav {
        width:100%;
    }
    #global-nav:after {
        display:block;
        visibility:hidden;
        clear:both;
        height:0;
        content:""
    }
    #global-nav ul {
        width:100%;
        margin:0 auto;
    }
    #global-nav ul li {
        display:inline-block;
        width:33%;
    }
    #global-nav ul li:last-child {
        width:34%;
    }
    #global-nav ul li a {
        padding:0.7em 0.5em;
        border:0 solid #636d74;
        border-width:0 1px;
    }
    #contents-wrapper {
        display:table;
    }
    #content,
    #sidebar {
        display:table-cell;
        vertical-align:top;
        box-sizing:border-box;
    }
    #content {
        width:auto;
        padding:0 0 2em 1.5%;
    }
    #sidebar {
        width:250px;
        padding:2.25em 1.5% 0;
    }
    #page-index #content {
        padding-left:0;
    }
    #page-index .closed {
        margin-left:1em;
    }
    #pickup {
        margin-left:10px;
    }
    #pickup h3 {
        line-height:1.4;
    }
    #chairman,
    #overview {
        margin-left:2%;
    }
    #overview table th,
    #timetable h3 {
        width:16%;
        font-size:80%;
        line-height:1.5;
        padding:20px 4px;
    }
    #overview table td,
    #timetable .session-detail {
        width:84%;
    }
    #overview table th {
        border-bottom:1px solid #aaa;
    }
    #overview table td {
        border-top:1px solid #666;
    }
    #timetable section {
        display:table;
        width:100%;
        border:1px solid #b1b6ba;
        border-width:1px 1px 0;
    }
    #timetable h3,
    #timetable .session-detail {
        display:table-cell;
        vertical-align:middle;
    }
    #timetable h3 {
        font-weight:normal;
        color:#3c4951;
        background:#ecedee;
        border-right:1px solid #b1b6ba;
    }
    #timetable h3 span {
        display:block;
    }
    #timetable .intermission h3 {
        padding-top:0;
        padding-bottom:0;
    }
    #timetable .intermission .session-detail {
        font-size:90%;
        color:#3c4951;
        letter-spacing:.75em;
        padding:.5em;
        background:#ecedee;
    }
    #timetable #session-closing {
        border-bottom-width:1px;
    }
    #chairman .lecturer {
        display:inline-block;
        width:49%;
        margin:0;
    }
    #footer .logo{
        float:left;
        margin: 0.5em 1.5em;
    }
}

@media print {
    body {
        background:transparent;
    }
    .btn-entry,
    #global-nav ul,
    #footer ul{
        display:none;
    }
    .lecturer,
    #overview tr,
    #timetable .lecturer,
    #chairman .lecturer,
    #sponsor {
        page-break-inside:avoid;
    }
    #wrapper {
        width:100%;
        margin:0 auto;
        overflow: hidden;
    }
    div.lecturer-profile dd {
        font-size:80%;
    }
    #overview table th,
    #timetable h3 {
        width:16%;
        font-size:80%;
        line-height:1.5;
        padding:20px 4px;
    }
    #overview table td,
    #timetable .session-detail {
        width:84%;
    }
    #overview table th {
        border-bottom:1px solid #aaa;
    }
    #overview table td {
        border-top:1px solid #666;
    }
    #timetable section {
        display:table;
        width:100%;
        border:1px solid #b1b6ba;
        border-width:1px 1px 0;
    }
    #timetable h3,
    #timetable .session-detail {
        display:table-cell;
        vertical-align:middle;
    }
    #timetable h3 {
        font-weight:normal;
        color:#3c4951;
        background:#ecedee;
        border-right:1px solid #b1b6ba;
    }
    #timetable h3 span {
        display:block;
    }
    #timetable .intermission h3 {
        padding-top:0;
        padding-bottom:0;
    }
    #timetable .intermission .session-detail {
        font-size:90%;
        color:#3c4951;
        letter-spacing:.75em;
        padding:.5em;
        background:#ecedee;
    }
    #timetable #session-closing {
        border-bottom-width:1px;
    }
    #sidebar {
        text-align:center;
        margin:1.5em 0 1em;
    }
    #footer {
        text-align:center;
    }
    #footer .logo{
        width:auto;
        height:auto;
        margin:0 auto;
    }
    #footer .logo img{
        display:none;
    }
    #footer .logo:after{
        display:block;
        content:"(c) 2017 Impress Corporation";
        color:#fff;
    }
}