/*
 Theme Name:   Twenty Sixteern Child
 Description:  Twenty Sixteern Child Theme
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  twentysixteen
*/
/* TEST SITE */

/**

 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

@import url(“../twentysixteen/style.css”); 

* {
    margin: 0px auto;
    padding: 0px;
}

body, button, input, select, textarea,
.entry-title,           /* 以下、明示指定されているものを上書き */
.main-navigation,       /* 画面右上のメニュー */
.comment-metadata,      /* コメントの日付 */
.comment-reply-link,    /* コメントの返信ボタン */
input[type="submit"],   /* 送信ボタン */
.post-navigation,       /* 投稿単位のページナビゲーション */
.post-navigation .post-title,
.post-navigation div + div,
.comments-title,        /* コメント */
.comment-reply-title,
.comment-notes,
.comment-form label,
.widget .widget-title,
.logged-in-as {
    font-family: "Trebuchet MS","Arial","Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body {
	width: 100%;
	max-width: 1100px;
	background: #000;
	margin: 0 auto;
	/* Fallback for when there is no custom background color defined. */
/* 2024.11.24 edit */
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.site {
    background-color: #fff;
    margin: 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-summary,
.entry-footer,
.comments-area,
.image-navigation,
.post-navigation,
.page-header,
.page-content,
.content-bottom-widgets {
	margin-right: 0rem;
}

ol{
	text-align:left;
	font-size: 14px;
	font-weight:normal;
	width: 570px;
}
li {
	line-height: 1.2em;
/*	width: 90%;*/
	text-align:left;
	padding: 3px 0px 3px 0px;
}
li a{
/*	display: block;*/
	font-size: 14px;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}
li a:visited{ background:#ffffe0;color:#333; }
li a:hover{ background-color:#ffd980; font-weight: bold; text-decoration:underline;}
li a:active{ text-decoration:underline;color:green;font-weight:bold;}

a,
.entry-title a {
    color: #007acc;
    text-decoration: none;
}
/********************************/
/* Webフォント「Open Sans」を指定 */
/********************************/
.site-title,
.site-description,
.page-title {
	/* サイトのタイトル等には変化をつけるため、Webフォント「Open Sans」を指定 */
    font-family: "Open Sans", "Trebuchet MS","Arial","Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-family: "Trebuchet MS","Arial","Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
/********************************/
/* フォントサイズを指定 */
/********************************/
.site-branding .site-title {    /* サイトのメインタイトル */
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: -0.1rem;    /* 文字間を少し寄せる */
}
.site-branding .site-title {    /* サイトのメインタイトル */
    font-size: 12px;
    font-weight: 0;
    display: inline;	/* メインタイトルと説明文を一行に表示 */
}
.site-description {
    font-size: 12px;
    margin: 0;
    display: inline;	/* メインタイトルと説明文を一行に表示 */
}

.entry-content {
	margin-top: 2rem;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 1.0rem;
}
.entry-content h1 {         /* 実際には「見出し1」は使用しない */
    font-size: 1.4rem; 
    font-weight: 400; 
}

/* 2024.11.22 del
.entry-content h2 { 
    font-size: 1.3rem; 
    font-weight: 400; 
    border-bottom: thin solid #6495ed;
}
*/

/* 2024.11.22 add */
.entry-content h2, .recom_work h2 { 
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFF;
    padding: 0.5rem 0 0.5rem 0.5rem;
    border-bottom: thin solid #391A07;
    background-color: #391A07;
}
/* 2024.11.22 add */
.entry-content h2 strong { 
    color: #FFF;
}

.entry-content h3 { 
    font-size: 1.2rem; 
    font-weight: 400; 
    border-left: 4px solid #6495ed;
    padding-left: 0.5rem;
}

/********************************/
/* 画面上部のマージンを狭くする */
/********************************/
.site-header {
	height: auto;
	padding: 0rem;
}
/* アクセントを付けるため、画面トップにサイトの基本色の青色で線を引く */
body:not(.custom-background-image)::before {
/*    border-top: medium solid #1486B7; */      /* サイトトップに青線 */
}
/* ウィジェット(お葬式みたいなウィジェット間の仕切り線を消す) */
    border-style: none;         /* お葬式みたいな仕切り線を消す。*/
/****************************************************************/
/* その他、フォントの大きさ、項目の間隔、項目間の仕切り線も指定 */
/****************************************************************/
.widget {
    border-style: none;         /* お葬式みたいな仕切り線を消す。*/
    font-size: 1rem;            /* ウィジェット内のフォントが小さ過ぎ */
    margin-bottom: 0.5rem;      /* ウィジェットどおしの間隔が広過ぎ */
/*	border-top: 4px solid #f00;*/
}
.widget {
	border-top: none;
	padding-top: 0;
}
.widget-title {
    font-size: 1rem;            /* ウィジェット内のフォントが小さ過ぎ */
	border-top: 4px solid #1a1a1a;
	padding-top: 1.75em;
}
.widget form {
    margin: 0 auto;
}
.widget-title,
.widget .widget-title {
/*    border-bottom: solid thin #6495ed !important; */   /* タイトルに下青線 */
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
    padding-bottom: 0.4rem;                         /* 下線までの距離 */
	margin-top: 1.5rem;					/* 2024.11.29 edit 3.0 → 1.5 */
    margin-bottom: 0.8rem;                /* 最初のエントリーまでの距離 */
    font-weight: 100;                   /* フォントが大きすぎるので */
    font-size: 1rem;
	background-color: #F0E7CB;  		/* 2024.11.29 add */
}

.widget ul {
    list-style-type: none;      /* リストのマーカーを消す */
    margin: 0;                  /* 注意。サブカテゴリーのインデントも消える */
    padding: 0;
    padding-left: 20px;
}
li.side_item,
.widget .recentcomments {
	border-bottom: 1px solid #dcdcdc;   /* コメントの間に線 */
	padding: 0.3em 0em 0.3em 1.5em ;				/* コメントと線の間 */
	line-height: 55%;					/* 行間を狭める */
	list-style: outside none;
	background: #FFF url(./img/square.gif) no-repeat left center;
}
li.side_item {
	line-height: 1.5;
	padding: 0 0 0 1.5em;
}
li.side_item a{
	display: block;
}
.widget .cat-item {
    border-bottom: 1px solid #dcdcdc;       /* カテゴリー間に線 */
    padding: 0.3rem 0rem;       /* カテゴリー間が狭いので */
}

.widget .children .cat-item {
    border-bottom: none;        /* 親子カテゴリーの間の線はなし */
    padding: 0.3rem 0rem;       /* カテゴリー間が狭いので */
}
.main-navigation li {
    padding: 0.2rem 1rem;
}
/****************************************************************/
/* アドセンス他　領域 */
/****************************************************************/
div.socialBtnsArea {
	padding-left: 5px;
}
#part_topmsg{
	width: 100%;
/*	height: 90px; */
	margin: 10px 0px 20px 0px;
}
#ads_title_sita{
	margin: 0 auto;
/*
	width: 730px;
	height: 90px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
*/
	line-height: 1;
}
div.ad-space_forlink {
	width: 100%;
	margin: 1rem 0;
	line-height: 1;
}
.ad-code {
	width: 730px;
	height: 15px;
	margin: 0 auto;
}
div.ad-space_forlink_m {
	text-align: left;
	padding: 20px 0px 30px 30px;
}
div.ad-rak_banner_m {
	margin: 30px auto;
	text-align: center;
}
div.ad-pc_yondaya_mid1 {
	margin: 30px auto;
	text-align: center;
}
div.ad-pc_yondaya_mid2 {
	margin: 30px auto;
	text-align: center;
}
div#pc_yondaya_btm {
    width: 728px;
    height: auto;
	margin: 0px auto;
	display: block;
}
/****************************************************************/
/* コメント領域 */
/****************************************************************/
.comments-title,
.comment-reply-title,
.comment-notes,
.comment-form label,
.logged-in-as {
    font-size: 1.0rem;
    font-weight: 100;
    border-style: none;     /* お葬式みたいな線を削除 */
}

.comments-title {
    font-weight: 400;
}

.comment-form {
    padding-top: 0.5em;     /* 「コメントを残す」と注意書きの間が広いので */
}

.comment-notes,
.comment-form label,
.logged-in-as {
    font-size: 0.8rem;      /* 注意書き、ラベルのフォントが大きいので */
}

input[type="submit"] {
    font-size: 0.8rem;      /* フォントが大きいので */
}

p.comment-form-comment,
p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.form-submit {
    margin-bottom: 0.5em;   /* 項目の間が広すぎるので */
}

.comments-area {
    border-top: thin solid #6495ed;       /* 領域の上に青線 */
    padding-bottom: 0.5rem;                 /* = 送信ボタンと下線までの距離 */
    margin-bottom: 2rem;                    /* 間が広すぎるので */
	margin-left: 7.6923%;
	margin-right: 7.6923%;
}

.comment-list article {
    padding: 0.2rem;        /* 周囲との間が広いので */
}

.comment-metadata {
    margin-bottom: 0.5rem;  /* コメント日付とコメントの間を小さく */
}

.comment-reply-link {
    margin-top: 0.5rem;     /* 「コメント返信」ボタンとコメントの間を小さく */
}

/****************************************************************/
/* 作品頁ヘッダ */
/****************************************************************/
.site-branding {
    display: none;
}

.header-image {
/*	top: 0px;
	left: 0px;
	position: relative;
*/
	width: 100%;
	margin:0px;
	height: 4rem;
    background-color: #3d2a1c;
}
.home-header-image {
	top: 0px;
	left: 0px;
	width: 100%;
	margin:0px;
	height: none;
    background-color: #3d2a1c;
}

/*
div.header-image img {
	position: absolute;
	top: 0px;
    left: 0px;
	width: 100%;
}
*/
div.header-image h2,
div.column-header-image h2 {
	clear: none;
    font: normal normal bold 1.3rem "HGMinchoE","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
    color: #fff;
    padding: 0px;
    background-color: #3d2a1c;
	position: absolute;
	top: 1.1rem;
	left: 1.2rem;
}

div.header-image h2 a,
div.header-image h2 a:active {
    color: #fff;
    display: inline;
}
div.header-image h2 a:hover {
	color: #f9d189;
}
div.header-image span#blog-title {
    margin-top: 0.4rem;
    font-size: 1.2rem;
}
div.header-image span#column-toptitle {
    font-size: 1.8rem;
    margin-left: 1rem;
}
#column-header-image {
    background-color: #fff;
    border-bottom: 5px solid #007300;
	height: 4rem;
}
#column-header-image h1,
#column-header-image h2 {
	color: #000;
    background-color: #fff;
}
#column-header-image h2 #blog-title {
    font-size: 1.2rem;      /* フォントが大きいので */
	top: 1.2rem;
}
#column-header-image h2 #column-toptitle {
    font-size: 1.8rem;
    margin-left: 1rem;
}
#column-header-image h2 a{
	color: #000;
}
#column-header-image h2 a:hover{
	color: #f9d189;
}
#column-header-image span a{
	display: inline;
}
#column-header-image span a:hover{
	color: #f9d189;
}/*
div.header-image h2 {
    position: absolute;
    top: 1.2rem;
    right: 3rem;
    text-align: left;
    font: normal normal bold 1.3rem "HGMinchoE","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
    color: #fff;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: transparent;
}
div.header-image h2 a{
    color: #fff;
}
div.header-image h2 a:hover{
	color: #f9d189;
}
*/
/****************************************************************/
/* 投稿の下のページナビゲーション */
/****************************************************************/
.post-navigation,
.post-navigation .post-title,
.post-navigation div + div {
    border-style: none;     /* お葬式みたいな線を潰す */
    font-size: 1.0rem;      /* 前や次が小さいのでまとめて同じ大きさに */
    font-weight: 400;
}

