@charset "utf-8";

/*
*/

/*●●●●●共通classの設定●●●●●*/
.fontBold {
	font-weight: bold;
	}
.alignleft {
	float: left;
	}
.alignright {
	float: right;
	}

/*●●●●●基礎の設定●●●●●*/
* {
	margin: 0px;
	padding: 0px;
	}
html {
	overflow-y:scroll;
	}
html,body {
	width:100%;
	height: 100%;
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	}
p {
	color: #250d00;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000000;
	}

/*●●●●●リンクの設定●●●●●*/
a {
	text-decoration: none;
	}
a:link {
	color: #0000cd;/*未クリック*/
	}
a:visited {
	color: #a52a2a;/*クリック済*/
	}
a:hover {
	color: #e2041b;/*カーソル触*/
	}
a:active {
	color: #4d5aaf;/*クリック中*/
	}

/*●●●●●リストの設定●●●●●*/
ul {
	list-style-type: none;
	}

/*●●●●●枠の設定●●●●●*/
#wrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	}

/*●●●●●headerの設定●●●●●*/
#header {
	background-color: #FFFFFF;
	position: static;
	z-index: 1;
	width: 100%;
	height: 55px;
	padding-top: 10px;
	line-height: 1;
	border-bottom: #e2041b solid thin;
	}
#header a,#header img {
	display: block;
	}
#headerLeft {
	margin-left:10px;
	}
#headerLeft,#headerLeft img,#headerTitle {
	float: left;
	margin-top: 2px;
	}
#headerLeft p {
	margin-top: 5px;
	font-size: 10px;
	}
#headerLeft h1 {
	font-family: "Sawarabi Mincho";
	margin-top: 5px;
	font-size: 25px;
	}
#headerRight {
	float: right;
	margin: 35px 10px 0px 0px;
	}
#headerRight li{
	display: inline-block;
	margin: 0px 5px;
	font-size:14px;
	}

/*●●●●●pageTitleの設定●●●●●*/
#pageTitle {
	margin:0px 5px 10px 5px;
	}
#pageTitle h2 {
	font-family: "Kokoro";/*わさらびだと縦書きで崩れる、あとpagetitleはひらがな*/
	color: #ffffff;
	font-size: 20px;
	text-shadow: 2px 2px 5px #e2041b,-2px 2px 5px #e2041b,
				2px -2px 5px #e2041b,-2px -2px 5px #e2041b;
	}

/*●●●●●pageheadの設定●●●●●*/
#mainhead {
	margin:20px 0px ;
	}
#mainhead h3 {
	font-size: 22px;
	font-weight: bold;
	}
#mainhead h4{
	float: right;
	}
#main {
	margin: 50px auto;
	}
/*●●●●●novellinksの設定●●●●●*/
.novellinks ul{
	border-bottom: #250d00 solid 1px;
	border-top: #250d00 solid 1px;
  }
.novellinks li{
    position: relative;
    padding-left: 10px;
  }
 
.novellinks li:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #2a83a2;
	}
.novellinks a:active {
	position: relative;
	top:1px;
	}
.novellinks a:link, .novellinks a:visited {
	color: #2a83a2;/*未クリック・クリック済*/
	}
.novellinks a:hover {
	color: #e2041b;/*カーソル触*/
	}
.novellinks a:active {
	color: #4d5aaf;/*クリック中*/
	}
.novellinks ul{
	margin: 10px;
	}
.novellinks li{
	padding: 0px 10px;
	margin: 3px 10px;
	text-shadow: none;
	}
.novellinksactive{
	}
.novellinksactive:active{
	/*transform: translateY(2px);沈むように
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);*/
	}
/*●●●●●navigationの設定●●●●●*/
.navigation {
	margin: 10px auto;
	text-align: center;
	bottom: 30px;
	}
