@charset "UTF-8";

/*
Theme Name: オトナンサー2016 PC
Theme URI: 
Description: 
Author: mozuya
Author URI: http://www.mozuya.net/
Version: 1.0
*/

/* Web Font */
@font-face {
	font-family: "title";
	src: url('common/fonts/migu1cr-j.eot');
	src: url('common/fonts/migu1cr-j.eot?v=20160121') format('embedded-opentype'),
	url('common/fonts/migu1cr-j.woff?v=20160121') format('woff'),
	url('common/fonts/migu1cr-j.ttf?v=20160121')  format('truetype');
}
@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');
}

/*
	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: Meiryo, 'Lucida Grande', YuGothic, 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;
	border: 3px solid #d0004d;
	background: rgba(255, 0, 95, 0.96);
	border-radius: 5px;
	font-size: 1.3em;
	font-weight: bold;
}
.bt-pageend:hover {
	background: #fff;
	border: 3px solid #FF005D;
	color: #FF005D;
}
.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-family: title;
	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;
}



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



.header-top, .header-hot-word {
	display: table;
}
.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;
}
.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;
}
.header-top ul.header-social {
	display: inline-block;
	text-align: right;
	margin-left: 10px;
  padding-bottom: 8px;
  vertical-align: top;
}
.header-top ul.header-social li {
	display: inline-block;
}
.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;
	vertical-align: bottom;
	width: 936px;
  padding-bottom: 16px;
}
header nav li {
	display: table-cell;
}
header nav a {
	display: inline-block;
	width: 124px;
	margin: 2px 5px;
	padding: 2px 0 2px 15px;
	text-align: center;
	font: normal 20px/1.2 title,sans-serif;
	text-decoration: none;
	background: #E6E6E6 url(common/img/menu-dot.png) no-repeat 6px 6px;
	border-radius: 30px;
}
header nav .header-nav-main a:hover {
	color: #fff;
	background: #666 url(common/img/menu-dot.png) no-repeat 6px 6px;
}
header nav .home a,
header nav a.active {
	background: #FF005D url(common/img/menu-dot.png) no-repeat 6px 6px;
	color: #fff;
}

.side-search {
	display: block;
	text-align: right;
}
#search-form {
	display: inline-block;
	padding-top: 3px;
}
.side-search-wrap {
	display: table;
	width: 100%;
	border: 2px solid #FF005D;
	border-radius: 5px;
	background: #FF005D;
}
.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 {
	width: 43px;
	height: 33px;
	background: url(common/img/side-search-button-bg.png) center center;
}
.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: #FF005D;
}



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 35px;
	background: url(common/img/home-list-title-bg.png?v2) no-repeat 0 bottom;
}
.wakaru-title {
	margin: 0 0 20px;
	padding: 0 0 10px 40px;
}
.box-title h1,
.box-title h2 {
	font: normal 36px/1.2 title,sans-serif;
}
.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 {
	color: #FF005D;
	font-size: 18px;
	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: #666;
	font-size: 12px;
	line-height: 1.2;
}
span[data-category] {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-right: 8px;
	padding: 0 5px;
	background: #666;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	
	vertical-align: 5%;
}
span[data-category="ライフ"] { background: #206cdf }
span[data-category="漫画"] { background: #ff6f00 }
span[data-category="エンタメ"] { background: #FF005D }

.home-content figure {
	text-align: center;
}
.latest-article-list {
	width: 390px;
	float: right;
}
.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 title,sans-serif;
}
.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 title,sans-serif;
}
.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: 0.9em;
	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: 20px 0;
	padding: 0 0 0 18px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: -1px;
}
article h1.photo {
  font-size: 20px;
}
article h1:before,
article h1:after {
	content: '\0020';
	position: absolute;
	width: 8px;
	height: 50%;
	background: #FF005D;
	border-radius: 16px;
}
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,
.article-author .artist {
	display: inline-block;
	margin: 0 0 0 0.5em;
}
.article-author .advisor:nth-child(1),
.article-author .artist:nth-child(1) {
	margin: 0;
}
.article-author .advisor:after,
.article-author .artist:after {
	content: ', ';
}
.article-author .advisor:last-child:after,
.article-author .artist: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;
}
.social-button,
.article-tags {
	overflow: hidden;
	margin: 10px 0;
}
.social-button {
	margin: 10px 0 0;
	font: normal 13px/1 Arial, sans-serif;
}
.social-button li {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.header-social a,
.social-button 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-button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.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-hatena strong {
	line-height: 1;
}
.social-button i,
.social-hatena strong {
	margin: 0 5px 0 0;
}
.social-button-top {
	margin-top: 20px;
}
.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: inline-block;*/
	display: table;
	position: relative;
	padding-left: 12px; 
}
.detail h2.strapline span:before,
.detail h2.strapline span:after {
	position: absolute;
	content: '\0020';
	left: 0;
	width: 8px;
	height: 8px;
	background: #FF005D;
	border-radius: 16px;
}
.detail h2.strapline span:before {
	top: 2px;
}
.detail h2.strapline span:after {
	top: 14px;
	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: 4px solid #333;
	border-radius: 6px;
	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: 4px solid #FF005D;
	background: #FF005D;
	color: #FF005D;
}
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: #FF005D;
}
.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 #FF005D;
	color: #FF005D
	
}









