@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style-type: none;
}

body{margin:5px}
.novel_title{margin:5px;font-size:14px;}
.novel_writername{font-size:14px;position:absolute;top:5px;right:5px}

/* 検索フォームでPC・SP共通で変更するものはこのcssに書いています。
例）WEBフォント、サイトごとに色変更が必要になるスタイル */

/* --------------------------------------------------
	フォント
-------------------------------------------------- */
@font-face {
	font-family: 'narou-icon-font';
	src: url("../narou-icon-font.ttf") format("truetype");
	font-weight: normal;
	font-style: normal; }

[class^="icon-font_"], [class*=" icon-font_"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'narou-icon-font' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.icon-font_angle-down:before {
	content: "\e900"; }

.icon-font_angle-up:before {
	content: "\e901"; }

.icon-font_minus:before {
	content: "\e902"; }

.icon-font_minus-circle:before {
	content: "\e903"; }

.icon-font_minus-circle-line:before {
	content: "\e904"; }

.icon-font_plus:before {
	content: "\e905"; }

.icon-font_plus-circle:before {
	content: "\e906"; }

.icon-font_plus-circle-line:before {
	content: "\e907"; }

/* --------------------------------------------------
	ミッドナイト　サイトカラー
-------------------------------------------------- */

/* ボタン　汎用 */
.btn-search,
.btn-radius1,
.btn-add {
	border-color: #ba3799;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #ce56b0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #ce56b0;
}

/* ボタン　検索ボタン・記号付きボタン */
.select.btn-add {
	border-color: #77486b;
	background: #a36794;
}


/* --------------------------------------------------
	ボタン
-------------------------------------------------- */
/* ボタン　汎用 */
.btn-search,
.btn-radius1,
.btn-add {
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	padding: 0.1em 0.75em;
}

.btn-search:hover,
.btn-radius1:hover,
.btn-add:hover {
	opacity: 0.9;
	color: #fff;}

/* 小ボタン */
.btn-radius1 {
	border-radius: 1em;
	padding: 0 .75em;
}

/* --------------------------------------------------
	js連動
-------------------------------------------------- */
.hide {display:none;}
#detail_config_list {display: none;}
