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

/* #################### ディスコグラフィー #################### */
#discography {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: left;
}

#discography h3 {
	overflow: hidden;
	margin: 0 0 30px 0;
	padding: 0.6em 0;
	color: #999999;
	font-family: "Trebuchet MS";
	font-size: 167%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.6em;
	line-height: 1.0;
	background: url(../images/basic/back_transparent_black_5.png);
}

/* ******************** ショートカット ******************** */
#shortcut {
	position: absolute;
	left: 0;
	z-index: 100;
	width: 950px;
	margin: 0;
	padding: 0;
	background: url(../images/basic/back_transparent_black_10.png);
}
html:root #shortcut {
	background: rgba(0, 0, 0, 0.1);
}

#shortcut.fixed {
	position: fixed;
	top: 0 !important;
	left: auto;
}

#shortcut ul {
	margin: 0;
	padding: 5px 0;
	text-align: center;
}

#shortcut ul li {
	cursor: pointer;
	position: relative;
	display: inline;
	margin: 0 1px;
	padding: 5px 15px 4px 15px;
	color: #336699;
	font-size: 93%;
	white-space: nowrap;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 15px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.05);
}
html[xmlns] #shortcut ul li {
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	vertical-align: bottom;
}
*:first-child+html #shortcut ul li {
	display: inline;
	margin: 0 1px;
}
#shortcut ul li.hover {
	color: #cc0000 !important;
}
#shortcut ul li.modified {
	color: #ff6600;
	font-weight: bold;
}

/* ******************** 商品情報 ******************** */
#discography div {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#discography dl {
	position: relative;
	margin: 20px 50px 20px 80px;
	padding: 0;
}

/* -------------------- タイトル -------------------- */
#discography dl dt {
	overflow: hidden;
	width: 670px;
	margin: 0 0 0 140px;
	padding: 0;
	color: #336699;
	white-space: nowrap;
}

#discography dl dt a {
	color: #336699 !important;
	text-decoration: none !important;
}

#discography dl dt span.title {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 240.8%;
	line-height: 1.2;
	text-overflow: ellipsis;
}

#discography dl dt span.sub-text-top {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 131%;
	font-weight: normal;
	line-height: 1.5;
}

#discography dl dt span.sub-text-bottom,
#discography dl dt span.cw {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 131%;
	font-weight: normal;
	line-height: 1.2;
}

#discography dl dt br {
	display: none;
}

/* -------------------- ジャケット関連 -------------------- */
#discography dl dd.jacket {
	position: absolute;
	top: 0;
	left: 0;
	width: 102px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#discography dl dd.jacket p.image {
	overflow: hidden;
	width: 102px;
	margin: 0;
	padding: 10px;
	text-align: center;
	background: url(../images/basic/back_transparent_white_80.png);
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
html:root #discography dl dd.jacket p.image {
	background: rgba(255, 255, 255, 0.8);
}

#discography dl dd.jacket p.banner {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 2.0;
}

#discography dl dd.jacket p.image img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#discography dl dd.jacket span.caption {
	overflow: hidden;
	display: block;
	width: 100%;
	margin: 4px 0 -7px 0;
	padding: 0;
	color: #666666;
	font-size: 85%;
	letter-spacing: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* -------------------- 基本データ -------------------- */
#discography dl dd.data {
	margin: 20px 0 5px 140px;
	padding: 0;
	line-height: 1.6;
}

#discography dl dd.data p.release {
	position: relative;
	float: left;
	margin: 0 0 5px 5px;
	padding: 3px 15px 2px 15px;
	color: #666600;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 12px;
	box-shadow: inset 0 8px 10px rgba(0, 0, 0, 0.02);
}

#discography dl dd.data ul {
	list-style-type: none;
	margin: 0 0 0 150px;
	padding: 0;
	border-top: 1px dotted #cccccc;
}

#discography dl dd.data ul li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 93%;
	border-bottom: 1px dotted #cccccc;
}

#discography dl dd.data ul li a {
	display: block;
	margin: 0;
	padding: 8px 25px 6px 12.5em;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
#discography dl dd.data ul li a:hover {
	background: url(../images/basic/back_transparent_black_5.png);
}

#discography dl dd.data ul li a span.type {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 10em;
	margin: 0;
	padding: 0 20px 0 0;
	color: #666600;
	text-align: right;
	background: url(../images/basic/back_discography_link.gif) 100% 4px no-repeat;
}
#discography dl dd.data ul li a span.only {
	color: #cccccc;
}

#discography dl dd.data ul li a span.type span {
	display: none;
}

/* -------------------- アイコン -------------------- */
#discography dl dd.media {
	position: absolute;
	top: 10px;
	right: 25px;
	margin: 0;
	padding: 0;
}

/* -------------------- リンク -------------------- */
#discography dd.link {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 85%;
	text-align: center;
	border: 1px solid #cccccc;
	background: #ffffff url(../images/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#discography dd.link a {
	display: block;
	margin: 0;
	padding: 5px 0;
	color: #336699 !important;
	padding-right: 13px;
	text-decoration: none;
}

#discography dd.link span {
	display: block;
	margin: 0;
	padding: 5px 0;
	color: #666666 !important;
	padding-right: 13px;
	text-decoration: none;
}

/* -------------------- 注意書き -------------------- */
#discography dl dd.note {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px 0 0 0;
	color: #cc0000;
	font-size: 82%;
	text-align: center;
}