@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* THREE 2016/03/10 Start */
.links li a {
    line-height: 1.4;
}
/* THREE 2016/03/10 End   */
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
  display: inline-block;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 669px) {
  .inner {
    width: auto;
  }
}

/* 2016.03.08 update start */
.box {
  position: relative;
  padding-bottom: 50px;
}
.box.column2 {
  overflow: hidden;
}
.box.column2 .box-left, .box.column2 .box-right {
  width: 49%;
}
.box.column2 .box-left.color, .box.column2 .box-right.color {
  padding: 10px 20px;
}
.box.column2 .box-left {
  float: left;
  margin-right: 1%;
}
.box.column2 .box-right {
  float: right;
  margin-left: 1%;
}
@media only screen and (max-width: 669px) {
  .box {
    padding-bottom: 35px;
  }
  .box.column2 {
    margin: 0 10px;
  }
  .box.column2 .box-left, .box.column2 .box-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .box.column2 .box-left.color, .box.column2 .box-right.color {
    padding: 10px;
  }
  .box.column2 .box-left {
    float: none;
    margin-right: 0;
  }
  .box.column2 .box-right {
    float: none;
    margin-left: 0;
  }
}

/* 2016.03.08 update end */

.text-box {
  line-height: 1.8;
  margin-bottom: 40px;
  overflow: hidden;
}
.text-box.bg-gray {
  padding: 25px 25px 10px 25px;
  background-color: #eee;
}
.text-box.border {
  border: 2px solid #888;
  padding: 25px 25px 10px 25px;
}
.text-box .center-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
  background-color: #eee;
}
.text-box p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
}

.parts-comment p {
  font-size: 12px;
  font-size: 0.75rem;
}

