@charset "utf-8";
/*「孔雀の実家」ミドルサイズ*/

/* 本体*/

body             		{background-color: #fff;
                  		margin: 0;
				}
img 				{max-width: 100%;
     				height: auto;
				}
/*本体全体枠*/
#container             		{width: 100%;}
/*本体段（トップ）*/
.sidebar_top            	{width: 30%;}
.content_top            	{width: 69%;}
/*本体段*/
.sidebar            		{width: 30%;}
.sidebar_1            		{width: 30%;}
.content            		{width: 69%;}


#nav > li:nth-last-child(2)		{ margin-right: 0;
			
				}
#nav #site_top		{display: none;}
/*ページトップに戻る*/
.pagetop 			{position:relative;
				 margin-left:65%;
				 bottom:58px;
				}
span:lang(zh-hk){font-family:'Hei','STHeiti','STHeitiTC',Roboto,'Droid Sans','Droid Sans Fallback';}
/*パンくずリスト*/
.bar             		{width: 80%}
/*作品コメント*/
.comment             		{width:80%;
                 		margin-bottom:20px;
                 		margin-left:auto;
                 		margin-right:auto;
				}
/*作品個別リスト*/
.contents_list			{margin-bottom:40px;
           			margin-left:10%;
           			margin-right:5%;
				}
.contents_list li .contents_listimg	{width:65%;
					margin-right:-25%;
					}
.contents_list li .contents_listimg img	{width:50%;}
/* 電子書籍、書籍リスト*/
.book_list li li		{width:100%;}

/* 電子書籍ストアリスト*/
.ebook_list li 			{width:20%;}
.ebook_list li img		{width:100%;}
/*右側メニュー（トップページnews用）*/
.top_book_list li		{
               			margin-left:10%;
				
				}
.sidebar_top dl			{width:85%;}
.sidebar_top dl dd 		{width:90%;}

.side_icon            		{width:80%;}
.side_listimg    		{width:85%;}
/*更新履歴*/
.update        			{width:80%;
				margin-left:50px;
				}
/*作者について*/
.prof img          		{width:50%;}
/*サイトマップ*/
.sitemap 			{margin-left:30%;}
/*サイトポリシー*/
.policy           		{width:75%;}
/*リンク*/
.bunner   			{margin-left:15%;}
/*スライダー*/
.bx-wrapper 			{width:90%;}

 /*表示切り替え*/ 
.swich				{width:85%;
                 		margin-left:auto;
                 		margin-right:auto;
				text-align:center;
				}
.hidden_pc 			{display: none;
				}
.hidden_sp 			{display: inline;
				}
