@charset 'UTF-8';

html {
    font-size: 62.5%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #333;
}
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
}
img {
    vertical-align: bottom;
}
a {
    color: #5383c3;
}
a:hover {
    color: #3e62ad;
}

/* Header */
.header {
    border-bottom: 1px solid tomato;
}
.headerInner {
    width: 650px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 8px;
}
.headerInner::after {
    clear: both;
    display: table;
    content: "";
}
.siteTitle {
    margin-bottom: 8px;
    color: #666;
    font-family: "Coming Soon", sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1;
}
.nav {
    float: right;
    display: table;
    font-family: "Coming Soon", sans-serif;
}
.navTitle,
.navList,
.navItem {
    display: table-cell;
}
.navTitle {
    color: tomato;
    font-size: 1.4rem;
    font-weight: normal;
}
.navTitle::before,
.navTitle::after {
    content: " - ";
}
.navList {
    padding-left: 4px;
}
.navItem {
    padding-left: 16px;
}
.navItem a,
.navItem span {
    position: relative;
    padding: 8px 8px 4px;
    font-size: 1.8rem;
}
.navItem a::before,
.navItem span::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-right: 8px;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #5383c3;
}
.navItem span::before {
    top: -2px;
    border-width: 5px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
}

/* Kusemono */
#main {
    width: 650px;
    margin: 0 auto;
    padding: 20px 0 40px;
}
#main table {
    width: 100%;
    border-top: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-spacing: 0px;
    border-collapse: collapse;
}
#main table tr th {
    font-weight: normal;
    background: #dadada;
    box-shadow: 1px 1px 1px #fff inset;
}
#main table th,
#main table td {
    padding: 8px;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

/* MainContents */
.pageTitle {
    margin: 0.5em 0 1em;
    font-family: "Coming Soon", sans-serif;
    font-size: 5rem;
    line-height: 1;
}
.secTitle,
.subTitle {
    font-family: "シネマレター", sans-serif;
}
.secTitle {
    position: relative;
    margin: 40px 0 24px;
    color: #464646;
    font-size: 2.2rem;
    font-weight: normal;
}
.secTitle::before {
    position: absolute;
    top: 48%;
    left: -1.4em;
    display: inline-block;
    content: "";
    width: 1em;
    height: 2px;
    background-color: salmon;
}
.subTitle {
    position: relative;
    margin: 24px 0 16px;
    font-size: 1.8rem;
    font-weight: normal;
}
.subTitle::before {
    position: absolute;
    top: 49%;
    left: -1.4em;
    display: inline-block;
    content: "";
    width: 1em;
    height: 1px;
    background-color: coral;
}

.contentBlock {
    margin-bottom: 56px;
}
.contentBlock p,
.contentBlock li {
    font-size: 1.4rem;
}
.contentBlock p {
    margin-bottom: 1em;
}
.contentBlock p:last-child {
    margin-bottom: 0;
}
.contentBlock ul {
    padding-left: 1.6em;
}
.contentBlock li {
    margin-bottom: 0.5em;
}
.contentBlock strong {
    padding: 0 4px;
    color: #000;
    background-color: #e0e0e0;
}
.contentBlock table {
    margin: 1em 0;
}
.contentBlock table,
.contentBlock table p {
    font-size: 1.3rem;
}
.contentBlock p code {
    padding: 0 4px;
}
.subBlock {
    padding-left: 1.8em;
}
.subBlock + .subBlock {
    margin-top: 48px;
}

.nav-next {
    margin-bottom: 24px;
    text-align: right;
}
.mt24 {
    margin-top: 24px;
}
.mt32 {
    margin-top: 32px;
}
.mt40 {
    margin-top: 40px;
}

.end {
    font-family: "シネマレター", sans-serif;
    font-size: 5rem;
    text-align: center;
}
.end p::before,
.end p::after {
    content: " ― ";
}

#calendar,
#calendarPack {
    margin-top: 48px;
}
