/*
Theme Name: KindleDou
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: KindleDoudeshow
Author URI: https://kindou.info/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with a its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: KindleDou

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
    font-family: Verdana, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: normal;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {

}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	height: 1px;
	margin-bottom: 20px;
	border-bottom: 2px dashed #ddd;
	border-left: none;
	border-top: none;
}

.bgwhite {
	background-color: #fff;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

strong {
	font-weight: bold;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

.clear {
	clear: both;
}

.clearfix {width:100%;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
 }

@font-face {
    font-family: 'LigatureSymbols';
    src: url('css/LigatureSymbols-2.11.eot');
    src: url('css/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('css/LigatureSymbols-2.11.woff') format('woff'),
         url('css/LigatureSymbols-2.11.ttf') format('truetype'),
         url('css/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('css/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.lsf, .lsf-icon:before {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.lsf-icon:before {
  content: "\E157";
  margin-right:0.3em;
  font-size:130%;
  display: block;
}

::selection {
    background: rgba(33,32,32,0.6);
    color: #fff;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	color: #636363;
}

.mobile {
	display:none;
}

#mobile {
	display:none;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #f1f1f1;
	background-color: #363636;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #1f1b1b, #363636);
	background-image: -ms-linear-gradient(top, #1f1b1b, #363636);
	background-image: -webkit-linear-gradient(top, #1f1b1b, #363636);
	background-image: -o-linear-gradient(top, #1f1b1b, #363636);
	background-image: linear-gradient(top, #1f1b1b, #363636);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
input[type="submit"],
article.post-password-required input[type=submit] {
	cursor: pointer;
}
.menu-toggle:hover,
input[type="submit"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
input[type="submit"]:active,
article.post-password-required input[type=submit]:active,
input[type="submit"].toggled-on {
	color: #777;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea {
	padding: 6px;
	padding: 0.428571429rem;
	font-family: inherit;
	border: 1px solid #ccc;
	border-radius: 3px;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}


img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.mobile-header {
	display:none;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 99% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #777;
	text-align: center;
	margin-bottom: 0px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a {
	display: block;
	width: 90%;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* content decoration */
span.del {
	text-decoration: line-through;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
	margin-bottom:20px;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #777;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

/* blogcard
-------------------------------------------------------------- */
/* [Pz-HBC][1.2.8] CSS */
.linkcard {
	/*MARGIN-TOP*/
	margin-bottom:			16px;
	/*MARGIN-LEFT*/
	margin-right:			16px;
}
.linkcard a {
	text-decoration:	none;
}
.linkcard img {
	margin: 0 !important; padding: 0; border: none;
}
.linkcard-internal-wrapper {
	margin:					0;
	border:					1px solid #ddd;
	padding:				6px 0px;
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	max-width:				100%;
	background-color:		#fcfcfc;
	/*IN-IMAGE*/
	line-height:			100%;
	/*WRAP*/
}
.linkcard-internal-wrapper::after {
	/*WRAP-AFTER*/
}
.linkcard-internal-wrapper::before {
	/*WRAP-BEFORE*/
}
.linkcard-external-wrapper {
	margin:					0;
	border:					1px solid #ddd;
	padding:				6px 0px;
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	max-width:				100%;
	background-color:		#fcfcfc;
	/*EX-IMAGE*/
	line-height:			100%;
	/*WRAP*/
}
.linkcard-external-wrapper::after {
	/*WRAP-AFTER*/
}
.linkcard-external-wrapper::before {
	/*WRAP-BEFORE*/
}
.linkcard-this-wrapper {
	margin:					0;
	border:					1px solid #ddd;
	padding:				6px 0px;
	/*RADIUS*/
	/*SHADOW*/
	/*HEIGHT*/
	max-width:				100%;
	background-color:		#eee;
	/*TH-IMAGE*/
	line-height:			100%;
	/*WRAP*/
}
.linkcard-this-wrapper::after {
	/*WRAP-AFTER*/
}
.linkcard-this-wrapper::before {
	/*WRAP-BEFORE*/
}
.linkcard-link {
	text-decoration:		none;
}
.linkcard-content {
	/*CONTENT-PADDING*/
	/*CONTENT-INSET*/
	/*CONTENT-BGCOLOR*/
	height:					108px;
	margin:					8px 8px 0 12px;
	word-break:				break-all;
	white-space:			normal;
	overflow:				hidden;
}
.linkcard-title {
	color:					#111;
	font-size:				16px;
	font-weight:			bold;
	line-height:			20px;
	overflow:				hidden;
	word-break:				break-all;
}
.linkcard-title:hover {
	text-decoration:		underline;
}
.linkcard-url {
	color:					#468;
	font-size:				9px;
	font-weight:			normal;
	text-decoration:		underline;
	line-height:			12px;
	white-space:			nowrap;
	overflow:				hidden;
	text-overflow:			ellipsis;
	display:				none;
}
.linkcard-excerpt {
	color:					#333;
	font-size:				11px;
	padding:				8px 0 0;
	line-height:			15px;
	overflow:				hidden;
}
.linkcard-thumbnail {
	max-width:				100px;
	max-height:				100px;
/*	padding:				0 6px;	*/
	margin:					0 6px;
	float:			right;;
}
.linkcard-thumbnail-image {
	max-width:				100px;
	max-height:				100px;
	border:					1px solid #222;
	/*THUMBNAIL-RADIUS*/
	/*THUMBNAIL-SHADOW*/
}
.linkcard-info {
	margin:					8px 8px 8px 12px;
	color:					#444;
	font-size:				9px;
	overflow:				hidden;
	display:				inline !important;
}
.linkcard-domain {
	color:					#444;
	font-size:				9px;
	text-decoration:		none;
	display:				inline !important;
}
.linkcard-domain:hover {
	color:					#444;
	font-size:				9px;
	text-decoration:		underline;
	display:				inline !important;
}
.linkcard-favicon {
	height:					16px;
	width:					16px;
	margin:					0 4px;
	border:					none;
	vertical-align:			top;
	display:				inline !important;
}
.linkcard-hatena {
	margin:					0 0 0 5px;
	padding:				0;
	border:					none;
	vertical-align:			top;
	display:				inline !important;
}
.linkcard-name a {
	margin:					0;
	padding:				0;
	float:					right;
	color:					#888;
	font-size:				7px;
	opacity:				0.5;
	text-decoration:		none;
	display:				none;
}
.linkcard-sns-hatena {
	margin:					0;
	padding:				0 1px;
	color:					#ff6464 !important;
	background-color:		#ffefef !important;
	font-size:				9px;
	text-decoration:		underline !important;
	font-weight:			bold !important;
	white-space:			nowrap;
}
.linkcard-sns-facebook {
	margin:					0;
	padding:				0 1px;
	color:					#ffffff !important;
	background-color:		#3864a3 !important;
	font-size:				9px;
	text-decoration:		underline !important;
	font-weight:			bold !important;
	white-space:			nowrap;
}
.linkcard-sns-twitter {
	margin:					0;
	padding:				0 1px;
	color:					#5ea9dd !important;
	background-color:		#f5f8fa !important;
	font-size:				9px;
	text-decoration:		underline !important;
	font-weight:			bold !important;
	white-space:			nowrap;
}
.linkcard-sns-google-plus {
	margin:					0;
	padding:				0 1px;
	color:					#dd4e42 !important;
	background-color:		#ffffff !important;
	font-size:				9px;
	text-decoration:		underline !important;
	font-weight:			bold !important;
	white-space:			nowrap;
}
.linkcard-sns-pocket {
	margin:					0;
	padding:				0 1px;
	color:					#eeeeee !important;
	background-color:		#ee4055 !important;
	font-size:				9px;
	text-decoration:		underline !important;
	font-weight:			bold !important;
	white-space:			nowrap;
}
.clear {
	clear:					both;
}

blockquote.linkcard-quote {
	background-color:		transparent;
	background-image:		none;
	padding:				0;
	margin:					0;
	border:					none;
}

.hatena-webcard-wrapper {
	margin:					0;
	/*HEIGHT*/
	max-width:				100%;
	/*WRAP*/
}
.hatena-webcard-wrapper::after {
	/*WRAP-AFTER*/
}
.hatena-webcard-wrapper::before {
	/*WRAP-BEFORE*/
}
.hatena-webcard-iframe {
	position:				static !important;
	border:					1px solid #ddd;
	/*RADIUS*/
	/*SHADOW*/
	padding:				0;
	margin:					0;
	height:					149px;
	width:					100%;
	background-color:		#fcfcfc;
}
/*OPTION*/

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 15px;
	font-size: 1.1rem;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-rendering: optimizeLegibility;
	color: #292f33;
}
body.custom-font-enabled {
	font-family: 'Nunito', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*background: url(https://kindou.info/img/bg1.png) repeat;*/
	background: #fff;
}
a {
	outline: none;
	color: #2b1a99;
	text-decoration:none;
}
a:hover {
	color: #FCA902;
	text-decoration:underline;
}

/* Assistive text */
.skip-link,
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
}
.site-content {
	margin: 0px 0 0;
}
.widget-area {
	margin: 0px 0 0;
}

