@charset "UTF-8";

/* ページの基本レイアウト */

body {
	font-family: 'MS PGothic','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 14px;
	background: #ffffff;
	color: #444444;
}

a {
	text-decoration: none;
	color: #0033cc;
}

a:visited {
		color:#885577;
}

a:hover[href] {
	text-decoration: none;
	color: #339933;
}


input[type="radio"] {
	margin-left: 20px;
	margin-right: 5px;
}

input[type="checkbox"] {
	margin-left: 0;
	margin-right: 5px;
}


textarea:focus,input[type="text"]:focus {
		box-shadow: 0 0 3px #cccccc;
		border:1px solid #999999 !important;
}



.a_line {
		clear: both;
		margin: 5px 0 0;
		text-align: right;
}

.description{
	font-size:90%;
	line-height:150%;
}


/******** 大枠 ********/

#novel_header {
	width:100%;
	text-align:left;
	height: 48px;
	background:url(/novelview/img/novelheader_bg.png) repeat-x top left #ffffff;
	position: fixed;
	top:0;
	left:0;
	z-index: 3;
}

#container {
	margin: 65px auto 0;
		margin-top:0px\9; /* IE8 and below */
		padding-top:55px\9; /* IE8 and below */
		*margin-top:0px; /* IE7 and below */
		*padding-top:55px; /* IE7 and below */
		_margin-top:0px; /* IE6 */
		_padding-top:55px; /* IE6 */
	z-index: 2;
}

#contents_main {
	clear: both;
	left: 0;
	line-height: 180%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	text-align: left;
	top: 0;
	width: 730px;
}

#contents_main:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.box_infotop_announce_bookmark {
	margin: 0 auto 20px auto;
	background:#ffffff;
	width: 730px;
	font-size:85%;
}

.box_announce_bookmark {
	margin: 0 auto;
	padding: 8px 20px;
	background:#ffffff;
	width: 700px;
	font-size:85%;
}

.announce_bookmark a{
	margin: 0 3px;
	color:#dd3333 !important;
	font-weight:bold;
	text-decoration:underline;
}

/* 凍結解除の案内 */
.attention_suspended {
	margin: 0 auto 30px auto;
	padding-top: 10px;
	width: 730px;
}

#footer {
	padding: 10px 0 20px 50px;
	clear: both;
	border-top:1px solid #cccccc;
}


/******** header nav ********/

ul#head_nav {
	margin: 0 auto;
	width: 740px;
}

ul#head_nav li {
	margin: 0;
	padding: 11px 0 0 0;
	float: left;
	display: block;
	font-size:13px;
}

ul#head_nav li a {
	padding: 5px 10px;
	color: #666666;
	font-weight:bold;
	display: block;
	border-left:1px solid #cccccc;
}

ul#head_nav li a:hover {
	background:#fafafa;
}

.novelview_navi {
	position: absolute;
	top: 40px;
	right: 10px;
	border:1px solid #cccccc;
	background: #fdfdfd;
	padding: 15px 10px 10px 15px;
	font-size: 90%;
	line-height:180%;
	width:180px;
}

#menu_off_2{
	margin: 8px 0 0 0;
	padding: 8px 0 0 0;
	border-top:1px solid #cccccc;
	font-size:90%;
	display:block;
	line-height: 100%;
	text-align:center;
	cursor: pointer;
}


/* 表示調整 */
#novelnavi_right {
	position: fixed;
	top:0;
	right:0;
	width:320px;
}

#novelnavi_right #menu_on,#novelnavi_right #menu_off{
	margin: 10px 20px 0 0;
	position: fixed;
	top:5px;
	right:5px;
}

#novelnavi_right #menu_on,#novelnavi_right #menu_off{
	margin: 5px 15px 0 0;
	position: fixed;
	top:5px;
	right:5px;
	padding:5px 0;
	cursor: pointer;
	width:70px;
	text-align:center;
	font-size:85%;
	color:#666666;
	font-weight:bold;
}

#novelnavi_right #menu_on{
	border:1px solid #bbbbbb;
	border-bottom:1px solid #999999;
	background:#ffffff;
}

