@charset "UTF-8";
/* CSS Document */


/*PC 801px以上の場合*/
@media screen and (min-width:801px) {


/* 小説共通 */
#container #header {
	/*background-image: url(../images/tatesen2.gif);
	background-repeat: repeat-y;*/
}

#container #primary {
	width: 1020px;
	height: 1500px;/*本文の長さにより変更する*/
	background-color: #FFF;
	float: right;
	border-left:#9acd32 1px solid;
	overflow-y: scroll;
}	
	
#open01 { display:none;}
#open02 { display:none;}

#container #secondary {
	width: 179px;
	height: 700px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;/* =16px =100% */ 
	position: fixed;
	} 	

#secondary .menu_mei {
	width: 90%;
	margin:80px 0 0 25px;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 19px;
	color: #ea68a2;
	}	

#secondary .menu{
	width: 179px;
	height: 600px;
	margin-top: 30px;
	margin-left: 0px;
	}
	
#secondary ul {
	list-style-type: none;
	margin:15px 0px 0px 25px;
	padding: 0px;
}

#secondary li {
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	padding: 0px 0px 20px 0px;
	line-height:26px; 
}

#secondary #page-top {
	display:none;
	/* PCではスクロールすると出るように、スマホ、タブレットでは一番下に表示させるため、side-naviとsecondary両方にボタンのコードを書いて、片方を非表示にしている。 */
}

/* 小説のCSS */
#primary .midasi {
	width:900px;
	margin-top: 100px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9acd32;
}

	
#primary .novel_menu{
	width: 600px;
	height: 1000px;
	margin-top: 40px;
	margin-left:65px;
	}

#primary .daititle {
	font-size: 20px;
	font-style: normal;
	color: #6E74FF;	
	text-indent: 0em;
	margin-bottom: 25px;
}
	
#primary p {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 1em;
	line-height: 190%;
}


#primary ul {
	list-style-type: none;
	margin:50px 0 0 20px;
	padding: 0 0 0 0;
}

#primary li {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	padding: 0px;
	line-height:45px; 
}
	
/*本編ページのCSS*/
#primary .title {
	font-size: 21px;
	color: #060;
	font-style: normal;
	margin:0 0 45px 0;
	text-indent: 0em;
}

	
#primary .novel_main {
	width: 600px;
	/*height: 8600px;*/
	margin-top: 120px;
	/*margin-right:auto;*/
	margin-left:100px;
	}
	
	
#primary .serihu {
	text-indent: 0em;	
	}
			
#primary .honbun_ue {
	margin: 140px 0 0 0;	
	}

#primary .honbun_ue_se {
	margin: 140px 0 0 0;	
	text-indent: 0em;
	}	
	
#primary .hiduke {
	text-indent: 0em;
	margin: 150px 0 0 0;
	}

/*通常のページのリンク*/
#primary .link {
	text-indent: 0em;
	margin: 80px 0 100px 350px;
	}

/*最初・最後のページのリンク*/
#primary .link_sa {
	text-indent: 0em;
	margin: 80px 0 100px 450px;
	}	
	
	
}

/*タブレット 641px以上の場合*/
@media screen and (min-width: 641px) and (max-width: 800px) {
	
	
#container header {
	background:url(../images/banner_re.gif);
	background-repeat:no-repeat;
	background-size:32% ;
	background-position:5% 50%;
	height: 120px;
	background-color: #FFF;
	margin:0;
	padding:0;
}

/*Menuボタンを消す*/
#spMenuBtn02{
	display:none;
}	

/*damiボタンを消す*/
.dami{ display:none;}

nav{
	margin-top:20px;
	padding-top: 28px;
	height:120px;
}

#container header #g-navi {
	list-style-type: none;
	width:56.25%;/*540px*/
	margin-left:40%;
	padding: 0;
	margin-bottom: 0px;
	border-left:#9acd32 1px solid;
	overflow:hidden;
}
	
#container header #g-navi li {
	padding:0px;
	float: left;
	margin: 0px 0px 0px 0px;
	text-align:center;
	width:24.48%;/*235px;*/
	border-top:#9acd32 1px solid;
	border-right:#9acd32 1px solid;
	border-bottom:#9acd32 1px solid;
	height:60px;
	line-height:61px;
	-webkit-touch-callout: none;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

#container header #g-navi li a{
	text-decoration:none;
	font-size:140%;/*21px*/
	color:#339933;
	width:100%;/*150px*/
	display:block;
	height:60px;
}

.hover {
    opacity: 0.6;
}

#g-navi  ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: absolute;
}

/* 小説共通 */
#container #primary {
	border-bottom:#9acd32 1px solid;
}

#primary p {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 1em;
	line-height: 190%;
}	


#karabako #page-top {
	display:none;
	/* PCではスクロールすると出るように、スマホ、タブレットでは一番下に表示させるため、side-naviとsecondary両方にボタンのコードを書いて、片方を非表示にしている。 */
}