/* Header */
.site-header {
	padding: 0px 0;
	padding-top:0px;
	background-color: #fff;
}

.site-title {
	padding: 0px 0;
	padding:0rem;
	display: block;
}

.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 0;
	clear: none;
	float: left;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #777;
}
.header-image {

}

#twitter_rank li a:hover img {
filter:alpha(opacity=80);
opacity:0.8;
}

#twitter_rank a{
text-decoration:none;
}
#twitter_rank li img:hover{
border:1px solid #56a;
}

#twitter_rank ul{
margin:0;
padding:0px
}

#twitter_rank li{
width:232px;
height:100px;
list-style-type: none;
background:#fff;
padding:3px 3px 6px 3px;
position:relative;
float:left;
border-bottom:1px solid #fff;
border-right:1px solid #fff;
}

#twitter_rank li img{
border:1px solid #fff;
width:230px;
height:100px;
vertical-align:text-bottom;
-webkit-transition:0.2s linear;
 -moz-transition:0.2s linear;
 -o-transition:0.2s linear;
}


#twitter_rank li .title,
#twitter_rank li .RT{
height:38px;
display:block;
position:absolute;
top:66px;
color:#fff;
}


#twitter_rank li .title{
background:url(https://kindou.info/img/thumb/thumb_title.png);
padding-left:3px;
width:172px;
left:59px;
font-size:80%;
line-height:1.8em;
overflow:hidden;
}

#twitter_rank li .RT{
background:url(https://kindou.info/img/thumb/thumb_rt.png);
width:51px;
left:4px;
padding-left:0px;
line-height:1.4em;
text-align:center;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	margin-top: 0rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 15px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #FCA902;
	text-decoration:underline;
}
.main-navigation ul.nav-menu,
/*.main-navigation div.nav-menu > ul {
	display: none;
	 /*background: #efefef; Old browsers*/
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 93%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(93%,#ededed), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 93%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 93%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 93%,#c4c4c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 93%,#c4c4c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
}*/
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}



#menu-header a:hover {
	color: #FCA902;
	text-decoration:underline;
}

.menu-header-container {
	background-color: #212020;
	box-shadow: 0px 1px 1px #ddd;
}

#menu-header {
	width: 1120px;
}


#information {
position: relative;
margin: 0px auto;
min-height: 10px;
}

#information ul {
list-style: none;
min-height: 1px;
}

#information ul li {
float: left;
padding: 0 10px;
font-size: 12px;
}

#information ul li a {
color: #4b95f9;
padding: 0 0 0 10px;
background: url(https://kindou.info/img/icon/arrow_black.gif) no-repeat left center;
text-decoration: none;
}

#information ul li {
font-size: 12px;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 20px;
	background: #fff;
    border-radius: 3px;
    padding: 0px;
    box-shadow: 0px 1px 1px #ddd;
}

.widget-area {
	margin-bottom: 0px;
}

.twitter-tweet {
    margin: 0 auto 10px;
}

.widget h3 {
	margin: 0 0 0px 0;
    padding: 15px 15px 15px 15px;
    background: #333;
    border-left: 0px solid #f47e43;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: bold;
    background: #f1f1f1;
    border-top: 3px solid #f47e43;
}

.textwidget,
.wpp-list,
.widget_mycategoryorder ul {
	padding: 20px;
}

.wpp-views {
 color: red;
    background: #ffcccc;
    font-weight: bold;
    padding: 3px 5px;
    text-decoration: underline;
    border-radius: 3px;
}

.post-stats {
        display: inline !important;
}

#rss-2 .widget h3 a{
	color: #f1f1f1;
	}

.widget h3 a{
	color: #f1f1f1;
	}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.7;
}
.widget-area .widget p {
	margin-bottom: 0px;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 0px;
	margin-left: 0rem;
}

.widget-area .widget a {
	text-decoration: none;
}

.widget-area .widget a:hover {
	color: #ff9600;
	text-decoration: underline;
}

.widget-area .atfollowwidget {
	margin-top:-40px;
}

/* =Main content
-------------------------------------------------------------- */

.entry-meta {
	font-size:11px;
}

.entry-meta a {
	text-decoration:none;
}