div.nav-next {
    text-align: right;                      /* 「次」は右寄せ */
}

.post-navigation a,
.post-navigation .meta-nav {
    padding: 0rem;                          /* 行間をつぶして狭く */
    line-height: 1;
    margin: 0rem;
}

nav.navigation {
    border-top: medium solid #6495ed;       /* 領域の上下に青線 */
    border-bottom: thin solid #6495ed;
    padding: 0.5rem 0;                      /* 線との距離 */
	margin-left: 1rem;
	margin-right: 3rem;
}

/****************************************************************/
/* メイン部上部ライン */
/****************************************************************/
	.site-main {
		border-top: 4px solid #1a1a1a;
	}
	body#work .site-main {
/*		border-top: none;*/
	}
	body#work #author_name {
		border-top: 1px solid #1a1a1a;
	    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
		background-color: #F0E7CB;  /* 2024.11.29 add */
	}
	.site-main article {
/*
		margin-top: 1em;
		margin-bottom: 1em;
*/
		border-bottom: 1px solid #444;
	}
	.site-main > article {
		margin-bottom: 0;
	}
/****************************************************************/
/* 全体のページナビゲーション */
/****************************************************************/
/* 頁ヘッダ画像 */
@media only screen and (max-width: 709px) {
	#main-nav,
	#page_nav{
		display: none;
	}
	#main-nav li,
	#page_nav{
		width: 100%;
	}

	#toggle,
	#pagetgl{
		display: block;
		position: relative;
		width: 100%;
		background: #463a2f;
	}
	#pagetgl{
		background: #6c5949;
	}
	#toggle a,
	#pagetgl a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before,
	#pagetgl:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after,
	#pagetgl a:before, #pagetgl a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}
	#toggle a:before,
	#pagetgl a:before{
		margin-top: -6px;
	}
	#toggle a:after,
	#pagetgl a:after{
		margin-top: 2px;
	}
}

.pagination .nav-links::after,
.pagination::after,
.pagination .nav-links::before,
.pagination::before {
    display: none;                  /* 右端の黒い長方形を削除 */
}

.pagination .prev,
.pagination .next {
    background-color: transparent !important;   /* 黒い長方形を削除 */
    color: #6495ed !important;                  /* 矢印は青色 */
}
/**
 * 11.1 - Header
 */
.site-branding {
	margin: 0 auto 0 0;
}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

/****************************************************************/
/* トグルメニュー */
/****************************************************************/
.menu-toggle {
	position: absolute;
	float: right;
	top: 0.8rem;
	right: 1.0rem;
	background-color: #3d2a1c;;
	border: 1px solid #d1d1d1;
	color: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 0;
	margin: 0;
	padding: 0.8em;
/*	margin: 0 3rem;*/
}
#column-header-image .menu-toggle {
	background-color: #fff;
	color: #000;
}
.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #f9d189;
	color: #f9d189;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}
/****************************************************************/
/* サイトヘッダメニュー */
/****************************************************************/
.site-header-menu {
	margin: 0;
	border-top: 3px solid #1a1a1a;
	border-bottom: 3px solid #1a1a1a;
}
/****************************************************************/
/* 先頭頁背景画像 */
/****************************************************************/
div#work_top {
    width: 100%;
    position: relative;
}
div#work_top h1 {
    position: absolute;
    top: 60px;
    left: 80px;
    text-align: left;
    font: normal normal bold 40px "HGMinchoE","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
    color: #fff;
    padding: 0px;
    background-color: transparent;
    width: 670px;
}
div#work_top h2 {
    position: absolute;
    top: 25px;
    left: 60px;
    text-align: left;
    font: normal normal bold 23px "HGMinchoE","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
    color: #fff;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: transparent;
}

