@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%
*/

/* #################### common.css #################### */
#header-menu ul li.banner {
	overflow: hidden;
}

#header-menu ul li.banner a {
	padding: 6px 30px;
}

#header-menu ul li a {
	padding: 8px 20px;
}

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

/* ******************** トピックスライブレポートキャプション ******************** */
#topics > dl > dd.info div.image-center p span.caption-scroll  {
	display: block;
	overflow: hidden;
	margin: 6px 0 -5px 0;
	padding: 0;
	color: #666666;
	font-size: 93%;
	text-align: left;
	white-space: nowrap;
	letter-spacing: 0.2em;
	text-overflow: ellipsis;
}

/* ******************** コメント ******************** */
#info div.comments {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
	height: 630px;
	color: #ffffff;
	background: url(../images/basic/back_transparent_black_90.png);
}
html:root #info div.comments {
	background: rgba(0, 0, 0, 0.9)
}

#info div.comments p.info {
	margin: 50px 50px 20px 50px;
	padding: 0;
	font-size: 93%;
	text-align: right;
}

#info div.comments dl {
	position: relative;
	margin: 10px 50px 20px 50px;
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
#info div.comments dl.last {
	border-bottom: none;
}

#info div.comments dl dt {
	margin: 0 80px 20px 80px;
	padding: 8px 0 7px 0;
	text-align: center;
	border: 1px solid #333333;
	line-height: 1.4;
	background: url(../images/basic/back_transparent_white_10.png);
	
	border-radius: 10px;
}

#info div.comments dl dt strong {
	color: #ffff00;
	font-size: 146.5%;
	font-weight: normal;
}

#info div.comments dl dd {
	margin: 0;
	padding: 0;
	font-size: 116%;
}

#info div.comments dl dd.original {
	margin: 20px 120px;
	padding: 5px 20px;
	color: #cccccc;
	font-size: 93%;
	text-align: left;
	border: 1px solid #333333;
	background: url(../images/basic/back_transparent_black_80.png);
	
	border-radius: 10px;
}

#info div.comments dl dd.original + dt {
	margin-top: 40px;
}

#info div.comments dl dd.original p {
	margin: 1em 0;
	padding: 0;
}

#info #comments-button a {
	position: absolute;
	top: 500px;
	left: 145px;
	width: 330px;
	height: 40px;
	background: url(../images/other/button_click.png) 98% 6px no-repeat;
}

#info #comments-button-fans a {
	position: absolute;
	top: 500px;
	left: 485px;
	width: 330px;
	height: 40px;
	background: url(../images/other/button_click.png) 98% 6px no-repeat;
}