.entry-header {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	margin: 0 0 0px 0;
	padding: 8px 20px 8px 10px;
	background: #333;
	border-left: 10px solid #f47e43;
	font-size: 15px;
	color: #f1f1f1;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}

h1.headline {
	margin: 0 0 14px 0;
	padding: 8px 20px 8px 10px;
	background: #333;
	border-left: 10px solid #f47e43;
	font-size: 14px;
	color: #f1f1f1;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	}

h1.headline a {
	color: #333;
	text-decoration: none;
	}

h1.headline a:hover {
	color: #f47e43;
}

.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #777;
}
.comments-link a,
.entry-meta a {
	color: #777;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #777;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary {
	line-height: 1.7;
 	word-wrap: break-word;      /* IE 5+ */
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 30px 0 25px;

	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.entry-content h2,
.comment-content h2 {
	font-size: 18px;
	line-height: 1.5;
}
.catch {
	background-color: #212020;
    color: #fff;
    padding: 12px 10px 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 30px 0 25px !important;
}

.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.5;
}
.maint {
	border-left: 3px solid #666;
    border-bottom: 1px dotted #666;
	padding: 7px 10px;
	margin: 30px 0 25px !important;
}
.entry-content h4,
.comment-content h4 {
	font-size: 15px;
	line-height: 1.846153846;
}
h4.sub {
	margin: 30px 0 25px !important;
	padding: 0px;
}
h4.sub:before {
	content: '■';
}
.entry-content h5,
.comment-content h5 {
	font-size: 1.3rem;
	font-size: 16px;
}
h5.review {
    line-height: 1.5;
    margin: 30px 0 25px !important;
    padding: 5px 10px 5px;
}

.setbook {
	margin-bottom:0px;
}

h3.headline {
	margin: 0 0 14px 0;
	padding: 8px 10px 8px 10px;
	background: #333;
	border-left: 5px solid #f47e43;
	font-size: 15px;
	color: #f1f1f1;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	}

.entry-content p,
.entry-summary p,
.comment-content p {
	margin: 0 0 20px;
	line-height: 1.7;
	line-break: strict;
}

.booktitle {
	border-left:10px #ffc600 solid;
	padding:5px 0 5px 10px;
	font-size:1.3em;
	clear:left;
}
.bookborder {
	border-bottom:1px #e1e1e1 solid;
	padding-bottom:10px;
	vertical-align: top;
	clear:both;
}
.bookview {
	clear:both;
	line-height: 1.6rem !important;
}

.bookview em{
	font-size:77% !important;
	font-style: normal;
}

.bookview img{
	margin: 0px 24px 24px 0;
	margin: 0rem 1.714285714rem  1.714285714rem 0;
	float:left;
}

.bookview a {
	color: #003399;
	text-decoration: none;
}

.bookview strong {
	font-size:1.1em;
}

.entry-content p.bookview {
    margin-bottom: 0;
}

p .cart {
}

img.cart{
    max-width:350px;
    margin: 20px 0px;
}

a.out:before {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
    font-size: 13px;
}




.bookconnect {
	border: 1px orange solid;
	overflow: auto;
	clear: both;
    	padding: 10px 10px;

}

.bookconnect {
	margin: 0px 10px 0px 10px !important;
	float:left !important;
}

.booksort {
	clear:both;
	line-height: 1.6rem !important;
}

.booksort img{
	margin: 0px 14px 24px 0;
	float:left;
}

.quote {
margin: 0 auto 0em;
padding-right:10px;
padding-left:60px;
background: url(https://kindou.info/img/bg_blockquote2.png) left top no-repeat;
clear: both;
}

.zon {
	margin: 0 auto 20px;
	padding-right: 0px;
	padding-left: 60px;
	background: url(https://kindou.info/img/bg_blockquote3.png) left top no-repeat;
	background-size:50px;
	clear: both;
    min-height: 102px;
}

.tan {
margin: 0 auto 0em;
padding-right:10px;
padding-left:60px;
background: url(https://kindou.info/img/bg_blockquote4.png) left top no-repeat;
background-size:50px;
clear: both;
}

.priceoff {
	color: red;
    background: #ffcccc;
    font-weight: bold;
    padding: 3px 5px;
    text-decoration: underline;
    border-radius: 3px;
	font-size: 12px;
}

.topafi {
    background: #FCC;
    color: #F00;
    text-decoration: none;
    padding: 5px 7px 3px;
    font-size: 10px;
    border-radius: 10px;
    margin-right: 5px;
}
.salelimit {
	background: #fff;
    color: #333;
    text-decoration: none;
    padding: 5px 8px;
    font-size: 11px;
    border-radius: 10px;
    margin-right: 5px;
}

.strong1 {
border-bottom: 2px solid #FFEEAB;
box-shadow: inset 0 -3px 0 #FFF5A8;
}

.moreimg {
	margin:20px 0 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul {
	list-style: inherit;
	margin-bottom: 20px;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li {
	margin: 0 0 0 20px;
}


.entry-content blockquote {
	margin: 30px auto 20px;
    padding: 20px 20px 18px;
    background: #f7f7f7;
    font-size: 15px;
    position: relative;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0px;
}

.entry-content blockquote:before {
    content: '“';
    position: absolute;
    left: 20px;
    top: -21px;
    padding: 6px 10px 0px;
    font-size: 30px;
    border-radius: 50%;
    line-height: 37px;
    height: 30px;
    background: #f6ce50;
    color: #fff;
    border: 3px solid #fff;
}

.entry-content .booknai {
	margin:0;
	padding:0;
	clear:none;
	background:none;
	font-size:77% !important;
	font-style: normal;
}

.entry-content .booknai:after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.entry-content code,
.comment-content code {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 0px 24px 24px 0;
	margin: 0rem 1.714285714rem  1.714285714rem 0;
	overflow: hidden;
}
img.alignright {
	margin: 0px 0 24px 24px;
	margin: 0rem 0  1.714285714rem 1.714285714rem;
	overflow: hidden;
}
img.aligncenter {
	margin-top: 0px;
	margin-top: 0rem;
	margin-bottom: 5px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 10px;
	margin-bottom:0.8rem;
}

#showriter iframe{
	margin-bottom: 0px;
	margin-bottom: 0rem;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #777;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	padding-bottom: 2px;
	padding-bottom: 0.2rem;
	margin-bottom: 2px;
	margin-bottom: 0.2rem;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
	margin: 10px auto 0;
	font-size: 14px;
	text-align: center;
}
.page-links a:visited {
color: #999999;
}

.page-links a, .page-links span {
padding: 10px;
margin: 0 10px;
border: 1px solid #cdcdcd;
text-decoration: none;
font-size: 14px;
}

footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #777;
}
.single-author .entry-meta .by-author {
	display: none;
}

/* 新着情報 */

div#newTopics{
	padding-bottom:0px;
}

	div#newTopics h3{
	margin: 0 0 8px 0;
	padding: 8px 40px 8px 10px;
	background: #333;
	border-left: 5px solid #FCA902;
	font-size: 14px;
	color: #f1f1f1;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: normal;
	}

	div#newTopics dd{
		width: 99%;
		display: block;
		list-style-type: none;
		-webkit-margin-before: 0.5em;
		-webkit-margin-after: 0.5em;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0em;
		-webkit-padding-start: 10px;
		padding-right:10px;
	}

	div#newTopics dd{
		padding: 0 0 0 10px;
		background: url(https://kindou.info/img/icon/arrow_black.gif) no-repeat scroll 0 10px transparent;
		font-size: 14px;
		line-height: 24px;
	}
	div#newTopics dd a{
		text-decoration: none;
	}

	div#newTopics dd a:hover{
		text-decoration: underline;
	}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.archive-meta {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: underline;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #777;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
a.comment-reply-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 15px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #777;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}


.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 800 pixels. */
@media screen and (min-width: 1080px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
	}
	.wrapper {
		margin: 0 auto;
		max-width: 1080px;
		padding: 20px 20px 0;
	    background: rgba(0,0,0,.025);
	    box-shadow: 0 0 2px 1px rgba(200,200,200,0.2) inset;
	}
	.site-content {
		float: left;
		width: 715px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 340px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		margin: 0px 0;
		line-height: 150px;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		/*border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;*/
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #222222;
		line-height: 2;
		text-transform: none;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 0px 0 0;
		font-size: 15px;
		position: relative;
	}

	.main-navigation li > a{
		padding: 0px 15px;
    	line-height: 45px;
		font-size: 14px;
    	font-weight: bold;
    	color: #fff;
	}

	.main-navigation li > a:hover{
		background: #f47e43;
		color: #fff !important;
		text-decoration: none !important;
	}
	/*トップページ*/
	#menu-item-3265 a:before {
		content: "\f015";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}
	/*新刊特集*/
	#menu-item-56329 a:before {
		content: "\f0eb";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}
	/*AmazonNews*/
	#menu-item-59815 a:before {
		content: "\f274";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}
	/*セール*/
	#menu-item-11548 a:before {
		content: "\f0e7";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}
	/*無料本*/
	#menu-item-11549 a:before {
		content: "\f02d";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}
	/*bklet*/
	#menu-item-80801 a:before {
		content: "\f21e";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}
	/*RSS*/
	#menu-item-14647 a:before {
		content: "\f09e";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}

	/*はじめての方へ*/
	#menu-item-58614 a:before {
		content: "\f090";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}

	/*便利リンク*/
	#menu-item-88088 a:before {
		content: "\f0c1";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}

	/*Instagram*/
	#menu-item-73662 a:before {
		content: "\f16d";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}

	/*プライムビデオ*/
	#menu-item-73663 a:before {
		content: "\f06d";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}

	/*Amazon*/
	#menu-item-76849 a:before {
		content: "\f270";
		display: inline-block;
    	font: normal normal normal 15px/1 FontAwesome;
    	font-size: inherit;
    	text-rendering: auto;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-right: 5px;
	}

	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		top: 100%;
		z-index: 1;
		position: absolute;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		border: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;Ω
	}
	.main-navigation li ul li a:hover {
		color: #FCA902;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
	margin: 0 0 0px 0;
    padding: 5px 20px 5px 20px;
	background: transparent;
	border-left: 0px solid #f47e43;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: normal;
	color: #333;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 1080px) {
	body {
		background-color: #fff;
	}
	body .site {

	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		text-align: left;
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		font-size: 10pt;
		text-align: left;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		float: left;
		margin: 0;
		width: 100%;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 15pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* コンタクトフォーム７
#wpcf7-f4766-p4762-o1 .34 {
	width: 275px;
}

/* 画像スクロール
----------------------------------------------- */
.fixed{
    position:fixed;
    bottom:0px;/*固定させたい位置*/
    width:300px;
}

#infinite-footer {
    display:none;
}

