/* Base */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
/*   font-family: sans-serif; */
/*   font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif; */
/*   font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;

  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

html {
  font-size: 12px;
  line-height: 1.5; }

body {
  font-size: 12px; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.center {
  display: block;
  margin: auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Inside */
/* Component : Social Buttons */
/* Desktop Layout */
.wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body {
  margin-top: 10px;
  margin-bottom: 10px; }

.header {
  border-bottom: 1px solid #c8c8c8; }
  .header .logo {
    display: block;
    margin-bottom: 6px;
    margin-top: 22px;
  }

.header__logo {
  float: left;
  margin-right: 40px; }

.header__menu {
  float: left;
  text-align: center;
  border-left: 1px solid #c8c8c8;
  position: relative; }
  .header__menu > a {
    display: block;
    padding: 35px 0;
    width: 170px;
    position: relative;
    text-decoration: none; }
    .header__menu > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-bottom: 10px solid #bc000e;
      border-left: 10px solid transparent;
      position: absolute;
      right: 4px;
      bottom: 4px; }
  .header__menu:nth-child(4) {
    border-right: 1px solid #c8c8c8; }

.header__submenu {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  border: 1px solid #c8c8c8;
  z-index: 1;
  text-align: center; }
  .header__submenu ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    text-align: left; }
      .header__submenu ul ul {
        margin: 0;
        padding: 0 20px; }
  .header__submenu a {
    display: block;
    font-size: 12px;
    padding: 7px 0;
    text-decoration: none;
    color: #333;
    padding-left: 17px;
    background: url(../img/menu_arrow.png) center left no-repeat; }
    .header__submenu a:hover {
      text-decoration: underline; }

.menu__jp {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333; }

.menu__eng {
  display: block;
  font-size: 10px;
  font-weight: bold;
  color: #ed0000; }

.header__search {
  float: left;
  margin-top: 30px; }
  .header__search #___gcse_0 {
  	max-width: 266px;
  }
  .header__search #___gcse_0 .gsc-control-cse {
  	padding-right: 0;
  }
.header__search .advertisement {
	text-align: right;
	position: relative;
	top: -15px;

}
.header__search .advertisement a {
	color: #333;
}

.header__social .social__button {
  margin-left: 4px;
  margin-right: 4px; }
  .header__social .social__button:first-child {
    margin-left: 0; }

/* Mobile Header */
.header--mobile {
  display: none;
  position: relative;
  text-align: center;
  padding-top: 6px; }

