/*
Template:easel
Theme Name:canvas on EASEL
Version: 1.1.0
*/

/* ここから下に書いたCSSが、親テーマCSSに上書きされます。 */
*{
	margin:0;
	padding:0;
	font-size:100%;
}

body{
	cursor:auto;
	color:#333;
	background:#fcfcfc;
	font-weight:500;
	font-family:initial;
	font-family:Georgia, 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,"MS PMincho", メイリオ,Meiryo,serif;
	letter-spacing:0.02rem;
	overflow:visible;
}

/*ヘッダー*/
h1.archive-title,h1.page-title,.works-template-default h1.entry-title.single-title{
	display:inline-block;
	width:100%;
	font-size:1.5rem;
	text-align:initial;
	text-align:left !important;
	padding-left:40px;
	margin:initial;
	margin:40px auto 0;
/*	background:url(https://bbb.8ue.page/img/h1.png) no-repeat left center;*/
}

h1.entry-title a{
	font-size:1.5rem !important;
}

.post-template-default h1.entry-title.single-title{
			background:none !important;
}

/*スマホのときは文字サイズを小さく*/
@media only screen and (max-width: 767px) {
	h1.archive-title,h1.page-title,.works-template-default h1.entry-title.single-title{
			font-size:initial;
			font-size:1.2rem;
			padding-left:20px;
			background:initial;
/*			background:url(https://bbb.8ue.page/img/h3.png) no-repeat left center;*/
	}	
	h2.n-h2{
			font-size:1em !important;
	}
}


#post-not-found{
	font:0.7em normal;
}