/* 相互RSS
----------------------------------------------- */

.blogroll-channel,
.blogroll-channel * {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}
.blogroll-channel {
    margin-bottom: 0px;
    padding: 0 0px 0 0;
}

.blogroll-channel .blogroll-list-wrap {
    margin-bottom: 10px;
}

.blogroll-channel .blogroll-list {
    list-style-type: none;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.3;
}

.blogroll-channel .blogroll-list img {
    vertical-align: middle;
}

.blogroll-channel img.blogroll-icon,
.blogroll-channel img.blogroll-favicon {
    margin: 0 5px 0 0;
}

.blogroll-channel img.blogroll-favicon {
	width: 16px;
	height: 16px;
}

.blogroll-channel a.blogroll-link {
}

.blogroll-channel .blogroll-new-entry {
    margin-left: 5px;
    color: red;
}

.blogroll-channel .blogroll-clip,
.blogroll-channel .blogroll-hatebu {
    margin: 0 0 0 5px;
}

.blogroll-channel .blogroll-link-time {
    margin: 0 0 0 3px;
    color: #666;
    font-size: 10px;
}

.blogroll-channel .blogroll-ad-img {
}

.blogroll-channel .blogroll-ad-text {
    display:none;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.blogroll-ad-default {
     float:right;
}

#simplereach-slide-tag {
	display:none;
}


.addthis_bar_container.old {
	position:fixed;
}
.addthis-content-row {
margin-left: 0;
margin-bottom: 0.5em;
padding: 0 0px;
}

#back-top {
	position: fixed; /*固定*/
	right: 30px; /*右から*/
	bottom: 30px; /*下から*/
}
#back-top a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: rgba(150, 150, 150, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77888888,endColorstr=#77888888); /* IE */
	-moz-border-radius: 5px; /*角丸*/
	-webkit-border-radius: 5px; /*角丸*/
}
#back-top a:hover {
	background-color: rgba(120, 120, 120, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#77666666,endColorstr=#77666666); /* IE */
}

#subscribe-email input {
  width: 60% !important;
  margin-right: 20px;
  float: left;
  height: 29px;
}

.sp-navigation {
	display: none;
}

article.post {
	padding-top: 0px;
	background: #fff;
    box-shadow: 0px 1px 1px #ddd;
    margin-bottom: 35px;
    border-top: 3px solid #f47e43;
}

body.single article.post {
    margin-bottom: 0px;
}

.title-meta {
    background: #f1f1f1;
    margin-bottom: 0px;
    padding: 5px 20px 20px;
}

.title-time {
    color: #333;
    display: none;
}

.title-time a {
    text-decoration: none;
}

.title-time a time {
	color: #333;
    text-decoration: none;
    font-size: 13px;
    padding: 10px;
}

.title-time a time:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    margin-right: 3px;
}


ul.post-categories:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f115";
	float: left;
    padding: 6px 6px 6px 0;
}

ul.post-categories {

}

ul.post-categories li {
	float: left;
}

ul.post-categories li a {
	background: #ddd;
    color: #333;
    text-decoration: none;
    padding: 5px 7px 3px;
    font-size: 11px;
    border-radius: 10px;
    margin-right: 5px;
}

ul.post-categories li a:hover {
	background-color: #000;
	color: #fff;
}