.text-box .large {
  font-size: 21px;
  font-size: 1.3125rem;
}
.text-box .caption {
  font-size: 13px;
  font-size: 0.8125rem;
}
.text-box .text-right {
  text-align: right;
}
.text-box .text-center {
  text-align: center;
}
.text-box dl {
  padding: 0;
  margin: 0 0 20px 0;
}
.text-box dl dd {
  margin-left: 1.6em;
}
.text-box .note {
  padding: 0;
  margin: 0 0 20px 0;
}
.text-box .note li {
  position: relative;
  list-style: none;
  padding: 0 0 0 1.6em;
}
.text-box .note li span {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 669px) {
  .text-box {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0 10px 20px;
    overflow: inherit;
  }
  .page-contact {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0 10px 5px;
    overflow: inherit;
  }

  .text-box.bg-gray {
    padding: 15px 15px 5px 15px;
    margin: 0 0 20px;
  }
  .text-box.border {
    padding: 15px 15px 5px 15px;
  }
  .text-box .center-title {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px 10px;
    margin: 0 -10px 20px;
  }
  .text-box img {
    width: auto;
  }
  .single-enquete .text-box img {
    width: 100%;
  }
  
  .text-box p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
  .text-box .large {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .text-box .caption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .text-box .text-right {
    text-align: right;
  }
  .text-box .text-center {
    text-align: center;
  }
  .text-box dl {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .text-box dl dd {
    margin-left: 1.6em;
  }
  .text-box .note {
    padding: 0;
    margin: 0 0 20px 0;
  }
  .text-box .note li {
    position: relative;
    list-style: none;
    padding: 0 0 0 1.6em;
  }
  .text-box .note li span {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* 2016.03.08 update start */
/* リストのスタイル .text-list */
.supplemental-list {
  list-style: none;
  padding: 0 0 1.5em;
  margin: 0 0;
}
.supplemental-list li {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 1.5em;
  margin: 0 0 .25em 0;
}
.supplemental-list li i {
  position: absolute;
  top: 0;
  left: 0;
}
.supplemental-list.disk {
  list-style: none;
}
.supplemental-list.disk li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}
@media only screen and (max-width: 669px) {
  .supplemental-list {
    margin: 0 10px;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

/*2016.03.08 update end*/
/* 2016.03.08 update start */
/* コラム等入れられる枠のスタイル .column-box */
.column-box {
  padding: 1.4em 28px .1em;
  margin-bottom: 4em;
  background-color: #f0f0f0;
}

.genre-sp-game .column-box {
  background-color: #d0d7e7;
}

.genre-pc-game .column-box {
  background-color: #cfe6e6;
}

.genre-ac-game .column-box {
  background-color: #f6e3df;
}

.genre-amusement .column-box {
  background-color: #f7eae0;
}

.genre-goods .column-box {
  background-color: #f6e3ee;
}

@media only screen and (max-width: 669px) {
  .column-box {
    padding: 1em 10px .1em;
    margin: 0 10px 2em;
  }
}
/* 2016.03.08 update end */
/* 2016.03.08 update start */
/* youtube動画枠のスタイル .movie-box */
.movie-box {
  margin-bottom: 3em;
}
.movie-box h3, .movie-box h4 {
  margin-bottom: .5em;
}
.movie-box .video {
  text-align: center;
  margin-bottom: .5em;
}
.movie-box .caption {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}

@media only screen and (max-width: 669px) {
  .movie-box {
    margin: 0 10px 2em;
  }
  .movie-box .caption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
/* 2016.03.08 update end */
/* 2016.03.07 merge start */
/* 2016.03.18 THREE DELETE START */
/*
.parts-comment p {
  font-size: 12px;
  font-size: 0.75rem;
}
*/
/* 2016.03.18 THREE DELETE END */
/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
/* 2016.03.18 THREE DELETE START */
/*
.page-contact h3 {
  background: #aaa;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  margin: 0 0 5px;
}
.page-contact h3.genre-sp-game {
  background: #3361c4;
}
.page-contact h3.genre-pc-game {
  background: #158d8d;
}
.page-contact h3.genre-ac-game {
  background: #d6563d;
}
.page-contact h3.genre-amusement {
  background: #e57e29;
}
.page-contact h3.genre-goods {
  background: #743e5f;
}
.page-contact dl {
  border: 2px solid #ccc;
  margin: 3px 0;
}
*/
/* 2016.03.18 THREE DELETE END */
.page-contact dl dt {
  clear: left;
  float: left;
  width: 20em;
  padding: 5px 0.5em;
  border-right: 1px dotted #727272;
}
.page-contact dl dd {
  margin-left: 0;
  padding: 5px 0.5em 5px 21em;
}
.page-contact dl dd a {
  color: #3361c4;
}
/* 2016.03.18 THREE DELETE START */
/*
@media only screen and (max-width: 669px) {
  .page-contact {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    margin: 0 10px 5px;
    overflow: inherit;
  }
}
*/
/* 2016.03.18 THREE DELETE END */
/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-list {
  list-style: none;
  padding: 0;
}
.page-contact-list .link-bar {
  height: 70px;
  vertical-align: middle;
  padding: 10px;
}
.page-contact-list .link-bar a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.page-contact-list .page-contact-list-title {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
}
.page-contact-list .page-contact-list-texts {
  display: block;
}
.page-contact-list .page-contact-list-block {
  float: left;
  display: block;
  width: 10px;
  height: 100%;
  margin: 10px 15px 10px 0;
  background: #aaa;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-attention {
  border: 2px solid #ccc;
}
.page-contact-attention h3 {
  background: #eee;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ff0000;
  margin: 0;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-attention-title {
  margin: 15px 15px 5px 15px;
  font-size: 17px;
  font-size: 1.0625rem;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
.page-contact-attention-text {
  margin: 0 15px 15px 15px;
}
.page-contact-attention-text a {
  color: #0000ff;
}

/* 2016.03.07 merge end */
/* 2016.03.07 merge start */
/* 2016.03.18 THREE DELETE START */
/*
@media only screen and (max-width: 669px) {
  .single-enquete .text-box img {
    width: 100%;
  }
}
*/
/* 2016.03.18 THREE DELETE END */
/* 2016.03.07 merge end */
.topics-list {
  margin: 0 0 0 5px;
}
.topics-list ul {
  width: 1071px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
.topics-list ul li {
  list-style: none;
  float: left;
  width: 352px;
  padding: 0;
  margin: 0 5px 50px 0;
  background-color: #000;
}
.topics-list ul li .image {
  width: 352px;
  height: 250px;
  overflow: hidden;
}
.topics-list ul li .image img {
  width: 100%;
  vertical-align: bottom;
}
.topics-list ul li .genre-date {
  display: table;
  width: 100%;
  height: 30px;
}
.topics-list ul li .genre-date .genre, .topics-list ul li .genre-date .date {
  display: table-cell;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.topics-list ul li .genre-date .genre {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  width: 60%;
}
.topics-list ul li .genre-date .date {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  padding-right: 22px;
  background-color: #484848;
}
.topics-list ul li .text {
  position: relative;
  color: #f0f0f0;
  padding: 12px 22px 52px;
}
.topics-list ul li .text p {
  margin-bottom: 0.6em;
}
.topics-list ul li .text .title {
  text-align: justify;
  word-break: break-all;
}
.topics-list ul li .text .title strong {
/*  font-weight: normal;*/
}
.topics-list ul li .text .description {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
}
.topics-list ul li .text .more {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 308px;
  margin: 0 22px;
}
/* 2016.03.23 THREE Delete start */
/*
ul.topics-attention-list  {
list-style-type: none;
}
*/
/* 2016.03.23 THREE Delete end */
@media only screen and (max-width: 669px) {
  .topics-list {
    margin: 0 4px;
  }
  .topics-list ul {
    width: auto;
    overflow: hidden;
  }
  .topics-list ul li {
    float: left;
    width: 50%;
    padding: 0 4px;
    margin: 0 0 50px 0;
    background-color: #fff;
  }
  .topics-list ul li .image {
    width: auto;
    height: auto;
  }
  .topics-list ul li .genre-date {
    display: block;
    height: auto;
  }
  .topics-list ul li .genre-date .genre, .topics-list ul li .genre-date .date {
    display: block;
  }
  .topics-list ul li .genre-date .genre {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 3px;
  }
  .topics-list ul li .genre-date .date {
    display: inline-block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
    line-height: 1.5;
    padding: 2px 10px;
  }
  .topics-list ul li .text {
    color: #333;
    padding: 2px 0 3px;
  }
  .topics-list ul li .text p.title {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.2em;
  }
  .topics-list ul li .text .description {
    display: none;
  }
  .topics-list ul li .text .more {
    display: none;
  }
  .topics-list ul li .link-official a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px;
  }
  .topics-list ul li .link-official a:before {
    right: 10px;
  }
}

.featured-item {
  margin: -14px 0 40px 0;
  padding: 32px 40px 0;
  background-color: #eee;
}
.featured-item .visual {
  text-align: center;
  padding-bottom: 30px;
}
.featured-item .title {
  margin-bottom: 2px;
  overflow: hidden;
}
.featured-item .title .main-name {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.featured-item h3 {
  border-bottom: 1px dotted #666;
  font-size: 24px;
  font-size: 1.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 0 10px 0;
}
.featured-item .description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}
.featured-item .links {
  padding: 0 0 38px 0;
  margin: 0;
  overflow: hidden;
}
.featured-item .links li {
  list-style: none;
  float: left;
  margin-right: 15px;
}
.featured-item .links li a {
  min-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 669px) {
  .featured-item {
    margin: 0 0 40px 0;
    padding: 10px 0 0;
    background-color: #eee;
  }
  .featured-item .visual {
    text-align: center;
    padding-bottom: 10px;
  }
  .featured-item .visual img {
    width: 100%;
  }
  .featured-item .title {
    margin: 0 10px 10px 10px;
    overflow: hidden;
  }
  .featured-item .title p {
    float: left;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 10px 0 0;
  }
  .featured-item .title .category-list li {
    padding: 3px 5px 2px;
    line-height: 1.2;
  }
  .featured-item h3 {
    border: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.3;
    padding: 0 0 5px 50px;
    margin: 0 10px 10px 10px;
  }
  .featured-item .description {
    display: none;
  }
  .featured-item .links {
    padding: 0 0 18px 0;
    margin: 0 5px;
    overflow: hidden;
  }
  .featured-item .links li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 5px;
    margin: 0;
  }
  .featured-item .links li a {
    font-size: 12px;
    font-size: 0.75rem;
    min-width: inherit;
    padding: 8px 10px;
  }
  .featured-item .links li a:before {
    right: 10px;
  }
}

.featured-item-s {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.featured-item-s li {
  list-style: none;
  float: left;
/*  border-bottom: 1px solid #666;*/
  width: 580px;
  margin-bottom: 40px;
}
.featured-item-s li:nth-child(2n+0) {
  float: right;
}
.featured-item-s li .content {
  margin-bottom: 18px;
}
.featured-item-s li .visual {
  margin-bottom: 10px;
}
.featured-item-s li .title {
  margin-bottom: 10px;
  overflow: hidden;
}
.featured-item-s li .title .main-name {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
.featured-item-s li .title .category-list li {
  border: none;
  padding: 3px 5px 2px;
  line-height: 1.2;
}
.featured-item-s li .description {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.4;
  min-height: 60px;
  margin: 0 10px;
}
.featured-item-s li .description:before {
  top: 0;
  margin-top: 0;
}
.featured-item-s li .links {
  padding: 0 0 13px 0;
  margin: 0;
  overflow: hidden;
}
.featured-item-s li .links li {
  list-style: none;
  float: left;
  border: none;
  width: auto;
  margin: 0 15px 0 0;
}
.featured-item-s li .links li a {
  min-width: 225px;
  max-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 669px) {
  .featured-item-s {
    margin-bottom: 30px;
  }
  .featured-item-s li {
    float: none;
    border-bottom: none;
    width: auto;
    margin-bottom: 20px;
  }
  .featured-item-s li:nth-child(2n+0) {
    float: none;
  }
  .featured-item-s li .content {
    margin-bottom: 18px;
  }
  .featured-item-s li .visual {
    margin-bottom: 5px;
  }
  .featured-item-s li .title {
    margin: 0 10px 13px 10px;
    overflow: hidden;
  }
  .featured-item-s li .title p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 10px 0 0;
  }
  .featured-item-s li .title .category-list li {
    float: left;
  }
  .featured-item-s li .description {
    font-size: 12.5px;
    font-size: 0.78125rem;
    font-weight: bold;
  }
  .featured-item-s li .links {
/*    display: none;*/
    width: 100%;
  }
  .featured-item-s li .links .link-official {
    width: 100%;
  }
  .featured-item-s li .links .link-official a {
  	display: block;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
/* THREE 2016/03/10 Start */
  .featured-item-s li .links li {
    width: 100%;
    margin-bottom:10px;
  }
  .featured-item-s li .links li a {
    display: block;
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
/* THREE 2016/03/10 End   */
}

.special-introduction {
  margin: -10px 0 0 0;
}
.special-introduction .top-image img {
  vertical-align: bottom;
}
.special-introduction .content {
  margin: 0 0 40px 0;
  padding: 25px 40px 20px 40px;
  background-color: #eee;
  overflow: hidden;
}
.special-introduction .content .image {
  float: right;
}
.special-introduction .content .text {
  float: left;
  width: 680px;
  margin-right: 30px;
}
.special-introduction .content .text .date {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 6px 20px;
  margin-bottom: 15px;
  background-color: #cc0000;
}
.special-introduction .content .text .main-name {
  border-bottom: 1px dotted #666;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 0 8px 0;
  margin: 0 0 15px 0;
}
.special-introduction .content .text .heading {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px 0;
}
.special-introduction .content .text .product-name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.special-introduction .content .text .description {
  font-size: 15px;
  font-size: 0.9375rem;
}
.special-introduction .content .text .live-link {
  margin-bottom: 15px;
}
.special-introduction .content .text .live-link a {
  min-width: 225px;
  max-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.special-introduction .content .text .links {
  padding: 0 0 15px 0;
  margin: 0;
  overflow: hidden;
}
.special-introduction .content .text .links li {
  list-style: none;
  float: left;
  width: auto;
  margin: 0 15px 0 0;
}
.special-introduction .content .text .links li a {
  min-width: 225px;
  max-width: 225px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.4;
}
@media only screen and (max-width: 669px) {
  .special-introduction {
    margin: 0;
  }
  .special-introduction .content {
    margin: 0 0 20px 0;
    padding: 20px 20px 10px 20px;
  }
  .special-introduction .content .image {
    float: none;
    margin-bottom: 10px;
  }
  .special-introduction .content .image img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  .special-introduction .content .text {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .special-introduction .content .text .date {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .special-introduction .content .text .main-name {
    border-bottom: 1px dotted #666;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
    padding: 0 0 8px 0;
    margin: 0 0 12px 0;
  }
  .special-introduction .content .text .heading {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0 10px 0;
  }
  .special-introduction .content .text .product-name {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .special-introduction .content .text .description {
    display: none;
  }
  .special-introduction .content .text .live-link {
    margin-bottom: 10px;
  }
  .special-introduction .content .text .live-link a {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: inherit;
    max-width: inherit;
    padding: 7px 10px;
  }
  .special-introduction .content .text .live-link a:before {
    right: 10px;
  }
  .special-introduction .content .text .links {
    padding: 0 0 10px 0;
    margin: 0;
  }
  .special-introduction .content .text .links li {
    float: none;
    list-style: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .special-introduction .content .text .links li a {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: inherit;
    max-width: inherit;
    padding: 7px 10px;
  }
  .special-introduction .content .text .links li a:before {
    right: 10px;
  }
}

.product-list ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.product-list ul li {
  list-style: none;
  float: left;
  color: #f0f0f0;
  width: 244px;
  margin: 0 28px 40px;
}
.product-list ul li .visual img {
  vertical-align: bottom;
}
.product-list ul li .wrap {
  background-color: #000;
}
.product-list ul li .info-area {
  position: relative;
  padding: 5px 0 5px 15px;
  background-color: #282828;
  overflow: hidden;
}
.product-list ul li .info-area .category-list li {
  width: auto;
  margin: 1px 5px 0 0;
  padding: 3px 5px 2px;
  line-height: 1.2;
}
.product-list ul li .info-area .icon-cero {
  position: absolute;
  top: 0;
  right: 0;
}
.product-list ul li .text {
  padding: 10px 15px 5px;
  overflow: hidden;
}
.product-list ul li .text .title {
  line-height: 1.3;
  margin-bottom: 8px;
}
.product-list ul li .text dl {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin: 0 0 8px 0;
  overflow: hidden;
}
.product-list ul li .text dl dt {
  position: relative;
  clear: both;
  float: left;
  width: 6.5em;
  padding-left: 1em;
}
.product-list ul li .text dl dt:before {
  content: "●";
  position: absolute;
  left: 0;
  top: -1px;
}
.product-list ul li .text dl dd {
  margin-left: 6.5em;
}
.product-list ul li .text .address {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.product-list ul li .text .description {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
.product-list ul li .link-btn {
  min-height: 37px;
  margin: 0 15px 15px 15px;
}
.product-list ul li .link-btn a {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 7px 0;
}
.product-list ul li .link-btn a:before {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: -12px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.product-list ul li .ios a {
  background-color: #0edaff;
}
.product-list ul li .android a {
  background-color: #5ab242;
}
.product-list ul li .download-free a {
  background-color: #b60606;
}
.product-list ul li .download-buy a {
  background-color: #004e74;
}
.product-list ul li .ios a:hover {
  background-color: #35e0ff;
}
.product-list ul li .android a:hover {
  background-color: #6bcb51;
}
.product-list ul li .download-free a:hover {
  background-color: #d30f0f;
}
.product-list ul li .download-buy a:hover {
  background-color: #006291;
}
.product-list ul li .links {
  display: table;
  width: 100%;
}
.product-list ul li .links div {
  display: table-cell;
  width: auto;
  margin: 0;
  background-color: #ccc;
}
.product-list ul li .links div a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 30px 10px 10px;
}
.product-list ul li .links div a:before {
  right: 10px;
}
@media only screen and (max-width: 669px) {
  .product-list ul {
    margin: 0 4px;
  }
  .product-list ul li {
    float: left;
    width: 50%;
    padding: 0 4px;
    margin: 0 0 20px;
  }
  .product-list ul li .info-area {
    padding: 5px 0 5px 5px;
  }
  .product-list ul li .info-area .category-list li {
    width: auto;
    margin: 2px 5px 2px 0;
  }
  .product-list ul li .text {
    padding: 10px 10px 5px;
    text-align: justify;
    word-break: break-all;
  }
  .product-list ul li .text .title {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .product-list ul li .text dl {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    margin: 0 0 8px 0;
    overflow: hidden;
  }
  .product-list ul li .text dl dt {
    width: 5.2em;
    padding-left: 0;
  }
  .product-list ul li .text dl dt:before {
    display: none;
  }
  .product-list ul li .text dl dd {
    margin-left: 5.2em;
  }
  .product-list ul li .text .address {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .product-list ul li .text .description {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .product-list ul li .link-btn {
    margin: 0 10px 10px 10px;
  }
  .product-list ul li .link-btn a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 6px 0;
  }
  .product-list ul li .link-btn a:before {
    right: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: -10px;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .product-list ul li .links div a {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 1.3;
    padding: 10px 5px 10px 5px;
  }
  .product-list ul li .links div a:before {
    right: 5px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: -10px;
  }
}

/* 中央寄せのボタンスタイル .button-block */
/* 2016.03.08 update start */
.button-block {
  margin-bottom: 3em;
}
.button-block .btn-base {
  color: #fff !important;
  text-decoration: none !important;
  margin: 0 auto 1.5em;
}
.button-block .small {
  width: 33%;
}
.button-block .normal {
  font-size: 18px;
  font-size: 1.125rem;
  width: 50%;
  padding: 1em 40px 1em 22px;
}
.button-block .large {
  font-size: 22px;
  font-size: 1.375rem;
  width: 70%;
  padding: 1em 40px 1em 22px;
}
@media only screen and (max-width: 669px) {
  .button-block .btn-base {
    font-size: 16px;
    font-size: 1rem;
    width: 90%;
    padding: 10px 22px;
  }
}

/* 2016.03.08 update end */
.link-bar {
  display: table;
  width: 100%;
  margin-bottom: 40px;
  background-color: #eee;
}
.link-bar a, .link-bar a:hover {
  color: #333;
  padding: 0;
  background-color: #eee;
}
.link-bar a:before, .link-bar a:hover:before {
  color: #666;
  font-size: 38px;
  font-size: 2.375rem;
  margin-top: -19px;
}
.link-bar .image, .link-bar .text {
  display: table-cell;
  vertical-align: middle;
}
.link-bar .image {
  padding: 15px 0 15px 40px;
}
.link-bar .image img {
  vertical-align: bottom;
}
.link-bar .text {
  font-size: 20px;
  font-size: 1.25rem;
  padding: .8em 2.5em 1em 2em;
}
@media only screen and (max-width: 669px) {
  .link-bar {
    margin-bottom: 20px;
  }
  .link-bar a:before, .link-bar a:hover:before {
    color: #666;
    right: 10px;
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: -13px;
  }
  .link-bar .image {
    padding: 10px 0 10px 10px;
  }
  .link-bar .image img {
    vertical-align: bottom;
  }
  .link-bar .text {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
    padding: 10px 30px 10px 10px;
  }
}

.sns-account {
  overflow: hidden;
  margin-bottom:15px;
}
.sns-account .sns-group {
  float: left;
  width: 590px;
  margin: 0 20px 3em 0;
}
.sns-account .sns-group-archive {
  width: 100%;
  margin: 0 0 3em 0;
}

.sns-account .sns-group:nth-child(even) {
  margin-right: 0;
}
.sns-account .sns-group h3 {
  display: inline-block;
  min-width: 250px;
  margin-top: 0;
  padding: 1px 0 0;
  text-align: center;
  color: #fff;
  line-height: 26px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
}
.sns-account .sns-group ul {
  margin: 0;
  padding: 0;
}
.sns-account .sns-group ul li {
  min-height: 176px;
  margin-bottom: 20px;
  padding: 12px 20px 0;
  background-color: #eee;
  list-style: none;
  overflow: hidden;
}

.sns-account .sns-group-archive ul li {
	float:left;
	width: 590px;
}

.sns-account .sns-group-archive ul li.sns-group-archive-left {
	margin-right: 20px;
}


.sns-account .sns-group ul li .image {
  float: left;
  padding: 2px;
  border: 1px #9c9899 solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
}
.sns-account .sns-group ul li .image img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.sns-account .sns-group ul li .text {
  margin-left: 160px;
  overflow: hidden;
}
.sns-account .sns-group ul li .text .account {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: .2em;
}
.sns-account .sns-group ul li .text .sns {
  margin-bottom: .4em;
}
.sns-account .sns-group ul li .text .description p {
  margin-bottom: 0;
  text-align: justify;
}
.sns-account .sns-group ul li:last-child {
  margin-bottom: 0;
}
.sns-account #twitter h3 {
  background-color: #33a6ff;
}
.sns-account #facebook h3 {
  background-color: #00348a;
}
.sns-account .more-account {
  clear: both;
}
.sns-account .more-account a {
  position: relative;
  display: block;
  padding: .8em 2em 1em;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #eee;
}
.sns-account .more-account a:before {
  display: inline-block;
  color: #666;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 669px) {
  .sns-account .sns-group {
    float: none;
    width: auto;
    margin: 0 0 1.6em 0;
  }
  .sns-account .sns-group h3 {
    min-width: 150px;
    margin-left: 10px;
  }
  .sns-account .sns-group ul li {
    display: block;
    min-height: inherit;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    margin-right: 0;
  }
  .sns-account .sns-group ul li .image img {
    width: 60px;
    height: 60px;
  }
  .sns-account .sns-group ul li .text {
    margin-left: 75px;
  }
  .sns-account .sns-group ul li .text .title {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .sns-account .sns-group ul li .text .account {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
  }
  .sns-account .sns-group ul li .text .description {
    display: none;
  }
  .sns-account #twitter h3 {
    background-color: #33a6ff;
  }
  .sns-account #facebook h3 {
    background-color: #00348a;
  }
  .sns-account .more-account a {
    padding: .8em 3em 1em 1em;
    margin-bottom: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .sns-account .more-account a:before {
    right: 10px;
  }
}

.refine-search {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 40px 40px 0;
  margin-bottom: 40px;
  background-color: #eee;
  overflow: hidden;
}
.refine-search .wrap {
  margin-bottom: 30px;
  overflow: hidden;
}
.refine-search .wrap .column {
  float: left;
  width: 33.33333%;
  margin-bottom: 20px;
}
.refine-search .title {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 8px;
}
.refine-search .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: url("/images/common/mk-form-title.gif") no-repeat left center;
}
.refine-search label {
  display: inline-block;
  margin: 0 40px 7px 0;
  cursor: pointer;
}
.refine-search input[type="checkbox"] {
  margin-right: 4px;
}
.refine-search select {
  border: 1px solid #333;
  color: #fff;
  min-width: 260px;
  padding: 5px;
  background-color: #666;
  cursor: pointer;
}
.refine-search input.free-word {
  border: 1px solid #ccc;
  min-width: 260px;
  padding: 8px;
}
.refine-search .button {
  clear: both;
  text-align: center;
}
.refine-search .button input {
  border: none;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 14px 100px;
  background-color: #000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(#4d4d4d 0%, #000000 100%);
  background-image: -webkit-linear-gradient(#4d4d4d 0%, #000000 100%);
  background-image: linear-gradient(#4d4d4d 0%, #000000 100%);
}
.refine-search .button input:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media only screen and (max-width: 669px) {
  .refine-search {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 20px 20px 0;
    margin-bottom: 20px;
  }
  .refine-search .wrap {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .refine-search .wrap .column {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }
  .refine-search .wrap .free {
    margin-bottom: 0;
  }
  .refine-search .title {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .refine-search label {
    margin: 0 20px 8px 0;
  }
  .refine-search select {
    border: 1px solid #333;
    width: 100%;
    min-width: inherit;
    -webkit-appearance: none;
    appearance: none;
  }
  .refine-search input.free-word {
    width: 100%;
    min-width: inherit;
  }
  .refine-search .button input {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    padding: 10px 0;
  }
}

.pagenation {
  text-align: center;
  padding: 10px 0 30px 0;
  margin: 0 10px;
}
.pagenation a, .pagenation span {
  line-height: 3.2;
  padding: 5px 10px;
}
.pagenation a {
  border: 1px solid #e5e5e5;
}
.pagenation a:hover {
  background-color: #e5e5e5;
}
.pagenation span {
  border: none;
  font-weight: bold;
}
@media only screen and (max-width: 669px) {
  .pagenation {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .pagenation a, .pagenation span {
    line-height: 3.2;
    padding: 7px 10px;
  }
}

.news-list .date-title {
  margin-bottom: 10px;
}
.news-list ul {
  padding: 0;
  margin: 0 0 40px 5px;
}
.news-list ul li {
  display: table;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  overflow: hidden;
}
.news-list ul li div {
  display: table-cell;
  padding: 15px 0;
}
.news-list ul li div a {
  display: block;
}
.news-list ul li div a:hover {
  text-decoration: underline;
}
.news-list ul li .genre {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  width: 160px;
  padding-right: 30px;
}
.news-list ul li .genre i {
  background: #999;
}
.news-list ul li .genre i {
  display: block;
  color: #fff;
  padding: 3px 0;
  width: 160px;
}

i {
/*  background: #999;*/
}

.news-list ul li .date {
  text-align: left;
  width: 105px;
  padding-left: 5px;
}
@media only screen and (max-width: 669px) {
  .news-list ul {
    margin-bottom: 20px;
  }
  .news-list ul li {
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    display: block;
  }
  .news-list ul li div {
    display: block;
    padding: 5px 0;
  }
  .news-list ul li div a {
    display: block;
  }
  .news-list ul li div a:hover {
    text-decoration: underline;
  }
  .news-list ul li .genre {
    float: left;
    font-size: 10px;
    font-size: 0.625rem;
    width: 140px;
    margin-right: 10px;
  }
  .news-list ul li .genre i {
    display: block;
    color: #fff;
    padding: 3px 0;
  }
  .news-list ul li .date {
    float: left;
    text-align: left;
    width: auto;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 30px;
  }
  .news-list ul li .information {
    clear: both;
    float: none;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.topics-list-all {
  margin-bottom: 40px;
}
.topics-list-all ul {
  padding: 0;
  margin: 0;
}
.topics-list-all ul li {
  display: table;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}
.topics-list-all ul li .image, .topics-list-all ul li .text {
  display: table-cell;
  vertical-align: top;
}
.topics-list-all ul li .image {
  width: 148px;
}
.topics-list-all ul li .text {
  width: 1050px;
  padding: 5px 0 0 0;
  overflow: hidden;
}
.topics-list-all ul li .text .genre {
  float: left;
  margin-right: 30px;
}
.topics-list-all ul li .text .date {
  padding: 3px 0;
}
.topics-list-all ul li .text .information {
  clear: both;
  padding: 17px 0 0 0;
}
.topics-list-all ul li .text .information a {
  display: block;
}
.topics-list-all ul li .text .information a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 669px) {
  .topics-list-all {
    margin-bottom: 20px;
  }
  .topics-list-all ul li {
    padding: 0 10px 10px 10px;
  }
  .topics-list-all ul li .image {
    width: 30%;
  }
  .topics-list-all ul li .text {
    width: 70%;
    padding: 0 0 0 10px;
  }
  .topics-list-all ul li .text .genre {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .topics-list-all ul li .text .genre i {
    font-size: 10px;
    font-size: 0.625rem;
    width: auto;
    padding: 2px 10px;
  }
  .topics-list-all ul li .text .date {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 3px 0;
  }
  .topics-list-all ul li .text .information {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0;
  }
}

.anchor-list {
  margin-bottom: 50px;
  padding: 0 10px;
}
.anchor-list ul {
  padding: 0;
  margin: 0;
}
.anchor-list ul li {
  display: inline-block;
  list-style: none;
  margin: 0 30px 10px 0;
}
.anchor-list ul li a {
  color: #0030ff;
}
.anchor-list2 {
  margin-bottom: 50px;
/*  padding: 0 10px;*/
  padding: 0 0px;*/
}
.anchor-list2 ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.anchor-list2 ul li {
  width: 25%;
  display: inline-block;
  list-style: none;
  /* margin: 0 30px 10px 0; */
  background-color: #696969;
/* THREE 2016/03/10 Start */
  margin-left: -1px;
  margin-top: -1px;
  border-left: 1px solid #1c1f00;
  border-right: 1px solid #1c1f00;
  border-top: 1px solid #1c1f00;
  border-bottom: 1px solid #1c1f00;
/* THREE 2016/03/10 End   */
  text-align: center;
  font-size: 16px;
}
/* THREE 2016/03/10 Start */
@media only screen and (max-width: 669px) {
  .anchor-list2 ul li {
    width: 50%;
  }
  .anchor-list2 ul li a.btn-base-sns {
    font-size: 0.6rem;
    background-position: 5% center;
    padding:10px 20px 10px 30px;
  }
}
/* THREE 2016/03/10 End   */

.anchor-list2 ul li a {
  color: #fff;
}
.questionnaire-list {
 margin-bottom: 40px;
}
.questionnaire-list ul {
  padding: 0;
  margin: 0;
}
.questionnaire-list ul li {
  position: relative;
  display: table;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 13px;
  background-color: #eee;
  overflow: hidden;
}
.questionnaire-list ul li:before {
  content: "a";
  color: #666;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "sega-font-icon";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}
.questionnaire-list ul li a {
  color: #00a4a2;
}
.questionnaire-list ul li a:hover .information {
  text-decoration: underline;
}
.questionnaire-list ul li .image, .questionnaire-list ul li .text {
  display: table-cell;
  vertical-align: middle;
}
.questionnaire-list ul li .image {
/*  width: 115px;*/
  width: 180px;
}
.questionnaire-list ul li .text {
/*  width: 1036px;*/
  width: 970px;
}
.questionnaire-list ul li .text .date {
  padding: 2px 0;
}
.questionnaire-list ul li .text .information {
  padding: 2px 0;
}
.questionnaire-list ul li .text .information i {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 669px) {
  .questionnaire-list {
    margin-bottom: 20px;

  }
  .questionnaire-list ul li {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
  }
  .questionnaire-list ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
    right: 5px;
    margin-top: -10px;
  }

  .questionnaire-list ul li .image {
/*    width: 20%;*/
    width:60px;
    height:60px;
  }
  .questionnaire-list ul li .image img{
/*    width:60px;*/
    width: auto;
    height:60px;
  }
  .questionnaire-list ul li .text {
/*    width: 80%;*/
    padding-left: 10px;
  }
  .questionnaire-list ul li .text .information i {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 2px 5px;
    margin-left: 5px;
  }
}

.questionnaire-pw .lead {
  font-size: 21px;
  font-size: 1.3125rem;
}
.questionnaire-pw form {
  text-align: center;
  margin-bottom: 20px;
}
.questionnaire-pw form input {
  line-height: 1.5;
  padding: 4px 5px;
}
.questionnaire-pw form input[type="submit"] {
  padding: 6px 5px;
}
@media only screen and (max-width: 669px) {
  .questionnaire-pw .lead {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 10px 10px;
  }
  .questionnaire-pw form {
    text-align: center;
    margin-bottom: 20px;
  }
  .questionnaire-pw form input {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 4px 5px;
  }
}

.banner-list {
  border-top: 1px solid #ccc;
  padding: 30px 0 20px 0;
  background-color: #f5f5f5;
}

/* THREE 2016/03/16 Start */
@media only screen and (max-width: 669px) {
  min-width: 1200px;
}
/* THREE 2016/03/16 End */

.banner-list ul {
  width: 1200px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.banner-list ul li {
  list-style: none;
  float: left;
  margin: 0 10px 50px 0;
}
.banner-list ul li a {
  display: block;
}
.banner-list ul li a img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.banner-list ul li a .caption {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0;
}
.banner-list ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner-list ul li:nth-child(5n+0) {
  margin-right: 0;
}
@media only screen and (max-width: 669px) {
  .banner-list {
    padding: 30px 0 20px 0;
  }
  .banner-list ul {
    width: auto;
  }
  .banner-list ul li {
    float: none;
    margin: 0 10px 10px 10px;
  }
  .banner-list ul li a {
    display: block;
    overflow: hidden;
  }
  .banner-list ul li a img {
    float: left;
    width: 50%;
    margin-right: 5px;
  }
  .banner-list ul li a .caption {
    text-align: left;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .banner-list ul li:nth-child(5n+0) {
    margin-right: 10px;
  }
}



.banner-list-single {
  border-top: 1px solid #ccc;
  padding: 30px 0 0 5px;
}
.banner-list-single ul {
  width: 1200px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.banner-list-single ul li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
}
.banner-list-single ul li a {
  display: block;
}
.banner-list-single ul li a img {
  border: 1px solid #ccc;
}
.banner-list-single ul li a .caption {
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 0;
}
.banner-list-single ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media only screen and (max-width: 669px) {
  .banner-list-single {
    padding: 30px 0 0 5%;
  }
  .banner-list-single ul {
    width: auto;
  }
  .banner-list-single ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
  }
  .banner-list-single ul li a {
    display: block;
    overflow: hidden;
  }
}





/* 2016.03.08 update start */
.detail-layout #date {
  margin-bottom: 10px;
  padding: 5px 20px 2px;
  background-color: #8a8a8a;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  overflow: hidden;
}
.detail-layout #date .supply {
  float: right;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2em;
}
.detail-layout #topics-title {
  padding: 14px 28px;
  background-color: #e5e5e5;
}
.detail-layout #topics-title .category .genre {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin-right: 10px;
  padding: 2px 10px 3px;
}
.detail-layout #topics-title .category .title {
  display: inline-block;
  vertical-align: middle;
}
.detail-layout #topics-title h2 {
  margin: 10px 0 0;
  line-height: 1.44;
  font-size: 26px;
  font-size: 1.625rem;
}
.detail-layout #summary {
  margin: .8em 0 .4em;
  padding: 0 25px;
  line-height: 1.44;
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (max-width: 669px) {
  .detail-layout #summary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.detail-layout #sns {
  margin-bottom: 1.5em;
  padding: 10px 0 5px;
  text-align: right;
  border-bottom: #e5e5e5 5px solid;
}


/* THREE 2016/03/16 Start */
.home .detail-layout #sns {
  margin-bottom: 0;
  padding: 10px 0 5px;
  text-align: right;
  border-bottom: 0;
}

/* THREE 2016/03/16 End */

.detail-layout #sns > div {
  display: inline-block;
  vertical-align: top;
  height: 26px;
  margin-right: 15px;
}
.detail-layout #sns.bottom {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.detail-layout #sns2 {
  margin-bottom: 1.5em;
  padding: 10px 0 5px;
  text-align: right;
  border-bottom: #e5e5e5 5px solid;
}
.detail-layout #sns2 > div {
  display: inline-block;
  vertical-align: top;
  height: 66px;
  margin-right: 15px;
}
.detail-layout p {
  font-size: 17px;
  font-size: 1.0625rem;
}

/* THREE 2016/03/18 Start */
/* THREE 2016/03/25 Start */
.detail-layout p.topics-small {
  font-size: 12px;
  font-size: 0.75rem;
}
/* THREE 2016/03/25 End */

.detail-layout hr.topics-hr {
    border:none;
    border-top:solid 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 10px 0;
    }

/* THREE 2016/03/18 End */

/* 2016.03.22 update start */
.detail-layout h3 {
  margin: .2em 0 .5em 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.44;
}
.detail-layout h3.center {
  text-align: center;
}
.detail-layout h3.border {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .3em;
}
.detail-layout h3.border.red {
  border-color: red;
}
/* 2016.03.22 update end */
/* THREE 2016/03/29 Start */
.detail-layout h3.red {
  color: red !important;
}
/* THREE 2016/03/29 End */

.detail-layout h4 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.44;
  margin: .2em 0 .5em 0;
}
.detail-layout h4.center {
  text-align: center;
}
.detail-layout h5 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.44;
  margin: .2em 0 .5em 0;
}
.detail-layout h5.center {
  text-align: center;
}
.detail-layout img {
  display: inline-block;
}

/* 2016.03.22 update start */
.detail-layout table.basic {
  width: 100%;
  margin-bottom: 3em;
}
.detail-layout table.basic thead, .detail-layout table.basic tbody, .detail-layout table.basic tfoot {
  font-size: 16px;
  font-size: 1rem;
}
.detail-layout table.basic tr th, .detail-layout table.basic tr td {
  border: 1px solid #333;
  font-size: 16px;
  font-size: 1rem;
  padding: 8px 12px;
}
@media only screen and (max-width: 669px) {
  .detail-layout table.basic tr th, .detail-layout table.basic tr td {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.detail-layout .scroll-table {
  overflow: auto;
  white-space: nowrap;
}
.detail-layout .scroll-table::-webkit-scrollbar {
  height: 5px;
}
.detail-layout .scroll-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.detail-layout .scroll-table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.detail-layout .scroll-table table {
  margin-bottom: 0;
}
/* 2016.03.22 update end */

.detail-layout ul.basic {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.detail-layout ol.basic {
  font-size: 16px;
  font-size: 1rem;
  padding-left: 1.5em;
  margin-bottom: 2em;
}
.detail-layout dl.basic {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 2em;
  background: none;
}
@media only screen and (max-width: 669px) {
  .detail-layout dl.basic {
    margin-bottom: 1em;
  }
  .detail-layout dl.basic dd {
    width: 100%;
  }
}
.detail-layout .text-box {
  margin-bottom: 1.5em;
}
.detail-layout .text-image-box {
  margin-bottom: 3em;
  line-height: 1.8;
  overflow: hidden;
}
.detail-layout .text-image-box .text {
  float: left;
  max-width: 700px;
}
.detail-layout .text-image-box figure {
  float: right;
  width: 500px;
  text-align: right;
}
.detail-layout .text-image-box figure img {
  max-width: 500px;
}
.detail-layout .text-image-box figure figcaption {
  display: inline-block;
  text-align: left;
  color: #666;
}
.detail-layout .image1-box {
  margin-bottom: 2em;
  text-align: center;
}

/* 2016.03.22 update start */
.detail-layout .image2-box,
.detail-layout .image3-box,
.detail-layout .image4-box {
  overflow: hidden;
  margin-bottom: 2em;
  text-align: center;
}
.detail-layout .image2-box img,
.detail-layout .image3-box img,
.detail-layout .image4-box img {
  letter-spacing: normal;
  margin-right: 20px;
}
.detail-layout .image2-box img:last-child,
.detail-layout .image3-box img:last-child,
.detail-layout .image4-box img:last-child {
  margin-right: 0;
}
.detail-layout .image2-box figure,
.detail-layout .image3-box figure,
.detail-layout .image4-box figure {
  display: block;
  float: left;
  padding: 0 10px;
}
.detail-layout .image2-box figure img,
.detail-layout .image3-box figure img,
.detail-layout .image4-box figure img {
  margin-right: 0;
  margin-bottom: .2em;
}
.detail-layout .image2-box figure figcaption,
.detail-layout .image3-box figure figcaption,
.detail-layout .image4-box figure figcaption {
  letter-spacing: normal;
}
.detail-layout .image2-box figure {
  width: 50%;
}
.detail-layout .image3-box figure {
  width: 33.333333%;
}
.detail-layout .image4-box figure {
  width: 25%;
}
/* 2016.03.22 update end */

.detail-layout .links {
  margin-bottom: 2em;
  padding: 0;
}
.detail-layout .links li {
  display: inline-block;
  min-width: 370px;
  margin-right: 15px;
  list-style: none;
}
.detail-layout dl {
  padding: 24px 30px;
  margin-bottom: 2em;
  background-color: #eee;
  font-size: 16px;
  font-size: 1rem;
  overflow: hidden;
}
.detail-layout dl dt {
  clear: both;
  float: left;
  width: 200px;
  padding: 5px .5em;
}
.detail-layout dl dd {
  float: left;
  width: 74%;
  margin-left: 0;
  padding: 5px .5em;
}
.detail-layout dl dd a {
  color: #3361c4;
}
.detail-layout dl p {
  clear: both;
  margin-top: 1em;
}
@media only screen and (max-width: 669px) {
  .detail-layout dl dt, .detail-layout dl dd {
    display: block;
    width: 100%;
  }
}

/* 2016.03.08 update end */
/* 2016.03.08 update start */
/* 製品スペック枠のスタイル .spec-box */
.spec-box .spec-body {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  background-color: #eee;
}
.spec-box .spec-body dl {
  display: table-cell;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
}
.spec-box .spec-body .image {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}
@media only screen and (max-width: 669px) {
  .spec-box {
    margin: 0 10px;
  }
  .spec-box .spec-body {
    display: block;
    width: auto;
    margin: 0 -10px 1em;
    background-color: #eee;
  }
  .spec-box .spec-body dl {
    display: block;
    width: auto;
  }
  .spec-box .spec-body .image {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: auto;
    padding: 20px;
  }
  .spec-box .spec-body .image img {
    width: auto;
  }
}

/* 2016.03.08 update end */
/* 2016.03.08 update start */
/* 表エリア .table-box */
@media only screen and (max-width: 669px) {
  .table-box {
    margin: 0 10px;
  }
  .table-box table.basic tr th, .table-box table.basic tr td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }
  .table-box table.basic tr th {
    min-width: 70px;
  }
}

/* 2016.03.08 update end */
#product-contents #date {
  margin-bottom: 0;
}
#product-contents #topics-title h2 {
  margin: 0;
}
#product-contents #topics-title h2 .category {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 15px 2px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  vertical-align: text-bottom;
}
#product-contents #sns {
  border-top: #e5e5e5 5px solid;
  border-bottom: none;
}
/* THREE 2016/03/24 START   */
#product-contents #sns.bottom {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* THREE 2016/03/24 END   */
/* 詳細用レイアウト ジャンル別カラー設定 */
/* 2016.03.08 update start */
.genre-sp-game #product-contents #date {
  background-color: #3361c4;
}
.genre-sp-game #product-contents #topics-title {
  color: #3361c4;
  background-color: #93b2f6;
}
.genre-sp-game #product-contents #topics-title h2 .category {
  background-color: #3361c4;
}
.genre-sp-game .title, .genre-sp-game h3 {
  font-weight: bold;
}
.genre-sp-game .detail-layout .title, .genre-sp-game .detail-layout h3 {
  border-color: #3361c4;
  color: #3361c4;
  font-weight: bold;
}
.genre-sp-game .detail-layout h4 {
  color: #3361c4;
  font-weight: bold;
}
.genre-sp-game .detail-layout table.basic tr th {
  background-color: #d0d7e7;
}
.genre-sp-game .detail-layout .box.column2 .color {
  background-color: #d0d7e7;
}

.genre-pc-game #product-contents #date {
  background-color: #158d8d;
}
.genre-pc-game #product-contents #topics-title {
  color: #158d8d;
  background-color: #6ed0d0;
}
.genre-pc-game #product-contents #topics-title h2 .category {
  background-color: #158d8d;
}
.genre-pc-game .title, .genre-pc-game h3 {
  font-weight: bold;
}
.genre-pc-game .detail-layout .title, .genre-pc-game .detail-layout h3 {
  border-color: #158d8d;
  color: #158d8d;
  font-weight: bold;
}
.genre-pc-game .detail-layout h4 {
  color: #158d8d;
  font-weight: bold;
}
.genre-pc-game .detail-layout table.basic tr th {
  background-color: #cfe6e6;
}
.genre-pc-game .detail-layout .box.column2 .color {
  background-color: #cfe6e6;
}

.genre-ac-game #product-contents #date {
  background-color: #d6563d;
}
.genre-ac-game #product-contents #topics-title {
  color: #d6563d;
  background-color: #f5d4cd;
}
.genre-ac-game #product-contents #topics-title h2 .category {
  background-color: #d6563d;
}
.genre-ac-game .title, .genre-ac-game h3 {
  font-weight: bold;
}
.genre-ac-game .detail-layout .title, .genre-ac-game .detail-layout h3 {
  border-color: #d6563d;
  color: #d6563d;
  font-weight: bold;
}
.genre-ac-game .detail-layout h4 {
  color: #d6563d;
  font-weight: bold;
}
.genre-ac-game .detail-layout table.basic tr th {
  background-color: #f6e3df;
}
.genre-ac-game .detail-layout .box.column2 .color {
  background-color: #f6e3df;
}

.genre-amusement #product-contents #date {
  background-color: #e57e29;
}
.genre-amusement #product-contents #topics-title {
  color: #e57e29;
  background-color: #f6b885;
}
.genre-amusement #product-contents #topics-title h2 .category {
  background-color: #e57e29;
}
.genre-amusement .title, .genre-amusement h3 {
  font-weight: bold;
}
.genre-amusement .detail-layout .title, .genre-amusement .detail-layout h3 {
  border-color: #e57e29;
  color: #e57e29;
  font-weight: bold;
}
.genre-amusement .detail-layout h4 {
  color: #e57e29;
  font-weight: bold;
}
.genre-amusement .detail-layout table.basic tr th {
  background-color: #f7eae0;
}
.genre-amusement .detail-layout .box.column2 .color {
  background-color: #f7eae0;
}

