@charset "UTF-8";
/* ---------------------------------------------------------------------

TITLE  : common.css
DATE   : 2013/10/30
UPDATE : 2013/11/00
URL    : https://www.nikkansports.com/sochi2014/mod/css/common.css
AUTHOR : nikkansports.com, tonkatsu

--------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------
RESET CSS
-------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font: 16px/1.2 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #333333;
  background: #ffffff;
  text-align: center;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a {
  text-decoration: none;
  outline: 0;
}

a:link {
  color: #0062de;
}

a:visited {
  color: #805496;
}

a:hover,
a:active {
  text-decoration: underline;
}

/* icon
--------------*/
@font-face {
    font-family: "nsiconfont";
    src: url(/mod2015/fonts/nsiconfont.eot?-wju8ft);
    src: url(/mod2015/fonts/nsiconfont.eot?#iefix-wju8ft) format("embedded-opentype"),url(/mod2015/fonts/nsiconfont.woff?-wju8ft) format("woff"),url(/mod2015/fonts/nsiconfont.ttf?-wju8ft) format("truetype"),url(/mod2015/fonts/nsiconfont.svg?-wju8ft#nsiconfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

[class^="pict_"],[class*=" pict_"] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-family: "nsiconfont";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul li i[class^="pict_"], .newslist li i [class*=" pict_"],
.article-title > i {
    margin-left: 5px;
}

.icon-spin {
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear;
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.font-sizeXXXL,.icon-sizeXXXL {
    font-size: 33px;
    font-size: 3.3rem;
}

.font-sizeXXL,.icon-sizeXXL {
    font-size: 28px;
    font-size: 2.8rem;
}

.font-sizeXL,.icon-sizeXL {
    font-size: 23px;
    font-size: 2.3rem;
}

.font-sizeL,.icon-sizeL {
    font-size: 19px;
    font-size: 1.9rem;
}

.font-sizeM,.icon-sizeM {
    font-size: 16px;
    font-size: 1.6rem;
}

.font-sizeS,.icon-sizeS {
    font-size: 14px;
    font-size: 1.4rem;
}

.font-sizeXS,.icon-sizeXS {
    font-size: 12px;
    font-size: 1.2rem;
}

.font-sizeXXS,.icon-sizeXXS {
    font-size: 11px;
    font-size: 1.1rem;
}

.font-sizeXXXS,.icon-sizeXXXS {
    font-size: 10px;
    font-size: 1rem;
}

.positionXXXL {
    position: relative;
    top: 8px;
}

.positionXXL {
    position: relative;
    top: 6px;
}

.positionXL {
    position: relative;
    top: 4px;
}

.positionL {
    position: relative;
    top: 2px;
}

.positionM {
    position: relative;
    top: 0;
}

.positionS {
    position: relative;
    top: 0;
}

.positionXS {
    position: relative;
    top: 0;
}

.positionXXS {
    position: relative;
    top: -1px;
}

.positionXXXS {
    position: relative;
    top: -2px;
}

.pict_genre-rc:before {
    content: "\e60d";
}

.pict_icon-column:before {
    content: "\e621";
}

.pict_icon-photo:before {
    content: "\e622";
}

.pict_icon-movie:before {
    content: "\e624";
}

.pict_icon-zoomin:before {
    content: "\e640";
}

.pict_icon-caret-up:before {
    content: "\e62f";
}

.pict_icon-list:before {
    content: "\e63a";
}

.pict_icon-chevron-left:before {
    content: "\e635";
}

.pict_icon-chevron-right:before {
    content: "\e636";
}

/* smpViewBtn
--------------*/
#smpViewBtn {
    width: 100%;
}

#smpViewBtn .smp-btn a {
    height: 150px;
    display: block;
    background-color: #f9922d;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 150px;
    text-align: center;
}

#smpViewBtn .smp-btn a:before {
    content: "\e646";
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 35px;
    font-size: 3.5rem;
    font-family: "nsiconfont";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
}