ul.title-tags:before {
    content: "\f02c";
	float: left;
    padding: 6px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.title-tags li {
    float: left;
}

ul.title-tags li a {
	background: #ddd;
    color: #333;
    text-decoration: none;
    padding: 5px 7px 3px;
    font-size: 11px;
    border-radius: 10px;
    margin-right: 5px;
}

ul.title-tags li a:hover {
	background-color: #000;
	color: #fff;
}


.entry-header {
	position: relative;
	background: #f1f1f1;
}

.more-link:before {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    content: '';
}

.more-link {
    padding: 5px 10px;
    background: #A94144;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #A94144;
    width: auto;
    margin: 24px auto 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid #801515;
}

.more-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

.clear2 {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

h1.headline {
    margin: 0 0px 14px 0px;
    padding: 8px 10px 8px 10px;
    background: #333;
    border-left: 5px solid #f47e43;
    font-size: 14px;
    color: #f1f1f1;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: normal;
}

.archive-header {
	margin-bottom: 24px;
}

.site-header h1 img {
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.site-header h1 img:hover {
	opacity: 0.6;
}

p.bookview img:hover {
	opacity: 0.6;
}

.top-news-wrap {
    margin: 0 0 10px;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0px 1px 1px #ddd;
}

h3.top-headline {
	margin: 0 0 14px 0;
    padding: 8px 10px 8px 10px;
    background: #333;
    border-left: 0px solid #f47e43;
    font-size: 14px;
    color: #f1f1f1;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    border-radius: 30px;
}

h3.top-headline i {
	color: #f47e43;
}

.top-news-wrap ul li {
	padding-left: 20px;
    position: relative;
    line-height: 1.8;
}

.top-news-wrap ul li:before {
    display: block;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #999;
    border-radius: 50%;
}

.top-head-wrap {
    background: #f47e43;
}

.top-head-wrap .top-head {
	width: 1120px;
    margin: 0 auto;
    height: 42px;
}

.top-head-wrap .top-head .site-dis {
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	float: left;
}

.top-head-wrap .top-head .top-sns {
	padding: 10px 0;
	float: right;
}

.top-head-wrap .top-head .top-sns ul {
}

.top-head-wrap .top-head .top-sns ul li {
	float: left;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
}

.top-head-wrap .top-head .top-sns ul li a{

}

.top-head-wrap .top-head .top-sns ul li a.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.top-head-wrap .top-head .top-sns ul li .fa-rss {
    background: #ff5b22;
    color: #fff !important;
}

.top-head-wrap .top-head .top-sns ul li .fa-facebook {
    background: #004088 !important;
    color: #fff !important;
}

.top-head-wrap .top-head .top-sns ul li .fa-twitter {
    background: #00abe3 !important;
    color: #fff !important;
}

.top-head-wrap .top-head .top-sns ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.top-head-wrap .top-head .top-sns ul li.gift-link {
	line-height: 23px;
}

.top-head-wrap .top-head .top-sns ul li.gift-link a:hover {
	text-decoration: underline;
	color: #000;
	opacity: 1.0;
}

.header-image-wrap {
    height: 100px;
    width: 1120px;
    margin: 0 auto 0;
}

.header-image {
    width: 350px;
}

.site-header h1 img {

}

.entry-content {
	padding: 20px;
}

.head-tweet {
    float: right;
	position: relative;
    height: 100px;
}

.head-tweet .tweet-baloon {
	position: relative;
    display: inline-block;
    padding: 0 15px;
    width: auto;
    min-width: 115px;
    height: 40px;
    color: #333;
    line-height: 40px;
    text-align: center;
    background: #eaeaea;
    border-radius: 60px;
    z-index: 30;
    left: -80px;
    top: 50px;
}

.head-tweet .tweet-baloon:after,
.head-tweet .tweet-baloon:before {
    left: 99%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.head-tweet .tweet-baloon:after {
    border-color: rgba(133, 226, 73, 0);
    border-left-color: #eaeaea;
    border-width: 7px;
    margin-top: -7px;
}
.head-tweet .tweet-baloon:before {
    border-color: rgba(119, 119, 119, 0);
    border-left-color: #eaeaea;
    border-width: 8px;
    margin-top: -8px;
}

.head-tweet .tweet-img {
    position: absolute;
    top: 24px;
    right: 0;
}

.head-tweet .tweet-img img {
    width: 50px;
}

.head-time:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    margin-right: 3px;
}

.head-time {
    padding: 20px 20px 5px;
}

.single-under {
    margin: 0 0 20px;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0px 1px 1px #ddd;
}

.single-under ul li {
	padding-left: 20px;
    position: relative;
    line-height: 1.8;
}

.single-under h3 {
	margin: 0 0 14px 0;
    padding: 8px 10px 8px 10px;
    background: #333;
    border-left: 0px solid #f47e43;
    font-size: 14px;
    color: #f1f1f1;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    text-align: center;
    border-radius: 30px;
}

.single-under h3 i {
    color: #f47e43;
}

.single-under ul li:before {
    display: block;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #999;
    border-radius: 50%;
}

.sns-share {
    width: 100%;
    margin: 0px 0 20px;
}

.sns-share>a {
    float: left;
    width: 33.333333%;
    margin: 0 0px 0 0;
    padding: 14px 0 14px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1.4;
}

.sns-share>a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.sns-share a.btn-fb {
    background: #204385;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 3px;
}

.sns-share a.btn-fb .social-count {
    background: #fff;
    color: #204385;
    border-radius: 3px;
    padding: 2px 5px 2px;
    font-size: 12px;
}

.sns-share a.btn-tw {
    background: #2aa9e0;
}

.sns-share a.btn-tw .social-count {
    background: #fff;
    color: #2aa9e0;
    border-radius: 3px;
    padding: 2px 5px 2px;
    font-size: 12px;
}

.sns-share a.btn-htb {
    background: #007dde;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 3px;
}

.sns-share a.btn-htb .social-count {
    background: #fff;
    color: #007dde;
    border-radius: 3px;
    padding: 2px 5px 2px;
    font-size: 12px;
}

.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
}

a.link-icon:before {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
}

a.link-icon {
   text-decoration:underline;
}

.sp-share {
	display: none;
}

ul.sns {
	position: relative;
    margin: 0px auto 0px !important;
    overflow: hidden;
    zoom: 1;
    padding: 0;
    width: 100%;
}

ul.sns .fa {
    display: block;
    width: auto;
}

ul.sns li {
    float: left;
    width: 48%;
    margin: 0 4% 10px 0;
    list-style: none;
	line-height: 2.0 !important;
}

ul.sns li a {
	display: block;
    height: 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    padding: 13px 5px 5px;
    border-radius: 3px;
}

ul.sns li a:hover {
	color: #fff !important;
	text-decoration: none !important;
	opacity: 0.6;
}

ul.sns li a img:hover {
	opacity: 0.6;
}

ul.sns li:nth-child(even) {
    margin: 0 0 5px 0;
}

ul.sns .lsf-icon:before {
    font-size: 22px;
    vertical-align: -1px;
    line-height: 0.7;
}

ul.sns li.side-tw a{
	background-color: #2aa9e0;
}

ul.sns li.side-sla a{
	background-color: #de1f66;
}

ul.sns li.side-fb a{
	background-color: #d4d4d4;
}

ul.sns li.side-alexa a{
	background-color: #148bac;
}

ul.sns li.side-tumblar a{
	background-color: #3e5068;
}

ul.sns li.side-chrome a{
	background-color: #e5a717;
}

ul.sns li.side-htb a{
	background: #007dde;
}

ul.sns li.side-ama a{
	background: #24303d;
}

ul.sns li.side-feed a{
    background-color: #87c040;
}

ul.sns li.side-line a{
    background-color: #00c300;
    padding: 12px 10px 7px;
}

.widget_mycategoryorder {

}

.widget_mycategoryorder ul {
	padding: 0;
}

.widget_mycategoryorder ul li a:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f115";
    margin-right: 5px;
}

.widget_mycategoryorder ul li ul li a:before {
	display: none;
}

.widget_mycategoryorder ul li a{
	padding: 10px 15px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	background: #fff;
	font-weight: bold;
}

.widget_mycategoryorder ul li ul {
	margin: 0 !important;
}

.widget_mycategoryorder ul li ul li {
	float: left;
	width: 50%;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	border-top: none;
	display: inline;
	margin-top: 0px;
	overflow: hidden;
    height: 32px;
}

.widget_mycategoryorder ul li ul li:nth-child(odd) {

}

.widget_mycategoryorder ul li ul li:nth-child(even) {
	border-left: 1px solid #eaeaea;
	margin-left: -1px;
}

.widget_mycategoryorder .cat-item-284,
.widget_mycategoryorder .cat-item-89 {
	border-right: 1px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
    margin-left: -1px;
}

.widget_mycategoryorder ul li ul li:last-child {

}

.widget_mycategoryorder ul li ul li a{
	background: #fff;
	padding: 5px 15px;
	border-bottom: none;
	font-weight: normal;
}

.widget_mycategoryorder ul.children:after {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    content: '';
}

#text-5 .textwidget{
	padding: 0;
}

h4.side-check {
    padding: 10px 15px;
    background: #f7f7f7;
    margin: 0;
}

h4.side-check i {
	font-size: 9px;
}

ul.side-check-list {
    list-style: none !important;
	margin-bottom: 0 !important;
}

ul.side-check-list li{
    list-style: none !important;
}

ul.side-check-list li a {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 7px 15px 5px;
}

ul.side-check-list li img {
	display: none;
}

footer {

}

footer .footer-top-link-wrap{
    width: 100%;
    background: #eaeaea;
}

footer .footer-top-link-wrap .footer-top-link {
	width: 1120px;
    margin: 0 auto;
	padding: 20px 0;
}

footer .footer-top-link-wrap .footer-top-link ul {

}

footer .footer-top-link-wrap .footer-top-link ul li {
    float: left;
    margin: 0 15px 0 0;
    font-size: 13px;
}

footer .footer-top-link-wrap .footer-top-link ul li a {

}

footer .footer-top-link-wrap .footer-top-link ul li a:hover {
	color: #000;
}

footer .footer-top-link-wrap .footer-top-link ul li a:before {
	content: "\f0da";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
}

footer .site-attention-wrap {
    background: #2b2b2b;
}

footer .site-attention-wrap .site-attention {
	width: 1120px;
    margin: 0 auto;
	padding: 20px 0;
}

footer .site-attention-wrap .site-attention p {
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 1.7;
}

footer .site-info-wrap {
	background: #1f1f21;
}

footer .site-info-wrap .site-info {
	width: 1120px;
    margin: 0 auto;
	padding: 20px 0;
	height: 23px;
}

footer .site-info-wrap .site-info .contact-link {
	float: left;
}

footer .site-info-wrap .site-info .contact-link ul {

}

footer .site-info-wrap .site-info .contact-link ul li {
    margin: 0 15px 0 0;
    font-size: 13px;
	float: left;
}