/* 小説のCSS */

#primary .novel_menu {
	width: 100%;
	/*height: 400px;*/
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
	}
	
#primary {
	width: 100%;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
}
	/*#primary ul {
	list-style-type: none;
	padding: 0px;
	}
	
	#primary ul li {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	}*/
	
#secondary {
	width: auto;
	height:300px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;/* =16px =100% */ 
	position: relative;/*ページトップボタンの親要素になる*/
	} 
	
#secondary .menu_mei {
	width: 89%;
	margin-top: 50px;
	margin-right:auto;
	margin-left: auto;
	/*margin-bottom:50px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;/* =16px =100% */ 
	color: #ea68a2;
	}	
	
#secondary .menu {
	width: 98%;
	/*height: 400px;*/
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:50px;
	}
	
#secondary ul {
	list-style-type: none;
	margin:15px 0px 0px 30px;
	padding: 0px;
}

#secondary li {
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	padding-bottom: 12px;
	line-height:1.8em; /*65px=4.063em*/
}

/*スマホ・タブレット用サブメニュー*/
#open01 {
	width: 100%;
	height:35px;
	color: #fff;
    text-align: center;
	margin-top:20px;
	font-size:110%;/*30px;1.875em*/
	line-height:35px;
	border-top:#62cdea 1px solid;
	border-bottom:#62cdea 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,62cdea+40,62cdea+60,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #62cdea 35%, #62cdea 65%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#62cdea 35%,#62cdea 65%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#62cdea 35%,#62cdea 65%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#open02 {
	display:none;
	clear:both;
}

#secondary02 {
	width: auto;
	height:130px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;/* =16px =100% */ 
} 
	
#secondary02 .menu{
	width: 95%;
	/*height: 400px;*/
	margin-top: 25px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:30px;
	}
	
#secondary02 ul {
	list-style-type: none;
	width: 95%;
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
	padding: 0px;
}

#secondary02 li {
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	padding-bottom: 12px;
	line-height:1.8em; /*65px=4.063em*/
}
	
/* 小説のCSS */	
#primary .novel_menu {
	width: 88%;
	height: 1500px;/*章が増える時に伸ばす*/
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
	}
	
#primary .daititle {
	font-size: 20px;
	font-style: normal;
	color: #6E74FF;	
	margin-bottom: 15px;
}
	

 #primary ul {
	list-style-type: none;
	padding: 0;
	margin-top: 60px;
	}
	
#primary ul li {
	font-size: 150%;
	margin-left: 10px;
	margin-bottom: 40px;
	/*float: left;*/
	}
	
	
/*本編ページのCSS*/
#primary .title {
	font-size: 21px;
	color: #060;
	font-style: normal;
	margin:0 0 45px 0;
}

	
#primary .novel_main {
	width:88%;
	margin-top: 80px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 100px;
	}

	
#primary .serihu {
	text-indent: 0em;	
	}
			
#primary .honbun_ue {
	margin: 150px 0 0 0;	
	}
	
#primary .honbun_ue_se {
	margin: 150px 0 0 0;	
	text-indent: 0em;
	}	
	
#primary .hiduke {
	text-indent: 0em;
	margin: 150px 0 0 0;
	}
	

/*通常のページのリンク*/
#primary .link {
	text-indent: 0em;
	width: 250px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	}
	
/*最初・最後のページのリンク*/	
#primary .link_sa {
	text-indent: 0em;
	width: 135px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	}	


}

/*スマホ 640px以下の場合*/
@media screen and (min-width: 0px) and (max-width: 640px) {
	
#container header{
	width: 100%;/*640px*/
	height:100px;
	background-image:url(../images/banner_re.gif);
	background-repeat:no-repeat;
	background-size:55% ;
	background-position:3% 65%;
}

/*ここからメニュー*/
.spMenu * { box-sizing: border-box; }
 
.spMenu li { list-style-type: none; }
 
.spMenu ul { margin: 0; }
 
.spMenu { /*background: #D7D83B;*/}
 
.spMenu section {
    margin: 0;
    position: relative;
    width: 100%;/*640px*/
	z-index:100; /*メニュー重なり防止*/
}
 
.spMenu .Menu {
	width:100%;/*640px*/
    padding-top:0px; /*これで上下の位置移動*/
	padding-bottom:90px;/*Homeが表示されなくなるため消さない*/
	height:100px;/*上の余白分10px足す*/
}
 
