/*
Theme Name:Ascend Child
Template:ascend
Version: 1.4.6
Text Domain: ascendchild
*/


/*-----------------------------------------------------------*/
/*　リンクの文字色を変更　*/
/*-----------------------------------------------------------*/
a {
	color: orange;/*リンク文字色*/
}
a:hover,
a:active {
	color: orange;/*マウスオーバー時のリンク文字色*/
}

/*-----------------------------------------------------------*/
/*　マウスオーバー時のリンク文字色と下線の太さ・色を変更　*/
/*-----------------------------------------------------------*/
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: orangered;/*マウスオーバー時の文字色*/
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);/*マウスオーバー時の下線の太さと色*/
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(255, 255, 255, 0);/*マウスオーバー時の下線の太さと色*/
}


/*-----------------------------------------------------------*/
/*　テキスト調整　*/
/*-----------------------------------------------------------*/

html {
	line-height: 2;
}

body,
button,
input,
select,
textarea {
	color: #000000;
}

p {
	margin: 0 0 3em !important;
	padding: 0;
	line-height:2em;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	color: #000000;
	font-size: 18px;
}
/*-----------------------------------------------------------*/
/*　ナビゲーション　*/
/*-----------------------------------------------------------*/

.main-navigation a:hover {
	color: orange;
}
.main-navigation a:active {
	color: orange;
}

/*-----------------------------------------------------------*/
/*　Novelsページ用　*/
/*-----------------------------------------------------------*/
.novel-summry-foreword {
	background-color:#EEEEEE;
	font-size: 14px;
	padding: 10px;
	margin: 10px;
	color: #333333;
}

/*-----------------------------------------------------------*/
/*　リスト　*/
/*-----------------------------------------------------------*/


.novelssub ul, ol {
	color: orange;
	padding: 0.5em 0.5em 5em 2em;
	width: auto;
  }
  
.novelssub ul li, ol li {
	line-height: 1.5;
	padding: 0.5em 0;
	border-bottom: dotted orange 1px;
  }

.netabare{
	font-size: smaller;
	margin-bottom: 10px;
}

.kt-post-author{
    display:none !important;
}
.postdate {
	display:none !important;
}