#novelnavi_right #menu_off{
	border:1px solid #aaaaaa;
	border-bottom:1px solid #cccccc;
	background:#f3f3f3;
}

/******** ブックマークここから ********/
/* ブクマ：booklist */
ul#head_nav li.booklist {
	margin: 0 0 0 10px;
	padding: 9px 0 0 0;
}

ul#head_nav .button_bookmark {
	font-size:12px;
	padding: 5px 10px;
	border-style:solid;
	border-width:2px;
	text-align:center;
	font-weight:bold;
}

/* ブクマ ログイン状態の表示 */
ul#head_nav .booklist .login {
	background:#fffaf4;
	border-color:#f4c28d;
	color:#efac6a;
}

ul#head_nav .booklist a.login:hover {
	color:#e57c13;
	border-color:#ed9f4a;
	background:#fff7ee;
}


/* ブクマ 未ログイン状態の表示 */
.booklist .logout {
	background:#fafafa;
	border-color:#cccccc;
	color:#aaaaaa;
	display:block;
}

/* ブクマ済み表示 */
ul#head_nav .booklist .change {
	color:#6a80ef;
	border-color:#8e9ff5;
	background:#f5f7ff;
}

ul#head_nav .booklist a.change:hover {
	color:#1236e5;
	border-color:#4a65ed;
	background:#edf0ff;
}
/*ブックマークモーダル拡張*/
.narou_modal .bookmark-change {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
}
.narou_modal .bookmark-change input.button {
	margin: 0;
	min-width: 190px;
	width: auto;
}

/******** footer ********/
ul:after {
	content: "";
	display: block;
	clear: both;
}


/* ページトップに戻る */
#pageTop{
		background:#ccdddd;
		border-radius:5px;
		font-size: 90%;
		color:#666666;
		text-shadow: 1px 1px 0 #ffffff;
		padding: 10px;
		position:fixed;
		bottom:20px;
		right:20px;
}

#pageTop:hover{
		color:#ffffff;
		text-shadow: none;
		background:#99bbcc;
}


/******** ページ下に移動する ********/
#pageBottom{
		background:#ccdddd;
		border-radius:5px;
		color:#666666;
		text-shadow: 1px 1px 0 #ffffff;
		padding: 10px;
		position:fixed;
		top:50px;
		right:20px;
		z-index: 3;
}
#pageBottom:hover{
		color:#ffffff;
		text-shadow: none;
		background:#99bbcc;
}


#novel_footer {
	margin: 20px 0;
	padding: 10px  5px;
	border-top:3px double #999999;
	border-bottom:3px double #999999;
}

#novel_footer .undernavi li {
	margin: 0 10px;
	float: left;
	text-align: center;
	font-size:110%;
}

#novel_footer .undernavi a {
	height: 20px;
	font-weight:bold;
}


#footer .undernavi li {
	margin: 0 30px 0 0;
	padding: 5px 0 0 0;
	float: left;
	text-align: center;
}

#footer .undernavi a {
	height: 20px;
}

#search {
	padding: 0;
}

#search input[type="text"]{
	width: 150px;
	padding: 2px;
	font-size:120%;
}

/******** 見出し ********/
h1 {
	margin: 5px 0 15px 0;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
	font-size:150%;
}

h1 a.input{
	margin-left: 10px;
	font-size:12px;
}

h2 {
	margin: 0 0 5px 0;
	font-size:140%;
}



/******* 広告 *******/
.koukoku_728 {
	margin:20px auto;
	width:728px;
	min-height:90px;
	/* 背景色を隠すbackground:#cccccc; */
	clear:both;
}
.koukoku_300x2 {
	width: 680px;
	display: flex;
	margin: 20px auto;
	justify-content: space-between;
} 
.koukoku_300x2__ad {
	width: 300px;
}
.koukoku_auto {
	margin:20px auto;
	text-align:center;
}

.koukoku_text {
	margin:10px auto;
	width:728px;
	clear:both;
}

.line_koukoku{
	padding: 0 0 3px 30px;
}


/******** 評価欄 ********/

