@charset "UTF-8";

/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

27px = 207.7%
28px = 215.4%
29px = 223.1%
30px = 230.8%
*/

/* #################### top.css #################### */

#topics > dl > dd.info div.youtube {
	width: 560px;
	height: 315px;
	margin: 20px auto;
	border: 1px solid #999999;
}

div.special-contents div.live-info div.youtube {
	width: 560px;
	height: 315px;
	margin: 20px auto;
	border: 1px solid #999999;
}

#special {
	margin: 10px 0;
	padding: 0;
}

#special ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}

#special ul li {
	cursor: pointer;
	display: inline;
	margin: 0;
	padding: 0;
}

div.special-contents {
	position: fixed;
	top: 0;
	left: -670px;
	z-index: 2000;
	width: 670px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ffffff;
	background: url(../images/basic/back_transparent_black_90.png);
	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

html:root div.special-contents {
	
	background: rgba(0, 0, 0, 0.9);
}

div.special-contents div.wrapper {
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 90%;
	margin: 5% 25px 5% 50px;
	padding: 0;
}

div.special-contents div.wrapper h2 {
	margin: 0 30px 1em 0;
	padding: 0;
	color: #ffff00;
	font-size: 167%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dotted #ffffff;
}

div.special-contents div.wrapper h3 {
	margin: 0 30px 1em 0;
	padding: 5px 0 3px 0;
	color: #ffffff;
	font-size: 131%;
	font-weight: normal;
	text-align: center;
	border: 1px solid #ffffff;
	
	border-radius: 10px;
}

div.special-contents div.wrapper > p {
	margin: 1em 30px 1em 0;
	padding: 0;
	color: #ffffff;
	font-size: 116%;
	text-indent: 1em;
	text-align: left;
}

div.special-contents div.wrapper > p.intro {
	margin-bottom: 3em;
	font-size: 100%;
}

div.special-contents div.wrapper > p.Q {
	color: #d9ecff;
	text-indent: 0;
}

div.special-contents div.wrapper > p.signature {
	text-align: right;
	text-indent: 0;
}

div.special-contents p.close {
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: -20px;
	width: 100px;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	color: #ffffff;
	text-align: center;
	border: 1px solid #ffffff;
	background: #cc0000;
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

div.special-contents div.live-info {
	margin: 0 30px 0 0;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	background: url(../images/basic/back_transparent_white_5.png);
}

html:root div.special-contents div.live-info {
	background: rgba(255, 255, 255, 0.05);
}

div.special-contents div.live-info p.section-L1 {
	margin: 0.5em 0 1em 0;
	padding: 0 10px;
	color: #ffffff;
	font-size: 138.5%;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background: url(../images/basic/back_dot_white_10.png) 0 100% no-repeat;
}

div.special-contents div.live-info p.section-L2 {
	margin: 0.5em 0;
	padding: 0 10px;
	color: #ffff00;
	font-size: 116%;
	line-height: 1.5;
	border-bottom: 1px dotted #666666;
}

div.special-contents div.live-info p.section-L3 {
	margin: 0.5em 25px;
	padding: 0 10px;
	color: #ffffff;
	border-left: 5px solid #cccccc;;
}

div.special-contents div.live-info p.section-L2 + p.section-L3 {
	margin-top: 1.2em;
}

div.special-contents div.live-info ol,
div.special-contents div.live-info ul {
	margin: 1em 50px;
	padding: 0;
}
div.special-contents div.live-info ul {
	list-style-type: circle;
}

div.special-contents div.live-info ul.data {
	margin: 1em 30px;
	list-style-type: none;
}

div.special-contents div.live-info li {
	margin: 0;
	padding: 0;
}

div.special-contents div.live-info li p {
	margin: 0;
	padding: 0;
}

div.special-contents div.live-info li ul {
	list-style-type: circle;
	margin: 0 60px;
	padding: 0;
}

div.special-contents div.live-info a {
	color: #ffffff !important;
}

div.special-contents div.live-info p.link {
	padding: 7px 0 5px 0;
	font-size: 85%;
	text-align: center;
	background: url(../images/basic/back_transparent_black_50.png);
	
}

/* #################### catalog.css #################### */
#catalog > dl dd.comment p.release {
	color: #666666;
	text-align: right;
}