@charset 'utf-8';

@import '/extra/library/common/css/contents.css';
@import '/extra/library/common/css/sales.css';
@import '/extra/library/common/css/other.css';
@import '/extra/library/common/css/responsive_pc.css';

/* for SP element display: none; */
#smpHeaderArea, #spfoot, #smpFooterArea {
    display: none;
}

/**************************
*** MYJCOM header
**************************/
.page {
    font-size: 83%;
    line-height: 1.5;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 86px;
    text-align: center;
    color: #e3e2e0;
}
.page img {
    line-height: 1;
}
.page hr {
    display: none;
}
.page strong {
    font-weight: bold;
}
.page sub {
    vertical-align: bottom;
}
.page sup {
    vertical-align: top;
}
.page ins {
    text-decoration: none;
}
#headerArea {
    top: 0;
    left: 0;
    height: 86px;
}

/**************************
*** MYJCOM footer
**************************/
#footerArea {
    font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
    font-size: 0.9em;
    position: relative;
}
.interviewFooter {
    padding-top: 20px;
}
.interviewFooter a:link {
    text-decoration: none;
    color: #06c;
}
.interviewFooter a:visited {
    text-decoration: none;
    color: #96c;;
}