.menu__toggle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px; }
  .menu__toggle.active {
    background: #000; }

.icon__menu {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 29px;
  background: url(../img/mobile/menu.png) no-repeat; }
  .menu__toggle.active .icon__menu {
    background-image: url(../img/mobile/menu_hover.png); }

.header__search--mobile {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px; }
  .header__search--mobile.active {
    background: #000; }

.icon__mobsearch {
  display: inline-block;
  background: url(../img/mobile/icon_search.png) no-repeat;
  width: 25px;
  height: 26px; }
  .header__search--mobile.active .icon__mobsearch {
    background-image: url(../img/mobile/icon_search_white.png); }

.header__social--mobile {
  margin: 8px 0; }
  .header__social--mobile .social__button {
    margin-left: 4px;
    margin-right: 4px; }
@media ( min-width: 781px ) {
	.header__social--mobile {
		display: none;
	}
}

/* Menu Mobile */
.menu__mobile {
  display: none;
  background: #000000;
  text-align: left;
  position: absolute;
  width: 100%;
  top: 41px;
  z-index: 100; }
  .menu__mobile.active {
    display: block; }
  .menu__mobile ul {
    list-style: none;
    margin: 0;
    padding: 10px; }
    .menu__mobile ul ul {
        padding: 0 10px 0 15px; }
  .menu__mobile a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding-left: 17px;
    background: url(../img/menu_arrow.png) center left no-repeat; }
    .menu__mobile a:hover, .menu__mobile a:active {
      color: #bc000e; }

/* All Search Form */
.header__searchform input {
  padding: 8px;
  font-size: 14px;
  margin: 0;
  width: 144px; }
.header__searchform button {
  cursor: pointer;
  vertical-align: top; }

.button__red {
  display: inline-block;
  background: #db2e46;
  border: 0;
  border-bottom: 2px solid #a71d30;
  border-radius: 2px;
  width: 50px;
  height: 38px;
  text-align: center;
  line-height: 28px; }

.icon__search {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_search.png);
  width: 25px;
  height: 26px; }

/* Search Mobile */
.search__mobile {
  display: none;
  background: #000000;
  text-align: center;
  padding: 12px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 41px;
  z-index: 100; }
  .search__mobile.active {
    display: block; }
  .search__mobile input {
    width: 80%;
    box-sizing: border-box; }
  .search__mobile button {
    width: 18%;
    box-sizing: border-box; }

/* HOME PAGE : Apply margin-bottom only */
.home__banner {
  text-align: center;
  margin-bottom: 10px; }
  .home__banner img {
    max-width: 100%;
    height: auto; }

.layout--left {
  width: 780px;
  float: left; }

.layout--right {
  width: 300px;
  float: right; }

.home__doublebanner {
  padding: 15px 30px 30px; }

.dbanner--left {
  float: left; }

.dbanner--right {
  float: right; }

/* News Box */
.newsbox {
  border: 1px solid #cbc7c1;
  margin-bottom: 30px; }
  .newsbox h2 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 10px 0; }
    .newsbox h2:before {
      display: inline-block;
      content: "";
      width: 34px;
      height: 3px;
      background: #db2e46;
      vertical-align: middle;
      margin-right: 5px;
      -webkit-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
              transform: translateY(-2px); }
  .newsbox .button__brand {
    float: right;
    margin-right: 40px;
    margin-bottom: -20px; }

.list--news {
  margin: 0;
  padding: 0 40px;
  list-style: none; }
  .list--news li {
    padding: 8px 0; }
  .list--news a {
    color: #333;
    font-size: 14px;
    text-decoration: none; }
    .list--news a:hover {
      text-decoration: underline; }


/* Article List */

.button__moretopic.button__moretopic {
  display: none; }


/* Article Page */


.news__more {
  clear: both;
  text-align: center; }

