@charset "utf-8";
@import "../styles/clear.css";

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

	wakakusa.tv CSS
	グリモア

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

body {
	background: #000 url(images/bg.jpg) repeat top center fixed;
	text-align: center;
	color: #4c4536;
}

p,li,td,th {
	font-size: 92%;
}

a {
	color: #950a06;
}
a:hover {
	color: #c00;
}

ul li {
	list-style: none;
}

/* Header */
header {
	background: url(images/header.jpg) top left no-repeat;
	width: 800px;
	height: 120px;
	position: relative;
}
header h1,
header p {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -50000px;
	text-align: left;
	line-height: 0.1;
	font-size: 1px;
}
header small {
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 72%;
	color: #653;
}
header div {
	position: absolute;
	left: 6px;
	top: 6px;
}

/* Contents */
article {
	-moz-box-shadow: 0 0 30px #300, 0 0 30px #300; /* Firefox用 */
	-webkit-box-shadow: 0 0 30px #300, 0 0 30px #300; /* Safari,Google Chrome用 */
	box-shadow: 0 0 30px #300, 0 0 30px #300;

	background: #ccc5ab;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

article section {
	clear: both;
}

article section h1 {
	background: url(images/bg_ttl.gif) -10px 10px no-repeat;
	width: 790px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	line-height: 2em;
	text-indent: 10px;
	font-weight: bold;
	font-size: 1.3em;
	overflow: hidden;
}
article section h2 {
	padding: 0 20px 5px;
	font-weight: bold;
	font-size: 1.1em;
}
article section h3 {
	padding: 0 40px;
	font-weight: bold;
	color: #950a06;
}
article section h3:before {
	content: '★';
}
article section p,
article section ul,
article section ol,
article section dl {
	padding: 0 20px 10px;
}

/* Update */
article section dl#update {
	width: 758px;
	height: 150px;
	margin: 0 20px 10px;
	padding: 0;
	overflow-y: scroll;
	border: 1px #b0a68a solid;
}
article section dl#update dt {
	font-size: 84%;
}
article section dl#update dd {
	font-size: 92%;
	padding-bottom: 10px;
}
article section dl#update dt:before {
	content: '◆';
}

/* Update : Scrollber */
article section dl#update::-webkit-scrollbar {
	background: #ccc5ab;
	width: 4px;
	overflow: hidden;
}
article section dl#update::-webkit-scrollbar-button {
	display: none;
}
article section dl#update::-webkit-scrollbar-piece,
article section dl#update::-webkit-scrollbar-piece:start {
	background: #ccc5ab;
}
article section dl#update::-webkit-scrollbar-thumb,
article section dl#update::-webkit-scrollbar-corner {
	background: #950a06;
}

/* Volume */
/*article section div.volume * {
	outline: red 1px solid;
}*/
article section div.volume {
	background-color: #c8c1a7;
	height: 300px;
	position: relative;
	margin: 0 20px 10px;
	padding: 40px 10px 0 220px;
	border: 1px #b0a68a solid;
	overflow: hidden;
	zoom: 1;
}
article section div.volume h2,
article section div.volume h3,
article section div.volume dl,
article section div.volume ul,
article section div.volume p {
	margin: 0;
	padding: 0;
}
article section div.volume h2 {
	position: absolute;
	top: 10px;
	left: 10px;
}
article section div.volume figure {
	position: relative;
	top: 5px;
	left: -210px;
	width: 200px;
	height: 284px;
}
article section div.volume h3.spec {
	width: 260px;
	position: absolute;
	top: 45px;
	left: 220px;
}
article section div.volume h3.members {
	width: 260px;
	position: absolute;
	top: 45px;
	left: 490px;
}
article section div.volume h3.mailorder {
	margin-top: -40px;
}
article section div.volume dl {
	width: 260px;
	position: absolute;
	top: 70px;
	left: 220px;
	font-size: 86%;
}
article section div.volume dl dt {
	float: left;
	width: 75px;
	font-weight: bold;
}
article section div.volume dl dd {
	float: left;
	width: 185px;
}
article section div.volume ul {
	width: 260px;
	position: absolute;
	top: 70px;
	left: 490px;
}
article section div.volume ul li {
	display: inline;
}
article section div.volume ul li:after {
	content: ' / ';
	color: #b0a68a;
}
article section div.volume ul li:last-child:after {
	content: '';
}
article section div.volume p {
	font-size: 90%;
}

/* Button */
article section a.btn {
	margin: 10px 40px 0;
	padding: 1.3em 0 1em;
	display: block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 0.5em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	color: #ff9;
	font-weight: bold;
	background: #950a06;
	background: -webkit-gradient(linear, left top, left bottom, from(#950a06), to(#5b0000));
	background: -moz-linear-gradient(top,  #950a06,  #5b0000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#950a06', endColorstr='#5b0000');
}
article section a.btn:hover {
	background: #c00;
	background: -webkit-gradient(linear, left top, left bottom, from(#d5100a), to(#920000));
	background: -moz-linear-gradient(top,  #d5100a,  #920000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5100a', endColorstr='#920000');
}
article section p.close {
	margin: 10px 40px 0;
	padding: 1.3em 0 1em;
	display: block;
	outline: none;
	text-align: center;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	color: #aaa;
	font-weight: bold;
	background: #ccc;
	text-decoration: line-through;
}

/* Link */
article section dl#link {
	width: 780px;
	margin: 0 auto;
	font-size: 90%;
	overflow: hidden;
}
article section dl#link dt {
	float: left;
	width: 100px;
	font-weight: bold;
}
article section dl#link dd {
	float: left;
	width: 680px;
}

/* Footer */
footer {
	width: 800px;
	padding: 10px 0;
	text-align: center;
	font-size: 84%;
}


#lightbox-container-image-data-box {
	display: none !important;
}

