@charset "UTF-8";

/* unicode文字方向指定 */
* {
    direction: ltr;
    unicode-bidi: bidi-override;
}

ruby, rb, rt, rbc, rtc { unicode-bidi: normal; }

/* リセット */
* {
	margin: 0;
	padding: 0;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

html{
overflow-y:scroll;
}
ol,ul{
list-style:none;
}
fieldset,img{
border:0;
}
img {
	border-width: 0px;
	border-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout : fixed;
}
caption,th{
text-align:left;
}
address,caption,cite,code,dfn,em,strong,th,ver{
font-style:normal;
}

/* ------IE6用------ */
br {letter-spacing:0;}
dl {_height: 1%;}
/* ----------------- */

/* ---IE用--- */
*{zoom:1}


/* ------禁則処理------ */
body {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
/* ----------------- */



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

body {
	font-family: 'Lucida Grande','MS PGothic','Hiragino Kaku Gothic ProN',sans-serif;
	font-size: 14px;
	background: #ffffff;
	color: #444444;
}

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

a:visited {
    color:#885577;
}

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


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

input[type="checkbox"] {
	margin-left: 0px;
	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 0px 0px;
    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: 55px auto 0px auto;

    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: 10px;
    width: 730px;
}

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

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


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

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


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


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

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

ul#head_nav li {
	margin: 0px;
	padding: 11px 0px 0px 0px;
	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 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	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 0px 0px;
	position: fixed;
	top:5px;
	right:5px;
}

#novelnavi_right #menu_on,#novelnavi_right #menu_off{
	margin: 5px 15px 0px 0px;
	position: fixed;
	top:5px;
	right:5px;
	padding:5px 0px;
	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: 0px 0px 0px 10px;
	padding: 9px 0px 0px 0px;
}

ul#head_nav li.booklist a {
	font-size:12px;
	padding: 5px 10px;
	background:#fffaf4;
	border:2px solid #f4c28d;
	color:#efac6a;
	text-align:center;
	font-weight:bold;
}

ul#head_nav li.booklist a:hover {
	color:#e57c13;
	border:2px solid #ed9f4a;
	background:#fff7ee;
}

/* ブクマ中：booklist_now */
ul#head_nav li.booklist_now {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
ul#head_nav li.booklist_now a {
	padding: 5px 0px;
	background:#fafafa;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	color:#888888;
	text-align:center;
	font-size:90%;
	line-height:36px;
	width:120px;
	font-weight:normal;
}

ul#head_nav li.booklist_now a:hover {
	font-weight:bold;
}

/* しおり：bookmark */
ul#head_nav li.bookmark_now {
	margin: 10px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
	width:60px;
	height:28px;
	background:url(/novelview/img/bookmarker_now.png) no-repeat top left;
}

ul#head_nav li.bookmark_now a {
	padding: 0px 0px 0px 20px;
	height:20px;
	color: #888888;
	font-size:85%;
	border:none;
	font-weight:normal;
}

ul#head_nav li.bookmark_now a:hover {
	background:url(/novelview/img/bookmarker_now.png) no-repeat top left;
	font-weight:bold;
}

ul#head_nav li.bookmark {
	margin: 10px 0px 0px 10px;
	padding: 3px 0px 0px 20px;
	width:60px;
	height:28px;
	background:url(/novelview/img/bookmarker.png) no-repeat top left;
	border:none;
	text-indent:-9999px;
}
/******** ブックマークここまで ********/


/******** 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;
}
#pageBottom:hover{
    color:#ffffff;
    text-shadow: none;
    background:#99bbcc;
}


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

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

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


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

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

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

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

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

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



/******* 広告 *******/
.koukoku_728 {
	margin:20px auto 20px auto;
	width:728px;
	height:90px;
	/* 背景色を隠すbackground:#cccccc; */
	clear:both;
}

.koukoku_auto {
	margin:20px auto 20px auto;
	text-align:center;
}

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

.line_koukoku{
	padding: 0px 0px 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;
}

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

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


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

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

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

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

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


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

.review_waku {
	border: 1px solid #AAAA33;
	margin: 10px auto 40px auto;
	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-top: 10px;
	text-align: right;
}

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





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

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

.comment_h2 {
    margin: 5px 0px 10px 0px;
    padding: 0px 0px 0px 10px;
    border-top: 2px solid #dddddd;
    font-size: 90%;
    background: #f6f6f6;
}

.comment {
    margin: 10px 10px 20px 20px;
    overflow: hidden;
}




.res {
	margin-top: 3px;
	padding: 5px 10px 10px 5px;
	text-align: left;
	background:#FFFFEE;
	border: 1px solid #cccccc;
}

#rescomment {
	margin: 10px 0px 40px 0px;
	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;
}


.naviall{
	margin: 10px 0px 20px 0px;
	text-align:center;
	font-size:130%;
}


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

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

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


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

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

.description a:hover {
    	color: #0066aa;
	border-left: 2px solid #aaccdc;
}


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



/******** 閲覧メニュー ********/
.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;
}

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 0px 100px 0px;
	padding:5px;
	font-weight:bold;
	color:#dd0000;
	background:#ffffff;
}


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

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

.button {
	margin: 5px;
	padding: 5px 15px 5px 15px;
	text-align: center;
    color: #333333;
	background:#fffcde;
	border-width: 0px;
	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;
}

.clr {clear:both;}


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


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


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