.navigation ul {
	margin: 5px 0px;
}
.navigation li {
	border-radius: 10px;
	background: #250d00;
	display: inline-block;
	padding: 1px 10px;
	margin: 0px 10px;
	text-shadow: none;
	}
.navigation a:active {
	position: relative;
	top:1px;
	}
.navigation a:link, .navigation a:visited {
	color: #ffffff;/*未クリック・クリック済*/
	}
.navigation a:hover {
	color: #d6e9ca;/*カーソル触*/
	}
.navigation a:active {
	color: #fef4f4;/*クリック中*/
	}
/*●●●●●containerの設定●●●●●*/
#container {
	margin: 0 auto;
	}
/*●●●●●postの設定●●●●●*/
.post h2 {
	text-align: center;
	margin:10px 0px 0px 0px;
	font-size: 20px;
	}
.post {
	margin-bottom: 100px;/*重なり防止ナビの位置調整*/
	}
.post p,.post img {
	margin: 15px 10px;
	}
#main {
	max-width: 600px;
	min-width: 90%;
	text-align: left;
	margin:0px 20px;
	}
#main img {
	border-radius: 8px;
	}


/*●●●●●noveltitlesの設定●●●●●*/
.noveltitles a {
	border-radius: 10px;
	background: #250d00;
	display: inline-block;
	width: 200px;
	margin: 10px 10px  0px;	
	text-shadow: none;
	}
.noveltitles a:active {
	position: relative;
	top:1px;
	}
.noveltitles a:link, .navigation a:visited {
	color: #ffffff;/*未クリック・クリック済*/
	}
.noveltitles a:hover {
	color: #d6e9ca;/*カーソル触*/
	}
.noveltitles a:active {
	color: #fef4f4;/*クリック中*/
	}

/*●●●●●noveltitlesの設定●●●●●*/
#noveltitles {
	clear: both;
	}
#noveltitles li{
	margin-top:15px;
	padding-top: 5px;
	line-height: 1;
	}
#noveltitles .noveldate {
	margin:0px;
	font-size: 12px;
	}

#novelexplain {
	margin-bottom: 10px;
	}
#novelexplain h3:after {
	content: "";
	display: block;
	height: 2px;
	background: -moz-linear-gradient(to right, #250d00, transparent);
	background: -webkit-linear-gradient(to right, #250d00, transparent);
	background: linear-gradient(to right, #250d00, transparent);
	}

/*●●●●●novelsの設定●●●●●*/
#novelsexplain {
	margin-bottom: 10px;
	}
#novelsexplain h3:after {
	content: "";
	display: block;
	height: 2px;
	background: -moz-linear-gradient(to right, #250d00, transparent);
	background: -webkit-linear-gradient(to right, #250d00, transparent);
	background: linear-gradient(to right, #250d00, transparent);
	}
#novelexplain p {
	margin-left: 5px;
	}
.novelsTitleLinks {
	margin: 15px 0px 5px 5px;
	border-bottom: #250d00 solid 1px;
	}
.novelsTitleLinks li{
    position: relative;
    padding-left: 10px;
  }
 
 .novelsTitleLinks li:before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #2a83a2;
	}
.novelsTitleLinks a:active {
	position: relative;
	top:1px;
	}
.novelsTitleLinks a:link, .novelsTitleLinks a:visited {
	color: #2a83a2;/*未クリック・クリック済*/
	}
.novelsTitleLinks a:hover {
	color: #e2041b;/*カーソル触*/
	}
.novelsTitleLinks a:active {
	color: #4d5aaf;/*クリック中*/
	}
.novelsTitleLinks p {
	margin-left:8px;
	}
/*●●●●●footerの設定●●●●●*/
#footer {
	clear: both;
	margin-top: auto;
	border-top: #e2041b solid thin;
	height: 30px;
	text-align: center;
	font-size: 14px;
	}
#footer p {
	margin-top: 6px;
	text-shadow: 1px 1px 3px #c8c2be;
	}