footer .site-info-wrap .site-info .contact-link ul li a {
	color: #fff;
}

footer .site-info-wrap .site-info .contact-link ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .site-info-wrap .site-info .contact-link ul li a:before {
	content: "\f0a9";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 3px;
}

footer .site-info-wrap .site-info .copyright {
	float: right;
}

footer .site-info-wrap .site-info .copyright p {
	color: #fff;
	font-size: 13px;
}

.profile {
    margin: -20px;
}

.profile .profile-bk {
    background: url('https://kindou.info/img/side-profile-bk.jpg');
    background-size: cover;
    height: 200px;
    position: relative;
    margin-bottom: 70px;
}

.profile .profile-bk img {
	border-radius: 50%;
		width: 75px;
		height: auto;
    border: 3px solid #fff;
    position: absolute;
    bottom: -37.5px;
    left: 20px;
}

.profile .profile-bk h4 {
    position: absolute;
    bottom: -37.5px;
    right: 20px;
    text-align: right;
    font-size: 18px;
}

p.profile-dis {
	margin-bottom: 20px !important;
}

.archive-loop-wrap {
    background: #fff;
    border-radius: 3px;
    padding: 0px;
    box-shadow: 0px 1px 1px #ddd;
    margin-bottom: 0px;
}

.archive-loop-wrap .loop-title {
	font-weight: bold;
    background: #f1f1f1;
    border-top: 3px solid #f47e43;
    padding: 20px;
}

.tab-title li {
    display: inline-block;
    cursor: pointer;
	padding: 7px 10px 5px;
    background: #fff;
    margin-right: 10px;
    border-radius: 3px;
}

.tab-title li:hover {
    background: #212020;
    color: #fff;
}

.tab-title li.tab-active {
    background: #f47e43;
    color: #fff;
}

.article-lists {

}

.article-lists .article-content {
	border-bottom: 1px solid #eaeaea;
	padding: 20px;
    display: table;
}

.article-lists .article-content .article-img {
    display: table-cell;
    width: 200px;
    padding: 0 20px 0px 0;
    position: relative;
}

.article-lists .article-content .article-img img {
    width: 200px;
    height: auto;
}

.article-lists .article-content .article-img img:hover {
	opacity: 0.6;
}

.article-lists .article-content .article-date {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.6);
    font-size: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0 10px;
    line-height: 25px;
}

.article-lists .article-content .article-txt {
    display: table-cell;
    vertical-align: top;
}

.article-descriptin {
}

.article-lists .article-content .article-txt .article-meta {

}

.article-lists .article-content .article-txt .article-title {
    float: left;
    margin-top: 10px;
}

.article-lists .article-content .article-txt .article-title h2 {
        font-size: 16px !important;
        line-height: 1.6 !important;
}

.article-lists .article-content .article-txt .article-title h2 a {

}

a.top-next-link {
    background: #f47e43;
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-align: center;
}

a.top-next-link:hover {
	background: #212020;
	text-decoration: none;
}

.wp-pagenavi {
	display: none;
}

.infinite-wrap {
    background: #fff;
    border-radius: 3px;
    padding: 0px;
    box-shadow: 0px 1px 1px #ddd;
    margin-bottom: 0px;
}

body.archive h1.headline {
    margin: 0;
    padding: 0;
    background: transparent;
    border-left: 0px solid #f47e43;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
}

.article-lists .article-content .sale {
	background: rgba(229,6,21,0.6) !important;
}

#frontpage .infinite-wrap,
#frontpage .infinite-loader{
	display: none;
}

.home a.top-next-link {
	display: none !important;
}

#frontpage a.top-next-link {
	display: block !important;
}

.home .loop-title {
	display: none !important;
}

#frontpage .loop-title {
	display: block !important;
}

#frontpage .archive-loop-wrap {
    margin-bottom: 20px;
}


p.am-link {

}

p.am-link a{
	background: #f6ce50;
	color: #000;
	font-size: 14px;
	padding: 7px 15px 5px;
	border-radius: 5px;
	border-bottom: 3px solid #e3b628;
	margin-top: 10px;
	width: auto;
	text-align: center;
	display: block;
	font-weight: bold;
}

p.am-link.am-link-video a{
	background: #aad451;
	border-bottom: 3px solid #6e971a;
}

p.am-link a:hover {
	text-decoration: none !important;
	color: #000 !important;
	opacity: 0.6;
}


p.mgb50 {
	margin-bottom: 50px;
}


p.kin-link {

}

p.kin-link a{
	background: #F47E43;
	color: #fff;
	font-size: 14px;
	padding: 7px 15px 5px;
	border-radius: 5px;
	border-bottom: 3px solid #e45b15;
	margin-top: 10px;
	width: auto;
	text-align: center;
	display: block;
	font-weight: bold;
}

p.kin-link a:hover {
	text-decoration: none !important;
	color: #fff !important;
	opacity: 0.6;
}


p.twi-link a{
	background: #2aa9e0;
	color: #fff;
	font-size: 14px;
	padding: 7px 15px 5px;
	border-radius: 5px;
	border-bottom: 3px solid #007dde;
	margin-top: 10px;
	width: auto;
	text-align: center;
	display: block;
	font-weight: bold;
}


a.amazon-link {
	background: #f6ce50;
	color: #000;
	font-size: 14px;
	padding: 7px 15px 5px;
	border-radius: 5px;
	border-bottom: 3px solid #e3b628;
	margin-top: 10px;
	width: auto;
	text-align: center;
	display: block;
	font-weight: bold;
}

a.amazon-link i {

}

a.amazon-link:hover {
	text-decoration: none !important;
	color: #000 !important;
	opacity: 0.6;
}

a.link-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: initial;
}

a.link-right {
	margin-left: auto;
    	display: block;
}

.displaynone {
	display: none !important;
}

.mgb20 {
	margin-bottom: 20px;
}

.wpp-list {
	margin: -20px -20px 0;
	padding: 20px 20px 0;
}

.wpp-list li {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}

.wpp-list .wpp-thumbnail {
	margin: 0px 10px 0px 0;
}

.widget-area .widget a {
    font-weight: bold;
}



h2.new-catch {
	background-color: #212020;
    color: #fff;
    padding: 12px 20px 10px;
    font-size: 17px;
    border-radius: 5px;
    margin: 30px 0 25px;
}

.amazon-book {
    display: table;
    margin-bottom: 20px;
}

.amazon-book-left {
    display: table-cell;
    width: 33%;
    padding-right: 40px;
}



.amazon-book-left img {
    padding: 10px;
		background: #fff;
		border: 1px solid #eaeaea;
    /* box-shadow: 0 3px 11px 0px rgba(0,0,0,.3); */
}

@media all and (-ms-high-contrast:none){
  .amazon-book-left img {
    width:220px; } /* IE10 */
}

.amazon-book-left img:hover {
	opacity: 0.6;
}

.amazon-book-right {
    display: table-cell;
    vertical-align: top;
}

h3.amazon-book-title {
    margin: 0;
    font-size: 18px;
}

.book-price {
    margin-bottom: 0px;
}

blockquote.book-dis {
    background: none;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 12px;
}

h3.stand-h {
    margin: 30px 0 25px;
    padding: 5px 10px 5px;
    border-left: 3px solid #212020;
}

.book-stand {
    width: 100%;
    display: block;
    text-align: center;
}

.book-stand ul {
    list-style: none;
    margin-bottom: 20px;
    font-size: 0;
}

.book-stand ul li {
    display: inline-block;
    margin: 10px 10px 0px;
		border: 1px solid #eaeaea;
    padding: 10px 10px 10px;
    width: 26%;
}

.book-stand ul li img:hover,
.book-stand2 ul li img:hover {
	opacity: 0.6;
}