/* 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: #FF005D;
	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: #FF005D;
	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: 15px;
}
.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;
}

.content-box {
	margin: 15px 0;
	text-align: center;
}
.content-box-2col ul {
	display: table;
	width: 95%;
	margin: 0 auto;
}
.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: #FF005D;
	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 {
	counter-reset: ranking-counter;
}
.side-ranking li {
	list-style: none;
	margin: 0 0 10px;
	font-size: 14px;
}
.side-ranking 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 li:nth-child(1)::before,
.side-ranking li:nth-child(2)::before,
.side-ranking li:nth-child(3)::before {
	font-family: rank-b,sans-serif;
	color: #FF005D;
}
.side-ranking li:nth-child(10)::before {
	letter-spacing: -2px;
}
.side-ranking li div {
	overflow: hidden;
	line-height: 1.3;
}

.side-ranking .side-title {
	position: relative;
	margin: 0 0 7px;
	padding: 0 0 9px 12px;
	background: url(common/img/home-list-title-bg02.png) no-repeat 0 bottom;
}
.side-title h3 {
	min-height: 25px;
	font: 22px/1.2 title,sans-serif;
}

.side-box-float-wrap {
	position: relative;
	height: 600px;
}
#side-box-float {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 336px;
	height: 600px;
	text-align: center;
}
.content, .side {position:relative;}
#side-fix, .side-box-float-wrap{ position:relative; width:336px; display:block; }
#side-fix-inner, #side-box-float{ position:relative; top:0; bottom:auto; width:336px; display:block; }











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: #FF005D;
}
#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 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: #FF005D;
}
#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;
}

.figure-content-top > a {
	display: block;
	line-height: 0;
}
.paragraph .content-box {
	margin: 20px 0;
}

/* テーマ特集 */
article.special figure {
	width: 100%;
	margin: 0;
}
article.special figure.keyvisual {
	margin-bottom: 10px;
	line-height: 0;
}
.list-special-category {
	margin: 15px 0;
}
.list-special-category h2 {
	position: relative;
	margin: 1.2em 0 0.5em;
	padding-bottom: 7px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
}
.list-special-category h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background: #FF005D;
	border-radius: 10px;
}
.list-special-category h2 span {
	/*display: inline-block;*/
	display: table;
	position: relative;
	padding-left: 12px; 
}
.list-special-category h2 span:before,
.list-special-category h2 span:after {
	position: absolute;
	content: '\0020';
	left: 0;
	width: 8px;
	height: 8px;
	background: #FF005D;
	border-radius: 16px;
}
.list-special-category h2 span:before {
	top: 2px;
}
.list-special-category h2 span:after {
	top: 14px;
	background: #333;
}
.detail.special p {
	margin: 0;
}
.detail.special h3 {
	margin: 0;
	
	line-height: 1.4;
}
.list-special {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.list-special > li {
	width: 370px;
	margin: 15px 0;
	line-height: 1.3;
}
.list-special > li a {
	text-decoration: none;
}
.list-special > li a:hover span.list-special-post-figure {
	opacity: 0.8;
}
.list-special-post-figure {
	display: block;
	width: 100%;
	height: 225px;
	margin-bottom: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.side-special-banner {
	line-height: 0;
}
.side-special-banner img {
	max-width: 100%;
	height: auto;
}

/* テーマ特集への誘導リンク、テーマ特集の前後リンク */
.nextpage.special a { border: 4px solid #ff6f00; background: #ff6f00; color: #ff6f00; }
.nextpage.special a:hover { border: 4px solid #000; background: #000; color: #000; }
.nextpage.special .label { font-size: 16px }
.nextpage.special .label i { margin: 0 0 0 3px }
.special-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 25px 0;
}
.special-nav li {
	width: 32%;
}
.special-nav a {
	position: relative;
	display: block;
	height: 40px;
	line-height: 40px;
	box-shadow: 0 0 0 2px #000 inset;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.special-nav a:hover {
	color: #FF005D;
	box-shadow: 0 0 0 2px #FF005D inset;
}
.special-nav .special-nav-top a {
	background: #000;
	color: #fff;
}
.special-nav .special-nav-top a:hover {
	background: #FF005D;
}
.special-nav .fa-chevron-left {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -7px;
}
.special-nav .fa-chevron-right {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
}

/* 記事末カスタムボタン */
.custom-button-wrap a.bt {
	padding: 10px;
	border: 0 none;
	font-size: 19px;
}