@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 p.artist-name {
	font-size: 131%;
	text-align: center;
	line-height: 1.0;
}

#topics > dl > dd.info p.title-center {
	font-size: 180%;
	line-height: 1.2;
}

#topics > dl > dd.info p.release {
	font-size: 131%;
	text-align: center;
	line-height: 1.0;
}

#topics > dl > dd.info p.copy {
	color: #666600;
	font-size: 131%;
	text-align: center;
}

#topics > dl > dd.info li span.tie-up {
	color: #666600;
	font-size: 85%;
}

/* #################### profile.css #################### */
#profile > dl > dt {
	margin-bottom: 20px;
}

#profile > dl > dd.data div.image-center {
	margin: 0;
	padding: 0;
	text-align: center;
}

#profile > dl > dd.data div.image-center p {
	display: inline-block;
	margin: 5px;
	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 #profile > dl > dd.data div.image-center p {
	background: rgba(255, 255, 255, 0.8);
}
*:first-child+html #profile > dl > dd.data div.image-center p {
	display: inline;
}

#profile > dl > dd.data div.image-center p img {
	border: 1px solid #ffffff;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

#profile > dl > dd.data div.image-center p br  {
	display: none;
}

#profile > dl > dd.data div.image-center p span.caption  {
	display: block;
	margin: 6px 0 -5px 0;
	padding: 0;
	color: #666666;
	font-size: 93%;
	letter-spacing: 0.2em;
}

#profile > dl > dd.data div.biography div.personal {
	margin: 20px 30px;
	padding: 10px 20px;
	background: url(../images/basic/back_transparent_white_60.png);
	
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
html:root #profile > dl > dd.data div.biography div.personal {
	background: rgba(255, 255, 255, 0.5);
}

#profile > dl > dd.data div.biography p.link {
	padding: 7px 0 5px 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;
}

/* #################### catalog.css #################### */
#catalog > dl > dd.list li > dl dd.self-liner-notes {
	margin: 5px 0 0 50px;
	padding: 0;
	color: #666666;
	line-height: 1.5;
}

#catalog > dl > dd.list li > dl dd.self-liner-notes p {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

#catalog > dl > dd.list li > dl dd.self-liner-notes p.title {
	margin: 3px 0;
	padding: 0;
	color: #333333;
	letter-spacing: 0.1em;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}