.spMenu .spMenuBtn {
    background: #9acd32;
    color: #fff;
    cursor: pointer;
    position: absolute;
    text-align: center;
    top: 8px;
	/*right: 1.5625%;/*10px;*/
	left:58.59375%;/*375px;*/
    width: 39.0625%;/*250px*/
	font-size:150%;/*30px;1.875em*/
	line-height:90px;/*90px*/
	/*height:90px;*/
	border:#9acd32 1px solid;
	border-radius: 30px;/*角の丸み*/
	margin:0px 0px 0px 0px; 
	/* グラデーションPermalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,9acd32+40,9acd32+61,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #9acd32 40%, #9acd32 60%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#9acd32 40%,#9acd32 60%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#9acd32 40%,#9acd32 60%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 -webkit-touch-callout: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.hover {
    opacity: 0.6;
}
 
.spMenu ul {
	margin:0;
	padding:0;/* プルダウンメニュー左余白を消す */
    background: #fff;
    display: none;
	border-top:#9acd32 1px solid;
}

 .spMenuNav02 {
    position: absolute;
    width:100%;
	padding:0;
	margin:0;
    z-index: 0;
}

#container header #g-navi li {
	padding:0;
	margin: 0;
	text-align:left;
	border-right:#9acd32 1px solid;
	border-left:#9acd32 10px solid;
	border-bottom:#9acd32 1px solid;
	height:250%;/*90px*/
	line-height:330%;/*91px*/
}

#container header #g-navi li a{
	font-size:120%;
	text-decoration:none;
	color:#339933;
	width:100%;
	display:block;
	/*height:400%;/*90px*/
	padding-left:20px;
	-webkit-touch-callout: none;
 	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/* 小説共通 */
#container #primary {
	border-bottom:#9acd32 1px solid;
}

#primary p {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-indent: 1em;
	line-height: 190%;
}

#secondary {
	width: auto;
	height: 300px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;/* =16px =100% */ 
	position: relative;/*ページトップボタンの親要素になる*/
	} 
	
#secondary .menu_mei {
	width: 90%;
	margin-top: 50px;
	margin-right:auto;
	margin-left: auto;
	/*margin-bottom:50px;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;/* =16px =100% */ 
	color: #ea68a2;
	}	
	
#secondary .menu {
	width: 95%;
	/*height: 400px;*/
	margin-top: 25px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:20px;
}
	
#secondary ul {
	list-style-type: none;
	width: 95%;
	margin-top: 15px;
	margin-right:auto;
	margin-left: auto;
	padding: 0px;
}

#secondary li {
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	padding-bottom: 12px;
	line-height:1.8em; /*65px=4.063em*/
}

/*スマホ・タブレット用サブメニュー*/
#open01 {
	width: 100%;
	height:35px;
	color: #fff;
    text-align: center;
	margin-top:10px;
	font-size:110%;/*30px;1.875em*/
	line-height:35px;
	border-top:#62cdea 1px solid;
	border-bottom:#62cdea 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,62cdea+40,62cdea+60,ffffff+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #62cdea 35%, #62cdea 65%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#62cdea 35%,#62cdea 65%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#62cdea 35%,#62cdea 65%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#open02 {
	display:none;
	clear:both;
}

#secondary02 {
	width: auto;
	height:130px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;/* =16px =100% */ 
} 
	
#secondary02 .menu {
	width: 95%;
	/*height: 400px;*/
	margin-top: 25px;
	margin-right:auto;
	margin-left: auto;
	margin-bottom:30px;
	}
	
#secondary02 ul {
	list-style-type: none;
	width: 95%;
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
	padding: 0px;
}

#secondary02 li {
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	padding-bottom: 12px;
	line-height:1.8em; /*65px=4.063em*/
}

#karabako #page-top {
	display:none;
	/* PCではスクロールすると出るように、スマホ、タブレットでは一番下に表示させるため、side-naviとsecondary両方にボタンのコードを書いて、片方を非表示にしている。 */
}
	
/* 小説のCSS */	
#primary .novel_menu {
	width: 88%;
	height: 1800px;/*章が増える時に伸ばす*/
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
	}
	
#primary .daititle {
	font-size: 20px;
	font-style: normal;
	color: #6E74FF;	
	text-indent: 0em;
	margin-bottom: 15px;
}
	
	#primary ul {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin-top: 50px;
	}
	
	#primary ul li {
	font-size: 150%;
	margin-bottom: 40px;
	/*float: left;*/
	}
	
/*本編ページのCSS*/
#primary .title {
	font-size: 21px;
	color: #060;
	font-style: normal;
	margin:0 0 45px 0;
}

	
#primary .novel_main {
	width:88%;
	margin-top: 80px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 100px;
	}

	
#primary .serihu {
	text-indent: 0em;	
	}
			
#primary .honbun_ue {
	margin: 150px 0 0 0;	
	}
	
#primary .honbun_ue_se {
	margin: 150px 0 0 0;	
	text-indent: 0em;
	}	
	
#primary .hiduke {
	text-indent: 0em;
	margin: 150px 0 0 0;
	}
	
/*通常のページのリンク*/	
#primary .link {
	text-indent: 0em;
	width: 200px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	}
	
/*最初・最後のページのリンク*/	
#primary .link_sa {
	text-indent: 0em;
	width: 195px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	}	
	

}