/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* global navi
   ========================================================================== */

/* new topic
   ========================================================================== */
.new-topic {
  padding: 1em 1.5em;
  background-color:#fff0f5;/*背景色*/
  border: dashed 2px #773d50;/*線*/
  padding: 5px;
  color: #cf4c85;
  font-weight: bold;
}
.new-topic p {
  margin: 0; 
  padding: 0;
}

/* style tweaks
   ========================================================================== */
 body {
  padding-top: 70px;
}

footer {
  padding: 30px 0;
}

.list-group {
  margin-bottom: 0;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-toggle {
  float: left;
  margin-left: 10px;
}

/* off Canvas
   ========================================================================== */
@media screen and (min-width: 768px) {
  .js-hiraku-offcanvas {
    display: block;
    position: static;
    background: none;
  }

  .js-hiraku-offcanvas .js-hiraku-offcanvas-sidebar {
    position: static;
    margin-left: 0;
    width:auto;
  }
}

/* top manu
   ========================================================================== */
.menu-container {
  margin: 0;
}

.menu-container .menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border: 1px solid #ccc;
  border-right: none;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ccc;
  color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .menu-container .menu {
    flex-wrap: wrap;
    width: 100%;
  }
  .menu-container .menu .menu-item {
    flex: auto;
    width: 33.33333333%;
  }
  .menu-container .menu .menu-item:nth-child(3n) a {
    border-right: 1px solid #ccc;
  }
  .menu-container .menu .menu-item:nth-child(n + 4) a {
    border-top: none;
  }
}

/* adjust md
   ========================================================================== */
.md_row .col-md-3,
.md_row .col-md-6 {
    padding: 0 5px;
}

@media screen and (min-width: 767px)  {
  /* side column width */
  .left_col_width {
      max-width: 200px;
      width: 100%;

  }
  .center_col_width {
      max-width: 550px;
      width: 100%;
  }
  .right_col_width {
      max-width: 200px;
      width: 100%;
      display: none;
  }

}

@media screen and (min-width: 992px) {
  /* side column width */
  .left_col_width {
      max-width: 240px;
      width: 100%;

  }
  .center_col_width {
      max-width: 550px;
      width: 100%;
  }
  .right_col_width {
      max-width: 180px;
      width: 100%;
      display: inline;
  }
}

@media screen and (min-width: 1200px) {
  /* side column width */
  .left_col_width {
      max-width: 250px;
      width: 100%;

  }
  .center_col_width {
      max-width: 610px;
      width: 100%;
  }
  .right_col_width {
      max-width: 310px;
      width: 100%;
      display: inline;
  }
}

@media screen and (max-width: 767px) {
  .container {
      max-width: 100%;
      padding-left: 5px;
      /* TODO:横幅調整 */
      /* padding-right: 5px; */
      margin-right: auto;
      margin-left: auto;
  }
}

/* card
   ========================================================================== */
.post-list-card{
  margin-left:-1%;
  margin-right:-1%;
}
.post-list-card .post-list{width:48%;margin: 0 1% 2.5%;float:left;height:390px;}
.post-list-card .post-list a{display:block;padding: .6em;text-decoration:none;color: #333;background: #fff;height:100%;box-shadow: 0 2px 5px rgba(0, 0, 0, .13);overflow: hidden;position: relative;}
.post-list-card .post-list a:after{content: '';display: block;width: 100%;height: 2.5em;background:linear-gradient(rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);position: absolute;bottom: 0;}
.post-list-card .post-list a:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.post-list-card .post-list a:hover .eyecatch img{
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}
.post-list-card .post-list .eyecatch{
  max-height: 215px;
  margin: -.6em -.6em .5em;
  text-align:center;overflow: 
  hidden;position:relative;
}

/* Layout card */
.post-list-card {
	margin-left: -1%;
	margin-right: -1%;
}

.post-list-card .post-list {
	width: 48%;
	margin: 0 1% 2.5%;
	float: left;
	height: 230px;
}

/* TODO: 要調整 */
@media screen and (min-width:768px) and (max-width:1024px) {
  .post-list-card .post-list {
    width: 48%;
    margin: 0 1% 2.5%;
    float: left;
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  .post-list-card .post-list {
    width: 48%;
    margin: 0 1% 2.5%;
    float: left;
    height: 250px;
  }
}

.post-list-card .post-list a {
	display: block;
	padding: .6em;
	text-decoration: none;
	color: #333;
	background: #fff;
	height: 100%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .09);
	overflow: hidden;
	position: relative;
}

.post-list-card .post-list a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2.5em;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	bottom: 0;
}

.post-list-card .post-list a:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.post-list-card .post-list a:hover {
	opacity: 0.7;
}