.genre-goods #product-contents #date {
  background-color: #743e5f;
}
.genre-goods #product-contents #topics-title {
  color: #743e5f;
  background-color: #cda5bd;
}
.genre-goods #product-contents #topics-title h2 .category {
  background-color: #743e5f;
}
.genre-goods .title, .genre-goods h3 {
  font-weight: bold;
}
.genre-goods .detail-layout .title, .genre-goods .detail-layout h3 {
  border-color: #743e5f;
  color: #743e5f;
  font-weight: bold;
}
.genre-goods .detail-layout h4 {
  color: #743e5f;
  font-weight: bold;
}
.genre-goods .detail-layout table.basic tr th {
  background-color: #f6e3ee;
}
.genre-goods .detail-layout .box.column2 .color {
  background-color: #f6e3ee;
}

/* 2016.03.08 update end */

@media only screen and (max-width: 669px) {
  .detail-layout #topics-title h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .detail-layout h3 {
    line-height: 1.44;
  }
  .detail-layout .text-image-box {
    margin: 0 10px 20px;
    line-height: 1.6;
  }
  .detail-layout .text-image-box .text {
    float: none;
    max-width: auto;
  }
  .detail-layout .text-image-box figure {
    float: none;
    width: auto;
    text-align: left;
  }
  .detail-layout .text-image-box figure img {
    display: block;
    max-width: auto;
    margin: 0 auto;
  }

  /* 2016.03.22 update start */
  .detail-layout .image2-box, .detail-layout .image3-box, .detail-layout .image4-box {
    letter-spacing: normal;
    overflow: hidden;
  }
  .detail-layout .image2-box img, .detail-layout .image3-box img, .detail-layout .image4-box img {
    letter-spacing: normal;
    padding: .4em;
    margin: 0 0 .6em 0;
  }
  .detail-layout .image2-box figure, .detail-layout .image3-box figure, .detail-layout .image4-box figure {
    float: left;
    width: 50%;
    padding: 0 .4em;
    margin-bottom: 1em;
  }
  .detail-layout .image2-box figure:nth-child(2n+1), .detail-layout .image3-box figure:nth-child(2n+1), .detail-layout .image4-box figure:nth-child(2n+1) {
    clear: both;
  }
  .detail-layout .image2-box figure figcaption, .detail-layout .image3-box figure figcaption, .detail-layout .image4-box figure figcaption {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 0;
  }
  .detail-layout .image2-box figure img, .detail-layout .image3-box figure img, .detail-layout .image4-box figure img {
    float: none;
    width: 100%;
    padding: 0;
  }
  /* 2016.03.22 update end */

  .detail-layout .links li {
    display: block;
    width: 90%;
    min-width: inherit;
    margin-right: 0;
    margin: 0 auto .8em;
  }
  .detail-layout dl {
    padding: 10px 15px 0;
  }
  .detail-layout dl dt {
    clear: both;
    float: none;
    width: auto;
    padding: 5px 0;
    font-weight: bold;
  }
  .detail-layout dl dd {
    margin: 0 0 5px 0;
    padding: 5px 0 10px;
    border-bottom: 1px #ccc dotted;
    line-height: 1.4;
  }
  .detail-layout dl dd:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}