.button__loadmore {
  display: inline-block;
  border-radius: 5px;
  background-clip: padding-box;
  background: #bb000d url(../img/arrow_down_white.png) bottom 10px center no-repeat;
  padding: 15px 90px 25px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .button__loadmore:hover {
    background-color: #880009; }


.newsfoot__social {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px; }
  .newsfoot__social .social__button {
    margin-right: 10px;
    }


/* Ranking Page */
.list--bigrankings {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list--bigrankings li {
    margin-bottom: 18px; }

.brank__rank {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #bc000e;
  border: 3px solid #e1404c;
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
  float: left; }

.brank__img {
  float: left;
  width: 250px;
  margin-right: 10px; }

.brank__content {
  padding-left: 328px; }
  .brank__content .art__subtitle {
    margin: 0; }
  .brank__content h2 {
    margin: 0;
    font-weight: normal; }
    .brank__content h2 a {
      color: #000;
      font-size: 24px; }

.brank__meta {
  color: #999999;
  font-style: italic;
  margin: 5px 0 20px; }
  .brank__meta a {
    color: #999999;
    text-decoration: underline; }

.brank__date {
  display: inline-block;
  margin-left: 10px; }

.brank__share .social__button {
  margin-right: 12px; }

/* Ranking Small */
.brank__small .brank__rank {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #333333;
  border-color: #575353; }
.brank__small .brank__img {
  width: 190px; }
.brank__small .brank__content {
  padding-left: 250px; }
  .brank__small .brank__content h2 {
    line-height: 1.3; }
  .brank__small .brank__content h2 a {
    font-size: 20px; }
.brank__small .brank__meta {
  margin-top: 5px;
  margin-bottom: 8px; }
.brank__small .art__share {
  float: none; }
.brank__small .social__button {
  margin-left: 0;
  margin-right: 10px; }


/* Component : Button */
.button__brand {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: #d93838;
  border-bottom: 3px solid #ba2f2f;
  padding: 7px 24px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .button__brand:hover {
    background: #ba2424;
    border-color: #912525; }

.button__black {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: #423838;
  border-bottom: 3px solid #352b2b;
  padding: 7px 24px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .button__black:hover {
    background: #262121;
    border-color: #191414; }

.art__imgcat {
	background: #333;
}


/* Responsive */
.recommend--mobile {
  display: none; }

@media only screen and (max-width: 1100px) {
  .wrapper {
    max-width: 95%; }

  .header__logo {
    margin-right: 20px;
/*     margin-top: 20px; */
  }

  .header__menu a {
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }

  .layout--left {
    width: 68%; }

  .layout--right {
    width: 30%; }

  .home__doublebanner {
    padding: 0; }

  .footer__col {
    width: 45%; }

  .homeban__item {
    padding: 5px 5px 5px 10px; }

  .homeban__item h2 {
/*     font-size: 13px;  */
    }
 }

@media only screen and (max-width: 1010px) {
  .header {
    display: none; }

  .header--mobile {
    display: block; }
 }

@media only screen and (max-width: 930px) {
  .dbanner--left, .dbanner--right {
    float: none;
    text-align: center;
    margin-bottom: 10px; }
 }

@media only screen and (max-width: 780px) {
  .layout--left, .layout--right {
    width: 100%; }

  .home__doublebanner {
    display: none; }

  .homeban__item h2 {
    font-size: 12px; }
 }

/* Mobile Size */
@media only screen and (max-width: 600px) {

  .footer--top {
    display: none; }

  .footer {
    margin-top: 30px; }

  .newsbox {
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
    .newsbox h2 {
      font-size: 16px; }
    .newsbox li {
      padding: 0; }
    .newsbox .list--news {
      padding: 0;
      border-bottom: 1px solid #CBC7C1;
      margin-bottom: 20px;
      padding-bottom: 20px; }
    .newsbox .news__date {
      display: block; }

  .newsbox .button__brand {
    margin: 0;
    display: block;
    float: none;
    text-align: center; }

  .list--articles li {
    overflow: hidden; }

  .art__img {
    float: left;
    width: 40%; }

  .art__content {
    float: right;
    width: 55%;
    margin-top: 0; }
    .art__content p {
      margin-top: 0; }
    .art__content a {
      font-size: 12px; }

  .art__colorbar {
    clear: both;
    margin: 10px 0;
    position: relative;
    top: 10px; }

  .art__footer {
    margin-top: 0; }

  .art__share {
    display: none; }

  .art__date {
    margin-top: 0; }

  .button__moretopic.button__moretopic {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px; }

  .art__imgcat {
    top: 0;
    left: 0;
    right: auto; }

  .news__detail {
    text-align: center; }

  .news__author, .news__date, .news__cat {
    float: none;
    display: inline-block; }

  .news__social {
    clear: both;
    display: block;
    float: none;
    margin-top: 10px; }

  .news__content img {
    max-width: 100%;
    height: auto; }

  .news__prevnext .button__prev, .news__prevnext .button__next {}

  .newsfoot__social {
    text-align: center; }

  .slider__desktop {
    display: none; }

  .slider__mobile {
    display: block; }

  /* Ranking Page */
  .list--bigrankings {
    margin-bottom: 20px; }
    .list--bigrankings li {
      position: relative;
      margin-bottom: 10px; }

  .brank__rank.brank__rank {
    position: absolute;
    top: 0;
    left: 0;
    float: none;
    z-index: 2;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px; }

  .brank__img.brank__img {
    margin-top: 6px;
    margin-left: 6px;
    position: relative;
    width: 125px; }
    .brank__img.brank__img .art__img {
      width: 125px; }
    .brank__img.brank__img .art__imgcat {
      top: auto;
      left: auto;
      bottom: 0;
      right: 0; }

  .brank__content.brank__content {
    padding-left: 140px;
    padding-top: 6px; }
    .brank__content.brank__content h2 a {
      font-size: 12px; }

  .brank__meta {
    margin: 0; }

  .brank__share {
    display: none; }
 }

.list--ranking {
	padding-left: 0;
}
.list--ranking li {
	list-style-type: none;
	margin-bottom: 25px;
}
.list--ranking .rank__no__popular {
	width: 44px;
	height: 44px;
	color: #fff;
	background-color: #333333;
	border: 2px solid #575353;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 10px;
	z-index: 20;
	position: relative;
}
	.list--ranking .ranking-large .rank__no__popular {
		font-size: 20px;
		width: 54px;
		height: 54px;
		background-color: #c61a26;
		border: 2px solid #e1404c;
		padding-top: 10px;
		margin-left: 0;
	}
.list--ranking .art__img {
	width: 200px;
	float: left;
	margin-left: 5px;
}
.list--ranking .ranking-large .art__img {
	width: 250px;
}
.list--ranking .art__content {
	margin-top: 0;
	margin-left: 265px;
}
	.list--ranking .ranking-large .art__content {
		margin-left: 317px;
	}
.list--ranking .art__content p {
	margin: 0;
}

.list--ranking .rankging--title {
	font-size: 18px;
}
	.list--ranking .ranking-large .rankging--title {
		font-size: 24px;
	}

.list--ranking .art__footer {
	margin-top: 0;
}
.list--ranking .art__share {
	float: none;
	margin-top: 50px;
}
@media only screen and (max-width: 600px) {
	.list--ranking .art__img {
		margin-left: -26px;
		margin-top: 6px;
	}
	.page-template-templatespage-ranking-php .list--ranking .art__content {
		float: left;
		float: none;
		width: auto;
		min-width: 0;
		display: table;
		padding-top: 6px;
		margin-left: 213px;
	}
	.page-template-templatespage-ranking-php .list--ranking .ranking-large .art__content,
	.page-template-templatespage-ranking-php .list--ranking .ranking-small .art__content {
		margin-left: 150px;
	}
	.list--ranking .ranking-large .rank__no__popular,
	.list--ranking .ranking-small .rank__no__popular {
		width: 30px;
		height: 30px;
		font-size: 14px;
		padding-top: 3px;
	}
	.list--ranking .ranking-large .rankging--title,
	.list--ranking .ranking-small .rankging--title,
	.list--ranking .ranking-large p,
	.list--ranking .ranking-small p {
		font-size: 12px;
	}
	.list--ranking .ranking-small .rank__no__popular {
		margin-left: 0;
	}
	.list--ranking .ranking-large .art__img,
	.list--ranking .ranking-small .art__img {
		width: 140px;
	}
	.list--ranking .art__imgcat {
		bottom: 0;
		right: 0;
		top: auto;
		left: auto;
	}
	.list--ranking .art__ctr {
		bottom: auto;
		top: 0;
	}
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.error404 h1 {
	font-weight: normal;
}
.error404 .page-content .error-404-text {
	background: #feeeef;
	padding: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.error404 .back-to-home-wrapper {
	margin: 1em 0;
	float: none;
}
.error404 .back-to-home {
	background-color: #c80000;
	color: #fff;
	padding: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	display: inline-block;
}
.error404 .back-to-home::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url(../img/arrow_back-wh.gif);
	background-size: 15px 15px;
	margin-right: .3em;
}
@media ( max-width: 780px ) {
	.error404 .back-to-home-wrapper {
		text-align: center;
	}
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Background Ads */
body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.bgads__left {
  position: absolute;
  top: 0px;
  left: -170px;
}

.bgads__right {
  position: absolute;
  top: 0px;
  right: -170px;
}

@media only screen and (max-width: 1120px) {
  .bgads__left, .bgads__right {
    display: none;
  }
}

/* Hide Next Link */

.hide{
    display: none;
}



/* ショートコードで作ったリンク */
.zuulink a {
	color: #bc512a;
	text-decoration: underline;
	font-size: 110%;
}


#box-content .hentry {
	margin-bottom: 100px;
}

/* 広告のレイアウト */
#ad-slot3 {
	text-align: center;
	margin-top: 15px;
}
#ad-slot6 {
	text-align: center;
	margin-bottom: 15px;
}
.double-ad {
	text-align: center;
	margin-bottom: 20px;
}
.double-ad table {
	display: inline-block;
}
.double-ad .double-ad-wrapper {
	margin: 0 10px;
}





