@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

html, body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  background-image: none; }

body {
  background-color: #000;
  color: #FFF;
  padding-top: 60px;
  font-size: 12px;
  min-width: 1080px; }

.logo {
  display: block;
  width: 60px;
  height: 48px;
  position: absolute;
  left: 26px;
  top: 25px;
  z-index: 21; }
  .logo img {
    display: block; }

.dim {
  position: relative; }
  .dim:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    pointer-events: none; }

.dim_ext {
  position: relative;
  z-index: 2; }

.result {
  position: relative;
  margin-left: 175px; }

.result__backbtn {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 712px;
  top: 0px;
  z-index: 5;
  transition: left 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .result__backbtn a {
    display: block;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/back.png);
    background-size: 30px 30px; }

@media screen and (min-width: 1270px) {
  .result__backbtn {
    left: 898px; } }
@media screen and (min-width: 1455px) {
  .result__backbtn {
    left: 1088px; } }
.result__head {
  margin-bottom: 35px; }
  .result__head h1 {
    font-size: 27px;
    margin: 0 0 16px;
    position: relative;
    left: auto;
    top: auto; }
  .result__head p {
    font-size: 12px;
    line-height: 32px;
    vertical-align: middle; }
  .result__head .result__head__mi,
  .result__head .result__head__ct,
  .result__head .result__head__dw {
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    width: auto;
    border: 1px solid #FFF;
    line-height: 22px;
    padding: 0 4px;
    margin: 0 4px 0 0;
    font-weight: bold; }
    .result__head .result__head__mi.highlight,
    .result__head .result__head__ct.highlight,
    .result__head .result__head__dw.highlight {
      border-color: #FFFF00;
      color: #FFFF00; }
  .result__head .result__head__mo {
    box-sizing: border-box;
    display: inline-block;
    height: 24px;
    width: auto;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 4px;
    color: #000;
    background-color: #FFF;
    font-weight: bold; }

.result__side {
  position: absolute;
  left: 0px;
  width: 166px;
  z-index: 1;
  padding-bottom: 80px; }

.result__side__article {
  margin-bottom: 26px;
  word-wrap: break-word; }
  .result__side__article h2 {
    font-size: 10px;
    line-height: 21px;
    margin-bottom: 6px; }
  .result__side__article p {
    font-size: 10px;
    line-height: 16px; }
  .result__side__article a {
    color: #ffff00; }

.result__main {
  position: relative;
  margin-left: 191px;
  padding-bottom: 80px; }
  .result__main #topContainer {
    position: relative;
    left: auto;
    top: auto; }
    .result__main #topContainer ul.items li.article div.shadow:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      left: 0px;
      top: 0px;
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      transition: opacity 0.3s linear; }
    .result__main #topContainer ul.items li.article:hover div.shadow:after {
      opacity: 0.2;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.about_toggle {
  display: block;
  color: #FFF !important;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 21; }
  .about_toggle.close {
    width: 34px;
    height: 34px;
    overflow: hidden;
    background-image: url(images/close.png);
    color: transparent;
    font-size: 0px;
    text-decoration: none; }

.about {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20; }

.about__contents {
  width: 440px;
  height: 435px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -240px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .about__contents h2 {
    font-size: 27px;
    line-height: 34px;
    color: #FFF;
    margin-bottom: 44px; }
  .about__contents p {
    font-size: 12px;
    line-height: 21px; }

body.show_about .about {
  display: block; }

.logo,
.about_toggle,
.result__main,
.dim_ext,
.result__backbtn > a {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.dim:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.logo,
.about_toggle,
.dim_ext,
.result__backbtn > a {
  transition: opacity 1.5s linear 0s; }

.result__main,
.dim:after {
  transition: opacity 1s linear 1s; }

body.fadeIn .logo,
body.fadeIn .about_toggle,
body.fadeIn .result__main,
body.fadeIn .dim_ext,
body.fadeIn .result__backbtn > a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
body.fadeIn .dim:after {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.fadeOutMask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: 9999; }