/****************************************************************/
/* 先頭頁背景画像 */
/****************************************************************/
img.pageimage,
.post-thumbnail img,
#book_info {
	display: none;
}
/****************************************************************/
/* 本情報 */
/****************************************************************/
.entry-header {
	margin: 0;
/*
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-right: 0.5em;
	margin-left: 0.5em;

	margin-right: 7.6923%;
	margin-left: 7.6923%;
*/
}
h1.entry-title { 
    width: 100%;
/*    font-size: 1.8rem;   2024.11.22 edit 後に710px以上の場合に3.0emが適用されている */
    font-weight: bolder;
/*2024.11.24 del*/
    font-family: "HGMinchoE","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	text-align: center;
    margin-top: 0;
    margin-bottom: 1.0rem;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	line-height: 2.0;
	background-color: #DFC26E;  /* 2024.11.22 add */
}
.entry-header h2.entry-title { 
    font-size: 1.1rem; 
    font-weight: bold; 
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
	padding-left: 1rem;
}
/* 2017.09.02 master
.entry-header h3.entry-title { 
    font-size: 1.1rem; 
    font-weight: bold; 
	margin: 0;
	padding: 1.5rem 0 1.5rem 0.5rem;
}
*/
/* 2017.09.03 下部　ＴＯＰページ　へ移動
.entry-header h3.entry-title { 
    font-size: 1.1rem; 
    font-weight: bold; 
	margin: 0;
 	display:block;
}
.entry-header h3.entry-title a {
	padding: 1.0em 1.8em 1.0em 0.5em;
	line-height: 3.2;
}
.entry-header h3.entry-title a:hover {
	background-color: #f3e7d1;
}
*/


#genre_name,
.socialBtnsArea {
	margin: 0;
}
#genre_name {
/*
	position: relative;
	overflow: hidden;
*/
}
	#author_name {
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		padding-top: 0.5rem;
		padding-bottom: 0.3rem;
/*		margin-top: 1rem;
		margin-bottom: 1rem;*/
		border-bottom: 1px solid #1a1a1a;
/*
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		padding-top: 0.8rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
		border-bottom: 1px solid #1a1a1a;
*/
	}
	#series_name {
		text-align: center;
		font-size: 1.2rem;
		font-weight: bold;
		padding-top: 0.7rem;
		padding-bottom: 0.3rem;
/*		margin-top: 1rem;
		margin-bottom: 1rem;*/
		border-bottom: 1px solid #1a1a1a;
	}
	#mygenre {
		text-align: left;
		font-size: 1.0rem;
		font-weight: bold;
		padding-left: 1.0rem;
		border-top: 1px solid #1a1a1a;
	    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
		line-height: 1.8;
	}
	/* ----------------------------------------------------- */
	/* 作家タイトル */
	/* ----------------------------------------------------- */
	.writer_title {
	    font-size: 1.2rem;
		font: normal normal bold 2rem "HGMinchoE","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	color: #3d2a1c;
/*		padding: 0 1rem;*/
		text-align: center;
	}
	
#work_box {
	overflow: hidden; /* float解除 */
}
	#shop_box {
		margin-top: 7px;
		margin-bottom: 10px;
		margin-right: 1rem;
		margin-left: 1rem;
		width : calc(100% - 2rem);
		text-align: center;
	}
	.photo {
		display: inline-block;
		margin: 2px 0;
	}
	.photo a{
		margin: 0px auto;
	}
	hr {
		background-color: #d1d1d1;
		border: 0;
		height: 1px;
		width: 90%;
		margin: 0 0 0 2%;
	}
	#shop {
		overflow: hidden; /* float解除 */
		text-align: center;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 12px;
	    border: 1px solid #e9e9e9;
	}
	#shop p{
		margin: 0;
	}
	#shop span{
		color: #F00;
	}
	#shop_rakuten{
	    font-size: 1.0rem;
		padding-top: 0.5rem;
	    line-height: 1.8;
	}

.plot {
	border:1px solid #999;
	font-family: "ＭＳ 明朝",serif;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size:14px;
	border-radius: 5px;
	padding:5px 7px;
	margin-bottom: 1em;
	background-color: #faf8f5;
}
.p_link a{
	border:1px solid #999;
	font-family: "ＭＳ 明朝",serif;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size:14px;
	border-radius: 5px;
	padding:5px 7px;
	margin-bottom: 1em;
	background-color: #faf8f5;
	width: 90%;
}
.pagemenu {
	border:1px solid #999;
	font-family: "ＭＳ 明朝",serif;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: normal;
	font-size:14px;
	border-radius: 5px;
	padding:5px 7px;
	margin-bottom: 1em;
	background-color: #faf8f5;
	width: auto;
}

/****************************************************************/
/* 本情報 */
/****************************************************************/

.entry-content blockquote:not(.alignleft):not(.alignright) {
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    padding: 2.5em 1.0em 2.0rem 1.0em;
    position: relative;
    border: 1px solid #e9e9e9;
    margin: 0 0 2rem 0;
    font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
}

.entry-content blockquote:before{
    content: "“";
    font-size: 400%;
    line-height: 1.3em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}

.entry-content blockquote:after{
    content: "”";
    font-size: 400%;
    line-height: 0.2em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #999;
    position: absolute;
    right: 2rem;
    bottom: 0;
	display: block;
}
/*
.entry-content blockquote{
    background-color: #f9f9f9;
    padding: 1.5em 1.0em 1.5rem 1.0em;
    position: relative;
    border: 1px solid #e9e9e9;
    margin: 0 0 2rem 1rem;
    font-size: 14px;

    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);

}
*/
.entry-content div.work_imglist
{
 	float:left;
 	margin: 10px;
}
.date {
	width: 100%;
	text-align: right;
	padding-right: 3rem;
}
/* 2020.07.08 add */
nav#tblof_contents ul li span a {
 	text-decoration:underline;
}
/* -------------------------------------------------------------- */
/* 頁ナビ */
/* -------------------------------------------------------------- */
.navigation {
	padding-left: 1rem;
	padding-right: 3rem;
}
/****************************************************************/
/* フッター */
/****************************************************************/
.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em;
}

/* -------------------------------------------------------------- */
/* 著作情報挿入用 */
/* -------------------------------------------------------------- */
.insert_info {
	float: right;
	padding: 0px 10px 5px 15px;
}
.insert_info_l {
	float: left;
	padding: 0px 10px;
}
.insert_box {
	overflow: hidden;
}
.insert_box a {
	float: left;
    border: 2px solid #e9e9e9;
    background-color: #f00;
    display: inline;
    margin-right: 1em;
}
/* -------------------------------------------------------------- */
/* 画像イメージ 行挿入 */
/* -------------------------------------------------------------- */
.insert_img {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;	/* 子要素の配置方向 */
	flex-wrap: wrap;		/* 子要素の折り返し設定 */
/* flex-flow: row wrap; 上記二つをまとめて記述 */
	justify-content:  flex-start;	/* 水平方向の揃え方 */
	align-items: flex-start;		/* 垂直方向の揃え方 */
	align-content: space-around;		/* 行の揃え方 「flex-wrap」で「nowrap」以外に設定した場合のみ有効 */
	padding: 30px 0px 0px;
	margin: 40px 0px 40px;
	border-top: 1px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
/*	height: 5.5em;*/
}
.insert_img .item_img a {
/*	width: 5em; */
/*	height: 2.3em;*/
	text-align: center; 
	color: #fff;
/*	background-color: #3d2a1c;*/
	display: block;
}
.insert_img .item_img a:hover {
}
/****************************************************************/
/* サイドバー */
/****************************************************************/
.sidebar {
	padding: 0em;
	position: relative;
	text-align: center;
	overflow: hidden;
}
	.sidebar li {
		line-height: 1.7;
	}
	.sidebar li a{
		display: block;
		text-decoration: none;
	}
	.sidebar li a:hover{
		padding: 0.3em 0em 0.3em 0;
	}

#side_new_work,
#ad-code-20090,
#side_genre_writers,
#side_new_comment {
/*		display: none; */
}

#ads-resp_mid {
	width: 300px;
	margin: 0;
	margin: 1.7rem auto;
	text-align: center;
}
.amazon-space {
	display: none;
}

/****************************************************************/
/* 作家頁 */
/****************************************************************/
/* -------------------------------------------------------------- */
/* 見出し */
/* -------------------------------------------------------------- */
.writer_item h2 {
/*    width: 100%;*/
    font-size: 1.0rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #1a1a1a;
	border-top: 1px solid #1a1a1a;
    border-bottom: thin solid #1a1a1a;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
    padding-left: 1.0rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
    line-height: 1.0em;
}
.writer_l,
.writer_r {
    position: relative;
    float: left;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: left;
}
.writer_l h3,
.writer_r h3{
    font-size: 1.1rem;
    border-bottom: 1px solid #1a1a1a;
    width: 100%;
    line-height: 1.2em;
    background-color: #F6F4C6;
    color: #444;
    padding: 2px 20px 1px 40px;
    background: #F6F4C6 url(./img/square13.jpg) no-repeat 8px center;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

#work_item h2 {
    font-size: 1.3rem;
    border-bottom: 3px solid rgba(78, 2, 4, 0.3);
    width: 80%;
    margin-bottom: 1rem;
}