.post-list-card .post-list a:hover .eyecatch img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.post-list-card .post-list .eyecatch {
	max-height: 215px;
	margin: -.6em -.6em .5em;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.post-list-card .post-list .description {
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
	font-size: .85em;
}

.post-list-card .post-list .entry-content {
	padding: 0;
}

.post-list-card .post-list .entry-content .entry-title {
	font-size: 1.15em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

.post-list-card .post-list .entry-content p {
	font-size: .9em;
	margin-bottom: 0.3em;
}

/* kiji */
@media only screen and (max-width: 767px) {
	main {
		padding: 1em;
		float: none;
	}
}

.single-title, .page-title {
	padding: 0;
	font-size: 1.5em;
}

/* adjust panel 
   ========================================================================== */
.panel-default.panel-orig > .panel-heading {
  border-color: #7CB342;
  background-color: #388E3C;
  color: #fff;
  font-weight: bold;
}

.panel-default.panel-orig > .sub {
  color: rgb(0, 0, 0);
  font-size: 11px;
  text-align: center;
  background-color: #AED581;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight:lighter;
}

.panel {
  border-radius: 0px;
  margin-bottom: 10px;
}

.panel-heading {
  border-radius: 0px;
}

/* top img
   ========================================================================== */
#targetElm {
    height: 0;
    padding-top: 33%;
    background: url(https://gamesevery.com/wp-content/uploads/2021/05/umamusume4.jpg) 0 0 no-repeat;
    background-size: contain;
    margin-top: -40px;
}

#topTargetElm {
    height: 0;
    padding-top: 33%;
    background: url(https://gamesevery.com/wp-content/uploads/2021/05/remram.jpg) 0 0 no-repeat;
    background-size: contain;
    margin-top: -40px;
}

/* .topImg {
	margin-top: -55px;
}
.topImgUma {
	margin-top: -55px;
} */
@media screen and (min-width: 992px) {
	.topImg {
		width : 100%;
		margin-top: -41px;
	}
	.topImgUma {
		width : 100%;
		margin-top: -41px;
	}
}

/* LINE@　友だちボタン
   ========================================================================== */
#line a {
    background:#25af00;
    box-shadow:0 5px 0 #219900;
    font-size:95%;
    position:relative;
    display:block;
    padding:10px;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    width:280px;
	margin: 0 0 5% auto;
}
 
/* #line_atto a:hover {
    background:#219900;
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow:none;
} */
/* pagination
   ========================================================================== */
.pagination {
  margin: 0px 10% 0px -20px;
  display: block;
}

@media screen and (min-width: 992px) {
  .pagination {
    margin: 0px -4% 0px -30px;
  }
}

@media screen and (min-width: 1200px) {
  .pagination {
    margin: 0px 2% 0px -30px;
  }
}


.pagination > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    list-style: none;
}

.pagination > ul > li {
    margin: 0px 0.5em;
    width: 2em;
    height: 2em;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #388E3C;
    box-sizing: border-box;
}

.pagination > ul > li > a {
    border: 1px solid currentColor;
    text-decoration: none;
}

.pagination > ul > li > .current {
    border: 1px solid #388E3C;
    background-color: #388E3C;
    color: #fff;
}

.pagination > ul > li > .prev,
.pagination > ul > li > .next {
    position: relative;
    border: none;
}
.pagination > ul > li > .prev::before,
.pagination > ul > li > .next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75em;
    height: 0.75em;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.pagination > ul > li > .prev::before {
    transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.pagination > ul > li > .next::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

th {
    text-align:  center;        /* 文字の揃え位置指定 */
}

td {
    text-align:  center;        /* 文字の揃え位置指定 */
}

table.rank th:first-child{
  border-radius: 5px 0 0 0;
}

table.rank th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

table.rank th{
  text-align: center;
  color:white;
  background: linear-gradient(#1D62F0, #05FBFF);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table.rank td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
}

table.rank td:last-child{
  border-right: 1px solid #a8b7c5;
}

table.rank tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.rank tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
/* youtube
   ========================================================================== */
.youtube{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 目次
   ========================================================================== */
.btn {
    color: 
#fff;
	font-size:1.16em;
    padding: .3em .5em;
    margin-bottom: .3em;
    border-radius: .3em;
    text-align: center;
	
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #009944;/*左線*/
}
.btn:hover {
    cursor: pointer;    
}
.btn:active {
    background: 
rgb(127, 194, 239);
}

/* checkbox non-display */
.add-control .chk{
    display: none;
}
/* button control */
.add-control #open-close ~ .btn-open-close::before {
    content: "▼目次を開く▼";
}
.add-control #open-close ~ .mokuji_main {
    display: none;
}
.add-control #open-close:checked ~ .btn-open-close::before {
    content: "▲目次を閉じる▲";
}
.add-control #open-close:checked ~ .mokuji_main {
    display: block;
}

/* 検索
   ========================================================================== */
#searchform{
    background-color: white;
	width: 95%;
    height: 35px;
    border: 1px green solid;
	margin: 0 0 10px 3%;
}
#searchform input{
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
#input01{
    width: 75%;
    border: none;
    border-right: 1px green solid;
	border-radius:0px;
}
#submit01{
    width: 50px;
    border: none;
}