@charset "UTF-8";

/*
Theme Name: magmix 2018 PC
Theme URI: 
Description: 
Author: mozuya
Version: 1.0
*/

/* Web Font */
@font-face {
	font-family: 'icomoon';
	src:url('common/fonts/icomoon.eot?-qz7pb2');
	src:url('common/fonts/icomoon.eot?#iefix-qz7pb2') format('embedded-opentype'),
		url('common/fonts/icomoon.woff?-qz7pb2') format('woff'),
		url('common/fonts/icomoon.ttf?-qz7pb2') format('truetype'),
		url('common/fonts/icomoon.svg?-qz7pb2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
	content: "\e009";
}
.icon-hatena:before {
	content: "\e00a";
}
.icon-facebook:before {
	content: "\e60d";
}
.icon-twitter:before {
	content: "\e611";
}
@font-face {
	font-family: "rank-b";
	src: url('common/fonts/rank-b.eot');
	src: url('common/fonts/rank-b.eot?v=20160121') format('embedded-opentype'),
	url('common/fonts/rank-b.woff?v=20160121') format('woff'),
	url('common/fonts/rank-b.ttf?v=20160121')  format('truetype');
}
@font-face {
	font-family: "rank-m";
	src: url('common/fonts/rank-m.eot');
	src: url('common/fonts/rank-m.eot?v=20160121') format('embedded-opentype'),
	url('common/fonts/rank-m.woff?v=20160121') format('woff'),
	url('common/fonts/rank-m.ttf?v=20160121')  format('truetype');
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg)}
	100% {-webkit-transform: rotate(360deg)}
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg)}
	100% {-moz-transform: rotate(360deg)}
}
@-ms-keyframes spin {
	0% {-ms-transform: rotate(0deg)}
	100% {-ms-transform: rotate(360deg)}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg)}
	100% {-o-transform: rotate(360deg)}
}
@keyframes spin {
	0% {transform: rotate(0deg)}
	100% {transform: rotate(360deg)}
}

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

article, aside, figure, footer, header, hgroup, nav, section, details, summary {display: block;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

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

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }




/* Product Style
-------------------------------------------------------------------------------*/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.chromeframe {position: absolute; top: 0;}
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	font-size: 16px;
	font-weight: normal;
	font-family: -apple-system, 'BlinkMacSystemFont', Roboto, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', Meiryo, 'メイリオ', Verdana, sans-serif;
	-webkit-text-size-adjust: 100%;
}
body, select, input, textarea {color: #333;}
a {color: #000;}

a {-webkit-tap-highlight-color: #fcd700;}
a:hover {color: #999;}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* タップ時の色 */
a {
	-webkit-tap-highlight-color: rgba(255,255,255,0.5);
}
twitterwidget {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
.bt,
.mw_wp_form input[type=submit],
.mw_wp_form input[type=button] {
	display: inline-block;
	margin: 1em 10px;
	padding: 10px 20px;
	background: #333;
	color: #fff;
	border: 0 none;
	border-radius: 4px;
	line-height: 1.2;
	font-size: 1.1em;
	text-decoration: none;
	-webkit-appearance: none;
}
.mw_wp_form input[type=button],
.mw_wp_form input[name=submitBack] {
	background: #666;
}
.bt:hover,
.mw_wp_form input[type=submit]:hover,
.mw_wp_form input[type=button]:hover {
	background: #000;
	color: #fff;
}
.bt-firstpage {
	width: 480px;
	margin: 0 auto;
	color: #333;
	background: #fff;
	border: 3px solid #000;
	border-radius: 5px;
	font-size: 1.3em;
	font-weight: bold;
}
.bt-pageend {
	width: 480px;
	margin: 0 auto;
	color: #fff;
	background: #FF6F4D;
	border-radius: 5px;
	font-size: 1.3em;
	font-weight: bold;
}
.bt-pageend:hover {
	background: #fff;
	background: #d0004d;
}
.disabled {
	opacity: 0.3;
	-webkit-filter: grayscale(100%); /* モノトーンに変換 webkit */
	-moz-filter: grayscale(100%); /* モノトーンに変換 Firefox */
	filter: grayscale(100%); /* モノトーンに変換 CSS3 */
	filter: progid:DXImageTransform.Microsoft.BasicImage(Opacity=0.3, GrayScale=1); /* モノトーンに変換 IE5.5以降用 */
}
.mw_wp_form table {
	width: 100%;
}
.mw_wp_form th,
.mw_wp_form td {
	display: block;
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=email],
.mw_wp_form textarea {
	width: 97%;
	padding: 3px;
	font-size: 1.1em;
	border: 2px solid #bbb;
	border-radius: 3px;
}
.mw_wp_form_confirm .form-note {
	display: none;
}
.message {
	padding: 15px;
	background: #cee8db;
	color: #063;
	font-weight: bold;
}
.message-confirm {
	display: none;
	color: #630;
	background: #fcec9c;
}
.mw_wp_form_confirm .message-confirm {
	display: block;
}
.box-sample {
	display: inline-table;
}
.box-sample-wrap,
.box-sample-inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #B8E986;
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	text-shadow: 1px 1px 0px #999;
	letter-spacing: 3px;	
	line-height: 1.2;
}
.header-box,
.side-box {
	text-align: center;
}
.header-box {
	width: 970px;
	margin: 0 auto;
}
.box-left,
article .box-left {
	float: left;
	margin: 10px 15px 1em 0;
	
}
.box-right,
article .box-right {
	float: left;
	margin: 10px 0 1em 15px;
}
.inline-block {
  display: inline-block;
}
iframe[class*="twitter"],
twitter-widget {
	margin-left: auto;
	margin-right: auto;
}



header,
main {
	width: 1136px;
	margin: 0 auto;
}
header {
	
}
main {
	display: block;
	margin: 25px auto;
}



.header-top, .header-hot-word {
	display: table;
}
.header-top {
	width: 100%;
	padding: 15px 0;
	vertical-align: middle;
}
.header-top .logo,
.header-top h1,
.header-top nav,
.header-hot-word h2,
.header-hot-word ul {
	display: table-cell;
	vertical-align: middle;
}
.header-top .logo,
.header-top h1 {
	width: 200px;
	padding-right: 30px;
}
.body-top {
	background: #eee;
	line-height: 1.2;
}
.body-top h1 {
	width: 1136px;
	margin: 0 auto;
	padding: 5px 0 3px;
	font-size: 13px;
	font-weight: normal;
}
.body-top h1 .body-top-sp {
	position: relative;
	display: inline-block;
	width: 6px;
}
.body-top h1 .body-top-sp > span {
	position: absolute;
	bottom: -6px;
	left: 0;
}
.header-top ul.header-social {
	display: inline-block;
	text-align: right;
  padding-right: 10px;
  vertical-align: top;
}
#search-form {
	display: inline-block;
  vertical-align: top;
  padding-top: 3px;
}
.header-top ul.header-social li {
	display: inline-block;
	vertical-align: top;
}
.header-top ul.header-social a {
	width: 36px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	border-radius: 36px;
	margin: 4px;
  margin: 4px 0 4px 4px;
}
.header-top ul.header-social a:hover {
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header .header-top nav {
	text-align: center;
	width: 540px;
}
header nav li {
	display: inline-block;
	margin: 0 7px;
}
header nav a {
	position: relative;
	display: inline-block;
	padding: 5px 20px 5px 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	z-index: 3;
}
header nav a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: #eee;
	transform: skew(15deg, 0deg);
	-webkit-transform: skew(15deg, 0deg);
	z-index: -1;
}
header nav a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 10px;
	height: 100%;
	background: #aaa;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #fff;
	transform: skew(15deg, 0deg);
	-webkit-transform: skew(15deg, 0deg);
	z-index: 1;
}
header nav a[href="/"]:after { background: #ae4cff; }
header nav a[href*="manga"]:after { background: #FF6F4D; }
header nav a[href*="anime"]:after { background: #8BEA7D; }
header nav a[href*="game"]:after { background: #4DABFF; }
header nav a:hover {
	color: #333;
}
header nav a:hover::before {
	background: rgba(255, 109, 76, .2);
}
header nav a:hover::after {
	animation: spin .2s ease-in-out;
}
header nav a[href="/"]:hover::before { background: rgba(174, 76, 255, 0.2); }
header nav a[href*="manga"]:hover::before { background: rgba(255, 111, 77, 0.2); }
header nav a[href*="anime"]:hover::before { background: rgba(139, 235, 124, 0.2); }
header nav a[href*="game"]:hover::before { background: rgba(76, 172, 255, 0.2); }

header nav .home a,
header nav a.active {
	
}

.side-search {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.side-search-wrap {
	display: table;
	width: 100%;
	border: 2px solid #666;
	border-radius: 5px;
	background: #666;
}
.side-search-input,
.side-search-button {
	display: table-cell;
	vertical-align: middle;
}
.side-search-input {
	width: 205px;
}
.side-search-input input {
	width: 205px;
	height: 33px;
	padding: 5px;
	border: 0 none;
	border-radius: 3px 0 0 3px;
	font-size: 16px;
}
.side-search-button {
	position: relative;
	width: 43px;
	height: 33px;
}
.side-search-button:before {
	content: '\f002';
	position: absolute;
	top: 3px;
	left: 10px;
	color: #fff;
	font-family: FontAwesome;
	font-size: 24px;
}
.side-search-button input {
	width: 43px;
	height: 33px;
	opacity: 0.01;
	background: none;
}

.header-hot-word {
	margin: 8px 0 8px;
}
.header-hot-word h2 {
	width: 65px;
	padding-right: 8px;
}
.header-hot-word h2 img{
	max-width: 100%;
	height: auto;
}
.header-hot-word ul li {
	display: inline;
}
.header-hot-word ul a {
	display: inline-block;
	margin: 4px 4px;
  font-size: 14px;
  padding: 2px;
}
.header-hot-word ul a:hover {
	color: #4DABFF;
}



main:before, main:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
main:after { clear: both; }  
main { zoom: 1; }

main .content {
	float: left;
	width: 767px;
}
main .content aside {
	margin: 15px 0;
}
main .side {
	float: right;
	width: 336px;
}

.box:before, .box:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.box:after { clear: both; }  
.box {
	zoom: 1;
	margin: 0 0 40px;
}
figure .box {
	margin: 12px 0 0 0;
}
.box-title {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.box-title h2,
.box-title span {
	position: relative;
	display: block;
}
.box-title h2:before,
.box-title h2:after,
.box-title h2 span:before,
.box-title h2 span:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 6px;
	background: #E2E0E0;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #fff;
	transform: skew(16deg, 0deg);
	-webkit-transform: skew(16deg, 0deg);
	z-index: 1;
}
.box-title h2:before,
.box-title h2:after,
.box-title h2 span:before {
	width: 10px;
}
.box-title h2:before {
	left: 0;
	background: #FF6F4D;
	z-index: 4;
}
.box-title h2:after {
	left: 12px;
	background: #8BEA7D;
	z-index: 3;
}
.box-title h2 span:before {
	left: 24px;
	background: #4DABFF;
	z-index: 2;
}






.box-title h1,
.box-title h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
}
.wakaru-title h1 img {
	position: absolute;
	top: -32px;
	left: -27px;
}
.box-title h2 img {
	position: absolute;
	top: -39px;
	left: -27px;
}
.box-title h2 a {
	text-decoration: none;
}
.readmore {
	text-align: center;
	margin-top: 10px;
}
.readmore a {
	display: inline-block;
	padding: 5px 20px;
	line-height: 1.2;
	border: 2px solid #333;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.readmore a:hover {
	color: #000;
}
.readmore i {
	margin-right: 3px;
}
.wakaru-readmore a {
	display: inline-block;
	padding: 4px 10px 2px;
	background: #FFC100;
	border-radius: 20px;
	line-height: 1.2;
	color: #fff;
}
.wakaru-readmore a:hover {
	text-decoration: none;
}
.box-main {
	width: 360px;
	float: left;
	position: relative;
}
.box-main figure {
	line-height: 0;
}
/*
.box-main h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 6px 9px;
	background: rgba(0,0,0,.5);
	color: #fff;
	line-height: 1.5;
}
*/
.box-main a {
	text-decoration: none;
}
.box-main h3 {
	margin: 8px 0 4px;
	line-height: 1.4;
}
.box-post-meta {
	margin-top: 3px;
	color: #888;
	font-size: 12px;
	line-height: 1.2;
}
.home-content .box {
	margin: 0 0 10px;
}
.home-content .home-box-latest {
	margin: 0 0 25px;
}
.home-content figure {
	text-align: center;
}
.latest-article-list {
	width: 390px;
	float: right;
	margin-bottom: 12px;
}
.latest-article-list li {
	overflow: hidden;
	display: table;
	margin: 0 0 8px;
}
.latest-article-list a {
	text-decoration: none;
}
.latest-article-list figure {
	display: table-cell;
	width: 65px;
	line-height: 0;
	vertical-align: middle;
}
.latest-article-list .latest-summary {
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.latest-article-list h3 {
	line-height: 1.4;
	font-size: 14px;
}
.box-article-list {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.box-article-list li {
	width: 242px;
	margin-right: 20px;
	float: left;
	margin-bottom: 15px;
}
.box-article-list li a{
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}
.box-article-list li:nth-child(3n){
	margin-right: 0;
}
.article-time {
	margin-top: 3px;
}
.article-time .recent {
  margin-right: 3px;
  padding: 3px 3px;
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  background: #EB8400;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
}
.article-time .date {color: #666;}
.wakaru-list ul:before, .wakaru-list ul:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.wakaru-list ul:after { clear: both; }  
.wakaru-list { zoom: 1; }
.wakaru-list > ul > li {
	width: 240px;
	float: left;
	margin: 0 0 15px;
}
.wakaru-list > ul > li:nth-child(3n-1),
.wakaru-list > ul > li:nth-child(3n-2) {
	margin: 0 20px 15px 0;
}
.wakaru-list-title {
	position: relative;
	margin: 0 0 7px;
	padding: 0 0 8px 12px;
	background: url(common/img/home-list-title-bg02.png) no-repeat 0 bottom;
}
.wakaru-list-title h2 {
	font: 24px/1.2 inherit;
}
.wakaru-list > ul > li li {
	margin: 0 0 8px;
	padding: 0 0 0 17px;
	background: url(common/img/home-list-mark.png) no-repeat 0 0.25em;
	line-height: 1.4;
} 
.wakaru-list > ul > li li.readmore {
	padding: 0;
  margin-top: 14px;
	background: none;
} 
.wakaru-list > ul > li li:nth-child(1) {
	padding: 0;
	background: none;
}
.wakaru-list li a {
	text-decoration: none;
}
.wakaru-list li a:hover {
	text-decoration: underline;
}
.wakaru-list figure {
	width: 240px;
	height: 160px;
	overflow: hidden;
	margin: 0 0 5px;
}

.home-list-go-archive {
	text-align: center;
}
.home-list-go-archive a {
	display: inline-block;
	padding: 8px 12px 7px;
	border: 2px solid #4A4A4A;
	border-radius: 5px;
	text-decoration: none;
	color: #4A4A4A;
	font: normal 22px/1.2 inherit;
}
.home-list-go-archive a:hover {
	color: #aaa;
	border: 2px solid #aaa;
}
.home-list-go-archive i {
	margin-right: 5px;
}








.topicpath li {
	display: inline-block;
	font-size: 11px;
	color: #999;
}
.topicpath li:before {
	content: " » ";
}
.topicpath li:nth-child(1)::before {
	content: "";
}
.topicpath a {
	color: #888;
}
.topicpath a:hover {
	color: #aaa;
}

article h1 {
	position: relative;
	margin: 30px 0;
	padding: 0 0 0 18px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}
article h1.photo {
  font-size: 20px;
}
article h1 span {
	position: relative;
	display: block;
}
article h1 span span {
	font-feature-settings: 'palt';
	letter-spacing: 1px;
}
article h1 > span:before,
article h1 > span > span:before,
article h1 > span > span:after {
	content: '\0020';
	position: absolute;
	left: -18px;
	width: 7px;
	height: 28%;
	border-radius: 3px;
	transform: skew(0deg, 15deg);
	-webkit-transform: skew(0deg, 15deg);
}
article h1 > span:before {
	top: 0;
	background: #FF6F4D;
}
article h1 > span > span:before {
	top: 36%;
	background: #8BEA7D;
}
article h1 > span > span:after {
	top: 72%;
	background: #4DABFF;
}


/*
article h1:before {
	top: -3px;
	left: 0;
}
article h1:after {
	top: 50%;
	left: 0;
	background: #333;
}
*/
#page #main-column h2 {
	margin-bottom: 10px;
}
.article-meta-top {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.2;
}
.article-meta-top,
.article-meta-top a {
	color: #666;
}
.article-meta-top a:hover {
	color: #999;
}
.article-meta-top li {
	/*display: inline-block;*/
	margin-bottom: 10px;
}
.article-author .advisor {
	display: inline-block;
	margin: 0 0 0 0.5em;
}
.article-author .advisor:nth-child(1) {
	margin: 0;
}
.article-author .advisor:after {
	content: ', ';
}
.article-author .advisor:last-child:after {
	content: '';
}

.article-meta-box {
	text-align: center;
}
.article-meta-box > span > div {
	margin: 0 auto;
}
.article-middle,
.article-middle-link-wrap,
.article-latest {
	margin-bottom: 20px;
}
.article-middle-link-wrap {
	overflow: hidden;
}
.article-middle-link li {
	line-height: 1.5;
	margin-bottom: 10px;
}
.article-related,
.article-recommend {
	width: 336px;
	float: left;
}
.article-related {
	margin-right: 20px;
}
.article-related h3 {
	display: none;
}
.article-tags {
	overflow: hidden;
	margin: 10px 0;
}

.header-social a {
	display: inline-block;
	padding: 4px 7px;
	color: #fff;
	line-height: 1.2;
	border-radius: 4px;
	text-decoration: none;
}
.header-social a {
	padding: 6px 0 4px;
}
.social-comment a {
	background: #c00;
}
.social-twitter a {
	background: #55acee;
}
.social-facebook a {
	background: #3b5998;
}
.social-line a {
	background: #00C100;
}


.social-button {
	overflow: hidden;
	margin: 0;
	font: normal 13px/1 Arial, sans-serif;
}
.social-button li {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: top;
}
.social-button li:first-child {
	margin: 0;
}
.social-button a {
	display: inline-block;
	padding: 4px 7px;
	color: #fff;
	line-height: 1.2;
	border-radius: 4px;
	text-decoration: none;
	font-weight: normal;
}
.social-button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.social-button a .social-icon {
	display: inline-block;
	font-size: 1.2em;
	margin-right: 5px;
	line-height: 1;
	vertical-align: top;
}
.social-hatena strong {
	line-height: 1;
}
.social-button i,
.social-hatena strong {
	margin: 0 5px 0 0;
}
.social-button-top {
	margin-top: 20px;
}
.social-button-large {
	margin: 30px 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.social-button-large li {
	min-width: 80px;
	display: inline-block;
	margin: 0 5px;
	padding: 0 5px;
}
.social-button-large a {
	display: block;
	padding: 4px 0;
	background: #aaa;
	font-size: 18px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
}
.social-button-large a span {
	display: block;
	font-size: 12px;
}
.social-button-large a .social-icon,
.social-button-large a .fa {
	margin: 0 0 2px;
	font-size: 1.4em;
}
.social-button-large a .label,
.social-button-large a .count {
	font-weight: bold;
}
.social-comment a { background: #c00;}
.social-twitter a { background: #55acee;}
.social-facebook a { background: #3b5998;}
.social-line a { background: #00C100;}
.social-hatena a { background: #008fde;}

.social-button-large .social-comment a { background: #fff; color: #c00; border: 2px solid #c00; }
.social-button-large .social-twitter a { background: #fff; color: #55acee; border: 2px solid #55acee; }
.social-button-large .social-facebook a { background: #fff; color: #3b5998; border: 2px solid #3b5998; }
.social-button-large .social-line a { background: #fff; color: #00C100; border: 2px solid #00C100; }
.social-button-large .social-hatena a { background: #fff; color: #008fde; border: 2px solid #008fde; }




.article-tags,
.article-tags a {
	color: #666;
}
.article-tags a:hover {
	color: #999;
}

.detail {
	margin: 20px 0 30px 0;
	line-height: 1.8;
}
.detail h2 {
	margin: 1.2em 0 0.5em;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
.detail .post-index-wrap + h2 {
	margin: 0.5em 0;
}
.detail .figure300 + h2 {
	margin: 0 0 0.5em;
}
.detail h2.strapline span {
	display: table;
	position: relative;
	padding-left: 14px;
	font-feature-settings: 'pkna';
	letter-spacing: 1px;
}
.detail h2.strapline span:before,
.detail h2.strapline span:after {
	position: absolute;
	content: '\0020';
	left: 0;
	width: 8px;
	height: 8px;
	background: #4DABFF;
	border-radius: 16px;
}
.detail h2.strapline span:before {
	top: 2px;
}
.detail h2.strapline span:after {
	top: auto;
	bottom: 3px;
	background: #333;
}
/*
.detail h3 {
	margin: 1.2em 0 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
}
.detail h4 {
	margin: 1.2em 0 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}
.detail h5 {
	margin: 1.2em 0 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
}
*/
.detail h3,
.detail h4,
.detail h5 {
	margin: 1.2em 0 0.5em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
}
.detail p {
	margin: 1em 0;
}
.detail .figure300 + p {
	margin: 0 0 1em 0;
}
.detail p.post-excerpt {
	margin: 0 0 1em;
	padding: 10px 12px;
	background: #eee;
	line-height: 1.5;
	color: #444;
}
#detail-text {
	/*overflow: hidden;*/
}
#detail-text ol li {
	margin: 0.3em 0 0.3em 1.5em;
	list-style: decimal;
}
#detail-text ul li {
	margin: 0.3em 0 0.3em 1.5em;
	list-style: disc;
}
.nextpage {
	clear: both;
}
.nextpage a {
	display: table;
	width: 480px;
	min-height: 45px;
	margin: 1em auto;
	border: 3px solid #333;
	border-radius: 4px;
	color: #333;
	font-weight: bold;
	background: #333;
	text-decoration: none;
}
.nextpage span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
}
.nextpage .label {
	width: 100px;
	text-align: center;
	/*background: url(common/img/icon_nextpage2.png) no-repeat 5px center;*/
	/*text-indent: -9999px;*/
	color: #fff;
	font-size: 13px;
}
.nextpage .label i {
	margin: 0 0 0 5px;
}
.nextpage .linktext {
	padding: 10px 13px;
	background: #fff;
	border-radius: 2px;
}
.nextpage a:hover {
	border: 3px solid #FF6F4D;
	background: #FF6F4D;
	color: #FF6F4D;
}
article figure {
	width: 500px;
	margin: 1em auto;
	/*
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #eee;
	*/
	text-align: center;
	clear: both;
}
article figure img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
article .figure300 {
	width: 320px;
	float: right;
	margin: 0 auto 1em 15px;
}
article .figure300left {
	width: 320px;
	float: left;
	margin: 0 15px 1em auto;
}
article .figure336 {
	width: 336px;
}
article figure.figure-wide {
	width: 650px;
	clear: both;
}
article .no_img_fig {
	width: 300px;
	float: left;
	margin: 0 15px 10px 0;
}
article figcaption {
	margin: 5px 0 12px;
	font-size: 13px;
	color: #666;
	text-align: left;
	line-height: 1.3;
}
article figure.script {
	width: 100%;
	text-align: center;
}
article figure.script div.script {
	display: inline-block;
	text-align: left;
}
article figure.script div.script.instagram {
  width: 500px;
}






.post-nav {
	display: table;
	width: 80%;
	margin: 25px auto;
}
.post-nav li {
	display: table-cell;
	width: 33%;
	line-height: 1.2;
	background: #fff;
	border: 3px solid #333;
}
.post-nav li:nth-child(1) {
	border-radius: 7px 0 0 7px;
	/*
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	*/
}
.post-nav li:nth-child(2) {
	border-left: 0 none;
	border-right: 0 none;
}
.post-nav li:nth-child(3) {
	border-radius: 0 7px 7px 0;
	/*
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
}
.post-nav li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.post-nav li a:hover {
	color: #4DABFF;
}
.post-nav a:empty {
	display: none;
}
.advisor-profile {
	margin-bottom: 25px;
	padding: 8px 10px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 13px;
	line-height: 1.4;
	overflow: hidden;
}
.advisor-profile h2 {
	margin: 0 0 5px 0;
	font-size: 21px;
	font-weight: normal;
}
.advisor-profile figure {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	float: left;
}
.advisor-profile-text {
	overflow: hidden;
}
.advisor-profile p {
	margin: 0.5em 0 0 0;
}
.pagination,
.single-pagenation {
	margin: 30px 0 35px;
	text-align: center;
}
.pagination > span,
.pagination > a,
.single-pagenation > span,
.single-pagenation > a {
	display: inline-block;
	margin: 0 3px;
	padding: 7px 10px;
	background: #eee;
	border-radius: 30px;
	line-height: 1;
}
.pagination > span,
.single-pagenation > span {
	border: 2px solid #999;
	background: #999;
	color: #fff;
}
.pagination > a,
.single-pagenation > a {
	text-decoration: none;
	border: 2px solid #333;
	font-weight: bold;
}
.pagination > a:hover,
.single-pagenation > a:hover {
	border: 2px solid #4DABFF;
	color: #4DABFF
	
}









/* Comment
-------------------------------------------------------------------------------*/
#comments {
	margin-top: 2em;
}
#comments p {
	margin: 0.8em 0;
}
#comments .side-title h3 {
	padding: 0 0 3px;
	border-bottom: 5px dotted #ddd;
}
article .detail p.logged-in-as {
	margin: 0.5em 0;
}
.comment-list {
	font-size: 13px;
	line-height: 1.4;
}
article .detail .comment-list p {
	margin: 0.5em 0;
}
.tiles {
	display: none;
}
.comment-body .wpulike,
.comment-body .reply {
	display: inline-block;
	margin: 0 10px 0 0;
}

.wpulike .counter a.text,
.comment-body .reply a {
	background: #f7f7f7;
	padding: 3px 8px;
	border: 1px solid #aaa;
	border-radius: 3px;
	text-decoration: none;
	color: #333;
	white-space: nowrap;
	font-size: 0.9em !important;
}
.wpulike .counter a.text:hover,
.comment-body .reply a:hover {
	background: #eee;
	border: 1px solid #ccc;
}
.comment-body {
	overflow: hidden;
	padding: 2px 0 0 0;
}
.children .comment-body {
	padding: 2px 5px 5px 5px;
}
.comment-metadata {
	float: left;
	width: 210px;
	padding: 0 20px 5px 0;
	line-height: 1.3;
}
.comment-text {
	overflow: hidden;
	padding: 0;
}
.comment-meta {
	margin: 0.5em 0;
	color: #aaa;
}
.comment-author {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2;
}
.comment-list p {
	margin: 0 0 0.5em 0;
}
.comment-list li.comment {
	padding: 5px 0;
	border-top: 1px dashed #ccc;
}
.comment-list li {
	position: relative;
	display: block;
	margin-bottom: 5px;
}
.comment-list .children li {
	position: relative;
	margin: 7px 0 0 40px;
	padding: 5px;
	border: 2px solid #ddd;
	background-color: #ffffff;
	border-radius: 7px;
}
.comment-list .children li:after, .comment-list .children li:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.comment-list .children li:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}
.comment-list .children li:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ddd;
	border-width: 10px;
	margin-left: -10px;
}
.comment-respond label {
	display: block;
}
.comment-form-comment input[type=text],
.comment-form-comment input[type=email],
.comment-form-comment textarea {
	width: 95%;
}
.form-submit {
	text-align: center;
}
.comment-respond input[type=submit] {
	display: inline-block;
	padding: 10px 20px;
	background: #4DABFF;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	border: 0 none;
	border-radius: 5px;
	font-weight: bold;
}
.wpulike .count-box {
	margin-left: 5px;
	font-size: 1em !important;
}
#comment {
	height: 100px;
}
.comment-form-author,
.comment-form-email {
	margin-bottom: 5px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
	width: 100%;
	margin: 2px 0;
	padding: 3px;
	border: 1px solid #333;
}
textarea {
	max-width: 100%;
}

.post-index-wrap-right {
	width: 346px;
	float: right;
	padding: 0 0 10px 10px;
	background: #fff;
}
.post-index-wrap-left {
	width: 346px;
	float: left;
	padding: 0 10px 10px 0;
}
.post-index {
	margin: 0 0 10px;
	padding: 7px 7px 5px;
	background: #eee;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 3px;
	line-height: 1.3;
}
.detail .post-index h3 {
	margin: 0 0 0.5em;
	font-size: 1.1em;
}
#detail-text .post-index ul li {
	list-style: none;
	margin: 0.3em 0;
}
.post-index ol li {
	list-style: decimal;
	margin: 0 0 0 1.5em;
}
.post-index li.active {
	color: #4DABFF;
	font-weight: bold;
}
section.archive h1 {
	margin: 20px 0;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: -1px;
}
.archive-list {
	margin: 20px 0 30px;
}
.archive-list li {
	overflow: hidden;
	margin-bottom: 20px;
}
.archive-list li figure {
	float: left;
	width: 100px;
	padding-right: 10px;
	text-align: center;
}
.archive-list li figure img {
	max-width: 100%;
	height: auto;
}
.post-list-date {
	color: #999;
	font-size: 0.8em;
}
.archive-list li .post-list-detail {
	overflow: hidden;
	line-height: 1.4;
}
.post-list-detail h2 {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
}
.post-list-detail h2 a {
	color: #2459A6;
	text-decoration: none;
}
.post-list-detail h2 a:hover {
	color: #000;
	text-decoration: underline;
}
.post-list-detail h2 a .list-wakaru {
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 2px 6px 1px;
	font-size: 11px;
	border-radius: 20px;
	text-decoration: none;
	vertical-align: middle;
	background: #ffbb34;
	color: #000;
	line-height: 1.2;
}
.post-list-date {
	margin: 3px 0;
}
.post-list-detail p {
	font-size: 13px;
}

.content-box {
	margin: 15px 0;
	text-align: center;
}
.content-box-2col ul {
	display: table;
	width: 100%;
}
.content-box-2col li {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	text-align: center;
}
.content-box-2col li > div {
	width: 338px;
	margin: 0 auto;
}
.article-meta-top a.article-meta-special {
	display: inline-block;
	margin: 0 0 0 7px;
	padding: 4px 10px 3px;
	font-size: 14px;
	border-radius: 20px;
	text-decoration: none;
	vertical-align: bottom;
}
.article-meta-top a.article-meta-special:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.article-meta-top a.article-meta-wakaru {
	background: #ffbb34;
	color: #000;
}
.article-meta-top a.article-meta-yashiro {
	background: #006A2B;
	color: #fff;
}
.article-meta-sponsored {
	float: right;
	text-align: right;
}

.relative {
	margin: 15px 0;
}
.relative h2 i {
	color: #4DABFF;
	margin: 0 7px;
	font-size: 28px;
	vertical-align: middle;
}
.relative li {
	margin: 5px 0 5px 18px;
	line-height: 1.5;
}
.relative li:before {
	float: left;
	margin: 0 5px 0 0;
	content: "\f192";
	font-family: FontAwesome;
	color: #bbb;
}
.relative li div {
	overflow: hidden;
}










.side aside {
	margin: 0 0 20px;
}

.side-ranking ol {
	counter-reset: ranking-counter;
}
.side-ranking .side-title {
	margin-bottom: 15px;
}
.side-ranking ol > li {
	list-style: none;
	margin: 0 0 10px;
	font-size: 14px;
}
.side-ranking ol > li:before {
	display: block;
	float: left;
	width: 25px;
	padding-right: 8px;
	counter-increment: ranking-counter;
	content: counter(ranking-counter);
	font-size: 21px;
	font-family: rank-m,sans-serif;
	line-height: 1;
	letter-spacing: -2px;
	color: #a1a1a1;
	text-align: center;
}
.side-ranking ol > li:nth-child(1)::before,
.side-ranking ol > li:nth-child(2)::before,
.side-ranking ol > li:nth-child(3)::before {
	font-family: rank-b,sans-serif;
	color: #4DABFF;
}
.side-ranking ol > li:nth-child(10)::before {
	letter-spacing: -2px;
}
.side-ranking ol > li div {
	overflow: hidden;
	line-height: 1.3;
}

.side-ranking .tab ul {
	display: flex;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
}
.side-ranking .tab ul li {
	flex-grow: 1;
	width: 100%;
	margin: 0 5px;
}
.side-ranking .tab ul li:first-child {
	margin-left: 0;
}
.side-ranking .tab ul li:last-child {
	margin-right: 0;
}
.side-ranking .tab a {
	display: block;
	height: 26px;
	line-height: 26px;
  padding: 0;
  color: #fff;
  background: #333;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  opacity: 0.3;
}
.side-ranking .tab a[href*="manga"] { background: #FF6F4D }
.side-ranking .tab a[href*="anime"] { background: #61c251 }
.side-ranking .tab a[href*="game"] { background: #4DABFF }
.side-ranking .rank-detail { display: none }
.side-ranking [data-rank-view=""] a[href="#rank-manga"],
.side-ranking [data-rank-view="#rank-manga"] a[href="#rank-manga"],
.side-ranking [data-rank-view="#rank-anime"] a[href="#rank-anime"],
.side-ranking [data-rank-view="#rank-game"] a[href="#rank-game"] { opacity: 1 }
.side-ranking [data-rank-view=""] #rank-manga,
.side-ranking [data-rank-view="#rank-manga"] #rank-manga,
.side-ranking [data-rank-view="#rank-anime"] #rank-anime,
.side-ranking [data-rank-view="#rank-game"] #rank-game { display: block }

.side-title {
	position: relative;
	margin: 0 0 7px;
	padding: 0 0 9px;
	line-height: 1.1;
	z-index: 3;
}
.side-title h3 {
	position: relative;
	font-size: 18px;
	z-index: 3;
}
.side-title h3 span {
	display: block;
}
.side-title h3:before,
.side-title h3:after,
.side-title h3 span:before,
.side-title h3 span:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 6px;
	background: #E2E0E0;
	border-radius: 3px;
	box-shadow: 0 0 0 3px #fff;
	transform: skew(16deg, 0deg);
	-webkit-transform: skew(16deg, 0deg);
	z-index: 1;
}
.side-title h3:before,
.side-title h3:after,
.side-title h3 span:before {
	width: 10px;
}
.side-title h3:before {
	left: 0;
	background: #FF6F4D;
	z-index: 4;
}
.side-title h3:after {
	left: 12px;
	background: #8BEA7D;
	z-index: 3;
}
.side-title h3 span:before {
	left: 24px;
	background: #4DABFF;
	z-index: 2;
}

.side-box-float-wrap {
	position: relative;
	height: 600px;
}
#side-box-float {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 336px;
	height: 600px;
	text-align: center;
}











footer {
	margin: 30px auto 0;
	padding: 30px 0;
	text-align: center;
	background: #eee;
	color: #666;
	font: normal 12px/1.2 Helvetica,sans-serif;
}
#pagetop {
	display: none;
}
#pagetop a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	text-decoration: none;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#pagetop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #4DABFF;
}
#pagetop i {
	font-size: 60px;
}
#pagetop span {
	display: block;
	font-size: 11px;
	font-weight: bold;
}
.footer-link {
	margin: 0 0 20px;
	text-align: center;
}
.footer-link li {
	display: inline-block;
	margin: 10px;
}



/*
////////// lightbox.css //////////
*/
/*! formstone v0.8.34 [lightbox.css] 2015-12-18 | MIT License | formstone.it */
.fs-lightbox {
  width: 200px;
  height: 200px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 101;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 25px #000000;
  opacity: 0;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateZ(0);
}
.fs-lightbox,
.fs-lightbox *:not(input):not(textarea) {
  box-sizing: border-box;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.fs-lightbox-fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fs-lightbox-inline {
  padding: 30px;
}
.fs-lightbox-animating {
  -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
          transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
.fs-lightbox-animating .fs-lightbox-container {
  -webkit-transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
          transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.fs-lightbox-mobile.fs-lightbox-animating .fs-lightbox-image_container {
  -webkit-transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
          transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
}
.fs-lightbox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
}
.fs-lightbox-open {
  opacity: 1;
}
.fs-lightbox-overlay.fs-lightbox-open {
  opacity: 0.75;
}
.fs-lightbox-close {
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7.5px;
  right: -7.5px;
  z-index: 105;
  background: transparent url(common/img/window_close.png) no-repeat 0 0;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0;
  text-indent: 200%;
  white-space: nowrap;
  line-height: 0;
}
.fs-lightbox-close:focus {
  outline: none;
}
/*
.fs-lightbox-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #333333;
  content: "\00d7";
  display: block;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: auto;
  text-align: center;
  text-indent: 0;
  -webkit-transition: color 0.15s linear;
          transition: color 0.15s linear;
}
*/
.no-opacity .fs-lightbox-close {
  text-indent: -999px;
}
.fs-lightbox-loading_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  display: block;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
          transition: opacity 0.25s linear, visibility 0.25s linear;
  visibility: hidden;
}
.fs-lightbox-loading_icon:before,
.fs-lightbox-loading_icon:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 110%;
  content: '';
  display: block;
}
.fs-lightbox-loading_icon:before {
  border: 5px solid rgba(51, 51, 51, 0.25);
}
.fs-lightbox-loading_icon:after {
  -webkit-animation: fs-lightbox-loading-spin 0.75s linear infinite;
          animation: fs-lightbox-loading-spin 0.75s linear infinite;
  border: 5px solid transparent;
  border-top-color: #333333;
}
@-webkit-keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fs-lightbox-loading-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fs-lightbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 103;
  background: #ffffff;
  overflow: hidden;
}
.fs-lightbox-container:after {
  clear: both;
  content: '';
  display: table;
}
.fs-lightbox-content {
  width: 100%;
  background: #ffffff;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  visibility: visible;
}
.fs-lightbox-content:after {
  clear: both;
  content: '';
  display: table;
}
.fs-lightbox-inline .fs-lightbox-content {
  width: auto;
}
.fs-lightbox-iframed .fs-lightbox-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
  width: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
}
.fs-lightbox-image {
  float: left;
}
.fs-lightbox-mobile .fs-lightbox-image {
  position: relative;
  float: none;
}
.fs-lightbox-video {
  width: 100%;
  height: 100%;
}
.fs-lightbox-iframe {
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  overflow: auto;
}
.fs-lightbox-meta {
  clear: both;
  padding: 10px 10px 0;
}
.fs-lightbox-control {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 105;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  overflow: hidden;
  text-indent: 200%;
  -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
          transition: opacity 0.15s linear, visibility 0.15s linear;
  white-space: nowrap;
  visibility: visible;
}
.fs-lightbox-control:focus {
  outline: none;
}
.fs-lightbox-control:before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  margin: auto;
}
.no-opacity .fs-lightbox-control {
  text-indent: -999px;
}
.fs-lightbox-control_previous {
  left: 20px;
}
.fs-lightbox-control_previous:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10.4px solid #333333;
  margin-left: 14px;
}
.fs-lightbox-control_next {
  right: 20px;
}
.fs-lightbox-control_next:before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10.4px solid #333333;
  margin-right: 14px;
}
.fs-lightbox-control_disabled {
  opacity: 0;
  visibility: hidden;
}
.no-touchevents .fs-lightbox .fs-lightbox-control {
  opacity: 0;
  visibility: hidden;
}
.no-touchevents .fs-lightbox:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}
.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default;
  visibility: hidden;
}
.fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.fs-lightbox-caption:after {
  clear: both;
  content: '';
  display: table;
}
.fs-lightbox-caption p {
  color: #666666;
  font-size: 14px;
  margin: 5px 0;
  padding: 0;
}
.fs-lightbox-caption_toggle {
  display: none;
}
.fs-lightbox-error {
  width: 250px;
}
.fs-lightbox-error p {
  color: #990000;
  font-size: 14px;
  margin: 0;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
.fs-lightbox-loading .fs-lightbox-container {
  opacity: 0;
  -webkit-transition: opacity 0.25s linear;
          transition: opacity 0.25s linear;
  visibility: hidden;
}
.fs-lightbox-loading .fs-lightbox-loading_icon {
  opacity: 1;
  visibility: visible;
}
.fs-lightbox-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #111111;
  border-radius: 0;
  padding: 40px 0 0;
}
.fs-lightbox-mobile .fs-lightbox-close {
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background: #111111;
  border-radius: 0;
}
.fs-lightbox-mobile .fs-lightbox-close:before {
  color: #cccccc;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
  border-color: rgba(153, 153, 153, 0.25);
}
.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
  border-top-color: #999999;
}
.fs-lightbox-mobile .fs-lightbox-container {
  position: static;
  background: #111111;
}
.fs-lightbox-mobile .fs-lightbox-content {
  background-color: #111111;
  padding: 0 15px;
}
.fs-lightbox-mobile .fs-lightbox-tools {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #111111;
}
.fs-lightbox-mobile .fs-lightbox-control {
  width: 50px;
  height: 100%;
  min-height: 50px;
  background: #111111;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
}
.fs-lightbox-mobile .fs-lightbox-control_previous {
  left: 0;
}
.fs-lightbox-mobile .fs-lightbox-control_previous:before {
  border-right-color: #eeeeee;
  margin-left: 19px;
}
.fs-lightbox-mobile .fs-lightbox-control_next {
  right: 0;
}
.fs-lightbox-mobile .fs-lightbox-control_next:before {
  border-left-color: #eeeeee;
  margin-right: 19px;
}
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
  opacity: 1;
  visibility: visible;
}
.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
  opacity: 0;
  cursor: default !important;
  visibility: hidden;
}
.fs-lightbox-mobile .fs-lightbox-meta {
  padding: 15px 65px;
}
.fs-lightbox-mobile .fs-lightbox-position {
  color: #999999;
  font-size: 12px;
  margin: 0;
  padding: 0 15px 0 0;
}
.fs-lightbox-mobile .fs-lightbox-caption p {
  color: #eeeeee;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.fs-lightbox-mobile .fs-lightbox-image {
  -webkit-transition: none !important;
          transition: none !important;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
  -webkit-transition: -webkit-transform 0.25s ease-out !important;
          transition: transform 0.25s ease-out !important;
}
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.fs-lightbox-lock {
  overflow: hidden !important;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
  width: auto;
  position: static;
  background: transparent;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
  width: 100%;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 105;
  background-color: #111111;
  padding: 0 65px;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
  color: #999999;
  display: block;
  font-size: 12px;
  line-height: 50px;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
  width: 100%;
  height: 80%;
  position: fixed;
  top: 20%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 104;
  background: #222222;
  box-shadow: 0 0 25px #000000;
  padding: 15px 15px 65px;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.25s ease;
          transition: transform 0.25s ease;
}
.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*youtube iframe上のテキストを非表示にする*/
.video-js .vjs-dock-text { 
    display: none; 
}