/* -------------------------------------------------------------- */
/* 紹介作品リスト */
/* -------------------------------------------------------------- */
#writer_work {
    border-style: none;         /* お葬式みたいな仕切り線を消す。*/
    font-size: 1rem;            /* ウィジェット内のフォントが小さ過ぎ */
    margin-bottom: 0.5rem;      /* ウィジェットどおしの間隔が広過ぎ */
	overflow: hidden;
}
#writer_work a {
	display: block;
	padding: 0.5rem 0rem;
}
#writer_workt h3 {
    border-bottom: solid thin #6495ed !important;   /* タイトルに下青線 */
    padding-bottom: 0.4rem;                         /* 下線までの距離 */
    margin-bottom: 0.8rem;                /* 最初のエントリーまでの距離 */
    font-weight: 100;                   /* フォントが大きすぎるので */
    font-size: 1rem;

}

#writer_work ol {
    list-style-type: none;      /* リストのマーカーを消す */
    margin: 0;                  /* 注意。サブカテゴリーのインデントも消える */
    padding: 0;
    width: 96%;
}
#writer_work li {
	border-bottom: 1px solid #dcdcdc;   /* コメントの間に線 */
/*	padding: 0.5rem 0rem; */			/* コメントと線の間 */ 
    padding: 0;
	line-height: 125%;					/* 行間を狭める */
	list-style: outside none;
	padding-left: 20px;
	background: #FFF url(./img/lst01.png) no-repeat left center;
}
h3#commic {
    margin-top: 1rem;
}

.work_item {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	font-size: 0.8rem;
}
.work_item {
	padding: 0 0.5rem;
}
.recom_work {
	border-top: 1px solid #1a1a1a;
	padding-top: 2rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.to_amazon_link {
	clear: both;
    font-size: 0.8rem;
	line-height: 1.0;
	padding: 1.0rem 0 1.0rem 0.1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-top: 1px solid #98672d;
	border-bottom: 1px solid #98672d;
}
.to_amazon_link a {
	padding: 0.2em 1em;
/*	width: 100%;
	display: block;*/
}

.to_amazon_link a:hover {
	  color: #f9d189;  
/*	  background-color: #f9d189;  */
}

/* -------------------------------------------------------------- */
/* 	引用部  */
/* -------------------------------------------------------------- */
.msg p strong{
	font-size: 1.0rem;
	line-height: 1.75;
}

/* -------------------------------------------------------------- */
/* 	引用部  */
/* -------------------------------------------------------------- */
.entry-content span.chapter_title{
	font-weight: bold;
}
.msg blockquote{
    background-color: #f9f9f9;
    padding: 2.0em 0.5em;
    position: relative;
    border: 1px solid #e9e9e9;
    margin: 0 0.3em 1.5em;
	font-size: 0.8rem;
	line-height: 1.8;
	color: #1a1a1a;
    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
}

.msg blockquote:before{
    content: "“";
    font-size: 400%;
    line-height: 1em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #999;
    position: absolute;
    left: 0;
    top: 0;
}

.msg blockquote:after{
    content: "”";
    font-size: 400%;
    line-height: 0em;
    font-family: "ＭＳ Ｐゴシック",sans-serif;
    color: #999;
    position: absolute;
    right: 2rem;
    bottom: 0;
	display: block;
}

.msg p.quotestr{
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    margin: 0 1em 1.5em;
    font-size: 14px;
    padding: 1.0em 1.0em;
    box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -webkit-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
    -moz-box-shadow: 1px 2px 4px rgba(50,50,50,.5);
}
/* -------------------------------------------------------------- */
/*	おすすめの小説  */
/* -------------------------------------------------------------- */
.recom_work h2 {
    font-size: 1.1rem;
    border-bottom: 2px solid #1a1a1a;
    width: 100%;
    padding-left: 0.5em;
    margin-bottom: 2rem;
}

.recom_work h3 {
    font-size: 1.0rem;
    border-bottom: 1px solid #1a1a1a;
    width: 100%;
    margin: 0 auto 1rem;
    padding-left: 1em;
    text-align: left;
}
.recom_work div.msg {
    font-size: 0.7rem;
    border: 1px dotted rgba(100, 100, 100, 0.3);
    padding: 5px 0px 5px 10px;
    margin: 10px auto;
    width: 90%;
}
.recom_work dl {
    width: 100%;
    margin: 0 auto 1rem;
	line-height: 1.5;
}
.recom_work dt {
    font-size: 0.9rem;
    width: 100%;
    margin-top: 1.5rem;
/*    margin-left: 1rem;*/
	background-color: #faf5e8;  
}
.recom_work dd {
    width: 100%;
    font-size: 0.8rem;
    padding-top: 0.4rem;
    padding-left: 0.5rem;
    margin: 0px;
}
.recom_work dt a {
	width: 100%;
/*	display: block;*/
	padding: 4px 0px 4px 6px;
}
.recom_work dt a:hover {
	background-color: #f9d189;  
}
/*
.recom_work dd:before {
    content: " ";
    color: #fff;
    float: left;
 
    background: #000 url(img/back.jpg) no-repeat 0 0;
 
    height: 150px;
    width: 150px;
}
.recom_work dd:after {
		clear: both;
}
*/
.clear_img {
	clear: both;
}

	/****************************************************************/
	/* 著者一覧 */
	/****************************************************************/
h2.menu-title {
    width: 100%;
    font-size: 1.1rem; 
    font-weight: bold; 
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    padding-left: 0.5rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
h3.genre-title {
    font-size: 0.9rem; 
    font-weight: normal; 
/*    border-bottom: 1px solid #1a1a1a; */
    padding-left: 1rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
}
h3.genre-title a {
	font-size: 0.9rem;
}
#navi_mnu {
/*    margin: 10px auto 0; */
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 1.2em;
    overflow: hidden;
    margin-bottom: 2em;
}
#navi_mnu #navi_suiri,
#navi_mnu #navi_gendai {
/*    margin-left: 10px; */
}
#navi_mnu .navi_btn {
    float: left;
	width : 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(50% - 10px);
	width : calc(50% - 10px);
	height: 50px;
    background-color: #567d56;
    text-align: center;
    margin-left: 6px;
    margin-bottom: 10px;
}
div#navi_mnu div.navi_btn span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    color: #fffbf0;
	text-align: center;
	width : 50%;
}
#navi_mnu a {
	display: block;
	color: #fffbf0;
	text-align: center;
}
#navi_mnu a:hover {
	background-color: #9aba9a;
}
.genre-lst {
	width : 95%;
	margin: 0 auto;
}
/*-----------------------------------*/
/* ジャンル毎リスト */
/*-----------------------------------*/
.tbl_all, .tbl_parts {
    width: 95%;
    font-size: 1.1rem;
/*    margin-left: 1em; */
    margin-bottom: 3em;
    margin: 0 auto 3em;
}
.tbl_parts tr td.col_midashi {
    text-align: center;
    width: 60px;
}
.tbl_parts tr {
	line-height: 1.4;
}
.tbl_parts tr td {
	padding: padding: 0.4375em;
}
/*
    text-align: left;
    border-bottom: dotted 1px #ccc;
*/

#tbl_all tr th {
	padding: 0 2em;
	background-color: #ece4ce;
}
#tbl_all tr td {
	line-height: 2.0;
}
.tbl_parts tr td a:hover,
.tbl_all tr td a:hover {
    background-color: #f9d189;
}


/****************************************************************/
/* コラム */
/****************************************************************/
#work_item h2 {
    font-size: 1.1rem;
    border-bottom: 1px solid #1a1a1a;
    width: 100%;
    padding-left: 0.5em;
    margin-bottom: 1rem;
	font-weight: bold;
}
h2#column_midashi,
h2#about_midashi {
    width: 100%;
    font-size: 1.4rem; 
    font-weight: bold; 
    border-bottom: 2px solid #1a1a1a;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 1rem;
	line-height: 1.75;
	text-align: center;