.novel_hyouka {
		background: none repeat scroll 0 0 #FFFFF9;
		border: 3px double #DDDD99;
		line-height: 180%;
		margin: 40px auto 50px;
		padding: 15px 10px 5px 40px;
		text-align: left;
		width: 450px;
}

/******** 感想一覧 ********/
/* 感想ページ　h1と感想絞り込み機能用のbox */
.contents_header {
	margin: 5px 0 15px 0;
	padding-bottom:5px;
	border-bottom:1px solid #cccccc;
}

/* 感想ページ　h1と感想絞り込み機能用のbox内　左側 */
.contents_header .left {
	margin-top:15px;
	float:left;
}

/* 感想ページ　h1と感想絞り込み機能用のbox内　見出し */
.heading_contents {
	margin: 0;
	padding:0;
	border:none;
	font-size:150%;
	display:inline-block;
}

/* 感想ページ　h1と感想絞り込み機能用のbox内　「▽感想を書く」 */
.link_form{
	margin-left: 10px;
	font-size:12px;
	font-weight:700;
}



/* 感想・レビュー枠 */

#hyoukalan {
		background: none repeat scroll 0 0 #FEFEFE;
		border: 2px solid #DDDDDD;
		clear: both;
		margin: 0 auto 20px;
		padding: 10px 20px;
		width: 430px;
}

#hyoukalan p.description{
	padding: 0 20px 20px 0;
}

#impression textarea{
	margin: 5px 0 20px 0;
	padding: 3px;
	line-height: 150%;
	font-size:105%;
	background:#fdfdfd;
	border:1px solid #cccccc;
	width:415px;
}
#impression input[type="text"]{
	margin: 5px 0 5px 5px;
	padding: 3px;
	line-height: 150%;
	font-size:105%;
	background:#fdfdfd;
	border:1px solid #cccccc;
	width:200px;
}

#review textarea,#review input[type="text"]{
	margin: 5px 0;
	padding: 3px;
	line-height: 150%;
	font-size:105%;
	background:#fdfdfd;
	border:1px solid #cccccc;
	width:415px;
}

#review label{
	color:#666666;
	font-size:90%;
}



.hyoukanavi_title {
	margin-bottom: 10px;
	font-weight:bold;
	text-align:center;
}


#hyoukanav {
	margin: 20px auto 0;
	width: 470px;
	text-align: left;
}

#hyoukanav li {
	margin-left: 15px;
	padding: 5px 0 3px 0;
	color: #000000;
	float: left;
}

#hyoukanav li.solid {
	margin: 0 5px 0 0;
	padding: 0;
}

#hyoukanav a {
	padding: 5px 10px;
	color: #000000;
	display: block;
}

#hyoukanav a:hover {
	background:#ddeefa;
}


/******** 感想・レビュー ********/
.waku {
	border: 1px solid #CCCCCC;
	margin: 10px 0 40px 0;
	padding: 10px 20px;
}

/* レビューページ内ジャンプ着地位置調整用 */
.review_landing {
	padding-top:48px;
	margin-top:-48px;
}

.review_waku {
	border: 1px solid #AAAA33;
	margin: 10px auto 40px;
	padding: 10px;
	background: #FFFFEE;
}


.review_waku h2{
	font-size:120%;
}

.hyoukawaku_in{
		background: #FFFFFF;
		padding: 15px 20px 10px 20px;
}

.hyoukawaku_in .a_tap{
	line-height:35px;
}

.review_user{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom:1px solid #cccc99;
	text-align: right;
}

.review_user a{
	margin-right: 10px;
}

.review_main{
	padding: 5px 20px 5px 5px;
}

.comment_delete{
	margin: 10px 10px 0 10px;
	text-align: right;
}

.comment_delete a.a_tap{
	margin-right:5px;
}




/* 感想 項目見出し */
.comment_h2 {
		margin: 5px 0 10px 0;
		padding: 0 0 0 10px;
		border-top: 2px solid #ddd;
		font-size: 90%;
		background: #f6f6f6;
}

