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

/* #################### 楽曲試聴プレイヤー #################### */

/* ******************** 全体 ******************** */

/* -------------------- 本体 -------------------- */
#player {
	overflow: hidden;
	position: relative;
	width: 950px;
	height: 250px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	border: 5px solid #ffffff;
	background: #ffffff;
	
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* ########## 背景画像 ########## */
#player div.background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 1600px;
	height: 100%;
	background: url(../images/other/back_TECI-1407.jpg) 0 0 no-repeat;
}

/* ########## メッセージ ########## */
#player div.message {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	background: url(../images/basic/back_transparent_black_60.png);
	
	border-radius: 10px;
}
html:root #player div.message {
	background: rgba(0, 0, 0, 0.6);
}

#player div.message p {
	margin: 0;
	padding: 3px 12px 2px 12px;
	color: #ffffff;
	font-size: 85%;
	white-space: nowrap;
}

/* ########## 固定要素 ########## */
#player div.fixed-info {
	display: none;
	position: absolute;
	top: 32px;
	left: 80px;
	margin: 0;
	padding: 0;
}


/* ########## フロントページ ########## */
#player_front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#player_front dl {
	position: relative;
	margin: 25px 0 0 0;
	padding: 0;
}

#player_front dl dt {
	margin: 0;
	padding: 0;
	color: #d7b21c;
	font-family: "Trebuchet MS";
	font-size: 440%;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
}

#player_front dl dd {
	margin: 0;
	padding: 0;
}

#player_front dl dd.content-title {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 131%;
	text-align: center;
	letter-spacing: 0.5em;
}

#player_front dl dd.music {
	margin: 20px 0 0 0;
	padding: 0;
}
*:first-child+html #player_front dl dd.music {
	margin: 0 0 -45px 0;
}

#player_front dl dd.music ol {
	list-style-type: none;
	margin: 0 55px;;
	padding: 0;
	text-align: center;
}

#player_front dl dd.music ol li {
	display: inline-block;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 108%;
	white-space: nowrap;
	border: 1px solid #cccccc;
	
	border-radius: 5px;
}

#player_front dl dd.music ol li a {
	display: block;
	margin: 0;
	padding: 2px 10px;
	color: #336699 !important;
	text-decoration: none;
}

#player_front dl dd.notice {
	margin: 20px 0 0 0;
	padding: 0;
	color: #999999;
	font-size: 85%;
	text-align: center;
}


/* ########## 各楽曲 ########## */
#player div.preview {
	position: absolute;
	top: 0;
	left: 950px;
	width: 950px;
	height: 100%;
	margin: 0;
	padding: 0;
	
	-webkit-transform: translate3d(0, 0, 0);
}

#player div.preview dl {
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0;
	padding: 0;
}

#player div.preview dl dt {
	position: relative;
	z-index: 210;
	margin: 0 78px;
	padding: 55px 0 0 0;
	color: #336699;
	font-size: 280%;
	font-weight: bold;
	line-height: 1.2;
}

#player div.preview dl dd.track {
	position: absolute;
	top: -5px;
	left: 40px;
	z-index: 200;
	margin: 0;
	padding: 0;
	color: #dcdcdc;
	font-family: "Trebuchet MS";
	font-size: 1300%;
	font-weight: bold;
	font-style: italic;
	line-height: 1.0;
}
html:root #player div.preview dl dd.track {
	color: rgba(0, 0, 0, 0.08);
}

#player div.preview dl dd.author {
	clear: both;
	position: relative;
	z-index: 200;
	margin: -4px 82px 0 82px;
	padding: 0;
	color: #666666;
	line-height: 1.2;
}

#player div.preview dl dd.series {
	float: left;
	position: relative;
	z-index: 200;
	margin: 10px 82px 0 78px;
	padding: 6px 10px;
	color: #666600;
	line-height: 1.0;
	border: 1px solid #cccccc;
	background: url(../images/basic/back_transparent_white_50.png);
	
	border-radius: 10px;
}
html:root #player div.preview dl dd.series {
	background: rgba(255, 255, 255, 0.5);
}

#player div.preview dl dd.info {
	position: absolute;
	bottom: 70px;
	right: 80px;
	margin: 0;
	padding: 10px 15px;
	background: url(../images/basic/back_transparent_black_60.png);
	
	border-radius: 10px;
}
html:root #player div.preview dl dd.info {
	background: rgba(0, 0, 0, 0.6);
}

#player div.preview dl dd.info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#player div.preview dl dd.info ul li {
	margin: 0;
	padding: 0;
	font-size: 85%;
}

#player div.preview dl dd.music {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 790px;
	margin: 0 80px;
	padding: 0;
}

#player div.preview dl dd.music div.player {
	width: 788px;
	height: 26px;
	margin: 10px 0 5px 0;
	padding: 0;
	text-align: center;
	border: 1px solid #333333;
	background: #000000;
}

#player div.preview dl dd.music div.player p {
	color: #999999;
	margin: 0;
	padding: 2px 0 0 0;
}

/* ########## カーソル ########## */
#player div.move-prev {
	cursor: pointer;
	position: absolute;
	top: 50px;
	left: 10px;
	width: 22px;
	height: 150px;
	text-indent: -9000px;
	border: 1px solid #dddddd;
	background: #ffffff url(../images/basic/icon_move_left.gif) 50% 50% no-repeat;
	
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#player div.move-next {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 10px;
	width: 22px;
	height: 150px;
	text-indent: -9000px;
	border: 1px solid #dddddd;
	background: #ffffff url(../images/basic/icon_move_right.gif) 50% 50% no-repeat;
	
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