/*
    width: 90%;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #555;
    border-bottom: 3px solid rgba(26, 26, 26, 1);
    margin-top: 5px;
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-bottom: 0.5rem;
    line-height: 1.0em;
*/
}
.column-header-image {

}
#about_item h3 {
	width: 90%;
	border-bottom: 1px solid rgba(78, 2, 4, 0.3);   /* タイトルに下青線 */
	padding-bottom: 0.2rem;                         /* 下線までの距離 */
	margin-top: 4rem;                /* 最初のエントリーまでの距離 */
	margin-bottom: 0.8rem;                /* 最初のエントリーまでの距離 */
    font-weight: bold;
	font-size: 1rem;
    color: #555;
}
/*.post-thumbnail {
	max-width: 600px;
	width: 80%;
	margin: 0 auto;
}*/
h3.column-entry-title {
    font-size: 1.1rem;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    width: 100%;
    padding-left: 0.5em;
    margin-bottom: 2rem;
}

/****************************************************************/
/* フッター */
/****************************************************************/
.site-footer {
    color: #fff;
    font-size: 14px;
    background-color: #270c01;
    padding-top: 12px;
    padding: 1em 0;
    margin-top: 0px;
    text-align: center;
}
.site-footer p {
    margin: 0 auto;
}
.site-footer p a {
    color: #fff;
}
.site-footer p a:hover {
    background-color: #f9d189;
    color: #333;
}
.site-footer span.vcard {
    display: none;
}

/****************************************

          TOPへ戻るボタン（Go to top）
参考 :: http://nelog.jp/go-to-top-for-wordpress
*****************************************/
#page-top{
    position:fixed;
    right:16px;
    bottom:25px;
    display: none;
    font-size: 1.5rem;
}

#page-top a{
    color:#fff;
    padding:20px;
    text-decoration:none;
    display:block;
    cursor:pointer;
    text-align:center;
    background:#aaa;
    line-height:100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px; 
}

#page-top a:hover{
    background:#8b8b8b;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}


/****************************************************************/
/* トグルメニュー */
/****************************************************************/
	#main-nav,
	#page_nav{
		display: none;
	}
	#main-nav li,
	#page_nav{
		width: 100%;
	}

	#toggle,
	#pagetgl{
		display: block;
		position: relative;
		width: 100%;
		background: #463a2f;
	}
	#pagetgl{
		background: #6c5949;
	}
	#toggle a,
	#pagetgl a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before,
	#pagetgl:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}
	#toggle a:before, #toggle a:after,
	#pagetgl a:before, #pagetgl a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}
	#toggle a:before,
	#pagetgl a:before{
		margin-top: -6px;
	}
	#toggle a:after,
	#pagetgl a:after{
		margin-top: 2px;
	}
/****************************************************************/
/* 問い合わせ */
/****************************************************************/
#quest {
	font-size: 0.8rem;
	margin: 0.8rem;
}
#quest_caution {
	color: #f00;
}
#contact_item h1{
	font-size: 1.8rem;
    font-weight: bold;
	font-family: "HGMinchoE","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

#quest_tbl th{
	width: 30%;
}

/****************************************************************/
/* WP Social Bookmarking Lightのスマホ表示で崩れる時の対処法 */
/* 参考 : http://web.amebablog.net/wordpress-socialbookmarking/ */
/****************************************************************/
/****************************************************************/
/* WP Social Bookmarking Light */
/****************************************************************/
.wp_social_bookmarking_light div {
	line-height: 1.0;
}

.socialBtnsArea iframe {
	margin-bottom: 1.0em;
}
.socialBtnsArea .wsbl_hatena_button {

}
div.wsbl_google_plus_one div{
	width: 50px;
}
.widget.horizontal {
    width: 90px;
}
/*
.wp_social_bookmarking_light{
	border: 0 !important;
	padding: 0 !important;
	margin: 0 0 10px !important;
}
.wp_social_bookmarking_light div{
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 5px 0px 0 !important;
	height: 23px !important;
	text-indent: 0 !important;
}
*/

/**********************************************************/
/*    404                                          */
/**********************************************************/
body.content-none {
    background-color:#fffffa;
    margin:auto;
    pading:0;
    width:1000px;
}
body.content-none div {
     margin-top: 100px;
     font-family:arial, serif;
     color: #272727 ;
     text-align: center;
}
body.content-none h1 {
     font-size: 76px;
     margin: 0;
     padding: 0;
     line-height: 80px;
     color: #665e53 ;
}
/* 2024.11.22 [body.content-none]add */
body.content-none strong {
     font-size: 60px;
     line-height: 45px;
     color:#423735;
}
body.content-none p.notfound {
    font-size: 24px;
    color: #665e53 ;
    line-height:30px;
    margin-top:20px;
    }
