/*
Theme Name: manba-theme
Theme URI: https://magazine.manba.co.jp
Author: manba.co
Author URI: https://magazine.manba.co.jp
Description: マンバ通信のテーマ
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: manba-theme
Tags: Original

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* ======================================== */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */

  font-feature-settings : "pkna" 1;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* settings */

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS ゴシック", sans-serif;
  font-weight: 500;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999;
  transition: .4s;
}

/* Commons */

.ad-rect {
  width: 300px;
  margin: 0 auto;
}

.banner-ad {
  margin: 10px 0;
}

.banner-ad img {
  width: 100%;
}

.mobile {
  display: none;
}

/* header */

header {
  width: 1048px;
  margin: 32px auto 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header .header-left {
  float:left;
  width:100%;
  margin-right: -320px;
  padding-right: 320px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

header .logo {
  width: 300px;
  float:left;
}

header .logo h1 {
  margin : 0;
  width: 300px;
}

header .logo h1 img {
  width: 300px;
  height: 54px;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
  display: none;
	position: absolute;
  top: 8px;
  left: 10px;
	width: 32px;
	height: 24px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
	opacity: 0;
}

header nav {
  float: right;
}

header nav ul {
  margin: 6px 0 0;
  padding: 0;
}

header nav ul li {
  float: left;
  list-style-type: none;
  margin-left: 1.2em;
  /*line-height: 54px;*/

}

header nav ul li a {
  color : #000;
  text-decoration: none;
}

header nav ul li a:hover > span,
header nav ul li.current-menu-item a span,
header nav ul li.current-post-ancestor a span {
  padding-bottom: 4px;
  border-bottom: 2px solid #000;
}

header .header-right {
  float: right;
  position: relative;

}

.social {
  list-style-type: none;
  margin: 6px 0 0;
  display: block;
  padding: 0;
}

.social li {
  float:left;
  display: block;
  margin-left: 14px;
}

.social li a {
  display: block;
  width : 24px;
  height : 24px;
}

.social li img {
  width : 24px;
  height : 24px;
}

/* main colmuns */

.main {
  width: 1048px;
  margin: 10px auto;
}

.main .content-area {
  float: left;
  width: 100%;
  margin-right: -320px;
  padding-right: 320px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.main .widget-area {
  float:right;
  width: 300px;
}

/* indexes */

.indexes h2 {
  margin: 10px 0 14px;
  font-size: 1.2em;
}

.indexes h2:first-child {
  margin: 0px 0 14px;
}

.indexes article {
  position: relative;
  border: 2px solid #000;
  margin-bottom: 24px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.indexes .colmuns {
  /*overflow: hidden;*/
  margin-right: -2%;
}

.indexes .colmuns.ranking p,
.indexes .colmuns.ranking br {
  display: none;
}

.indexes .colmuns.ranking article {
  position: relative;
  counter-increment: rankpage;
}

.indexes .colmuns.ranking article:before {
  content: counter(rankpage);
  position: absolute;
  text-align: center;
  width: 32px;
  line-height: 32px;
  background-color: #000;
  color: #fff;
  font-size: 1em;
  left: 0px;
  top: 0px;
}

.indexes .colmuns article {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.indexes .pickups > article:after {
  content: "";
  clear: both;
  display: block;
}

.indexes .pickups > article .thumbnail,
.indexes .pickups > article .meta {
  width: 50%;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.indexes .colmuns.three-col article {
  width: 31.2%;
}

.indexes article .thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.indexes .colmuns article .thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-bottom: 2px solid #000;
}

.indexes .colmuns.three-col article .thumbnail {
  height: 160px;
}

.indexes .pickups > article .thumbnail {
  height: 300px;
  border-right: 2px solid #000;
}

.indexes article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.indexes article .meta {
  max-height: 200px;
  position: relative;
  margin:8px 0;
}

.indexes article .meta .box {
  overflow: hidden;
  padding: 2px 10px 10px;
}


.indexes article .sub-category {
  color: #444;
  font-size: .8em;
  line-height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.indexes article .category  {
	position: absolute;
  top : -22px;
  left : -8px;
	display: inline-block;
  padding: 2px 6px;
  font-size: 0.8em;
	color: #fff;
	text-align: center;
	background: #e80f5f;
	z-index: 0;
}

.indexes article .category.feature {
  background: #f7e637;
  color: #000;
}

.indexes article .category.news {
  background: #1160fb;
}

.indexes .pickups > article .category  {
  top : 4px;
}

.indexes article .category::before{
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	border-width: 0 7px 7px 0;
	border-right-color: #9f0a41;
}

.indexes article .category.feature:before {
  border-right-color: #d1c32f;
}

.indexes article .category.news:before {
  border-right-color: #0c44b3;
}

.archive .indexes article .meta {margin:0 0 10px;}
.archive .indexes article .category {display: none;}

.indexes article .meta .title {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.4em;
  overflow: hidden;
}

.indexes .colmuns article .meta .title {
  margin: 0;
  font-size: 1em;
  height: 2.8em;
  overflow: hidden;
}

.indexes article .author {
  font-size: 0.8em;
  font-weight: bold;
}

.indexes article .date,
.single .indexes article .meta .date {
  font-size: 0.7em;
  float: right;
  color: #c8c8c8;
  margin-top: 4px;
}

.indexes article .meta .excerpt {
  font-size: 0.8em;
  height: 2.8em;
}

.indexes .pickups > article .meta .excerpt {
  height: 6em;
}

/* breadcrumb */

.breadcrumb {
  border: 2px solid #000;
  margin: 0 0 10px;
  padding: 8px;
}

.archive.category .breadcrumb {display: none;}

.breadcrumb li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  line-height: 28px;
}

.breadcrumb li:after {
  content: ">";
  margin-left: 10px;
}

.breadcrumb li:last-child:after {
  content: none;
}

/* article */

article img {
  max-width: 100%;
  height: auto;
}

.single article .meta {
  margin: 10px 0;
}

.single article .meta h1 {
  font-size: 1.2em;
  margin: 0;
}

.single article p {
  line-height: 1.6em;
  margin-bottom: 2em;
}

.single article p a {
  text-decoration: underline;
  color: #3da4f8;
}

.single article h2 {
  margin-top: 3em;
  font-size: 1.4em;
}

.single article .makura {
  padding: 1em;
  background-color: #eee;
}

.single article blockquote {
  color: #666;
  margin-left: 0;
  padding: 0 1em;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 2em;
}

.single article blockquote cite {
  float: right;
  color: #666;
}

.single article blockquote > p {
  margin: 0;
}

.single article blockquote:after {
  content: "";
  clear: both;
  display: block;
}

.single article figure {
  margin: 0;
}

.single .easy-footnote {
  padding: 0 4px;
}

.single .easy-footnote sup {
  color:#999;
}

.single article p .easy-footnote a {
    text-decoration:none;
}

.single .easy-footnote sup:before {
  content: "(* ";
}

.single .easy-footnote sup:after {
  content: " )";
}

.single .easy-footnotes-wrapper {
  list-style-type: none;
  padding: 0;
  counter-reset: footnote;
}

.single .easy-footnotes-wrapper li:before {
  counter-increment: footnote;
  content: "*"counter(footnote);
  margin-right: 10px;
}

.single .easy-footnotes-wrapper li .easy-footnote-to-top {
  color: #999;
}

.single article .meta .date {
  font-size: 1em;
  color: #c8c8c8;
}

.single article .article-end {
  border-style: solid;
  border-top: 2px solid #000;
  margin-bottom: 2em;
}

.single article .border {
  border: 2px solid #000;
}

/* シリーズ記事 */

.kanren-post div{
  background: #eee;
  padding: 10px;
}

.kanren-post a {
  display: block;
  margin: 10px 0;
}

.kanren-post .title {
  font-weight: bold;
}

.kanren-post {
  margin-bottom: 2em;
}

/* Amazon JS */

article .amazonjs_item {
  border:none;
  background:none;
  width: 40%;
  margin: 1em auto;
  text-align: center;
}

article .amazonjs_item .amazonjs_image {
  float: none;
  width: 100%;
}

article .amazonjs_item .amazonjs_info ul {
  display: none;
}

.kanren-comics {
  margin-bottom: 2em;
}

.kanren-comics .amazonjs_item {
  padding: 10px;
  margin: 0;
  background-color: #eee;
  border-bottom: none;
  background-position: right top;
}

.kanren-comics .amazonjs_item:last-child {
  border-bottom: 1px solid #ddd;
}

.kanren-comics .amazonjs_image a {
  width: 64px;
  display: block;
}

.kanren-comics .amazonjs_image a img {
  width: 100%;
  height: auto;
}

.kanren-comics .amazonjs_info h4 a {
  color: #000;
}

/* マンバの声 */



.manba-voice .manba-article {
  display: block;
  width: 50%;
  margin: 2em auto 0;
  position: relative;
  text-align: center;
  padding: 6px 40px;
  font-size: 1.0em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #de405e;
  border: 2px solid #de405e;
  z-index: 0;
}

.manba-voice .manba-article:before {
  content: "\f464";
  position: relative;
  font-family:"dashicons";
  top: 2px;
  right: 4px;
  font-weight: normal;
}

.manba-voice {
  margin-bottom: 2em;
}

.manba-voice .manba-comment {
  background-color: #fff2f5;
  padding: 10px;
  position: relative;
  margin-bottom: 1.5em;
}

.manba-voice .manba-comment:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 4%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #fff2f5 transparent transparent transparent;
}

.manba-voice .manba-comment .name {
  margin: 3px;
  color : #de405e;
  font-weight: bold;
}

/* page-links */

.page-links {
  margin-bottom: 2em;
}

.page-links ul{
  padding: 0;
  margin: 0;
  text-align: center;
  letter-spacing: .1em;
}

.page-links ul li{
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.page-links ul .page-previous,
.page-links ul .page-next {
  margin: 0 4px;
}

.page-links ul li span {
  display: inline-block;
  padding: 0 10px;
  line-height: 32px;
}

.page-links ul .page-number span {
  border: 2px solid #000;
}

.page-links ul .page-number a span {
  background: #000;
  color:#fff;
}

.page-links ul .page-number span:hover {
  background: #fff;
  color:#000;
  transition: .4s;
}

/* nav-links */

.nav-links {
  margin: 20px auto ;
  width: 100%;
}

.nav-links > div {
  float:left;
  width: 50%;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid  #000;
  padding: 8px;
  height: 88px;
  font-size: .8em;
  font-weight: bold;
  letter-spacing: .2em;
}

.nav-links a {
  display: block;
  margin: 0;
  line-height: 1.2em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.nav-links .outer {
  position: absolute;
  top:-20px;
}

.nav-links .inner img {
  height: 68px;
  width: 68px;
}

.nav-links .nav-prev .inner img{
  float: left;
  margin-right: 14px;
}

.nav-links .inner .title  {
  overflow: hidden;
  display: block;
  height: 60px;
}

.nav-links .nav-next .inner img {
  float: right;
  margin-left: 10px;
}

.nav-links .nav-prev {
  border-right-width: 1px;
}
.nav-links .nav-next {
  border-left-width: 1px;
}

.nav-links .nav-prev .outer {left:0;}
.nav-links .nav-next .outer {right:0;}

/* auther list */

.auther-list {
  margin-top: 40px;
}

.auther-list h2 {
  font-size:
  padding: 10px 0;
  border: 2px solid #000;
  border-width: 1px 0;
  margin-bottom: 0;
}

.auther-list .auther {
  padding: 20px 0;
  border-bottom: 2px solid #000;
}

.auther-list .auther:last-child {
  border: none;
}

.auther-list .auther .icon {width: 140px; float:left;}
.auther-list .auther .profile {
overflow: hidden;
padding-left: 10px;
}

.auther-list .auther .profile p {
  margin-bottom: 0;
}

.auther-list .auther .profile h3 {
  margin: 0 0 10px;
}

/* pager */

.pager .more,
.more.tokushu,
.more.ranking,
.more.archive  {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.more.ranking {
  margin-top: -12px;
}

.more.archive {
  margin: 0 auto;
}

.pager .more a,
.more.tokushu a,
.more.ranking a,
.more.archive a  {
	position: relative;
  text-decoration: none;
	display: block;
  padding: 6px 40px;
  font-size: 1.0em;
  font-weight: bold;
	color: #fff;
	text-align: center;
	background: #000;
	border: 2px solid #000;
	z-index: 0;
}

.more.archive a {
  border-width: 2px 0 0;
}

.pager .more a:hover,
.more.tokushu a:hover,
.more.ranking a:hover,
.more.archive a:hover {
  opacity: 0.7;
  transition: .4s;
  background: #fff;
  color: #000;
}


/* Features Slider */

.features-slider {
  position: relative;
  margin-bottom: 4px;
}

.features-slider .feature-post {
  text-align: center;
}

.features-slider .feature-post .thumbnail {
  height: 320px;
  overflow: hidden;
  display: block;
}

.features-slider .feature-post .title {
  width: 80%;
  text-align: center;
  margin: 10px auto;
  height: 3em;
  display: block;
  overflow: hidden;
}

.features-slider .more.tokushu{
  margin: 40px 0 0;
}

.features-slider .owl-nav {
  position: absolute;
  bottom: 80px;
  width: 100%;
}

.features-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  font-weight: bold;
}

.features-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #000;
  color: #fff;
}

.features-slider .owl-nav .owl-prev { left: 0; }
.features-slider .owl-nav .owl-next { right: 0; }

/*.features-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}*/

.features-slider .feature-post .thumbnail img {
  width: 100%;
}


/* Series Categories */

.series-cats ul{
  padding: 0;
  margin: 0;
  margin-right: -2%;
}

.series-cats ul li {
  list-style-type: none;
  width: 31.2%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}

.series-cats ul li p {
  width: 100%;
  margin: 0;
  margin-bottom: 0.8em;
  height: 2.4em;
  overflow: hidden;
  font-size: .8em;
  line-height: 1.2em;
}

.series-cats ul li img {
  width: 100%;
}

/* sidebar-widget */

.widget-area .widget {
  border: 2px solid #000;
  margin-bottom: 10px;
}

.widget-area .widget.non-border,
.widget-area .widget.widget_text_no_border {
  border: none;
}

.widget.widget_search form {
  padding: 10px;
}

.widget.widget_search form input[type="search"] {
  width:210px;
}

.widget-area .widget h2 {
  margin: 0;
  padding: 6px 10px;
  font-size: 0.9em;
  border-bottom: 2px solid #000;
}

.widget-area .widget.non-border h2,
.widget-area .widget.widget_text_no_border h2 {
  border: none;
}

.widget .post-list {
  padding: 0;
  margin: 0px ;
}

.widget ul {
  padding: 0 0 0 10px;
}

.widget .post-list.new {
  margin-top: 0;
}

.widget ul li {
  list-style-type: none;
}

.widget .post-list li {
  list-style-type: none;
  line-height: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.widget .post-list.new li {
  border-top: 2px solid #000;
}

.widget .post-list.new li:first-child {
  border-top: none;
}

.widget .post-list li a {
  margin: 10px;
  display: table;
  overflow: hidden;
}

.widget .post-list.ranking {
  counter-reset: hoge;
}

.widget .post-list.ranking li:before {
  counter-increment: hoge;
  content: counter(hoge);
  position: absolute;
  text-align: center;
  width: 20px;
  line-height: 20px;
  background-color: #000;
  color: #fff;
  font-size: .8em;
  left: 12px;
  top: 2px;
}

.widget .post-list.ranking li {
  position: relative;
}

.wpp-no-data {
  padding: 10px;
}

.widget .post-list li a > * {
  display: table-cell;
}

.widget .post-list li a > span:first-child,
.widget .post-list li a > img  {
  /*float: left;*/
  margin-right: 10px;
  color: #000;
}

.widget .post-list li a .title {
  vertical-align: middle;
}

.widget .post-list li:after {
  content: "";
  clear: both;
  display: block;
}

.widget .post-list .thumbnail,
.widget .wpp-thumbnail {
  width: 64px;
  height: 64px;
  float: none;
}

.widget .post-list .title {
  overflow: hidden;
  line-height: 1.3em;
  font-size: 14px;
  margin: 0;
  /*display: block;*/
}

.widget.widget_archive_for_manba {
  position: relative;
}

.widget.widget_archive_for_manba select{
  display: block;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  -mozbox-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.widget.widget_archive_for_manba .archives {position: relative;}

.widget.widget_archive_for_manba .archives:before {
  position: absolute;
  pointer-events: none;
  display: block;
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 8px;
  top: 20px;
  right: 16px;
  height: 0;
  width: 0;
  margin-left: 0px;
  content: " ";
  z-index: 10;
}

.widget .more {
  font-size: 0.9em;
}

/* footer */

footer {
  background-color: #ececec;
  font-size: 0.9em;
}

footer .wrapper {
  width: 1048px;
  margin: 0 auto;
  padding: 40px 0;
}

footer .footer-col {
  width: 33.3%;
  line-height: 32px;
  display: block;
  float: left;
}

footer .footer-menu {
  margin: 0;
  padding: 0;
}

footer .footer-menu li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1.2em;
}

footer .footer-menu li a {
  color : #000;
  text-decoration: none;
  padding-bottom: 4px;
}

footer .footer-menu li a:hover {
  opacity: 0.7;
  transition: .4s;
}

footer .copyright {
  margin: 0; padding: 0;
  font-weight: bold;
  text-align: center;
}

footer .powered-by {
  padding: 0;
  margin: 0;
  text-align: right;
}

footer .powered-by li {
  list-style-type: none;
  display: inline-block;
  height: 32px;
  width: 120px;
}

footer .powered-by li img {
  width: 100%;
  vertical-align:middle;
  margin-left: 10px;
  height: auto;
}

/* media queries */

@media screen and (max-width: 1068px){
  header, .main, footer {
    width: 100%;
  }

  header {
    width: 100%;
    padding: 10px;
    margin: 16px auto 0;
    height: 54px;
  }

  header .logo h1 {
    width: 80%;
    position: relative;
    top: -5px;
    display: block;
    margin: 0 auto;
  }

  header .logo h1 img {
    width: 100%;
  }

  .main {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  footer .wrapper {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 960px){
  header .header-left {
    margin-right: -128px;
    padding-right: 128px;
  }

  .main {margin: 0px auto 10px;}

  .indexes .colmuns article .thumbnail {
    /*height: auto;*/
  }

  .indexes .colmuns.ranking article .thumbnail {
    height: 160px;
  }

  .pager .more,
  .more.tokushu {
    /*width: 50%;*/
    margin: 0 auto 30px;
    text-align: center;
  }

}

@media screen and (max-width: 820px) {

  .menu-trigger { display: block;}

  header {margin: 0; height: 60px; border: 2px solid #000;}

  header .header-left {
    width: 100%;
    padding:0px;
    margin: 0;
  }

  header .header-right {
    display: none;
  }

  header .logo {
    float: none;
    width: 40%;
    margin: 0 auto;
  }

  header nav {
    float: none;
    width: 100%;
  }

  header nav ul {
    visibility: hidden;
    position: relative;
    top: -8px;
    max-height:0;
    padding: 0;
    opacity: 0;
    margin: 0px;
    transition: all .6s ease-out;
  }

  header nav ul.active {
    visibility: visible;
    max-height:30em;
    opacity: 1;
    transition: all .6s ease-in;
  }

  header nav ul li {
    float: none;
    margin-left: 0;
    text-align: center;
    line-height: 2.8em;
  }

  header nav ul li a {
    color : #000;
    width: 100%;
    display: block;
    text-decoration: none;
    padding-bottom: 4px;
  }

  .indexes .colmuns {margin-right: 0;}
  .indexes .colmuns.three-col article,
  .indexes .colmuns article {
    float:none;
    width: 100%;
    margin-right: 0;
  }

  .indexes .pickups article .thumbnail {
    border-bottom: 2px solid #000;
    border-right: none;
  }

  .series-cats ul li {
    width: 48%;
  }

  .indexes .pickups > article .thumbnail,
  .indexes .pickups > article .meta {
    width: 100%;
    float: none;
  }

  .indexes .pickups > article .meta .excerpt {
    height: 2.8em;
  }
}

@media screen and (max-width: 768px){
  /* Display none 768px~ */

  footer .footer-col.none-768 {display: none;}

  .breadcrumb {
    border: none;
  }

  .main {
    padding: 16px;
  }

  .single .main {
    padding: 0;
  }

  .single .content-area > div {
    padding: 0 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .indexes .pickups > article .thumbnail {
    height:200px;
  }

  .single .content-area > article > * {
    padding: 0 16px;
  }

  .single .content-area > article > img {
    padding: 0;
  }

  .single .widget-area {
    padding: 0 16px;
  }

  .main { margin: 0 0 10px;}

  .main > * {float: none;}

  .main .content-area {
    margin-right: 0px;
    padding-right: 0px;
  }

  .features-slider .feature-post .thumbnail {
    height: 240px;
  }

  .indexes .pickups > article .meta .title {
    font-size: 1em;
  }

  .archive.category .breadcrumb {display: block;}

  .main .widget-area {
    width: 100%;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .widget-area .widget.non-border img {
    width: 300px;
    display: block;
    margin: 0 auto;
  }

  footer .footer-menu {
    text-align: center;
  }

  footer .footer-menu li {
    margin: 0 .5em;
  }

  footer .footer-col {
    float: none; width: 100%;
    margin: .8em 0;
  }

  footer .powered-by {
    text-align: center;
  }

  footer .powered-by li {
    display: block;
    width: 100%;
  }

  footer .powered-by li img {
    width: 160px;
  }

  .amazonjs_image a {
    width: 64px;
  }
}

@media screen and (max-width: 600px) {

  .menu-trigger {
    top: 10px;
    left: 0px;
  	width: 28px;
  	height: 20px;
  }

  .menu-trigger.active span:nth-of-type(1) {
  	-webkit-transform: translateY(9px) rotate(-45deg);
  	transform: translateY(9px) rotate(-45deg);
  }

  .menu-trigger span:nth-of-type(2) {
  	top: 9px;
  }

  .manba-voice .manba-comment:after {
  	bottom: -10px; left: 8%;
  }
}

@media screen and (max-width: 480px) {

  .mobile {
    display: block;
  }
  header .logo {
    width: 50%;
  }

  header .logo h1 {
    width: 100%;
  }

  .indexes article .meta .title {
    height: 3em;
  }

  .menu-trigger {
    top: 8px;
  }

  .page-links ul .page-previous {float:left;}
  .page-links ul .page-next {float:right;}

  /* simple author box 向け対応 */
  .saboxplugin-gravatar img{
    width: auto;
  }

  .features-slider .feature-post .thumbnail {
    height: 160px;
  }

  .series-cats ul {margin-right: 0;}

  .series-cats ul li {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .series-cats ul li p {
    font-size: 1em;
  }

  .features-slider .feature-post .title {
    width: 70%;
  }

  .nav-links > div {
    float: none;
    width: 100%;
  }

  .nav-links .nav-prev {
    margin-bottom: 30px;
  }


  .page-links ul .page-previous,
  .page-links ul .page-next {
    display: none;
  }

  .page-links ul.mobile {
    margin-top: 10px;
  }

  .page-links ul.mobile .page-previous,
  .page-links ul.mobile .page-next {
    display: block;
  }

  .nav-links .nav-prev {border-right-width: 2px;}
  .nav-links .nav-next {border-left-width: 2px;}
}

@media screen and (max-width: 320px) {
  .banner-ad {
    width: 320px;
    margin-left: -15px;
  }

  .ad-rect {
    margin: 0;
    margin-left: -7px;
  }
}

/* 特集記事向け */
article.category-feature h1 {
  font-size: 24px;
}

article.category-feature h2 {
  font-size: 1.3125em;
}

article.category-feature h3 {
  font-size: 1.125em;
}
/* https://github.com/manba-inc/manba-magazine/issues/35 */
.wp-caption-text {
	font-size: 0.875em;
	color: #666;
}
