@charset "UTF-8";

/* ---------------------------------------------------------------------

TITLE	: nikkansports.com
DATE	: 2016/03/07
URL	: http://www.nikkansports.com/summary_russia2018/css/summary_russia2018-style.css
AUTHOR	: nikkansports.com

--------------------------------------------------------------------- */
/*
#topNewsHeading {
    width: 640px;
    height: 167px;
    background-image: url(/summary_russia2018/img/headerImage.jpg);
    background-size: 640px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#topNewsHeading:before {
    content: url(/summary_russia2018/img/headerImage.jpg);
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
*/

#topNews h3 {
    margin-top: 2em;
    font-size: 2.1rem;
    font-weight: bold;
}

.summaryArea p {
    margin: 0.5em 0;
    line-height: 1.6;
    text-indent: 1em;
}
.summaryArea p.subTitle {
    color: #4469AF;
    font-weight: bold;
    text-indent: 0;
}

.summaryArea .mb20 { margin: 0.5em 0 20px; }

.info .issue {
    padding: 10px 13px;
    background-color: #e3f0f9;
}

.info .issue dt {
    font-weight: bold;
}

.info .issue dl {
    margin: 1em 0;
}

.info .issue dd {
    margin-left: 0.5em;
    line-height: 1.6;
}

.contactBox {
    margin: 1.5em 0;
    padding: 8px 13px;
    background: #efefef;
    border: 1px solid #999999;
    line-height: 1.6;
}

.copyright {
    text-indent: 0 !important;
/*     font-size: 90%; */
	font-size: 1.0rem;
	font-size: 10px;
}

.subH {
    padding: 0 10px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.nsTable tr td {
    line-height: 1.6em;
    text-align: left;
}

.nsTable #sample {
    margin-top: 1em;
}

.nsTable #sample p {
    margin-top: 0;
    text-indent: 0;
}

.nsTable tr td ol {
    list-style-type: decimal;
    margin-left: 1.6em;
}

.pad { padding-left: 8px; }

a.contact {
    padding: 2px 4px;
    color: #2599b1;
    background: #e0f1f5;
    border: 1px solid #a6d0d8;
    border-radius: 0.2em;
}

/* 新聞表紙 */
.info .issue .nogizaka_cover {
    margin-bottom: 2em;
}
.info .issue .nogizaka_cover dt {
	text-align: center;
}