body.content-none p.small {
    font-size:14px;
    color:#423735;
    line-height:22px;
    margin-top:20px;
}
body.content-none input{
    padding: 5px 0 ;
}
body.content-none p a {
    color:#423735;
    font-size: 30px;
    font-weight:bold;
    text-decoration:normal;
    line-height:50px;
}
body.content-none p a:hover {
    color:#d6c6af;
    font-weight:bold;
    text-decoration:underline;
}
body.content-none input {
    background-color : #efece6 ;
    border: 1px solid  #d6c6af;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/**********************************************************/
/*    シリーズリスト                                          */
/**********************************************************/
.entry-content a {
	box-shadow: 0 0 0 0 currentColor;
}
.top_worklist p {
	padding-bottom: 2.0em;
}

div.work_msg_list{
	padding-bottom:1.0em;
	width: 100%;
	overflow: hidden;
	border: 1px solid #e9e9e9;
	margin: 0;
	margin-bottom: 2em;
    background-color : #efece6 ;
}

div.work_msg_list p{
	font-size: 1rem;
	padding: 1rem 1rem;
	margin: 0;
}

div.work_msg_list ol{
	float: left;
	font-size: 1.0rem;
	margin: 0;
	padding: 0 1rem 0 3rem;
	width: 100%;
	overflow: hidden;
}
div.work_msg_list ol li {
	width: 100%;
/*	padding: 5px 0px 5px 0px;*/
	line-height: 2.5em;
	padding: 0;
}
div.work_msg_list ol li span{
	width: 100%;
	display: block;
}
div.work_msg_list ol li span a{
	font-size: 1rem;
	text-decoration: underline;
	display: block;
	width: 100%;
	padding: 0;
}
div.work_msg_list ol li span a:visited{
    color:#007acc;
}


/*
div.work_msg_list ol li,
div.work_mitsumei_list ol li{
	margin-top:0em;
	margin-bottom:0em;
	margin-left: 2em;
	text-indent: 0em;
}
div.work_msg_list ol.series_1col{
	width: 100%;
}
div.work_msg_list ol.series_1col li{
	width: calc(100% - 2em);
}
div.work_msg_list ol.series_1col li a{
	font-size:12px;
}
div.work_msg_list ol.series_2col{
	width: 100%;
}
div.work_msg_list ol.series_2col li{
	width: 100%;
}
div.work_msg_list ol.series_2col li a{
	font-size:12px;
}
*/
/*
div.work_msg_list ol.series_3col{
	width: 100%;
}
div.work_msg_list ol.series_3col li{
	width: 100%;
}

div.work_msg_list ol.series_3col li a{
	font-size: 1.0rem;
}
*/
/*
div.work_msg_list ol.series_4col{
	width: 100%;
}
div.work_msg_list ol.series_4col li{
	width: 100%;
}
div.work_msg_list ol.series_4col li a{
	font-size:12px;
}
div.work_msg_list a{
	text-decoration: underline;
}
div.work_msg_list ol.work_kotei_list{
	font-size: 0.8rem;
}
*/
/*
div.work_mitsumei_list{
	width: 100%;
}
div.work_mitsumei_list ol.series_mitsumei{
	width: 100%;
}
div.work_mitsumei_list ol.series_mitsumei li{
	margin-top:-0.5em;
	margin-bottom:-0.6em;
	padding-left:-0.6em;
	width: 100%;
}
*/
/* updatedクラスを追加することで、display: none; が効いて日付が表示されなくなったので修正。 */
.updated:not(.published) {
/*	display: none; */
	display: block;
}

/**********************************************************/
/*    youtube 埋め込み用                                          */
/**********************************************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-top: 3em;
	margin-bottom: 4em;
	margin-left: auto;
	margin-right: auto;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}


.post table {
  border: none;
}
.wp-table-yoko {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
  table-layout: fixed;
}
.wp-table-yoko th {
  text-align: center;
  background-color: #eee;
}
.wp-table-yoko td {
  background-color: #fff;  
}
.wp-table-yoko td {
  text-align: center;
}
.wp-table-yoko th, .wp-table-yoko td{
  padding: 7px; border: 1px solid #ddd;
}
.wp-table-yoko th:first-child {
  border-radius: 6px 0 0 0;
}
.wp-table-yoko th:last-child {
  border-radius: 0 6px 0 0;
}
.wp-table-yoko tr:last-child td:first-child{
  border-radius: 0 0 0 6px;
}
.wp-table-yoko tr:last-child td:last-child{
  border-radius: 0 0 6px 0;
}



/**********************************************************/
/*   ＴＯＰページ                                    */
/**********************************************************/
/* 2020.07.04
.entry-header h3 br {
	line-height: 0;
	height: 0;
}
.entry-header h3.entry-title { 
    font-size: 1.1rem; 
    font-weight: bold; 
	margin: 0;
 	display:block;
}
.entry-header h3.entry-title a {
	padding: 0.7em 0.5em;
	line-height: 2.5;
	display: block;
	width: 100%;
	background: #fff url(img/mnubtn.gif) repeat 0 0;
}
.entry-header h3.entry-title a:hover {
	background: #fff url(img/mnubtn.gif) repeat 0 0;
}

.entry-header h3 span.top_authorname {
	width: 100%;
	text-align: right;
}
.entry-header h3 span.top_authorname {
 	display:inline;
}
.entry-header h3.entry-title span.top_authorname a {
	padding: 0.7em 0.5em;
	line-height: 2.5;
	display: block;
	width: 100%;
}
.entry-header h3.entry-title span.top_authorname a:hover {
	background-color: #f3e7d1;
}
*/
/*  2020.07.04 */
.site-main article {
	border-bottom: 0;
}
.entry-header h3.entry-title {
    font-size: 1.3rem; /* from master_css 1720 :: 28px */
	font-weight: 700; /* from master_css  :: 700 */
	line-height: 2.5; /* from master_css  :: 1.25 */
	margin-bottom: 0.6em; /* from master_css  :: 1em */
	width: 80%;
	background-color: #FBF8F2;
/*	border: 1px solid #332209; */
	border-radius: 9px;
	margin-left: 3px;
}
.entry-header h3.entry-title {
	box-shadow: 2px 3px 5px 3px rgba(0,0,0,0.3);
}
.entry-header h3.entry-title a {
	padding: 0.4em 0.5em;
	line-height: 2.5;

	display: block;
}
.entry-header h3.entry-title:hover {
	background-color: #F5ECBA;
}


/**********************************************************/
/*   賞表示用　一覧表                                    */
/**********************************************************/
div.shomsginfo {
	padding: 0.5em 0.5em 0.5em 1.5em;
	margin-bottom: 2em;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-size: 0.8em;
}
div.shomsginfo p {
	padding: 0;
	margin: 0;
    line-height: 1.7;
}

.shotable {
	width: 100%;
	margin: 0;
	padding: 0;
}
.shotable th,
.shotable td {
	padding: 0;
}
.shotable th.listno {
	width: 2.0em;
	margin: 0;
	padding: 0;
}
.shotable tr {
	line-height: 1.6;
}

.shotable .listno, 
.shotable th.authorname,
.shotable th.worktitle,
.shotable th.amzlink {
	text-align: center;
}
.shotable td.listno, 
.shotable td.authorname,
.shotable td.worktitle,
.shotable td.amzlink {
	margin: 0;
	padding: 0;
}
.shotable th.authorname, 
.shotable td.authorname {
	width: 6em;
}
/* authorname a　でpadding: 0 0.2em;を設定いていることとの関係上、リンクが無いときは_nolinkで、
			リンクがあるときは _nolink 無しで、それぞれにpaddingを設定 */
.shotable td.authorname_nolink,
.shotable td.worktitle_nolink {
	padding: 0.3em 0.2em;
}
.shotable td.authorname a,
.shotable td.worktitle a {
 	display:block;
	padding: 0.3em 0.2em;
}
.shotable td.authorname a:hover,
.shotable td.worktitle a:hover {
	background-color: #0ff;  
}
.shotable .authorname.
.shotable .worktitle {
	padding: 0.5em;
}
.shotable .authorname {
	width: 7em;
}
.shotable th.amzlink, 
.shotable td.amzlink {
	width: 3em;
}

/*
*/
.shotable .listno a {
	text-align: center;
 	display:block;
/*	padding: 100%;*/
}
.shotable .listno a:hover {
	background-color: #0ff;  
}
.stfont{
    font-weight: bold;
}
.redmsg {
	color: #f00;
}
.jusho {
	background-image:url(./img/jusho.jpg);
}
.jusho_nendo {
	margin: 2.5em 0 0.8em 1em;
    font-weight: bold;
}
/* 20241121 del
.entry-content strong {
     font-size: 1em;
	line-height: 1.75;
}*/

/**********************************************************/
/*   著者一覧表用 ナビ                                    */
/**********************************************************/
.author_nav {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;	/* 子要素の配置方向 */
	flex-wrap: wrap;		/* 子要素の折り返し設定 */
/* flex-flow: row wrap; 上記二つをまとめて記述 */
	justify-content:  flex-start;	/* 水平方向の揃え方 */
	align-items: flex-start;		/* 垂直方向の揃え方 */
	align-content: space-around;		/* 行の揃え方 「flex-wrap」で「nowrap」以外に設定した場合のみ有効 */
	margin: 13px 10px;
	height: 5.5em;
}
.author_nav .item {
	width: 20%;
	border: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	flex: 1 1 20%;	/* 伸縮性設定全般 *//* ‘flex-grow’、’flex-shrink’、’flex-basis’のプロパティのショートハンド */
/* flex-grow : Flexアイテムの「伸びる」倍率。 */
/* lex-shrink : Flexアイテムの「縮む」倍率。 */
/* flex-basis :「width」とほぼ同じ働き。 */
}
.author_nav .item a {
/*	width: 5em; */
	height: 2.3em;
	line-height: 2.3em;
	text-align: center; 
	color: #fff;
	background-color: #3d2a1c;
	display: block;
}
.author_nav .item a:hover {
	background-color: #ece4ce;
}
/**********************************************************/
/*   WordPressに埋め込んだYOUTUBE動画をレスポンシブに対応させる */
/**********************************************************/
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100% !important;
	height: 100% !important;
}
/**********************************************************/
/*
@media screen and (min-width: 600px) {
	.entry-header h3.entry-title a {
		padding: 1.0em 1.8em 1.0em 1.5em;
		line-height: 3.2;
		display: inline;
		background: #fff;
	}
	.entry-header h3.entry-title a:hover {
		background-color: #f3e7d1;
	}
	.entry-header h3.entry-title span.top_authorname a {
		display: inline;
		background: #fff;
	}
}
*/
/* 640px以上の場合に適用 2024.11.22 コメント追加*/
@media screen and (min-width: 640px) {
	.item {flex: 1 1 10%;}
	.youtube {
		width: 100%;
		margin: 0 auto;
/*		margin-left: auto;
		margin-right: auto;*/
	}
	.youtube iframe{
/*		width: 100% !important;*/
		height: 100% !important;
	}
}
/****************************************************************/
/* ページネーション */
/****************************************************************/
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 20px 25px 20px 25px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 文字色 */
	background: #322511; /* 背景色 */
}
.pagination a:hover{
	color: #47BEA0; /* マウスホバー時の文字色 */
	background: #fcf1c5; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 20px 25px 20px 25px;
	color: #322511; /* 現在のページの文字色 */
	background: #d4bb87; /* 現在のページの背景色 */
}
/****************************************************************/
/* 全画面共通　文字強調 */
/****************************************************************/
span.boldfont {
	font-weight: bold;
}
/*
@media only screen and (max-width: 413px) {
	.pagination {
		font-size: 12px;
		line-height: 12px;
	}
	.pagination span, .pagination a {
		padding: 8px 10px 8px 10px;
	}
	.pagination .current{
		padding: 8px 10px 8px 10px;
	}
}
*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■　710px以上の場合に適用 2024.11.22 コメント追加　 ■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	/*-----------------------------------*/
	/* アイキャッチ画像 */
	/*-----------------------------------*/
	body:not(.custom-background-image)::before {
		content:none;
	}
	body:not(.custom-background-image)::after {
		content:none;
	}
	.post-thumbnail {
/*		margin: 0 7.6923% 1.75em; */
		margin: 0;
	    margin-top: 4rem;
	    margin-bottom: 2rem;
		width: 100%;
	}
	img.pageimage,
	.post-thumbnail img {
		display: block;
/*		
		max-width: 600px;
*/
		width: 80%;
		margin: 0 auto;
	}
	img.pageimage {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	/****************************************************************/
	/* 作家・作品情報 */
	/****************************************************************/
	.header-image {
	    height: 4rem;
	}
	div.header-image h2 {
		top: 1.0rem;
		left: 6rem;
	    font-size: 1.8rem; 
	}
	.menu-toggle {
	    top: 0.8rem;
	    right: 3rem;
	}
	div.column-header-image h2 {
		left: 4rem;
	}

	#about_title {
	    font-size: 1.8rem;
	    margin-top: 1.5rem;
	    margin-bottom: 1.5rem;
		line-height: 2.5;
	}
	#author_name {
		font-size: 1.5rem;
	    margin-top: 1.0rem;
		margin-bottom: 0.2rem;
	}
	#series_name {
		font-size: 1.5rem;
		margin-bottom: 0.2rem;
	}
	#genre_name {
		margin: 2rem 0;
	}
	#mygenre {
		padding-left: 5rem;
		padding-top: 0.2rem;
	    font-size: 1.2rem; 
	}
	#writer_title {
		text-align: center;
	    font-size: 2.7rem; 
	}
	.entry-header {
/*
		margin-right: 3rem;
		margin-left: 3rem;
*/
	}
	.writer_item h2 {
/*	    width: 100%;*/
	    font-size: 1.2rem;
	    color: #1a1a1a;
	    border-bottom: thin solid #1a1a1a;
	    line-height: 1.0rem;
	    font-family: "Trebuchet MS","Arial","Helvetica","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
		padding-top: 1.75em;
	    padding-bottom: 0.4rem;                         /* 下線までの距離 */
	    padding-left: 1.5rem;
	    margin-bottom: 0.8rem;                /* 最初のエントリーまでの距離 */
		margin-right: 0.2rem;
	}
	h1.entry-title {
	    font-size: 2.7rem; /* 2024.11.24 edit */
	}
	.msg p,
	.msg blockquote {
	    font-size: 1.0rem;
		margin-left: 1.8rem;
		margin-right: 1.8rem;
	}
	#writer_work a {
		padding: 0.3rem 0rem;
	}
	/*-----------------------------------*/
	/* おすすめの小説 */
	/*-----------------------------------*/
	.recom_work {
		padding-top: 2rem;
		margin-left: 2.5rem;
		margin-right: 2.5rem;
		border-top: 1px solid #1a1a1a;
	}
