body {
	background-attachment: fixed;
	background-color: #969;
	background-image: url(../pix/gui/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 15px;
	color: #000;
}
a {
	color: #939;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #669;
}
strong {
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
	color: #343;
}
ul {
	margin: 0px;
	list-style-type: square;
	float: left;
}
p { text-align: center; }

.advertising {
	background-color: #fff;
	padding: 2px;
	border: 2px dashed #969;
	border-radius: 3px;
	color: #696;
	font-weight: 700;
	font-family: Tahoma, Verdana, sans-serif;
	font-size:10px;
	text-align: center;
	line-height: 12px;
}
.menuItem {
	background-color: #000;
	height: 34px;
	padding-right: 3px;
	padding-left: 15px;
	font-size: 27px;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: 900;
	letter-spacing: -3px;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	box-shadow: 0px 3px 3px -3px #363;
	line-height: 40px;
}
a.menuItem{ color: #fff; }
a.menuItem:hover{ color: #eee; }

.comicSpaceBox {
	text-align: left;
	padding: 5px;
	background-color: #676;
	border: 3px solid #343;
	color: #cdc;
	box-shadow: inset 0 1px 3px #343;
}
.comicSpaceBox a{ color: #c9c; }

.comicSpaceBox.volume {
	width: 600px;
	height: 200px;
	border-radius: 3px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 5px;
	margin-left: 17px;
	margin-right: 13px;
	margin-bottom: 5px;
}
.volumeTitle {
	text-align: right;
	font-weight: 900;
	font-style: italic;
	font-size: 20px;
}
.volumeTitle:after { content: " \21e2"; }

.epCount {
	text-align: right;
	font-weight: 700;
	font-style: italic;
	clear: both;
}
.epCount:after { content: " episodes \21e2"; }

.chapter {
	background-color: #000;
	width: 200px;
	height: 138px;
	display: inline-block;
	text-align: center;
}
.chapter.first {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-left: 5px;
	padding-left: 5px;
}
.chapter.last {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: 5px;
	padding-right: 5px;
}

.chapterTitle {
	display: block;
	font-weight: 500;
	text-align: left;
	text-indent: 3px;
	font-size: 14px;
	line-height: 16px;
}
.chapterThumb {
	margin: 2px;
	border-width: 0px;
	border-radius: 10px;
}
.pagecount {
	display: block;
	font-size: 12px;
	text-align: right;
	line-height: 18px;
}
.pagecount:before { content: "\21b3 "; }
.pagecount:after { content: " pages."; }


.underBox {
	background-color: #fff;
	clear: both;
	width: 750px;
	margin: 5px auto;
	display: inline-block;
	border-radius: 5px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}

.faq {
	padding: 5px;
	width: 328px;
	margin-right: auto;
	margin-left: auto;
}

.faq.Q {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	background-color: #ebe;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-top: 5px;
}
.faq.Q:before { content:"Q: "; }

.faq.A {
	background-color: #ded;
	font-size: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-bottom: 5px;
}
.faq.A:before { content:"A: "; font-weight:bold; }

a.spoilerTag { font-weight:normal; color:#000; background-color:#000; }
a.spoilerTag:hover { background-color:#fff; }

.castMember {
	float: left;
	padding: 10px 3px;
	margin: auto;
	width: 128px;
}
.castMember.last { float:right; }

.roundCorners {
	border-radius: 10px;
	overflow: hidden;
}

.mobileOnly { display: none; visibility: hidden; }
.desktopOnly { display: inline; visibility: visible; }
@media only screen and (max-device-width : 1024px){
	.mobileOnly { display: inline; visibility: visible; }
	.desktopOnly { display: none; visibility: hidden; }
}