@charset "utf-8";

body{
	background-color: rgba(236,232,201,1.00);
	padding-top:40px;
}
#header{
	height:50px;
	margin:0;
	background-color: #ff9900;
	border-color: #e7e7e7;
	line-height:50px;
	padding-left:20px;
}

#menu img{
	height:40px;	
	margin-right:20px;
}
#menu img.icon{ /* f */
	height:16px;
	width:16px;	
	margin:0px;
}
#menu{
	color:#fff;	
}
.main-box{ /* f */
	max-width:850px;	
}
#side-box{ /* f */
	margin-top:20px;
	width:200px;
	background-color:#fff;
	padding: 10px;
	min-height:400px;
}
#side-box .sidemenu-item{ /* f */
	margin:0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.ad-title{ /* f */
	background-color: #999;
	color: #fff;
	font-size:10px;
	text-align:right;
	margin:0;
	padding: 2px 5px 2px 5px;
}
.ad-box{ /* f */
	text-align:center;	
	margin-top:20px;
	margin-bottom:20px;
}
ul.manga{
	list-style-type: none!important;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}
ul.manga li{
	background-color:rgba(255,200,63,1.00);
	padding:10px;
	margin-bottom:10px;	
	clear:both;
	overflow:auto;
	font-size:14px; /* f */
}
ul.manga li img{
	width:auto;
	height:100px;
	margin-right:10px;	
	float:left;
}
ul.manga li.info{
	display:block;
	margin-left:100px; /* f */
}
.mangatitle{
	font-weight:bold;
	font-size:21px; /* f */
}
p.up-date{ /* f */
	font-size:14px;
	margin-bottom: 2px;
}
p.authors{ /* f */
	font-size:14px;
	margin-bottom: 2px;
}
p.mangafirst{ /* f */
	font-size:13px;
}
.description{
	width:100%;
	margin:auto;
	padding:10px;
}
#social{ /* f */
	background-color: #ccc;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 12px;
	overflow: hidden;
	clear:both;
	margin-bottom: 20px;
}

/* 関連マンガ、ランキング*/
.nav-wrap {
	position: relative;
	margin-bottom: 20px; /* f */
}
.scroll-nav {
	width: 100%;
	background: chocolate; /* メニューの背景色 */
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
	/*height: 40px;*/
	line-height: 20px; /* f */
	margin: 0 auto;
	list-style: none;
	padding:0;
}
.scroll-nav ul li {
	float: left;
	width: 140px; /* メニューの個別の幅　f */
	min-height: 180px; /* f */
	text-align: center;
	margin:5px;
	background-color:orange;
	position:relative;	/*ランキング表示のため*/
	border:1px solid white;
	border-radius:5px;
}
.scroll-nav ul li:hover {
	background: darkorange; /* マウスホバー時の背景色 */
}
.scroll-nav ul li a {
	display: inline-block;
	color: #fff; /* メニューの文字色 */
	text-decoration: none;
}
.next-btn { /* 右側に固定する部分 */
	position: absolute;
	top: 0;
	right: 0;
	width: 25px; /* 固定部分の幅 */
	height: 40px; /* メニューの高さに合わせる */
	line-height: 40px;
	background: #fff;
	color: #555;
}
.rank{
	background-color: crimson;
	position: absolute;
	left: 0;
	top: 0;
	width: 35px;
	height: 35px;
	line-height:35px;
	font-weight:bold;
	color: #fff;
	border-radius: 5px; /* f */
	font-size:24px; /* f */
}
.minwidth_related{
	min-width: 0px; /* メニューの最小幅 */
}
.minwidth_top10{
	min-width:3700px;	
}
#tweet{ /* f */
	width:100%;
	text-align:center;
	margin:auto;	
	margin-bottom:20px;
}
/* topに戻る*/
#toolbar{
	margin-right: 20px;
	margin-bottom: 25px; /* f */
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: block;
	opacity: 0.5; /* f */
}