/* 2024.11.22 del */
/*
	.recom_work h2 {
	    font-size: 1.2rem;
	    padding-left: 0.5em;
	    margin-bottom: 1rem;
	}
*/
/* 2024.11.22 add */
.entry-content h2, .recom_work h2 { 
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFF;
    padding: 0.5rem 0 0.5rem 0.5rem;
    border-bottom: thin solid #391A07;
    background-color: #948149;
}

	.recom_work h3 {
	    font-size: 1.1rem;
	    margin: 0 auto 1rem;
	    padding-left: 1em;
	}
	.recom_work div.msg {
	    font-size: 0.8rem;
	    border: 1px dotted rgba(100, 100, 100, 0.3);
	    padding: 5px 0px 5px 10px;
	    margin: 10px auto;
	    width: 90%;
	}
	.recom_work dl {
	    margin: 0 auto 1rem;
		line-height: 1.5;
	}
	.recom_work dt {
	    font-size: 1.0rem;
	    width: 100%;
	    margin-top: 1.5rem;
	/*    margin-left: 1rem;*/
		background-color: #faf5e8;  
/*		padding-left: 0.5rem;*/
	}
	.recom_work dd {
	    width: 100%;
	    font-size: 0.9rem;
	    padding-top: 0.4rem;
	    padding-left: 0.5rem;
	    margin: 0px;
	}
	.recom_work dt a {
		width: 100%;
	}	
	.writer_l,
	.writer_r {
	    width: 50%;
	}
	.writer_l h3,
	.writer_r h3{
		margin-top: 2.0em;
	}
	.entry-content {
/*		margin-right: 3.5rem;
		margin-left: 3.5rem;
		font-size: 1.0rem;
*/
		margin-right: auto;
		margin-left: auto;
		width : calc(100% - 7rem);
	}
	#book_info {
		display: block;
	}
	
	.widget ul {
	    padding: 0;
	    padding-left: 20px;
	    margin-left: 2rem;
	    margin-right: 2rem;
	}
	
	#quest {
		margin: 2.0rem;
	}
	.to_amazon_link {
		padding: 1.0rem 0 1.0rem 3rem;
		margin-bottom: 2rem;
	}
	/*-----------------------------------*/
	/* 作品 */
	/*-----------------------------------*/
	#shop_box{
		overflow:hidden;
		position: relative;
		width: 90%;
		padding-left: 4rem;
		padding-right: 4rem;
		margin-top: 2rem;
		margin-bottoom: 2rem;
		margin-right: auto;
		margin-left: auto;
	}
	.photo{
		position: relative;
		float: left;
		margin: 0 3px 10px 3px;
	}
	.book_info{
		position: relative;
		float: right;
		text-align: left;
		width: 20%;
		font-size: 10pt;
	}
	.book_info p{
		margin: 0 0 1.0rem;
	}
	.shop{
		clear; both;
	}

	/**********************************************************/
	/*    シリーズリスト                                          */
	/**********************************************************/
	div.work_msg_list ol li {
		line-height: 1.8rem;
	}

/*
	div.work_msg_list,
	div.work_mitsumei_list{
		font-size:12px;
		padding-bottom:1.0em;
		width: 600px;
		overflow: hidden;
	}
	div.work_msg_list p,
	div.work_mitsumei_list p{
		font-size:13px;
		padding: 7px 0px;
	}
*/
/*
	div.work_msg_list ol,
	div.work_mitsumei_list ol{
		float: left;
		font-size: 1rem;
		padding-bottom:0em;
		width: calc(100% - 2em);
		overflow: hidden;
	}
	div.work_msg_list ol li,
	div.work_mitsumei_list ol li{
		margin-top:0em;
		margin-bottom:0em;
		width: 150px;
		text-indent: 0em;
	}
*/
/*
	div.work_msg_list ol.series_1col{
		width: 600px;
	}
	div.work_msg_list ol.series_1col li{
		width: 550px;
	}
	div.work_msg_list ol.series_1col li a{
		font-size:12px;
	}
*/
	
	div.work_msg_list ol.series_2col{
		width: calc(100% / 2);
	}
	div.work_msg_list ol.series_2col li{
		width: 100%;
	}
	div.work_msg_list ol.series_2col li a{
/*		font-size:12px; */
	}
	div.work_msg_list ol.series_3col{
		width: calc(100% / 3);
	}
	div.work_msg_list ol.series_3col li{
		width:  100%;
	}
	div.work_msg_list ol.series_3col li a{
		font-size: 1rem;
	}
	div.work_msg_list ol.series_4col{
		width: calc(100% / 4);
	}
	div.work_msg_list ol.series_4col li{
		width:  100%;
	}
	div.work_msg_list ol.series_4col li a{
		font-size: 1rem;
	}
