/*
Theme Name:Original Theme
Author:h.ogura
Description:JACC Annual Conference
Version:1.0
*/
@charset "UTF-8";

body {
    font-size: 1.25rem;
    line-height: 1.55em;
    color: #555;
}

.max-1320 {
    max-width: 1200px;
}

h2 {
    margin-top: 1.4em;
    margin-bottom: .8em;
    font-size: 135%;
}

h3 {
    margin-top: 1.2em;
    font-size: 120%;
    font-weight: normal;
}

h4 {
    margin-top: .8em;
    font-size: 110%;
    font-weight: normal;
}

p {
    padding-left: .1em;
    text-align: justify;
    margin-bottom: .4em;
}

ul,
ol {
    margin-left: -0.4em;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: royalblue;
}

table,
tr,
td,
th {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    margin: 0;
}

.container {
    min-width: 400px;
}

/*
* front-page
*/
.jacc-main h2 {
    margin: 1rem 0 0 0;
    font-size: 220%;
    font-weight: normal;
}

table.toppage-table {
    width: 100%;
    border: 1px solid #555;
}

table.toppage-table td {
    padding: .3em .5em .3em .5em;
}

table.toppage-table td a {
    border-bottom: 1px solid black;
}

table.toppage-table td a:hover,
table.workshop td a:hover {
    color: royalblue;
    background-color: #fffadd;
    border-bottom: 1px solid royalblue;
    _text-decoration: underline solid royalblue;
}

td.datetime {
    width: 4em;
    border: 1px solid #555;
    background-color: #777;
    color: white;
    text-align: center;
    line-height: 1.1em;
}

td.datetime div.date {
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: .15em;
}

td div.title {
    font-size: 140%;
    line-height: 135%;
    margin-top: 0;
    margin-bottom: .2em;
}

td div.title a {
    color: #006;
}

td div.excerpt {
    font-size: 1.1em;
    text-align: justify;
}

/****/
h3.section {
    margin-top: 1.5em;
    margin-bottom: .5em;
    font-size: 120%;
    font-weight: normal;
    border-bottom: 2px dotted #999;
}

/*
*バナー
*/
.banner_img {
    width: 100%;
    max-width: 300px;
    padding: .2rem;
}

@media (max-width: 991.98px) {
    .banner_img {
        max-width: 300px;
        padding: .5rem;
    }
}

h2.ondemand::after {
    content: '';
    display: inline-block;
    background-image: url(/27th/wp-content/themes/jacc-conf27/images/mark_200x50.png);
    background-size: contain;
    vertical-align: middle;
    width: 100px;
    height: 25px;
    margin-left: .3em;
}

ul.download li a::after,
ol.download li a::after {
    padding-right: .25rem;
    content: "\F1C0";
    font-family: bootstrap-icons;
    font-size: .7em;
    padding: 0 0 0 .3em;
}

p.download a::after {
    padding-right: .25rem;
    content: "\F1C0";
    font-family: bootstrap-icons;
    font-size: .7em;
    padding: 0 0 0 .3em;
}

/*****************/
#page-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    display: none;
}