h2.review-new {
    background-color: #212020;
    color: #fff;
    padding: 12px 10px 10px;
    font-size: 18px;
    border-radius: 5px;
    margin: 30px 0 25px;
}

.book-stand2 {
	margin-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 0;
}

.book-stand2 a {
    display: inline-block;
    width: 33%;
    margin: 10px 0px 0px;
}

.book-stand2 img:hover {
	opacity: 0.6;
}

.kindle-attention {
	background: #eaeaea;
	border: 1px solid #ddd;
	padding: 10px;
}

.kindle-attention p {
	color: #b8002c;
	font-size: 11px;
	margin: 0;
	padding-left: 0;
}

#prev_next {
	display: table;
    background: #fff;
    border-radius: 3px;
    padding: 0px;
    box-shadow: 0px 1px 1px #ddd;
    border-top: 1px solid #eaeaea;
}

#prev_next .next-wrap,
#next_no {
    border-right: 1px solid #eaeaea;
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

#prev_next .prev-wrap {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

#prev_next #prev_title {
	background: #f1f1f1;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
	text-align: right;
}

#prev_next a:hover #prev_title {
    color: #333;
    text-decoration: none;
}

#prev_next #next_title {
	background: #f1f1f1;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#prev_next #no_title {
	background: #f1f1f1;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

#prev_next #prev_next_home {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#prev_next a:hover #next_no {
    color: #333;
    text-decoration: none;
}

#prev_next a:hover #next_title {
    color: #333;
    text-decoration: none;
}

#prev_next .next-wrap img {
	float: left;
    padding: 20px;
}

#prev_next .next-wrap p {
	padding: 20px;
    font-size: 14px;
    font-weight: bold;
	line-height: 1.3
}

#prev_next .prev-wrap img {
	float: right;
    padding: 20px;
}

#prev_next .prev-wrap p {
    padding: 20px;
    font-size: 14px;
    font-weight: bold;
	line-height: 1.3
}

.entry-content blockquote.book-dis::before {
	content: none;
}

article.page {
    padding-top: 0px;
    background: #fff;
    box-shadow: 0px 1px 1px #ddd;
    margin-bottom: 35px;
    border-top: 3px solid #f47e43;
}

article.page .entry-header {
    position: relative;
    background: #f1f1f1;
}

article.page .entry-header .headline {
    margin: 0 0 0px 0;
    padding: 20px 20px 20px 20px;
    background: transparent;
    border-left: 0px solid #f47e43;
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: normal;
    color: #333;
}

footer.entry-meta {
	display: none;
}

article.page p:last-child {
	margin-bottom: 0;
}

h4.amazon-book-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.5
}

.article-under-ad {
    margin: 0 0 20px;
}

.ad-title {
	margin: 0 !important;
	font-size: 11px;
	text-align: center;
}

ins {
    background: transparent;
}

.tag-adult #text-40,
.tag-adult .article-under-ad,
.tag-adult .title-under-ad,
.tag-adult .adad,
.tag-adult .adad2 {
	display: none;
}

.tag-noad #text-40,
.tag-noad .article-under-ad,
.tag-noad .title-under-ad,
.tag-noad .adad,
.tag-noad .adad2 {
	display: none;
}

.side-adsense {
    display: block;
    margin: 0 auto 0;
    width: 300px;
}

.linkcard {
    margin-bottom: 20px;
    margin-right: 0px;
}

.linkcard-title {
    color: #111;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5 !important;
    overflow: hidden;
    word-break: break-all;
}

.linkcard-internal-wrapper {
    margin: 0;
    border: 1px solid #ddd;
    padding: 0px 0px !important;
    max-width: 100% !important;
    background-color: #fcfcfc !important;
    line-height: 1.7 !important;
}

.linkcard-excerpt {
    line-height: 1.7 !important;
}

.linkcard-content {
	border-bottom: 1px dashed #ddd;
	height: auto !important;
	padding-bottom: 10px !important;
	margin: 10px 10px 0 10px !important;
}

.linkcard-thumbnail {
	max-width: 133px !important;
    max-height: 100px !important;
	padding: 0 0px !important;
    margin: 0 0px 0 10px !important;
}

.linkcard-favicon {
	display: none !important;
}

.linkcard-sns-facebook {
    margin: 0;
    padding: 2px 5px 1px;
    color: #ffffff !important;
    background-color: #204385 !important;
    font-size: 11px !important;
    text-decoration: none !important;
    border-radius: 3px;
}

.linkcard-sns-hatena {
    margin: 0;
    padding: 2px 5px 1px;
    color: #ff6464 !important;
    background-color: #ffefef;
    font-size: 11px !important;
    text-decoration: none !important;
    border-radius: 3px;
}

.linkcard-domain {
    color: #444;
    font-size: 11px !important;
}

.linkcard-info {
    display: block !important;
}

.loop-content-wrap .wpp-list .wpp-thumbnail {
    margin: 0px 20px 0px 0;
}

.loop-content-wrap .wpp-list .wpp-post-title {
    font-weight: bold;
}

.mg-b20 {
	margin-bottom: 20px !important;
}


.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
    width: auto !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px !important;
    height: 15px !important;
    padding: 5px 17px !important;
    min-width: 15px !important;
    margin-top: 3px !important;
}

.cse input.gsc-search-button, input.gsc-search-button {
    border-color: #000000 !important;
    background-color: #000000 !important;
    background-image: -webkit-linear-gradient(top,#000000,#000000) !important;
}

input#gsc-i-id1 {
    background: transparent !important;
}

.adad-left {
	float: left;
}

.adad-right {
	float: right;
}

.popover {
	position: relative;
    z-index: 200;
}

.prpr {

}

.prpr .pr-left {
    width: 60%;
}

.prpr .pr-right {
    float: right;
    width: 33%;
    margin: 0 10px 20px 20px;
}

.prpr .pr-right img {
	border: 10px solid #eaeaea;
    margin: 0 -10px;
}

.prpr .pr-right img:hover {
	opacity: 0.6;
}