/*
	div.work_mitsumei_list{
		width: 660px;
	}
	div.work_mitsumei_list ol.series_mitsumei{
		width: 220px;
	}
	div.work_mitsumei_list ol.series_mitsumei li{
		margin-top:-0.5em;
		margin-bottom:-0.6em;
		padding-left:-0.6em;
		width: 172px;
	}
*/


/****************************************************************/
/* WP Social Bookmarking Light */
/****************************************************************/
	div.socialBtnsArea {
		padding-left: 5rem;
/*		display: block;*/
	}
	.wp_social_bookmarking_light {
		padding-left: 5px;
		margin: 0;
	}
	.wp_social_bookmarking_light div {
		line-height: 1.0;
	}
	. fb_iframe_widget {
		line-height: 1.0;
	}
	
	/**********************************************************/
	/*   ＴＯＰページ                                    */
	/**********************************************************/
	.entry-header h3 br {
		line-height: 0;
		height: 0;
	}
/*  2020.07.05 edit */
	.site-main article {
		border-bottom: 1px solid #444;
	}
	.entry-header h3.entry-title { 
	    font-size: 1.3rem; 
	    font-weight: bold; 
		width: 100%;
		margin: 0;
		background: #fff;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	.entry-header h3.entry-title a {
		line-height: 3.2;
		display: inline;
		background: #fff;
	}
/*  2020.07.05 add */
	.entry-header h3.entry-title a.titlename {
		padding: 1.0em 0.5em 1.0em 1.5em;
	}
/*  2020.07.05 add */
	.entry-header span.top_authorname {
		padding: 1.0em 0.5em 1.0em 0.5em;
	}

	.entry-header h3.entry-title a:hover {
		background-color: #F5ECBA;
	}
	.entry-header h3.entry-title:hover {
		background: #fff;
		background-color: #fff;
	}
/*
	.entry-header h3.entry-title span.top_authorname a {
		padding: 1.0em 1.8em 1.0em 0.5em;
		line-height: 3.2;
		display: inline;
	}
	.entry-header h3.entry-title span.top_authorname a:hover {
		background-color: #f3e7d1;
	}
*/
	/**********************************************************/
	/*   賞表示用　一覧表                                    */
	/**********************************************************/
	div.shomsginfo {
		padding: 0.5em 0.5em 0.5em 1.5em;
		margin-bottom: 2em;
		border: 1px solid #ddd;
		border-radius: 6px;
		font-size: 0.8em;
		color: #f00;
	}
	div.shomsginfo p {
		padding: 0;
		margin: 0;
	    line-height: 1.7;
	}

	.shotable {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.shotable .listno {
		width: 3em;
	}
	.shotable tr {
		height: 1em;
	}
	.shotable th, 
	.shotable td {
		width: 100%;
		margin: 0;
		padding: 0.2em 0.5em ;
	}
	.shotable th a, 
	.shotable td a {
	/*	color: #f00;	*/
	}
	.shotable .authorname.
	.shotable .worktitle {
		padding: 0.5em;
	}
	.shotable .authorname {
		width: 7em;
	}
/*	
	.shotable .tolink  {
		width: 100px;
	}
	.shotable .tolink  {
		padding: 0;
	}
*/
	.shotable .listno,
	.shotable .authorname,
/*	.shotable .tolink*/ {
		text-align: center;
	}
	/**********************************************************/
	/*   ページネーション                                    */
	/**********************************************************/
	.pagination span, .pagination a, .pagination .current {
		padding: 10px 15px 10px 15px;
	}

}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
	#navi_mnu .navi_btn {
		width : 98% ; /* IE8以下とAndroid4.3以下用フォールバック */
		width : -webkit-calc((100% / 3) - 10px);
		width : calc((100% / 3) - 10px);
	}

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
	.site-content {
		padding: 0;
	}
	.socialBtnsArea,
	.post-thumbnail img,
	#shop_box{
		width: 90%;
		padding-left: 1rem;
		padding-right: 3rem;
		margin-top: 2rem;
		margin-bottoom: 2rem;
		margin-right: auto;
		margin-left: auto;
	}
	.socialBtnsArea {
		border-top: 1px solid #1a1a1a;
		border-bottom: 1px solid #1a1a1a;
	}
	#genre_name{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	img.pageimage {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.entry-content {
/*
		margin-right: 3.5rem;
		margin-left: 3.5rem;
*/
/*
		margin-right: auto;
		margin-left: auto;
		width : calc(100% - 7rem);
*/
/*
		padding-left: 1rem;
		padding-right: 3rem;
*/
	}
	.entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
	    margin-left: 1em;
	}
	
	.entry-content blockquote {
		width: 92%;
	    padding: 2.0em 1.0em 0.5em;
		line-height: 1.7;
		margin-bottom: 2rem;
	}
	.site-content {
		position: relative;
	}
	.content-area {
		float: left;
		margin-right: -300px;
		width: 100%;
	}
	.site-main {
		margin-right: 310px;
	}
	.site-main article {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
		width: 100%;
	}
	.amazon-space {
		display: block;
		margin: 2rem auto;
	}

	/*-----------------------------------*/
	/* ソーシャルボタン */
	/*-----------------------------------*/
	div.socialBtnsArea {
	    padding-left: 2rem;
	    display: block;
	}
	/*-----------------------------------*/
	/* アイキャッチ画像 */
	/*-----------------------------------*/
	.post-thumbnail{
/* 		margin: 2rem auto;*/
		width: 100%;
	    text-align: center;
	}
	.post-thumbnail img {
/*		display: block;
		margin-left: auto;
		margin-right: auto;
*/
		padding-left: 1rem;
		padding-right: 3rem;
/*
		margin: 2rem auto;
		width: 90%;*/
	}
	/*-----------------------------------*/
	/* 本情報 */
	/*-----------------------------------*/
	.writer_l,
	.writer_r {
	    width: 50%;
	    padding: 0px 0.5rem 0.5rem;
	    text-align: left;
	}
	#writer_work ol {
	    width: 100%;
	}
	#writer_work li {
		border-bottom: 1px solid #dcdcdc;   /* コメントの間に線 */
		padding: 0.1rem 0rem;				/* コメントと線の間 */
		line-height: 100%;					/* 行間を狭める */
		list-style: outside none;
		padding-left: 20px;
		background: #FFF url(./img/lst01.png) no-repeat left center;
	}
	.entry-header {
/*
		overflow: hidden;
		margin-right: 2rem;
		margin-left: 2rem;
*/
	}
	.writer_l,
	.writer_r {
	    width: 50%;
	    padding: 0px 1rem 1rem;
	    text-align: left;
	}
	.widget ul {
	    padding: 0;
	    padding-left: 20px;
	    margin-left: 0;
	    margin-right: 0;
	}

	/*-----------------------------------*/
	/* サイドバー */
	/*-----------------------------------*/
	.sidebar {
		float: right;
		margin: 0;
		margin-bottom: 1.5rem;
		width: 300px;
		border-top: 4px solid #1a1a1a;
	}
	#side_new_writers,
	#side_new_work,
	#ad-code-20090,
	#side_genre_writers,
	#side_new_comment {
		margin-top: 2rem;
		display: block;
	}
	.sidebar ul{
		width: 100%;
/*		padding: 0px 0px 20px 40px;*/
/*		margin: 0px 0px 0px 30px;*/
		text-align: left;
	}
	#side_genre_writer li {
		line-height: 0.5;
	}
	.sidebar li {
		line-height: 1.2;
	}
	.sidebar li a{
		display: block;
		text-decoration: none;
	}
	.sidebar li a:hover{
		padding: 0.3em 0em 0.3em 0;
	}
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: none;
		width : calc(100% - 7rem);
	}
/*
	.entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
	    margin-left: 0em;
	}
	
	.entry-content blockquote {
		width: 95%;
	    padding: 2.0em 1.0em 0.5em;
		line-height: 1.7;
		margin-bottom: 2rem;
	}
*/

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: none;
	    margin-top: 2.1538461538em;
	    width: 100%;
	}

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {

}