.contact-list {
  margin-bottom: 40px;
}
.contact-list ul {
  padding: 0;
  margin: 0;
}
.contact-list ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 17px;
  background-color: #eee;
  overflow: hidden;
}
.contact-list ul li:before {
  content: "a";
  color: #666;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "sega-font-icon";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}
.contact-list ul li .text {
  border-left: 16px solid #878787;
  padding: 13px 15px 13px 25px;
}
.contact-list ul li .text .information {
  font-size: 15px;
  font-size: 0.9375rem;
}
.contact-list ul .sp-game .text {
  border-color: #557cce;
}
.contact-list ul .sp-game .text .title {
  color: #557cce;
}
.contact-list ul .pc-game .text {
  border-color: #3ca0a0;
}
.contact-list ul .pc-game .text .title {
  color: #3ca0a0;
}
.contact-list ul .ac-game .text {
  border-color: #dd725e;
}
.contact-list ul .ac-game .text .title {
  color: #dd725e;
}
.contact-list ul .amusement .text {
  border-color: #ea9550;
}
.contact-list ul .amusement .text .title {
  color: #ea9550;
}
.contact-list ul .goods .text {
  border-color: #8b5f7a;
}
.contact-list ul .goods .text .title {
  color: #8b5f7a;
}
@media only screen and (max-width: 669px) {
  .contact-list {
    margin-bottom: 20px;
  }
  .contact-list ul li {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
  }
  .contact-list ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
    right: 5px;
    margin-top: -10px;
  }
  .contact-list ul li .text {
    border-left: 12px solid #878787;
    padding: 0 15px;
  }
  .contact-list ul li .text .information {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.inquiry-box {
  display: table;
  border: 2px solid #838383;
  padding: 5px;
  margin-bottom: 6px;
  width: 100%;
}
.inquiry-box .title, .inquiry-box .inquiry-content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}
.inquiry-box .title {
  border-right: 1px dotted #585858;
  font-size: 16px;
  font-size: 1rem;
  width: 25%;
}
.inquiry-box .inquiry-content {
  padding-left: 25px;
}
.inquiry-box .inquiry-content .telnumber {
  color: #020202;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding-left: 44px;
  margin-bottom: 5px;
  background: url("/images/common/icon_navi.gif") no-repeat left 10px;
}

.inquiry-box .inquiry-content .phone {
  color: #020202;
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: bold;
  letter-spacing: 0.015em;
  padding-left: 44px;
  margin-bottom: 5px;
  background: url("/images/common/icon_phone.gif") no-repeat left 10px;
}

.inquiry-box .inquiry-content .mail {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  padding-left: 44px;
  margin-bottom: 5px;
  background: url("/images/common/icon_mail.gif") no-repeat top 2px left 2px;
}


.inquiry-box .inquiry-content .note {
  padding: 0;
  margin: 0;
}
.inquiry-box .inquiry-content .note li {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  list-style: none;
  padding-left: 15px;
  margin: 0;
}
.inquiry-box .inquiry-content .note li span {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 669px) {
  .inquiry-box {
    display: block;
    width: auto;
    margin: 0 10px 6px 10px;
  }
  .inquiry-box .title, .inquiry-box .inquiry-content {
    display: block;
    padding: 5px;
  }
  .inquiry-box .title {
    border-right: 0;
    border-bottom: 1px dotted #585858;
    font-size: 15px;
    font-size: 0.9375rem;
    width: auto;
  }
  .inquiry-box .inquiry-content {
    padding: 5px;
  }
  .inquiry-box .inquiry-content .telnumber {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 40px;
    margin-bottom: 5px;
    background: url("/images/common/icon_navi.gif") no-repeat left 7px;
  }
  .inquiry-box .inquiry-content .phone {
    font-size: 26px;
    font-size: 1.625rem;
    padding-left: 40px;
    margin-bottom: 5px;
    background: url("/images/common/icon_phone.gif") no-repeat left 7px;
  }
  .inquiry-box .inquiry-content .note li {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .inquiry-box .inquiry-content .mail {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-left: 40px;
    margin-bottom: 5px;
    background: url("/images/common/icon_mail.gif") no-repeat;
  }
}

.business-product-list {
  margin-bottom: 40px;
}
.business-product-list ul {
  padding: 0;
  margin: 0;
}
.business-product-list ul li {
  position: relative;
  display: table;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 13px;
  background-color: #eee;
  overflow: hidden;
}
.business-product-list ul li:before {
  content: "a";
  color: #666;
  font-size: 26px;
  font-size: 1.625rem;
  font-family: "sega-font-icon";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -13px;
}
.business-product-list ul li a:hover .information {
  text-decoration: underline;
}
.business-product-list ul li .image, .business-product-list ul li .text {
  display: table-cell;
  vertical-align: middle;
}
.business-product-list ul li .image {
  width: 115px;
}
.business-product-list ul li .text {
  width: 1036px;
}
.business-product-list ul li .text .date {
  padding: 2px 0;
}
.business-product-list ul li .text .information {
  padding: 2px 0;
}
.business-product-list ul li .text .information i {
  display: inline;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  margin-left: 10px;
}
@media only screen and (max-width: 669px) {
  .business-product-list {
    margin-bottom: 20px;
  }
  .business-product-list ul li {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 25px 10px 10px;
    margin-bottom: 10px;
  }
  .business-product-list ul li:before {
    font-size: 20px;
    font-size: 1.25rem;
    right: 5px;
    margin-top: -10px;
  }
  .business-product-list ul li .image {
    width: 20%;
  }
  .business-product-list ul li .text {
    width: 80%;
    padding-left: 10px;
  }
  .business-product-list ul li .text .information i {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 2px 5px;
    margin-left: 5px;
  }
}

.support-list {
  margin-top: -17px;
}
.support-list ul {
  padding: 0;
  margin: 0 0 40px 5px;
}
.support-list ul li {
  display: table;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.support-list ul li div {
  display: table-cell;
  padding: 5px 0;
}
.support-list ul li div a {
  display: block;
}
.support-list ul li div a:hover {
  text-decoration: underline;
}
.support-list ul li .date {
  text-align: left;
  width: 105px;
  padding-left: 5px;
}
.support-list ul li .information {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 55px;
}
.support-list ul li .information .pdf {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  width: 40px;
  margin: 7px 0;
  background-color: #de1400;
}
@media only screen and (max-width: 669px) {
  .support-list {
    margin-top: -10px;
  }
  .support-list ul {
    margin-bottom: 20px;
  }
  .support-list ul li {
    padding: 0 10px 10px 10px;
    margin-bottom: 10px;
    display: block;
  }
  .support-list ul li div {
    display: block;
    padding: 5px 0;
  }
  .support-list ul li div a {
    display: block;
  }
  .support-list ul li div a:hover {
    text-decoration: underline;
  }
  .support-list ul li .date {
    text-align: left;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 0;
  }
  .support-list ul li .information {
    position: relative;
    padding-left: 55px;
  }
  .support-list ul li .information .pdf {
    margin: 7px 0;
  }
}

header {
  min-width: 1200px;
  color: #f0f0f0;
  background-color: #000;
}
header a {
  color: #f0f0f0;
}
header #header-top {
  min-width: 1200px;
  background-color: #222;
  overflow: hidden;
}
header #header-top #site-name {
  float: left;
  padding: 8px 0 0 40px;
}
header #header-top .link-area {
  float: right;
}
header #header-top .link-area #link-sns, header #header-top .link-area #link-sega-sammy, header #header-top .link-area #link-company-information {
  float: left;
}
header #header-top .link-area #link-sns {
  padding: 0;
  margin: 0;
}
header #header-top .link-area #link-sns li {
  float: left;
  font-size: 22px;
  font-size: 1.375rem;
  list-style: none;
  margin-left: 1px;
  background-color: #666;
}
header #header-top .link-area #link-sns li a {
  display: block;
  text-align: center;
  width: 35px;
  height: 35px;
  padding-top: 5px;
}
header #header-top .link-area #link-sns li a:hover {
  color: #fff;
}
header #header-top .link-area #link-sns li.twitter a:hover {
  background-color: #5ea9dd;
}
header #header-top .link-area #link-sns li.facebook a:hover {
  background-color: #3765a3;
}
header #header-top .link-area #link-sns li.rss a:hover {
  background-color: #fb7629;
}
header #header-top .link-area #link-sega-sammy {
  margin-left: 1px;
  background-color: #fff;
}
header #header-top .link-area #link-sega-sammy a {
  display: block;
  text-align: center;
  height: 35px;
  padding: 9px 15px 0;
}
header #header-top .link-area #link-company-information {
  background-color: #383838;
}
header #header-top .link-area #link-company-information a {
  display: block;
  height: 35px;
  padding: 8px 55px 0 15px;
  background: url(/images/common/arrow01.png) no-repeat right center;
}
header #header-top .link-area #link-company-information a:hover {
  color: #bbb;
}
header #header-middle {
  min-width: 1200px;
  overflow: hidden;
}
header #header-middle #company-logo {
  float: left;
  padding: 14px 0 0 40px;
}
header #header-middle #menu-button {
  display: none;
}
header #header-middle .link-area {
  display: block;
  float: right;
  font-size: 12.5px;
  font-size: 0.78125rem;
}
header #header-middle .link-area #global-navi, header #header-middle .link-area #search, header #header-middle .link-area #sub-navi {
  float: left;
}
header #header-middle .link-area #global-navi ul {
  padding: 0;
  margin: 0;
}
header #header-middle .link-area #global-navi ul li {
/*  display: table-cell;*/
  display: inline-block;
  border-left: 1px solid #1c1f00;
  list-style: none;
  line-height: 1.3;
  vertical-align: top;
  float:left;
  position: relative;
}
header #header-middle .link-area #global-navi ul li a {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 145px;
  height: 66px;
}
header #header-middle .link-area #global-navi ul li a:hover {
  color: #fff;
}
header #header-middle .link-area #global-navi ul li a:hover:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 12px;
  margin: 0 5%;
  background-color: #999;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #global-navi ul li.current a {
  color: #fff;
}
header #header-middle .link-area #global-navi ul li.current a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 12px;
  margin: 0 5%;
  background-color: #999;
  content: "";
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #search {
  border-left: 1px solid #1c1f00;
  color: #aaa;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  width: 66px;
  height: 66px;
  cursor: pointer;
}
header #header-middle .link-area #search:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
header #header-middle .link-area #search span {
  display: block;
  padding-top: 21px;
}
header #header-middle .link-area #sub-navi ul {
  padding: 0;
  margin: 0;
}
header #header-middle .link-area #sub-navi ul li {
  display: table-cell;
  border-left: 1px solid #000;
  list-style: none;
  line-height: 1.3;
  vertical-align: top;
}
header #header-middle .link-area #sub-navi ul li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 125px;
  height: 66px;
  background-color: #222;
}
header #header-middle .link-area #sub-navi ul li a:hover {
  color: #bbb;
}
header #header-bottom {
  min-width: 1200px;
  position: relative;
  background-color: #e0e0e0;
  overflow: hidden;
}
header #header-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ababa9;
  z-index: 1;
}
header #header-bottom #local-navi {
  float: right;
}
header #header-bottom #local-navi ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
header #header-bottom #local-navi ul li {
  position: relative;
  display: table;
  float: left;
  border-left: 1px solid #ababa9;
  line-height: 1;
  list-style: none;
  text-align: center;
  width: 108px;
  height: 50px;
}
header #header-bottom #local-navi ul li a {
  position: relative;
  display: table-cell;
  width: 108px;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 9px 0 15px;
  text-align: center;
  vertical-align: middle;
}
header #header-bottom #local-navi ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ababa9;
  z-index: 2;
}
header #header-bottom #local-navi ul li a:hover {
  background-color: #f3f3f3;
}
header #header-bottom #local-navi ul li a:hover:after {
  height: 2px;
  background-color: #fff;
}
header #header-bottom #local-navi ul li a:before {
  content: "▼";
  position: absolute;
  bottom: 2px;
  left: 50%;
  color: #9b9b9b;
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: -5px;
}
header #header-bottom #local-navi ul li.current a {
  background-color: #f3f3f3;
}
header #header-bottom #local-navi ul li.current a:after {
  height: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 669px) {
  header {
    min-width: 100%;
  }
  header #header-top {
    min-width: inherit;
  }
  header #header-top #site-name {
    display: none;
  }
  header #header-top .link-area {
    float: right;
  }
  header #header-top .link-area #link-sns {
    display: none;
  }
  header #header-top .link-area #link-sega-sammy {
    display: none;
  }
  header #header-top .link-area #link-company-information {
    float: none;
  }
  header #header-middle {
    position: relative;
    min-width: inherit;
    overflow: inherit;
  }
  header #header-middle #company-logo {
    float: none;
    padding: 10px 0 10px 10px;
  }
  header #header-middle #company-logo a img {
    width: auto;
    height: 30px;
  }
  header #header-middle #menu-button {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    outline: none;
  }
  header #header-middle #menu-button .menu-trigger,
  header #header-middle #menu-button .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header #header-middle #menu-button .menu-trigger {
    position: relative;
    width: 30px;
    height: 19px;
  }
  header #header-middle #menu-button .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  header #header-middle #menu-button .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header #header-middle #menu-button .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  header #header-middle #menu-button .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header #header-middle #menu-button .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(45deg);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  header #header-middle #menu-button .menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
  }
  header #header-middle #menu-button .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-8px) rotate(-45deg);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  header #header-middle #menu-button .menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(8px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(8px) rotate(0);
    }
    100% {
      transform: translateY(8px) rotate(45deg);
    }
  }
  header #header-middle #menu-button .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #header-middle #menu-button .menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-8px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-8px) rotate(0);
    }
    100% {
      transform: translateY(-8px) rotate(-45deg);
    }
  }
  header #header-middle .link-area {
    display: none;
    right: 0;
    top: 50px;
    z-index: 1000;
    float: none;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    background-color: #000;
  }
  header #header-middle .link-area #global-navi, header #header-middle .link-area #search, header #header-middle .link-area #sub-navi {
    float: none;
  }
  header #header-middle .link-area #global-navi ul li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #333;
    float:none;
  }
  header #header-middle .link-area #global-navi ul li a {
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 10px;
  }
  header #header-middle .link-area #global-navi ul li a:after {
    display: inline-block;
    color: #ccc;
    font-family: "sega-font-icon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    content: "a";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }
  header #header-middle .link-area #global-navi ul li a:before, header #header-middle .link-area #global-navi ul li a:hover:before {
    display: none;
  }
  header #header-middle .link-area #global-navi ul li a br {
    display: none;
  }
  header #header-middle .link-area #search {
    border: none;
    text-align: left;
    width: 100%;
    height: auto;
  }
  header #header-middle .link-area #search span {
    padding: 15px 0 15px 10px;
  }
  header #header-middle .link-area #sub-navi ul li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #444;
  }
  header #header-middle .link-area #sub-navi ul li a {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 10px;
  }
  header #header-middle .link-area #sub-navi ul li a:hover {
    color: #bbb;
  }
  header #header-middle .link-area #sub-navi ul li a:before {
    display: inline-block;
    color: #ccc;
    font-family: "sega-font-icon";
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    content: "a";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
  }
  header #header-middle .link-area #sub-navi ul li a br {
    display: none;
  }
  header #header-bottom {
    min-width: inherit;
    background-color: #fff;
  }
  header #header-bottom:after {
    display: none;
  }
  header #header-bottom #local-navi {
    float: none;
  }
  header #header-bottom #local-navi ul li {
    border-left: none;
    border-right: 1px solid #ababa9;
    border-bottom: 1px solid #ababa9;
    width: 33.3336%;
  }
  header #header-bottom #local-navi ul li a {
    width: 33.3336%;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 9px 0 15px;
    background-color: #e0e0e0;
  }
  header #header-bottom #local-navi ul li a:after {
    display: none;
  }
  header #header-bottom #local-navi ul li a:hover {
    background-color: #f3f3f3;
  }
  header #header-bottom #local-navi ul li a:hover:after {
    display: none;
  }
}
footer {
  color: #f0f0f0;
  background-color: #222;
  min-width: 1200px;
}
footer a {
  color: #f0f0f0;
}
footer #footer-top {
  background-color: #333;
  padding: 30px 0 45px;
}
footer #footer-top ul {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
footer #footer-top ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: 204px;
  width: 1px;
  height: 100%;