/* 以下-f */
.burger {
	position: absolute;
 	top : 0;
 	right : 0;
	margin: 5px 15px 5px 5px;
}
.burger-menu {
	position: absolute;
 	top : 40px;
 	right : 0;
	margin:10px;
}
.menuicon {
	font-size:18px;
}
ul.dropdown-menu {
	background-color: #888;
}
ul.dropdown-menu li a{
	border-bottom: 1px solid #999;
	color: #fff;
}
.navbar-form {
	padding:0 30px 0 30px;
	border: none;
}
.searchbox {
	width:120px;
}
#searchbox-liquid {
	width:100%;
	padding:10px;
	font-size:13px;
	background-color: #fff;
	border: 1px solid #999;
}
#searchbox-liquid .searchbox {
	margin-top:5px;
	width:260px;
}
.rank-title{ 
	background-color: chocolate;
	color: #fff;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 0.2em; 
	margin:0;
	padding: 10px 10px 5px 20px;
	border-radius: 5px 5px 0 0;
}
#w-top10 .mangatitle-rank {
	font-size:12px;
	line-height: 120%;
	text-shadow: 1px 2px 1px rgba(0,0,0,0.6);
	margin:5px 0 5px 0;
	padding: 0;
}
#w-top10 .authors-rank { 
	font-size:10px;
	line-height:120%;
	margin:0 0 5px 0;
	padding: 0;
}
#w-top10 img { 
	width:138px;
	height:120px;
	object-fit: cover;
}
ul.manga li img.caution{ /* R18 */
	width:70px;
	height:44px;
	margin: 0 0 0 5px;
	float:right;
}
.newtitle {
	font-size:16px;
	width:100%;
	margin:0;
	padding:8px 5px 5px 10px;
	background-color:red;
	color: #fff;
	border-top: 10px solid rgba(255,200,63,1.00);
	border-left: 10px solid rgba(255,200,63,1.00);
	border-right: 10px solid rgba(255,200,63,1.00);
}

#announce img { 
	max-width:100%;
	height:auto;
}


/* 左TOP20 */
#side-top20 h3{
	background-color: chocolate;
	color: #fff;
	font-size:14px;
	letter-spacing: 0.2em; 
	margin:0 0 10px 0;
	padding: 8px 15px 8px 15px;
	border-radius: 5px;
}
#side-top20 ol{
	counter-reset:number;
	list-style-type: none!important;
	padding:0;
}
#side-top20 ol li{
	font-size:12px;
	position: relative;
	line-height: 1.5em;
	margin:0px 0 5px 0;
	padding: 3px 0 10px 30px;
	border-bottom: dotted 1px #ffce9f;
}
#side-top20 ol li:before{ /* 丸数字 */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: crimson;
	color: #fff;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 26px;
	text-align:center;
	letter-spacing: -0.05em;
	margin-top:-3px;
	top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}

/*　コピーライト・免責事項　*/
#copyright h2 {
	margin: 20px 10px 10px 10px;
	background-color: chocolate;
	color: #fff;
	font-size:18px;
	font-weight:nomal;
	letter-spacing: 0.2em; 
	padding: 10px 10px 8px 15px;
}
#copyright .description p {
	font-size:16px;
	margin: 10px 0 20px 0;
}
#copyright .description p.right {
	text-align:right;
	margin: 30px 0 0 0;
}
#copyright .staffcredit p {
	font-size:15px;
	margin: 20px 0 0 30px;
}

/*　作家・タイトル一覧　*/
#all-list h2 {
	margin: 20px 0px 10px 0px;
	background-color: chocolate;
	color: #fff;
	font-size:18px;
	font-weight:nomal;
	letter-spacing: 0.2em; 
	padding: 10px 10px 8px 15px;
}
#all-list h3 {
	margin: 15px 0px -22px 5px;
	font-size:18px;
	padding: 0px 0px 0px 0px;
}

#all-title-list .title img{
	 width:100%;
	 height:auto;
}

ul.author p {
	margin: 20px 0 0 0;
	font-size:18px;
	font-weight:bold;
}

#all-title-list ul.author li{ 	
	font-size:14px;
	display: inline;
	margin: 0;
 }

#all-title-list ul.title {
	margin: 0px;
	padding: 0px;
	width:100%;
}

#all-title-list ul.title li{
	background-color: #fff;
	display: inline-block;
	margin: 0px 0px 20px 0px;
	padding: 10px;
}

#all-title-list ul.title li:hover{
	background-color: #d8def0;
}

#all-title-list ul.title img{
	 width:100%;
	 height:auto;
}

.title p.mangatitle {
	margin: 10px 0px 0px 0px;
}
.title p.authors {
	font-size:12px;
	margin: 0px 0px 5px 0px;
}

.title div.description {
	font-size:12px;
	margin: 0px;
	padding: 0px;
}

#autherslinks p {
	font-size:12px;
	margin: 5px 0px 3px 0px;
	padding: 0px;
}
#autherslinks div {
	margin: 0px 0px 20px 0px;
}


/*　SNSボタン2017-6　*/
#share ul{
	height:auto;
	margin:0;
	padding:0;
}
#share li{
	font-size:16px;
	/* float:left; */
	text-align:center;
	width:100px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:1%;
	padding-bottom:6px;
	border-radius:3px;
	list-style:none;
}

ul.inline-block {
	text-align: center;
}
ul.inline-block li {
	display: inline-block;
}

#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}
