@charset "utf-8";
/* Basic */
.img-responsive{
		max-width:70%;
	}

body {
	position: relative;
	min-height: 100%;
	height:auto !important;
	background-color: #E3D188;
	margin-top: 60px;
	margin-bottom: 70px;
	
}

/* Header */

#header{color:#fff}
#header>div{margin:0 auto;max-width:950px;}
#header #logo{float:left;padding-top:5px;line-height:0;margin-left:5px;}

#header #logo img{height:40px;}
#header #logo #mavologo{display:inline-block;height:25px;}

#search_string{
	margin-top:6px;
}
/* Main */
#main {margin:0 auto;max-width:950px;}
#content {
	margin: 5px 5px;
	padding: 10px;
	background-color: rgba(236,232,201,1.00);
	border-radius: 10px;
}


/* Clear */
#header:after,
#footer #submenu:after,
#home_header:after,
.clear:after {clear:both;content:"";display:block;width:0;height:0;font-size:0;line-height:0;visibility:hidden;}


/* Footer */
#footer{position:fixed;bottom:0;color:#fff;background:#222;width:100%;padding-top:10px;margin:0 auto;min-height:50px;}
#footer #logo2{text-align:center}
#footer #logo2 img{height:40px;}
#footer #logo2 #mavologo{display:inline-block;height:25px;}



.topthumb{
	width:292px;
	height:173px;
	overflow:hidden;	
}
.icon img{
		width:100px;
		height:auto;	
}

#confirm{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height:240px;
	text-align:center;
 
}
#confirm h1{
	font-size:22px;	
}
.p-rel{
	position:relative;	
}
.img-responsive{
		max-width:70%;
	}
/* For MobileDevice */
@media screen and (max-width: 1024px) {
	.img-responsive{
		max-width:80%;
	}

}
@media screen and (max-width: 653px) {
	.img-responsive{
		max-width:100%;
	}
}
@media screen and (max-width: 600px) {
	#content {border-width:22px;}
}

@media screen and (max-width: 590px) {

}

/*-----------------*/

.navbar-brand{
	padding:5px;	
}
#navbar{
	font-size:12px;	
}

h1{
font-size:18px;font-weight: bold;margin-bottom:20px;line-height:22px;	
}
h2{
	font-weight: bold;
	font-size: 14px;
}

#navbar li{
	border-right:1px solid #666;
	font-size:12px;
}

.manga{
	background-color:#fff;
	padding:1px;
	border:1px solid #000;
}

.badge{
	background-color:#ffba00;
}