/* カテゴリ別ランキング */
.side-ranking dt {
	display: none;
}
.side-ranking dt.tab {
	display: block;
}
.side-ranking dd a {
	text-decoration: none;
}
.side-ranking dd li {
	overflow: hidden;
}
.side-ranking dd figure {
	float: left;
	margin-right: 10px;
}
.side-ranking dd div {
	overflow: hidden;
}
.side-ranking dd figure img {
	width: 50px;
	height: 50px;
}
#rankling_tab {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#rankling_tab > span {
	display: table-cell;
	width: 33%;
	vertical-align: bottom;
}
/*
#rankling_tab > span:nth-child(2),
#rankling_tab > span:nth-child(3) {
	width: 30%;
}
*/
#rankling_tab > span a {
	display: block;
	margin: 0 5px;
	padding: 8px 0 5px;
	color: #fff;
	border-radius: 5px 5px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	opacity: 0.3;
}
#rankling_tab > span a[href="#ranking_life"] {
	background: #206cdf;
}
#rankling_tab > span a[href="#ranking_entertainment"] {
	background: #4DABFF;
}
#rankling_tab > span a[href="#ranking_comic"] {
	background: #ff6f00;
}
#rankling_tab > span a.active {
	opacity: 1;
}

/* AmaQuick */
.amaquick-box{
	overflow: hidden;
	padding: 0;
	margin: 10px 0 5px;
}
.amaquick-image{
	float: left;
	display: block;
	margin: 0 15px 0 0;
    text-align:center;
    min-width:120px;
}
.amaquick-image img {
	max-width: 120px;
	max-height: 160px;
}
.amaquick-info{
	overflow: hidden;
}
.amaquick-name, .amaquickName {
    line-height: 150%;
    margin-bottom: 15px;
}
.amaquick-name:before, .amaquickName:before {
    content: "\f270";
    font-family: FontAwesome;
    font-size: 1em;
    margin-right: 7px;
    color: #444;
    position: relative;
    top: 1px;
}
.amaquick-detail {
	line-height: 120%;
	margin-bottom: 7px;
	font-size: 13px;
    color: #555;
}
.amaquick-description {
    font-size: 13px;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.amaquick-description a {
    color: #777;
}
.amaquick-detail a {
    color: #777;
}
.amaquick-description a:hover {
    color: #999;
}
.amaquick-detail a:hover {
    color: #999;
}
.amaquick-footer{
	display: block;
	overflow: hidden;
	font-size:13px;
}