/* 感想投稿者 */
.comment_info {
	margin:5px 0 0 0;
	padding:5px 10px 0 10px;
	border-top:1px solid #ddd;
	line-height:1.4;
}

/* 感想が投稿されている部分番号の枠 */
.box_novelno {
	margin-top:5px;
}

/* 感想が投稿されている部分番号 */
.no_posted_impression {
	display:inline-block;
	background:#adb6bf;
	color:#fff;
	margin-left:5px;
	padding:5px;
	font-size:85%;
	line-height:1.5;
}

/* 部分の感想一覧を見るリンク */
.link_posted_impressionlist {
	width:300px;
	float:right;
	text-align:right;
	line-height:1.5;
}

/* 感想 */
.comment {
	margin: 10px 10px 10px 20px;
	overflow: hidden;
}


/* 感想返信 */
.res {
	margin-top: 10px;
	padding: 5px;
	text-align: left;
	background:#FFFFEE;
	border: 1px solid #cccccc;
}

#rescomment {
	margin: 10px 0 40px 0;
	padding: 10px 20px;
	background:#FFFFEE;
	border: 1px solid #cccccc;
}

.rescomment {
	padding: 5px 10px 10px 5px;
	text-align: center;
	background:#FFFFEE;
	border: 1px solid #cccccc;
}
.rescomment textarea{
	margin: 20px auto;
	text-align: left;
	width:500px;
	height:200px;
}
.rescomment textarea#rescomment{
	background:#ffffff;
}


/* 未返信感想へのリンク枠 */
.box_impressionres_nextback {
	margin: 15px 0;
}

/* 未返信感想へのリンク　非アクティブ */
.impressionres_inactive {
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	color: #aaa;
	border-left: 2px solid #aaa;
}

/*ブロックミュートリンク*/
.comment_authorbox {
	display: flex;
	justify-content: space-between;
}
.review_user_date {
	white-space: nowrap;
	margin: 0 0 0 10px;
}
.comment_authorbox.review_user {/*イチオシレビュー用*/
	justify-content: right;
}
.hover-nav {
	position: relative;
	height: 18px;
	cursor: pointer;
}
.review_user .hover-nav {/*イチオシレビュー用*/
	height: initial;
	margin: 0 0 0 5px;
}
.icon-downarrow {
	display: flex;
	align-items: center;
	font-size:12px;
	white-space: nowrap;
}
.icon-downarrow::before {
	content:"";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 3px 0 0;
	vertical-align: middle;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22menudot%22%20data-name%3D%22menudot%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222.3%22%20height%3D%2211%22%20viewBox%3D%220%200%203.6%2018%22%3E%3Ccircle%20cx%3D%221.8%22%20cy%3D%221.8%22%20r%3D%221.8%22%20fill%3D%22%23666666%22%2F%3E%3Ccircle%20cx%3D%221.8%22%20cy%3D%229%22%20r%3D%221.8%22%20fill%3D%22%23666666%22%2F%3E%3Ccircle%20cx%3D%221.8%22%20cy%3D%2216.2%22%20r%3D%221.8%22%20fill%3D%22%23666666%22%2F%3E%3C%2Fsvg%3E') no-repeat 50%;
}
.hover-nav__list {
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	display: none;
	border: 2px solid #ccc;
	box-shadow:0 5px 5px rgba(0,0,0,.05);
	z-index: 999;
	line-height: 1.3;
	text-align: left;
}
.hover-nav:hover .hover-nav__list {
	display: block;
}
.hover-nav__list li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.hover-nav__list li:hover {
	background:#f0f9ff;
}
.hover-nav__list a {
	padding: 6px 8px;
	display: inline-block;
	white-space: nowrap;
	color:#335566;
	margin: 0;
}


/* ページャー */
.naviall{
	margin: 10px 0 20px 0;
	text-align:center;
	font-size:130%;
}


.impression_info{
	border-top: 1px solid #cccccc;
	padding: 5px 0 0 10px;
	color:#666666;
}

.confirm{
	margin: 0 0 30px 0;
	padding:10px 0;
	text-align: center;
	background:#FFEEFF;
}