/*記事がよかったら、いいねスマホ*/
.p-shareButton-bottom {
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0px -10px 0px !important;
}
.p-shareButton__buttons {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    text-align: center
}
.p-shareButton__buttons>li {
    padding-left: 3px;
    padding-right: 4px
}
.p-shareButton__buttons .c-btn {
    padding: 8px 0;
    border-radius: 2px
}
.p-shareButton__buttons .c-ico {
    display: block;
    margin: auto auto 5px
}
.p-shareButton__fb {
    width: 111px
}
.p-shareButton__fb-cont {
    position: relative;
    width: 108px;
    margin: 0 auto
}
.p-shareButton__fb-unable {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px
}
.p-shareButton__cont {
    margin: 0px 0 0
}
.p-shareButton__a-cont {
    background: #2e2e2e;
    display: table;
    width: 100%
}
.p-shareButton__a-cont__img {
    display: table-cell;
    min-width: 130px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.p-shareButton__a-cont__btn {
    display: table-cell;
    padding: 30px 12px;
    text-align: center
}
.p-shareButton__a-cont__btn p {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 0px 0 5px;
    line-height: 1.4;
    margin-bottom: 0px;
}
.p-asideFollowUs__twitter {
    background: #e6e6e6;
    margin-top: 0px;
    padding: 12px 0
}
.p-asideFollowUs__twitter__cont {
    text-align: center;
    font-size: 13px;
    color: #252525;
    font-weight: 700
}
.p-asideFollowUs__twitter__item {
    vertical-align: middle;
    margin: 4px 2px 3px;
}

/*記事がよかったら、いいねPC*/
.p-entry__push {
    margin-bottom: 20px;
    display: table;
    table-layout: fix;
    width: 100%;
		color: #fff;
}

p.yokattara__pc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-entry__pushThumb {
    display: table;
    background-position: center;
		background-size:cover;
		width: 100%;
    min-height: 240px;
}
.p-entry__pushLike {
    display: table-cell;
    padding: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    font-size: 20px;
}
.p-entry__pushButton {
    margin-top: 0px;
    display: inline-block;
    width: 111px;
    height: 20px;
    line-height: 20px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.p-entry__pushButtonLike {
    line-height: 1
}
.p-entry__note {
    margin-top: 10px;
    font-size: 12px;
    color: #ddd;
    margin-bottom: 0px;
}
.p-entry__tw-follow {
    margin-bottom: 10px;
    background: #f4f4f4;
    width: 100%;
    padding: 15px 0
}
.p-entry__tw-follow__cont {
    text-align: center;
    font-size: 15px;
    color: #252525
}
.p-entry__tw-follow__item {
    vertical-align: middle;
    margin: 1px 15px 5px;
}

.embed-wrapper {
    border: 1px solid #ddd !important;
    background-color: #fcfcfc !important;
}

.embed-footer .favicon {
	display: none !important;
}

.embed-content .entry-content {
    padding: 8px 0 0 !important;
}

.with-thumb {
    border-bottom: 1px dashed #ddd !important;
    margin: 0px 0px 10px !important;
}

span.brbr {
		display: block;
}

.p-entry-wrap {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    background: rgba(0,0,0,.6);
}

.p-entry-wrap .p-entry__title {
		text-align: center;
		margin-bottom: 15px;
}

.p-entry-wrap ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0;
		text-align: center;
}

.p-entry-wrap ul li {
    display: inline-block;
		margin-right: 15px;
    vertical-align: top;
}

.p-entry-wrap ul li:last-child {
		margin-right: 0px;
}
.p-entry-wrap ul li img {
		width: 71px;
		height: auto;
		border-radius: 3px;
}

.p-entry-wrap ul li img:hover {
		opacity: 0.6;
}

.p-entry-wrap .p-entry__big-title {
		text-align: center;
		font-size: 25px;
		margin-bottom: 5px;
}

.follow-brdr {
		width: 50px;
		height: 2px;
		border-radius: 3px;
		display: block;
		margin: 0 auto 20px;
		border: none;
    background: #fff;
}

a.push7-btn {
    background-color: #e5a717;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
		line-height: 35px;
    padding: 10px;
    /*border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
    border-bottom: 3px solid #b3810a;*/
}

a.push7-btn:hover {
		opacity: 0.6;
		text-decoration: none;
}

a.push7-btn svg {
		width: 25px;
		height: 25px;
		fill: #fff;
		position: relative;
    top: 7px;
}

a.next-link {
    display: table;
    width: 100%;
    border-radius: 5px;
    box-sizing: border-box;
		border: 1px solid #d8d8d8;
		border-bottom: 3px solid #d8d8d8;
		background: #f7f7f7;
		color: #333;
}

a.next-link span.next-title {
    display: table-cell;
		text-align: center;
    padding: 7px 15px 5px;
    vertical-align: middle;
		font-weight: bold;
		font-size: 14px;
}

a.next-link span.next-arrow {
    display: table-cell;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 3px;
	background: #333;
    color: #fff;
    text-align: center;
    padding: 7px 15px 5px;
    vertical-align: middle;
	width: 20%;
}

a.next-link:hover {
		opacity: 0.6;
		text-decoration: none;
}

a.next-link-top2 {
    display: table;
    width: 100%;
    box-sizing: border-box;
	/*border: 1px solid #d8d8d8;*/
	background: #f7f7f7;
	color: #333;
    border-bottom: 1px solid #eaeaea;
}

a.next-link-top2 span.next-title {
    display: table-cell;
	text-align: center;
    padding: 10px 15px 8px;
    vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}

a.next-link-top2 span.next-arrow {
    display: table-cell;
	background: #333;
    color: #fff;
    text-align: center;
    padding: 7px 15px 5px;
    vertical-align: middle;
    width: 30px;
}

a.next-link-top2:hover {
	opacity: 0.6;
	text-decoration: none;
}

.home a.next-link-top2 {
	display: none !important;
}

#frontpage a.next-link-top2 {
	display: table !important;
}

.footer-link-sp {
	display: none;
}

.lkc-card {
    margin-top: 7px;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-left: 7px;
}

.lkc-internal-wrap {
		margin: 0;
		border: 1px solid #ddd;
		padding: 0px 0px !important;
		max-width: 100% !important;
		background-color: #fcfcfc !important;
		line-height: 1.7 !important;
}

.lkc-external-wrap {
		margin: 0;
		border: 1px solid #ddd;
		padding: 0px 0px !important;
		max-width: 100% !important;
		background-color: #fcfcfc !important;
		line-height: 1.7 !important;
}

.lkc-thumbnail {
    max-width: 133px !important;
    max-height: 100px !important;
    padding: 0 0px !important;
    margin: 0 0px 0 10px !important;
}

.linkcard a:hover {
		text-decoration: none !important;
}

.lkc-content {
    border-bottom: 1px dashed #ddd;
    height: auto !important;
    padding-bottom: 10px !important;
    margin: 10px 10px 0 10px !important;
}

.lkc-title {
		color: #111;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5 !important;
		overflow: hidden;
		word-break: break-all;
}

.lkc-excerpt {
    color: #333;
    font-size: 11px;
    padding: 0px 0 0;
    line-height: 1.7;
    overflow: hidden;
}

.lkc-info {
    margin: 8px 8px 8px 12px;
    color: #444;
    font-size: 9px;
    overflow: hidden;
    display: block !important;
}

.sp-menu-kindle-amazon {
		display: none;
}

.rank-lists {

}

.rank-lists p.rank-comment {
	font-size: 14px;
	margin-bottom: 7px;
	text-align: center;
}

.rank-lists .rank-list {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
	display: table;
	width: 100%;
}

.rank-lists .rank-list.rank-list-1 {
	border-top: 1px solid #eaeaea;
}

.rank-lists .rank-list a:hover {
	text-decoration: none;
}

.rank-lists .rank-list:after {

}

.rank-lists .rank-list.rank-list-1 .rank {
	background: #FFD700;
}

.rank-lists .rank-list.rank-list-2 .rank {
	background:#C0C0C0
}

.rank-lists .rank-list.rank-list-3 .rank {
	background:#C47222
}

.rank-lists .rank-list .rank {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	background: #232323;
	color: #fff;
	width: 29px;
	text-align: center;
	font-weight: bold;
}

.rank-lists .rank-list .rank span {
	font-size: 50%;
}

.rank-lists .rank-list .title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	line-height: 1.5;
}

.rank-lists .rank-list .num {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	color: #333;
}

.rank-lists .rank-list .num span {
	font-size: 50%;
}

.article-under-w {
	width: 100%;
	margin-bottom: 20px;
}

.article-under-w .textwidget {
	padding: 0 0 15px 0;
}

.article-under-w .article-under-widget h3 {
	text-align: center;
	margin: 0 0 10px;
}

.article-under-w:after {
	clear: both;
	display: table;
	content: '';
}

.article-under-w iframe,
.article-under-w img, {
	width: 100%;
	height: auto;
}

.article-under-w-left {
	/* display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-right: 10px; */
	float: left;
	width: 49%;
}

.article-under-w-right {
	float: right;
	width: 49%;
}

.mgb-0 {
	margin-bottom: 0 !important;
}

.article-under-w twitterwidget {
	margin: 0 !important;
}

body.home #custom_html-4 {
	display: none;
}

body.category #custom_html-4 {
	display: none;
}