/*  background-color: #666;*/
}
footer #footer-top ul li {
  float: left;
  list-style: none;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 170px;
}
footer #footer-top ul li a {
  position: relative;
  display: block;
  padding-left: 15px;
}
footer #footer-top ul li a:before {
  display: inline-block;
  color: #ccc;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  content: "a";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
footer #footer-top ul li .heading {
  display: block;
  margin-bottom: 7px;
}
footer #footer-top ul li ul {
  float: none;
  border: none;
  padding-left: 15px;
}
footer #footer-top ul li ul li {
  float: none;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 140px;
  margin-bottom: 7px;
}
footer #footer-bottom {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px 0 35px;
  overflow: hidden;
}
/* THREE 2016/03/25 Start */
footer #footer-bottom .inner{
  padding-left: 10px;
  padding-right: 10px;
}
/* THREE 2016/03/25 End */

footer #footer-bottom #footer-navi {
  float: left;
  padding: 0;
  margin: 0;
}
footer #footer-bottom #footer-navi li {
  float: left;
  list-style: none;
  margin-right: 40px;
}
footer #footer-bottom #copyright {
  float: right;
}
footer #footer-bottom #copyright small {
  font-size: 90%;
}

@media only screen and (max-width: 669px) {
  footer {
    min-width: 100%;
  }
  footer #footer-top {
    padding: 0;
  }
  footer #footer-top ul:after {
    display: none;
  }
  footer #footer-top ul li {
    float: none;
    width: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    border-bottom: 1px solid #aaa;
  }
  footer #footer-top ul li a {
    padding: 10px 0 10px 10px;
  }
  footer #footer-top ul li a:before {
    color: #ccc;
    font-size: 20px;
    font-size: 1.25rem;
    right: 10px;
    left: inherit;
    margin-top: -10px;
  }
  footer #footer-top ul li .heading {
    margin-bottom: 0;
  }
  footer #footer-top ul li ul {
    display: none;
  }
  footer #footer-bottom {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 30px 10px;
  }
  footer #footer-bottom #footer-navi li {
    margin-right: 15px;
  }
  footer #footer-bottom #footer-navi li.sega-group {
    float: none;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  footer #footer-bottom #copyright {
    padding-top: 27px;
  }
  .pc-only {
  	display: none;
  }
  .sp-only {
  	display: block;
  }
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.carousel {
  margin-top: -60px;
  margin-bottom: 25px;
}
.carousel .owl-carousel {
  min-width: 1200px;
  /* THREE 2016/03/10 Start */
/*  margin-bottom: .6em;*/
  margin-bottom: 18px;
  /* THREE 2016/03/10 End   */
}
.carousel .owl-carousel .owl-item {
  height: 450px;
  overflow: hidden;
}
.carousel .owl-carousel .owl-controls {
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 9999;
}
.carousel .owl-carousel .owl-controls .owl-nav {
  overflow: hidden;
}
.carousel .owl-carousel .owl-controls .owl-nav div {
  float: left;
  width: 75px;
  height: 75px;
  background-color: rgba(103, 82, 128, 0.4);
  color: #fff;
  margin-left: 2px;
  text-align: center;
}
.carousel .owl-carousel .owl-controls .owl-nav div:before {
  display: inline-block;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 75px;
  font-weight: bold;
}
.carousel .owl-carousel .owl-controls .owl-nav div:hover {
  background-color: rgba(103, 82, 128, 0.8);
}
.carousel .owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "p";
}
.carousel .owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "a";
}
.carousel .owl-thumbs {
  text-align: center;
}
.carousel .owl-thumbs .owl-thumb-item {
  display: inline-block;
  cursor: pointer;
  /* THREE 2016/03/10 Start */
  margin-right: 18px;
  /* THREE 2016/03/10 End   */
  
}
.carousel .owl-thumbs .owl-thumb-item:hover, .carousel .owl-thumbs .owl-thumb-item.active {
  opacity: 0.4;
}
.carousel .contents {
  position: relative;
  top: 0;
  height: 450px;
  z-index: 100;
  overflow: hidden;
}
.carousel .contents .images {
  position: absolute;
  width: 900px;
  bottom: 0;
  left: 0;
}
.carousel .contents .images img {
  width: 900px;
  height: 400px;
}
.carousel .contents .information {
  position: absolute;
  width: 300px;
  bottom: 0;
  right: 0;
}
.carousel .contents .information .product-info {
  min-height: 250px;
  padding: 10px 15px;
/*  color: #fff;*/
  background-color: #fff;
}
/*
.page-sp-game .carousel .contents .information .product-info {
  background-color: rgba(52, 98, 196, 0.6);
}

.page-pc-game .carousel .contents .information .product-info {
  background-color: rgba(21, 141, 140, 0.6);
}

.page-ac-game .carousel .contents .information .product-info {
  background-color: rgba(214, 86, 61, 0.6);
}

.page-amusement .carousel .contents .information .product-info {
  background-color: rgba(228, 126, 41, 0.6);
}

.page-goods .carousel .contents .information .product-info {
  background-color: rgba(255, 255, 255, 0.6);
}
*/
.page-sp-game .carousel .contents .information .product-info .title {
  color: #3361c4;
}