.nothing{
	margin: 20px 0 40px 0;
	padding:20px;
	background:#fafafa;
}


.description{
	padding: 0 20px 20px 20px;
}

.description a{
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	color: #cc8800;
	border-left: 2px solid #fcd27e;
}
.description a.help{width:50px;}
.description a.man{width:100px;}
.description a.help-link {
	border-left: none;
	padding: 0;
	margin: 0;
}
.description a:hover {
	color: #0066aa;
	border-left: 2px solid #aaccdc;
}
.description a.help-link:hover {
	border-left: none;
}

/******** 注意書き ********/
#novel_attention {
	margin-top: 20px;
	padding: 15px 20px;
	font-size: 90%;
	line-height: 180%;
	border: 5px solid #dddddd;
	background: #ffffff;
}

/* 感想を書く枠内の注意書き */
.novelreport_attention {
	margin: 0 0 20px 0;
	color: #dd0000;
	font-size: 90%;
}


/******** 閲覧メニュー ********/
.toggle_menuclose,.novelview_navi {
	display:none;
}

.novelview_navi {
	position: absolute;
	top: 40px;
	right: 10px;
	border:1px solid #cccccc;
	background: #fdfdfd;
	padding: 10px 15px 15px 15px;
	font-size: 90%;
	line-height:180%;
}

.novelview_menu li{
	margin-right:5px;
	text-align:left;
	float: left;
}

ul.novelview_menu{
	margin-top:8px;
}
.novelreport_novelview p {
	white-space: break-spaces;
}
.novelreport_novelview p ruby {
	white-space: initial;
}
a.size {
	margin-right:7px;
	font-size: 120%;
	padding: 3px 7px;
	border:1px solid #999999;
	background:#ffffff;
	color:#444444;
}

a.size:hover {
	color:#444444;
	background:#eeffff;
}


/* 閲覧ページの感想・レビュー見出し */
.hyoukanavi_title {
	text-align:center;
	font-weight:bold;
	font-size: 110%;
}

/* 完了後メッセージ */
#onetime {
	margin: 100px 0;
	padding:5px;
	font-weight:bold;
	color:#dd0000;
	background:#ffffff;
}


/* ボタン */
.button_box {
	margin: 15px 0 5px 0;
	text-align:center;
	clear: both;
}

.button_box a.button{
	margin: 0 auto;
}

.button {
	margin: 5px;
	padding: 5px 15px;
	text-align: center;
	color: #333333;
	background:#fffcde;
	border-width: 0;
	border: 2px solid #fcd27e;
	letter-spacing: 2px;
}

.button:hover {
	cursor: pointer;
	color: #333333;
	background: #ddeefa;
	border: 2px solid #aaccdc;
}

a.button:visited {
	color: #333333;
}

a.button {
	display:inline-block;
}



.attention{
	color: #dd0000;
}
.review-attention {
	display: block;
	line-height: 1.5;
}

.clr {clear:both;}

.allowed {
	color:olive;
}

/* ランキングタグ */
.center {
	text-align: center;
}


/* 感想・レビューの運営削除 */
.deletemessage {
	margin:10px 0 40px 0;
	padding: 10px 20px;
	border: 1px solid #cccccc;
	color: #666666;
	font-size:90%;
	line-height:150%;
}


.userblock{
	border: 1px solid #ccc;
	margin: -41px 0 40px 0;
	padding: 10px 20px;
	text-align: right;
}


/* リンク文字色を疑似クラス含め黒にする */
a.linktext_color_black,
a.linktext_color_black:visited,
a.linktext_color_black:hover[href] {
	color: #333;
}

/* メンテナンスのお知らせ */
.announce-bar {
	width: 730px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.announce-bar__link {
	line-height: 1.7;
	display: block;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	color: #03c;
	border: 1px solid #03c;
	border-radius: 3px;
}
.announce-bar__link:visited {
	color:#03c;
}
.announce-bar__link:hover,.announce-bar__link:active {
	color:#393;
}
.announce-bar__block {
	display: inline-block;
	margin-right: 2.5px;
	margin-left: 2.5px;
}