h2,h1.h2.entry-title{
	border:0;
	margin:0;
	background:url(https://bbb.8ue.page/img/h2.png) no-repeat left center;
}

h3{
	padding-left:1.2em;
	background:url(https://bbb.8ue.page/img/h3.png) no-repeat left center;
}

h4.widgettitle{
	padding-left:1.2em;
	background:url(https://bbb.8ue.page/img/h4.png) no-repeat left center;
}

/*タイトルのボーダーを消す*/
header.entry-header{
	padding-bottom:0px;
	border:0 !important;
}

header.article-header{
	padding:0;
}

.easel_term_disc{
	margin-bottom:30px;
}

h1.page-title{
  width: 100%;
  text-align: center;
}

p{

}

em{
	font-style:normal;
	font-weight:bold;
}

a{
	text-decoration:none;
}

a:link{
	color:#00adee;

}

a:visited{
	color:#c71585;
}

a:hover{
	color:#86c440 !important;
}

a:active{
	color:#69c;
}

input,textarea{
	border:1px solid #999;
	background:#fff;
}

ul{
	margin:0.5em 0.5em 1em;
	list-style:circle inside;
}

ul li{
	font-size:1rem;
	text-align:left;
}


dl{
	margin-top:20px;
}

dt{
	font-size:1em;
	font-weight:bold;
	margin:0 auto 0 0;
}

dd{
	font-size:1em;
	margin:0 0 1em 3em;
}

table{
	font-size:0.9rem;
}

td{
	padding-right:0.5em;
}

img{
	border:0;
}

/*タイトル画像


.header{
	width:100%;
	max-width:1500px;
	height:250px;
	padding:0 auto;
	margin:0 auto 80px;
	background:url(https://bbb.8ue.page/img/header.png) no-repeat top 40% left 0% #fcfcfc;
	background-size:cover;
}
*/
/*スマホのときは画像を小さく
@media only screen and (max-width: 767px) {
	.header{
		height:100px;
		background-size:initial;
		background-size:contain;
	}
	#content{
		margin-top:-40px;
	}

}
*/
.entry-content{
	border-top:0;
}

#inner-header p.site-desc{
	margin:0 auto 2em;
}

/*メニューと紹介文だけフォントを替える*/
ul.top-nav,p.site-desc{
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

ul.top-nav{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	font-size:0;
	background-color:#fcfcfc !important;
}

li.menu-item{
	text-align:left;
}

li.menu-item a{
/*	width:100px;*/
	color:#333;
	padding-left:1.5rem;
	background:url(https://bbb.8ue.page/img/n_blue.png) no-repeat 0px center !important;
}

li.menu-item a:hover{
	background:url(https://bbb.8ue.page/img/n_green.png) no-repeat 5px center !important;
}

/*スマホのときは矢印なし*/
@media only screen and (max-width: 767px) {
	ul.top-nav{
			display:block;
			font-family:unset;
	}	
	
	li.menu-item a{
		padding-right:0;
		background:none !important;
		}
	li.menu-item a:hover{
		background:none !important;}
}

ul.page-numbers li{
	text-align:center;
}

p.byline{
	vertical-align:baseline;
 	padding:7px 0 0 10px;	
}

span.post-date{
	display:inline-block;
	width:100%;
	text-align:right;
}


.article-footer span.day,.article-footer span.category a,.article-footer span.tag a {
	font-size:0.9rem;
}

a.prof{
	width:25px;
	height:25px;
	margin:-5px 0 -5px;
	padding:5px 0 0 5px;
	
}

.footer #footer_widget{
	background:url(https://bbb.8ue.page/img/bg_footer.gif);
}

p.copyright{
	visibility:hidden;
}

/*同一記事内のページネーション*/
.page-links span.post-page-numbers ,.page-links a.post-page-numbers {
	display:inline-block;
	width:45px;
	height:45px;
  margin: 0 4px;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
	padding:0.8em;
  min-width: 1em;
  display: block;
  color: #00adee;
  border: 1px solid #eaeaea !important;
  border-radius: 25px;
}

.page-links a:hover,.page-links a:focus{
  background-color: #aeb0b3;
}

.page-links span.current{
  color: #57595d !important;
  background: #eaeaea !important;
}

/*タグクラウド
.widget_tag_cloud .tagcloud a{
	color:#666;
	font-size:1em !important;
	text-decoration:none;
	line-height:2.5;
	padding:6px;
	margin:3px;
 	border-radius:5px;
	border:1px solid #00adee;
	background:#fff;
  　white-space: nowrap;
}

.widget_tag_cloud .tagcloud a:hover{
	background:#fff; 
	outline:1px dashed #86c440;
}*/

/*気まぐれサイトロゴ(まっすぐ編)
p.h1#logo a{
	position:relative;
	top:-20px;
	left:-100px;
	color:#00adee;
	font-size:5rem;
	background:#fff;
	border-radius:30px;
}
*/

/*気まぐれサイトロゴ(右目編)
p.h1#logo a{
	position:relative;
	top:20%;
	left:50%;
	color:#00adee;
	font-size:5rem;
	background:#fff;
	border-radius:30px;
}

p.site-desc{
	visibility:hidden;
}

#logo a,p.site-desc{
	display:inline-block;
	padding:0.5em;
	margin:20px 0;
}
*/

nav{
	position:relative;
	margin:-15px 0;
}

/*スマホのときは文字サイズを小さく*/
@media only screen and (max-width: 767px) {
	p.h1#logo a{
			top:0;
			left:0;
/*			font-size:1em;
			font-size:1.8rem;
			border-radius:15px;*/
			border-radius:5px;
	}
}

/*気まぐれサイトロゴ（ななめ編）
p.h1#logo a{
	position:relative;
	top:-40px;
	left:-100px;
	color:#00adee;
	font-size:7rem;
	border-radius:30px;
 -webkit-text-stroke: 3px #FFF;
  text-stroke: 4px #FFF;
	transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}

p.site-desc{
	border-radius:15px;
	background:#fff;
}

nav{
	position:relative;
	margin-top:-50px;
}*/

/*トップページデザイン*/
ul.n-illust,ul.n-rkgkp,ul.n-rkgkc,ul.n-murmur{
	margin-left:20px;
}

ul.news01{
	padding:0.5em 1.5em;
	margin:5px 0 0 20px;
	border-top:0;
	border-right:0;
	border-bottom:0;
	border-left:1px solid #999;
}

/*イラストページリンク設定*/
a.illust img:hover{
	opacity:0.7;
	-webkit-transition: .5s;
	transition: .5s;
}

/*手ブログ漫画右から読み*/
div.reverse{
  display:flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

/*センタリング実験*/
.shortcode-illust.rkgk,.shortcode-illust.tblgl,.shortcode-illust.tblgs,.shortcode-illust.comic{
	font-size:0;
	line-height:0;
	margin:0 50px;
}

.shortcode-illust li h3.h2,.shortcode-illust li p.byline{
	padding-left:0;
	margin:0;
}

.rkgk li h3.h2,.tblgl li h3.h2,.tblgs li h3.h2{
	margin-bottom:10px;
}

ul.tblgs li,ul.comic li,ul.n-comic li{
	height:100px !important;
}

.shortcode-illust li figure img{
	border:0;
	outline:1px dashed #999;
}

.shortcode-illust li h3.h2{
	background:none;
}

.n-illust,.n-rkgk,.n-comic,.n-text,.n-murmur{
	margin:5px 0 5px 30px !important;	
}

.n-illust li,.n-rkgk li,.n-comic li,.rkgk li,.tblgl li,.tblgs li,.comic li{
	margin:5px !important;
}

.shortcode-illust.rkgk li,.shortcode-illust.tblgl li,.shortcode-illust.tblgs li,.shortcode-illust.comic li{
  width:initial;
  width: calc(20% - 10px);
}

.shortcode-illust.rkgk li:not(:nth-of-type(5n)),.shortcode-illust.tblgl li:not(:nth-of-type(5n)),.shortcode-illust.tblgs li:not(:nth-of-type(5n)),.shortcode-illust.comic li:not(:nth-of-type(5n)) {
  margin-right: -10px;
}

/*スマホの場合*/
@media only screen and (max-width: 767px) {
	.shortcode-illust.rkgk li,.shortcode-illust.tblgl li,.shortcode-illust.tblgs li,.shortcode-illust.comic li{
		margin:initial;
 		width:initial;
		width: calc(33% - 10px);
		height:40px;
	}
/*まんがだけ2等分*/
	.shortcode-illust.comic li{
		margin:initial;
 	 	width:initial;
	 	width: calc(50% - 10px);
	}
	.shortcode-illust.comic li section{
		top:40px;
	}
	.shortcode-illust.rkgk li:not(:nth-of-type(3n)),.shortcode-illust.tblgl li:not(:nth-of-type(3n)),.shortcode-illust.tblgs li:not(:nth-of-type(3n)),.shortcode-illust.comic li:not(:nth-of-type(3n)) {
		margin-right: -10px;
	}
}

ul.comic li{
	margin-bottom:120px !important;
}

ul.comic li a{
	display:inline-block;
	padding-bottom:100px;
}

/*漫画ページの位置調整*/
ul.shortcode-illust.comic li figure img,
ul.shortcode-illust.n-comic li figure img{
  object-position: 0 0;
}

ul.shortcode-illust.comic li section{
	position:relative;
	top:95px;
	text-align:left;
	padding:15px 0 0 0;
	margin:0;	
	background:#fcfcfc;
	-webkit-transition: .5s;
	transition: .5s;
}

ul.shortcode-illust.comic li a section h3.h2{
	font-size:0.95em;
	font-weight:600;
	color: #57595d;
	margin-bottom:10px;
}

ul.shortcode-illust.comic li a section time{
  color: #cbcfd8;
}

/*漫画ページのリンク*/
ul.shortcode-illust.comic li a section{
	opacity:initial;
	z-index:-100;
}

ul.shortcode-illust.comic li a:hover section{
	opacity:0.5;
}

ul.shortcode-illust.comic li figure{
	opacity:1;
	background: #000;
}

ul.shortcode-illust.comic li figure img,ul.shortcode-illust.comic li a section{
	-webkit-transition: .5s;
	transition: .5s;
}

ul.shortcode-illust.comic li a:hover figure img{
	opacity:0.5;
}

/*漫画コメント*/
.entry-content p.cp{
	width:100%;
	max-width:500px;
	margin:0 auto;
}

/*小説リンクを文字数だけに*/
ul.shortcode-text li h4{
	display:inline-block;
}

/*小説ページタイトル調整*/
article.custom_cat-novel h1.entry-title{
	background:none !important;
	letter-spacing:0.2em;
	padding:initial;
	padding-left:1rem;
	margin:40px 0 20px 0;
}

/*小説ページの細かいタイトル*/
h2.n-h2{
	padding:0.5em 0;
	margin:0;
	border:0 !important;
	background:none;
}

p.excerpt{
	color:#545454;
}

/*小説の場面転換*/
p.l-sp{
	text-align:center;
	letter-spacing:1em;
}

/*あとがき*/
.afterword{
	border-top:1px dashed #333;
	width:80%;
	color:#777;
	font-size:0.95em;
	padding:2em;
	margin:5em 0 1em auto;
}

/*妄想ページの記事タイトル*/
.category-murmur h1.h2.entry-title{
	font-size:initial;
	padding:initial;
	margin-top:40px;
	padding-left:2em;
	background:none !important;
}

.category-murmur h1.page-title{
	font-size:0;
}

.category-murmur h1.page-title:before{
   	content:"妄想";
	font-size:1.5rem;
	line-height:1.5em;
}

@media only screen and (max-width: 767px) {
	.category-murmur h1.page-title:before{
			font-size:initial;
			font-size:1.2rem;
	}	
}

.category-murmur p.byline.entry-meta.vcard{
	text-align:right !important;
	margin:0;
}

.category-murmur p.byline.entry-meta.vcard time{
	display:inline-block;
}

.category-murmur.entry-content p{
	padding:0 20px;
}

.category-murmur article,.term-novel article{
	border-bottom:dashed 1px #333 !important;
}


/*ページ内で改ページしたとき―*/
.page-links{
  margin: 80px 0 1.5em;
}
