@charset "UTF-8";
/* ==============================
  css-manga
=================================
h2
---------------------------------
btn-aria
---------------------------------
btn-comics
============================== */

/* ------------------------------
  h2
------------------------------ */
h2 {
	width: 275px;
	height: 111px;
	background: url(../contents/img/manga/h2.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	float: left;
}

/* ------------------------------
  btn-aria
------------------------------ */
#btn-aria {
	width: 309px;
	padding-top: 32px;
	float: right;
}

#btn-aria h3 {
	width: 309px;
	height: 20px;
	background: url(../contents/img/manga/h3.gif) no-repeat right;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	margin-bottom: 16px;
}

#btn-aria ul {
	width: 309px;
	height: 30px;
}
/* clearfix */
#btn-aria ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#btn-aria ul {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #btn-aria ul {
	height: 1%;
}
#btn-aria ul {
	display: block;
}
/* End hide from IE-mac */

#btn-aria li {
	width: 101px;
	height: 30px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	padding-right: 3px;
	float: left;
}
#btn-aria li.nav-complete {
	padding-right: 0;
}

#btn-aria li a {
	width: 101px;
	height: 30px;
	text-decoration: none;
	display: block;
	outline: none;
	background-repeat: no-repeat;
}
#btn-aria li.nav-all a {
	background-image: url(../contents/img/manga/nav_all.gif);
}
#btn-aria li.nav-continue a {
	background-image: url(../contents/img/manga/nav_continue.gif);
}
#btn-aria li.nav-complete a {
	background-image: url(../contents/img/manga/nav_complete.gif);
}

#btn-aria li a:hover {
	background-position: 0 -30px;
}
#btn-aria li.current a {
	background-position: 0 -60px;
}
#btn-aria li.current a:hover {
	background-position: 0 -60px;
}

/* ------------------------------
  btn-comics
------------------------------ */
#btn-comics {
	width: 960px;
}

#btn-comics ul {
	width: 960px;
}
/* clearfix */
#btn-comics ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
#btn-comics ul {
    display:inline-block;
    min-height:1%; /* for IE 7 */
}
/* Hides from IE-mac \*/
* html #btn-comics ul {
	height: 1%;
}
#btn-comics ul {
	display: block;
}
/* End hide from IE-mac */

#btn-comics li {
	width: 314px;
	height: 186px;
	margin-right: 9px;
	margin-bottom: 55px;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	position: relative;
	float: left;
}
#btn-comics li.none {
	margin-right: 0;
}

#btn-comics li a {
	width: 314px;
	height: 186px;
	text-decoration: none;
	display: block;
	outline: none;
	background-repeat: no-repeat;
}
#btn-comics li a:hover {
	background-position: 0 -186px;
}

#btn-comics li span {
	width: 65px;
	height: 19px;
	display: block;
	position: absolute;
	top: 149px;
	left: 0;
	background-repeat: no-repeat;
}
#btn-comics li.continue span {
	background-image: url(../contents/img/manga/label_continue.gif);
}
#btn-comics li.complete span {
	background-image: url(../contents/img/manga/label_complete.gif);
}