.page-pc-game .carousel .contents .information .product-info .title {
  color: #158d8d;
}

.page-ac-game .carousel .contents .information .product-info .title {
  color: #d6563d;
}

.page-amusement .carousel .contents .information .product-info .title {
  color: #e57e29;
}

.page-goods .carousel .contents .information .product-info .title {
  color: #743e5f;
}


.carousel .contents .information .product-info .tags {
  margin: 0 0 .4em 0;
  padding: 0;
}
.carousel .contents .information .product-info .tags li {
  display: inline-block;
  padding: 6px 10px 4px;
  list-style: none;
  background-color: #eee;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

.page-sp-game .carousel .contents .information .product-info .tags li {
  background-color: #3361c4;
}

.page-pc-game .carousel .contents .information .product-info .tags li {
  background-color: #158d8d;
}

.page-ac-game .carousel .contents .information .product-info .tags li {
  background-color: #d6563d;
}

.page-amusement .carousel .contents .information .product-info .tags li {
  background-color: #e57e29;
  }

.page-goods .carousel .contents .information .product-info .tags li {
  background-color: #743e5f;
  }


.carousel .contents .information .product-info .title {
  margin-bottom: .6em;
}
.carousel .contents .information .product-info .title strong {
  font-size: 16px;
  font-size: 1rem;
/*  font-weight: normal;*/
}
.carousel .contents .information .related-link ul {
  margin: 0;
  padding: 0;
}
.carousel .contents .information .related-link ul li {
  margin-top: 2px;
  font-size: 18px;
  font-size: 1.125rem;
  list-style: none;
}
.carousel .contents .information .related-link ul li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel .contents .information .related-link ul li a:before {
  display: inline-block;
  color: #aaa;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  font-weight: 100;
}
.carousel .contents .information .related-link ul li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.carousel .background-image {
  position: absolute;
  top: 0;
  width: 110%;
  height: 450px;
  overflow: hidden;
  z-index: 1;
}
.carousel .background-image img {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  margin: -20px -40px -40px -20px;
}

@media only screen and (max-width: 669px) {
  .carousel {
    margin-top: 0;
  }
  .carousel .owl-carousel {
    min-width: 100%;
  }
  .carousel .owl-carousel .owl-item {
    height: 100%;
  }
  .carousel .owl-thumbs {
    display: none;
  }
  .carousel .contents {
    height: 100%;
    padding-bottom: 10px;
  }
  .carousel .contents .images {
    position: static;
    width: 100%;
    top: 0;
    bottom: auto;
  }
  .carousel .contents .images img {
    width: 100%;
    height: auto;
  }
  .carousel .contents .information {
    position: static;
    width: 100%;
  }
  .carousel .contents .information .product-info {
    position: relative;
    width: 100%;
    margin: 0 0 5px 0;
    min-height: 100%;
    bottom: auto;
  }
  .carousel .contents .information .product-info .tags {
    display: none;
  }
  .carousel .contents .information .product-info .title {
    margin: 0;
    padding: 3px 10px 2px;
    line-height: 1;
  }
  .carousel .contents .information .product-info .description {
    display: none;
  }
  .carousel .contents .information .related-link ul {
    overflow: hidden;
  }
  .carousel .contents .information .related-link ul li {
    float: left;
    width: 50%;
    padding: 0 5px;
    letter-spacing: normal;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .carousel .contents .information .related-link ul li a {
    padding: 15px 10px;
  }
  .carousel .contents .information .related-link ul li a:before {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: -12px;
  }
  .carousel .background-image {
    width: 200%;
    height: 100%;
  }

  .page-sp-game .carousel .contents .information .product-info {
    background-color: rgba(52, 98, 196, 0.6);
  }

  .page-pc-game .carousel .contents .information .product-info {
    background-color: rgba(21, 141, 140, 0.6);
  }

  .page-ac-game .carousel .contents .information .product-info {
    background-color: rgba(214, 86, 61, 0.6);
  }

  .page-amusement .carousel .contents .information .product-info {
    background-color: rgba(228, 126, 41, 0.6);
  }

  .page-goods .carousel .contents .information .product-info {
    background-color: rgba(116, 62, 94, 0.6);
  }

  .page-sp-game .carousel .contents .information .product-info .title {
    color: #143680;
  }

  .page-pc-game .carousel .contents .information .product-info .title {
    color: #054a49;
  }

  .page-ac-game .carousel .contents .information .product-info .title {
    color: #831c08;
  }

  .page-amusement .carousel .contents .information .product-info .title {
    color: #643107;
  }

  .page-goods .carousel .contents .information .product-info .title {
    color: #511036;
  }
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/images/common/loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  outline: 0;
  width: 50px;
  height: 100%;
  background-color: #eee;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-prev {
  left: 0;
  background: url("/images/common/controls.png") no-repeat 0 50%;
}

.bx-wrapper .bx-next {
  right: 0;
  background: url("/images/common/controls.png") no-repeat -50px 50%;
}

.bx-wrapper .bx-controls-direction a:hover {
  background-color: #ddd;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

ul.topics-list {
  width: 1071px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  transform:scale(1);
}
ul.topics-list ul {
  padding-left: 66px;
}
ul.topics-list ul li {
  position: relative;
  list-style: none;
  float: left;
  width: 352px;
  height: 484px;
  padding: 0;
  margin: 0 5px 15px 0;
  background-color: #000;
}
ul.topics-list ul li .image {
  width: 352px;
  height: 250px;
  overflow: hidden;
}
ul.topics-list ul li .image img {
  width: 100%;
  vertical-align: bottom;
}
ul.topics-list ul li .genre-date {
  display: table;
  width: 100%;
  height: 30px;
}
ul.topics-list ul li .genre-date .genre, ul.topics-list ul li .genre-date .date {
  display: table-cell;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
ul.topics-list ul li .genre-date .genre {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  width: 60%;
}
ul.topics-list ul li .genre-date .date {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  padding-right: 22px;
  background-color: #484848;
}
ul.topics-list ul li .text {
  position: relative;
  height: 160px;
  color: #f0f0f0;
  padding: 12px 22px 52px;
}
ul.topics-list ul li .text p {
  margin-bottom: 0.6em;
}
ul.topics-list ul li .text .title {
  text-align: justify;
  word-break: break-all;
}
ul.topics-list ul li .text .title strong {
/*  font-weight: normal;*/
}
ul.topics-list ul li .text .description {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
}
ul.topics-list ul li .text .more {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 308px;
  margin: 0 22px;
}
ul.topics-list ul li .link-official {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 669px) {
  ul.topics-list {
    width: auto;
    overflow: hidden;
    list-style: none;
  }
  ul.topics-list li {
    float: left;
    width: 50%;
    padding: 0 4px;
    margin: 0 0 50px 0;
    background-color: #fff;
  }
  ul.topics-list li .genre-date .genre, ul.topics-list li .genre-date .date {
    display: block;
  }
  ul.topics-list li .genre-date .genre {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 3px;
    color: #fff;
  }
  ul.topics-list li .genre-date .date {
    display: inline-block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 10px;
    font-size: 0.625rem;
    text-align: left;
    line-height: 1.5;
    padding: 2px 10px;
    background-color: #676661;
    color: #fff;
  }
  ul.topics-list li .text {
    color: #333;
    padding: 2px 0 3px;
  }
  ul.topics-list li .text .title {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.2em;
  }
  ul.topics-list li .text .title strong {
    font-weight: normal;
  }
  ul.topics-list li .text .description {
    display: none;
  }
  ul.topics-list li .text .more {
    display: none;
  }
  ul.topics-list li .link-official a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 10px;
  }
  ul.topics-list li .link-official a:before {
    right: 10px;
  }
  ul.topics-list li:nth-of-type(n+7) {
    display: none;
  }
}
/* 2016.03.22 update start */
.topics-attention-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0 15px;
}

@media only screen and (max-width: 669px) {
  .topics-attention-list {
    padding: 0;
    margin-bottom: 0 15px;
  }
}
/* 2016.03.22 update end */

/* THREE 2016/03/16 Start */
.top-sns-buttons {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
/* THREE 2016/03/16 End */

#main-visual {
  position: relative;
/* THREE 2016/03/16 Start */
/*  margin-bottom: 50px;*/
/* THREE 2016/03/16 End */
  padding-top: 12px;
  min-width: 1200px;
}

/* THREE 2016/03/17 Start */
@media only screen and (max-width: 669px) {
    #main-visual {
/* THREE 2016/07/08 Start */
      margin-bottom: 25px;
/* THREE 2016/07/08 End */
    }
}
/* THREE 2016/03/17 End */

#main-visual #main-wrap {
  position: relative;
  z-index: 100;
  /*
  #navi {
  	div {
  	    position: absolute;
  	    top:52%;
  	    margin: -25px 6% 0;
  	    width: 50px;
  	    height: 50px;
  	    border-top: solid 2px #fff;   
  	    border-left: solid 2px #fff;
  	    cursor: pointer;
  	}
  	#prev {
  	    -ms-transform: rotateX(-45deg);
  	    -webkit-transform: rotate(-45deg);
  	    transform: rotate(-45deg);
  	}
  	#next {
  	    right: 0;
  	    -ms-transform: rotateX(135deg);
  	    -webkit-transform: rotate(135deg);
  	    transform: rotate(135deg);
  	}
  }
  */
}
#main-visual #main-wrap #main-photo {
  position: relative;
  height: 437px;
  margin: 0 0 16px;
  z-index: 100;
}
#main-visual #main-wrap #main-photo img {
  position: absolute;
  top: 0;
  width: 100%;
}
#main-visual #main-wrap #thumbnail {
  position: relative;
  margin: 0 -1px;
  padding: 0;
  text-align: center;
  letter-spacing: -0.4em;
  overflow: hidden;
  z-index: 100;
}
#main-visual #main-wrap #thumbnail li {
  display: inline-block;
  width: 226px;
  height: 220px;
  letter-spacing: normal;
  margin-right: 18px;
}
#main-visual #main-wrap #thumbnail li:last-child {
  margin-right: 0;
}
#main-visual #main-wrap #thumbnail li .contents-box {
  position: relative;
  height: 160px;
}
#main-visual #main-wrap #thumbnail li .contents-box .images {
  position: absolute;
  top: 0;
  z-index: 500;
}
#main-visual #main-wrap #thumbnail li .contents-box .text {
  position: absolute;
  width: 100%;
  padding: 0 10px;
}
#main-visual #main-wrap #thumbnail li .contents-box .text .sub-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 40px 0 14px;
  padding-bottom: 0;
  border: none;
}
#main-visual #main-wrap #thumbnail li .contents-box .text .main-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
#main-visual #main-wrap #thumbnail li .contents-box .text .main-title a {
  color: #fff;
  font-weight: normal;
}
#main-visual #main-wrap #thumbnail li .category {
  display: table;
  width: 100%;
  background-color: #ccc;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  padding-left: 60px;
}
#main-visual #main-wrap #thumbnail li .category a {
  position: relative;
  display: table-cell;
  height: 60px;
  color: #fff;
  vertical-align: middle;
}
#main-visual #main-wrap #thumbnail li .category a:before {
  display: inline-block;
  color: #fff;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 8px;
  margin-top: -2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#main-visual #main-wrap #thumbnail li .category a:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#main-visual #main-wrap #thumbnail .current .images {
  display: none;
}
#main-visual #main-wrap #thumbnail .genre-sp-game {
  background-color: rgba(52, 98, 196, 0.6);
}
#main-visual #main-wrap #thumbnail .genre-sp-game .contents-box .sub-title {
  color: #143680;
}
#main-visual #main-wrap #thumbnail .genre-sp-game .category {
  background-color: #3361c4;
}
#main-visual #main-wrap #thumbnail .genre-pc-game {
  background-color: rgba(21, 141, 140, 0.6);
}
#main-visual #main-wrap #thumbnail .genre-pc-game .contents-box .sub-title {
  color: #054a49;
}
#main-visual #main-wrap #thumbnail .genre-pc-game .category {
  background-color: #158d8d;
}
#main-visual #main-wrap #thumbnail .genre-ac-game {
  background-color: rgba(214, 86, 61, 0.6);
}
#main-visual #main-wrap #thumbnail .genre-ac-game .contents-box .sub-title {
  color: #831c08;
}
#main-visual #main-wrap #thumbnail .genre-ac-game .category {
  background-color: #d6563d;
}
#main-visual #main-wrap #thumbnail .genre-amusement {
  background-color: rgba(228, 126, 41, 0.6);
}
#main-visual #main-wrap #thumbnail .genre-amusement .contents-box .sub-title {
  color: #643107;
}
#main-visual #main-wrap #thumbnail .genre-amusement .category {
  background-color: #e57e29;
}
#main-visual #main-wrap #thumbnail .genre-goods {
  background-color: rgba(116, 62, 94, 0.6);
}
#main-visual #main-wrap #thumbnail .genre-goods .contents-box .sub-title {
  color: #511036;
}
#main-visual #main-wrap #thumbnail .genre-goods .category {
  background-color: #743e5f;
}
#main-visual #background-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 685px;
  overflow: hidden;
  z-index: 1;
}
#main-visual #background-image img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 669px) {
  #main-visual {
    min-width: 100%;
    padding-top: 0;
  }
  #main-visual #main-wrap #main-photo {
    height: 320px;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #main-visual #main-wrap #main-photo img {
    position: relative;
    display: inline-block;
  }
  #main-visual #main-wrap #thumbnail {
  	display: block;
    text-align: left;
    margin: 0 auto;
    padding: 0 8px 0 11px;
  }
  #main-visual #main-wrap #thumbnail li {
    width: 33.333%;
    height: auto;
    min-height: 74px;
    background: none !important;
    margin: 0 0 0 0;
    padding: 0 2px;
  }
  #main-visual #main-wrap #thumbnail li .contents-box {
    display: none;
  }
  #main-visual #main-wrap #thumbnail li .category {
    padding: 0;
  }
  #main-visual #main-wrap #thumbnail li .category a {
    height: 90px;
    vertical-align: bottom;
    text-align: center;
  }
  #main-visual #main-wrap #thumbnail li .category a span {
    display: block;
    font-size: 8px;
    font-size: 0.5rem;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  #main-visual #main-wrap #thumbnail li .category a:before {
    display: none;
  }
  #main-visual #main-wrap #thumbnail li .genre-icon:before {
    width: 100%;
    height: 90px;
    margin-top: 0;
    top: 0;
    -moz-background-size: auto;
    -o-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
  #main-visual #main-wrap #thumbnail li:nth-child(3), #main-visual #main-wrap #thumbnail li:nth-child(6) {
    margin-right: 0;
  }
  #main-visual #main-wrap #thumbnail li.genre-sp-game .genre-icon:before {
    background-color: #3361c4;
  }
  #main-visual #main-wrap #thumbnail li.genre-pc-game .genre-icon:before {
    background-color: #158d8d;
  }
  #main-visual #main-wrap #thumbnail li.genre-ac-game .genre-icon:before {
    background-color: #d6563d;
  }
  #main-visual #main-wrap #thumbnail li.genre-amusement .genre-icon:before {
    background-color: #e57e29;
  }
  #main-visual #main-wrap #thumbnail li.genre-goods .genre-icon:before {
    background-color: #743e5f;
  }
  #main-visual #background-image {
    height: 105%;
  }
}
/*! 共通スタイル */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "segoe UI", Roboto, "Droid Sans", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴPro W3", Meiryo, "メイリオ", sans-serif;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
/* THREE 2016/03/25 Start */
  transform-origin: 0 0;
  word-break: break-all;
