ul.PresenterList{
    margin-left: 3rem;
}
img {
    border-style: none;
}
a img {
    border-style: none;
}
.PresenterArea {
    width: 720px;
    margin-left: 10px;
}
.PresenterAreaLeft {
    width: 490px;
    margin-top: 1em;
    float: left;
}
.PresenterAreaRight {
    width: 200px;
    margin-top: 1em;
    float: right;
}
.PresenterTxtArea {
    font-size: 12pt;
    line-height: 1.6em;
    color: #333;
    margin-top: 0.5em;
}
.PresenterTxtArea02 {
    font-size: 12px;
    line-height: 1.6em;
    color: #333;
    margin-top: 20px;
    margin-top: 0.5em;
}
.MoushikomiBtnArea {
    margin-top: 20px;
    margin-bottom: 30px;
}
.PresenterTitle {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 1.3rem;
}
.PresenterTitle sup {
    font-size: 18px;
}
.PresenterMidashi {
    font-size: 14pt;
    font-weight: bold;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    margin-bottom: 0.25em;
}
.PresenterMidashi sup {
    font-size: 12px;
}
.PresenterCopy {
    font-size: 20px;
    color: #990000;
    font-weight: normal;
    margin-bottom: 20px;
}
.PresenterCopy02 {
    font-size: 19px;
    margin-bottom: 25px;
    margin-top: 30px;
    color: #007B24;
    font-weight: normal;
}
.PresenterCopy03 {
    font-size: 18px;
    font-weight: bold;
    color: #990000;
    margin-left: 2em;
    margin-bottom: 0.5em;
}
.PresenterListCopy {
    font-size: 12pt;
    margin-left: 3em;
    list-style-image: url(../captivateprime/img/icon.gif);
    list-style-type: none;
    color: #333;
    line-height: 1.6em;
}
.PresenterConMidashi02 {
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 7px 7px 0 0;
    padding: 10px;
    width: 100%;
    background-size: cover;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin-top: 30px;
}
.PresenterConMidashi02 .SubMidashi {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: normal;
    color: #990000;
}
.PresenterConArea {
    padding: 20px;
    background-position: bottom;
    border: 1px solid #ccc;
    border-radius: 0 0 7px 7px;
    width: 100%;
    background-repeat: no-repeat;
}
.PresenterConImg {
    margin-top: 10px;
}
.PresenterConLine {
    border-top-style: solid;
    border-top-color: #cccccc;
    margin-top: 30px;
    margin-bottom: 30px;
}
.PresenterConKomidashi {
    font-size: 16pt;
    font-weight: bold;
    color: #003399;
}
.PresenterConLink {}
.PresenterConLeft {
    float: left;
    margin-right: 20px;
    margin-left: 40px;
}
.PresenterConLeft02 {
    float: left;
    margin-top: 25px;
}
/*イベントページ*/
table.system {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #ffffff;
    empty-cells: show;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.5em;
}
.system th {
    color: #333333;
    background-position: left top;
    background-color: #F4F4F4;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.4em;
}
.system td {
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
    padding-top: 0.5em;
    padding-right: 0.2em;
    padding-bottom: 0.5em;
    padding-left: 0.4em;
    color: #333333;
}
/*=========================================================
 *  ヘッダーフッター入替とレスポンシブ対応にともない追記
 =========================================================*/
/* a要素をデフォルトに戻したい時 */
.contents-main a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.hover-effect-o {
    transition: 0.3 ease-in-out;
}
.hover-effect-o:hover {
    opacity: 0.8;
}
li.PresenterListCopy {
    /*list-style-type: disc;*/
    margin-bottom: 1rem;
}
h4 {
    font-weight: bold;
}
strong {
    font-weight: bold;
}
.menu-list-ul {
    margin-left: 0;
}
.top_list {
    color: #003399;
    padding: 0.5em 2em 0.5em 2em;
    margin-right: 20px;
    margin-left: 0px;
    font-size: large;
}
.top_list li {
    line-height: 1;
    padding: 0.5em 0;
    font-weight: bold;
}

.page-tit {
    width: 220px;
}

@media screen and (max-width:979px) {
    .ttl-bnr {
        display: block;
        width: 100%;
        height: auto;
    }
    .ttl-bnr-h_adj {
        display: block;
        height: 14.4px;
        width: auto;
    }
    .PresenterTitle {
        font-size: 2.8rem;
        line-height: 1.3;
    }
    .PresenterArea, .PresenterAreaLeft {
        width: 100%;
        margin-left: 0;
    }
    .PresenterCopy03 {
        margin-left: 0;
    }
    .PresenterListCopy {
        margin-left: 0;
    }
    .PresenterAreaRight {
        float: none;
        margin: 0 auto;
    }
    .PresenterConArea {
        padding: 1.5rem;
    }
 
    table, tbody {
        width: 100%;
    }

    .w-break {
        word-break: break-all;
    }
} /* end of @media screen and (max-width:979px) */