/* THREE 2016/03/25 End */
}

a {
  color: #333;
  border-bottom: none;
  text-decoration: none;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
a:hover, a:active, a:focus {
  color: #666666;
}

p {
  margin: 0 0 1.4em 0;
}

i {
  font-style: normal;
}

h1 {
  margin: 0 auto 1em;
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  font-weight: 100;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 669px) {
  img {
    width: 100%;
  }
}
@font-face {
  font-family: 'sega-font-icon';
  src: url("/font/sega-icon.eot?43588921");
  src: url("/font/sega-icon.eot?43588921#iefix") format("embedded-opentype"), url("/font/sega-icon.woff?43588921") format("woff"), url("/font/sega-icon.ttf?43588921") format("truetype"), url("/font/sega-icon.svg?43588921#font-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-style: normal;
  font-weight: normal;
  font-family: "sega-font-icon";
}

.pc {
  visibility: visible;
}

.sp {
  visibility: hidden;
}

@media only screen and (max-width: 669px) {
  .pc {
    visibility: hidden;
  }

  .sp {
    visibility: visible;
  }
}
.color-gray {
  color: #888;
}

.color-blue {
  color: #0030ff;
}

.color-blue-dark {
  color: #001b91;
}

.color-green {
  color: #00a41b;
}

.color-green-dark {
  color: #006110;
}

.color-emerald {
  color: #00a4a2;
}

.color-orange {
  color: #ff6000;
}

.color-orange-dark {
  color: #ba2500;
}

.color-red {
  color: #ff0000;
}

.color-red-dark {
  color: #620000;
}

.btn-normal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  position: relative;
  padding: 2px 28px;
  text-decoration: none;
  text-align: center;
  background-color: #424242;
  color: #f0f0f0;
  cursor: pointer;
  border: none;
  display: block;
}
.btn-normal:before {
  display: inline-block;
  color: #aaa;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
.btn-normal:hover {
  color: #f0f0f0;
  background-color: #5c5c5c;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-base {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 22px;
  background-color: #727272;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  display: block;
}
.btn-base:before {
  display: inline-block;
  color: #fff;
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  content: "a";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.btn-base:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* THREE 2016/03/10 Start */
.btn-base-sns {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 40px 10px 22px;
  background-color: #727272;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  display: block;
  background-image: url('/images/icon_tri.png');
  background-repeat: no-repeat;
  background-position: 10% center;
}
.btn-base-sns:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
/* THREE 2016/03/10 End   */

.genre-icon {
  position: relative;
  padding-left: 70px;
}
.genre-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-color: #eee;
  -moz-background-size: 60px 60px;
  -o-background-size: 60px 60px;
  -webkit-background-size: 60px 60px;
  background-size: 60px 60px;
}
@media only screen and (max-width: 669px) {
  .genre-icon {
    padding-left: 50px;
  }
  .genre-icon:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}

.page-title {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 60px 0;
  padding: 20px 0 20px 105px;
}
.page-title:before {
  left: 33px;
}
@media only screen and (max-width: 669px) {
  .page-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 20px 0 20px 55px;
    margin-bottom: 20px;
  }
  .page-title:before {
    left: 10px;
  }
}

.page-sp-game .page-title:before {
  background-image: url("/images/common/genre-icon-sp.png");
}

.page-pc-game .page-title:before {
  background-image: url("/images/common/genre-icon-pc.png");
}

.page-ac-game .page-title:before {
  background-image: url("/images/common/genre-icon-ac.png");
}

.page-amusement .page-title:before {
  background-image: url("/images/common/genre-icon-amusement.png");
}

.page-goods .page-title:before {
  background-image: url("/images/common/genre-icon-goods.png");
}

.page-live .page-title:before {
  background-image: url("/images/common/genre-icon-live.png");
}

.page-policy .page-title:before {
  background-image: url("/images/common/genre-icon-policy.png");
}

.page-sns .page-title:before {
  background-image: url("/images/common/genre-icon-sns.png");
}

.page-search .page-title:before {
  background-image: url("/images/common/genre-icon-search.png");
}

.category-title {
  min-width: 1200px;
  border-bottom: 8px solid #eee;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  padding: 0 33px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 669px) {
  .category-title {
    min-width: 100%;
    border-bottom: 4px solid #eee;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
.category-title img {
  display: block;
  margin: 0 auto;
}

/* 2016.03.22 update start */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* 2016.03.22 update end */

.item-title {
  border-bottom: 1px solid #ccc;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.08em;
  padding: 0 0 8px 0;
  margin: 0 0 40px 0;
}
.item-title small {
  border-left: 1px solid #ccc;
  font-weight: normal;
  padding-left: 15px;
  margin-left: 13px;
}
@media only screen and (max-width: 669px) {
  .item-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 25% 5px 10px;
    margin: 0 0 20px 0;
  }
  .item-title small {
    display: block;
    border: none;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 0;
    margin-left: 0;
  }
}

.sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 5px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.sub-title a {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #004fff;
}
@media only screen and (max-width: 669px) {
  .sub-title {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .sub-title a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.link-more {
  position: absolute;
  top: -2px;
  right: 0;
  border-left: 1px solid #ccc;
  padding: 7px 0 12px 10px;
}
.link-more a {
  position: relative;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 25px 6px 10px;
  background-color: #000;
}
.link-more a:before {
  font-family: "sega-font-icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "a";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media only screen and (max-width: 669px) {
  .link-more {
    top: 5px;
    right: 5px;
    border-left: none;
    padding: 9px 0 10px 10px;
  }
  .link-more a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.box-link {
  cursor: pointer;
}
.box-link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media only screen and (max-width: 669px) {
  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.category-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.category-list li {
  display: block;
  list-style: none;
  float: left;
  font-size: 10px;
  font-size: 0.625rem;
  color: #f0f0f0;
  width: auto;
  padding: 2px 8px;
  margin: 0 5px 0 0;
  background-color: #424242;
}

.genre-sp-game .genre {
  background-color: #3361c4;
}
.genre-sp-game .link-official .btn-base {
  background-color: #557cce;
}
/* 2016.03.07 merge start */
.genre-sp-game .button-block .btn-base {
  background-color: #557cce;
}
/* 2016.03.07 merge end */
.genre-sp-game .category-list li {
  background-color: #3361c4;
}
.genre-sp-game .main-name {
  color: #3361c4;
}
.genre-sp-game .genre-icon:before {
  background-image: url("/images/common/genre-icon-sp.png");
}

.genre-pc-game .genre {
  background-color: #158d8d;
}
.genre-pc-game .link-official .btn-base {
  background-color: #3ca0a0;
}
/* 2016.03.07 merge start */
.genre-pc-game .button-block .btn-base {
  background-color: #3ca0a0;
}
/* 2016.03.07 merge end */
.genre-pc-game .category-list li {
  background-color: #158d8d;
}
.genre-pc-game .main-name {
  color: #158d8d;
}
.genre-pc-game .genre-icon:before {
  background-image: url("/images/common/genre-icon-pc.png");
}

.genre-ac-game .genre {
  background-color: #d6563d;
}
.genre-ac-game .link-official .btn-base {
  background-color: #dd725e;
}
/* 2016.03.07 merge start */
.genre-ac-game .button-block .btn-base {
  background-color: #dd725e;
}
/* 2016.03.07 merge end */
.genre-ac-game .category-list li {
  background-color: #d6563d;
}
.genre-ac-game .main-name {
  color: #d6563d;
}
.genre-ac-game .genre-icon:before {
  background-image: url("/images/common/genre-icon-ac.png");
}

.genre-amusement .genre {
  background-color: #e57e29;
}
.genre-amusement .link-official .btn-base {
  background-color: #ea9550;
}
/* 2016.03.07 merge start */
.genre-amusement .button-block .btn-base {
  background-color: #ea9550;
}
/* 2016.03.07 merge end */
.genre-amusement .category-list li {
  background-color: #e57e29;
}
.genre-amusement .main-name {
  color: #e57e29;
}
.genre-amusement .genre-icon:before {
  background-image: url("/images/common/genre-icon-amusement.png");
}

.genre-goods .genre {
  background-color: #743e5f;
}
.genre-goods .link-official .btn-base {
  background-color: #8b5f7a;
}
/* 2016.03.07 merge start */
.genre-goods .button-block .btn-base {
  background-color: #8b5f7a;
}
/* 2016.03.07 merge end */
.genre-goods .category-list li {
  background-color: #743e5f;
}
.genre-goods .main-name {
  color: #743e5f;
}
.genre-goods .genre-icon:before {
  background-image: url("/images/common/genre-icon-goods.png");
}

.page-topics .genre-icon:before {
  background-image: url("/images/common/genre-icon-topics.png");
}

.page-search .genre-icon:before {
  background-image: url("/images/common/genre-icon-search.png");
}

.page-contact .genre-icon:before {
  background-image: url("/images/common/genre-icon-contact.png");
}

.page-sitepolicy .genre-icon:before {
  background-image: url("/images/common/genre-icon-sitepolicy.png");
}

.page-opinion .genre-icon:before {
  background-image: url("/images/common/genre-icon-opinion.png");
}

.page-anzentaisaku .genre-icon:before {
  background-image: url("/images/common/genre-icon-anzentaisaku.png");
}

.page-news .genre-icon:before {
  background-image: url("/images/common/genre-icon-news.png");
}

.page-business .genre-icon:before {
  background-image: url("/images/common/genre-icon-business.png");
}

/* THREE 2016/03/18 Start */
.page-topics-icon-gray .genre-icon:before {
  background-image: url("/images/common/genre-icon-info-gray.png");
}

.page-topics-icon-red .genre-icon:before {
  background-image: url("/images/common/genre-icon-info-red.png");
}

/* THREE 2016/03/18 End */


.topics-list-all  .genre i{
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 160px;
  text-align: center;
  padding: 3px 0;
}

i.genre-sp-game,
i.genre-pc-game,
i.genre-ac-game,
i.genre-amusement,
i.genre-goods {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  width: 160px;
  text-align: center;
  padding: 3px 0;
}

i.genre-sp-game {
  background-color: #3361c4;
}

i.genre-pc-game {
  background-color: #158d8d;
}

i.genre-ac-game {
  background-color: #d6563d;
}

i.genre-amusement {
  background-color: #e57e29;
}

i.genre-goods {
  background-color: #743e5f;
}

i.important-info {
  background-color: #fe0000;
}


.news-list ul li .genre i.genre-sp-game {
  background-color: #3361c4;
}

.news-list ul li .genre i.genre-pc-game {
  background-color: #158d8d;
}

.news-list ul li .genre i.genre-ac-game {
  background-color: #d6563d;
}

.news-list ul li .genre i.genre-amusement {
  background-color: #e57e29;
}

.news-list ul li .genre i.genre-goods {
  background-color: #743e5f;
}

.news-list ul li .genre i.important-info {
  background-color: #fe0000;
}

/*-- search box -- */
.search-soft,
.search-sp,
.search-ac {
	display : none;
}
dl.search-list {
  display: block;
  clear : both;
  min-height:10px;
}

dl.search-list dt {
  float: left;
  padding: 5px 0.5em;
}
dl.search-list dd {
  float: left;
  padding: 5px 0.5em;
  margin-left:0;
  margin-right:15px;
}

body {
	transform-origin: 0 0;
}

/* contact form */
div.page-contact-attention {
  border: 2px solid #ccc;
}

div.page-contact-attention h3{
  background: #eee;
  text-align:center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ff0000;
  margin: 0;
}

div.page-contact-attention-title {
  margin: 15px 15px 5px 15px;
  font-size: 17px;
  font-size: 1.0625rem;
}

div.page-contact-attention-text {
  margin: 0 15px 15px 15px;
}

div.page-contact-attention-text a {
  color: #0000ff;
}

ul.page-contact-list {
  list-style: none;
  padding: 0;
}

ul.page-contact-list div.link-bar{
  height: 70px;
  vertical-align: middle;
  padding: 10px;
}

ul.page-contact-list div.link-bar a{
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}


ul.page-contact-list .page-contact-list-block{
  float: left;
  display: block;
  width: 10px;
  height: 100%;
  margin: 10px 15px 10px 0;
  background: #aaa;
}

.page-contact-list .page-contact-list-title{
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
}

.page-contact-list .page-contact-list-text{
  display: block;
}

.page-contact h3 {
  background: #aaa;
  text-align:center;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #ffffff;
  margin: 0 0 5px;
  
}

.page-contact h3.genre-sp-game {
  background: #3361c4;
}

.page-contact h3.genre-pc-game {
  background: #158d8d;
}

.page-contact h3.genre-ac-game {
  background: #d6563d;
}

.page-contact h3.genre-amusement {
  background: #e57e29;
}

.page-contact h3.genre-goods {
  background: #743e5f;
}












.page-contact dl {
  border: 2px solid #ccc;
  margin: 3px 0;
}

.page-contact dl dt{
  clear: left;
    float: left;
    width: 20em;
    padding: 5px 0.5em;
  border-right: 1px dotted #727272;
}
    
.page-contact dl dd{
  margin-left: 0;
  padding: 5px 0.5em 5px 21em;
}


#topics-contents div a {
	color: #3361c4;
	text-decoration : underline;
}

#topics-contents div a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  }
  
.icon-gray {
  background-color: #999999;
}
.icon-red {
  background-color: #bd113d;
}

.news-list ul li .genre .icon-red {
  background-color: #bd113d;
}

.news-list ul li .genre .icon-gray {
  background-color: #999999;
}
