﻿@charset "utf-8";

body {
	color: #444; /* 全体 */
	line-height: 1.5;
}

.ui-page { /* 背景 */
	background: url(../img/bg_gplay.png);
}

.ui-content small {
	color: #888;
}

.ui-content #alert {
	color: #C25254;
	font-size: 0.8em;
	line-height: 0px;
}

#wrapper { /* 本文 */
	width: 800px;
	margin: 10px auto;
	color: #000;
	font-size: 1.0em;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
}

#wrapper h3 { /* 本文 */
	color: #444;
	font-size: 1.2em;
	padding: 15px 2px 0px;
	margin: 0px;
	text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5);
}

#wrapper a { /* 曲名 */
	color: #444;
	text-decoration: none;
}

#wrapper a:hover { /* マウスをのせたとき */
	color: #C27274;
	text-decoration: none;
}

#wrapper ol { /* 曲番号 */
	padding: 0px;
	margin: 0px;
	list-style: decimal-leading-zero inside;
	color: #f6f6f6;
	width: 800px;
	border-top: 1px solid #ddd;
	font-size: 0.9em;
}

#wrapper ol h3 { /* ゲームタイトル */
	color: #aa3;
	font-size: 1.2em;
	padding: 15px 2px 0px;
	margin: 0px;
	text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.6);
}

#wrapper ol h3 small { /* Game Title */
	color: #8a8;
	font-size: 13px;
	font-weight: bold;
	line-height: 0px;
}

#wrapper ol li {
	position: relative;
	margin: 0px;
	padding: 6px 2px 6px;
	/*border-bottom: 1px solid #ddd;*/
	cursor: pointer;
}

#wrapper ol li a { /* 曲名(インデント) */
	font-size: 1.0em;
	display: inline;
	text-indent: 0px;
	padding: 0px 0px 0px 0px;
}

#wrapper li.playing { /* 演奏中の曲番号 */
	color: #f6f6f6;
	/*text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.6);*/
}

#wrapper li.playing a { /* 演奏中の曲名 */
	color: #217bbd;
	font-size: 1.0em;
	display: inline;
}

#wrapper li.playing:before { /* 音符 */
	content: '♬';
	width: 14px;
	height: 14px;
	padding: 3px;
	line-height: 14px;
	margin: 1px;
	position: absolute;
	left: 5px;
	top: 5px;
	color: #000;
	font-size: 13px;
	text-shadow: 0px 0px 3px #888;
}

#wrapper #nlink a { /* リンク */
	color: #217bbd;
	text-decoration: none;
}

#wrapper #nlink a:hover { /* マウスをのせたとき */
	color: #C27274;
	text-decoration: none;
}

#wrapper #details { /* タイトル表示 */
	clear: both;
	height: 20px;
	width: 448px;
	padding: 1px 6px;
	background: #eee;
	color: #222;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 22px;
		-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
}

#wrapper #details em {
	font-size: 0.9em;
	font-style: normal;
	color: #666;
}

#container {
	width: 800px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	border-bottom: 1px solid #ddd;
}

#song {
	width: 530px;
	margin-top: 4px;
}

#date {
	width: 60px;
	margin-top: 12px;
	font-size: 0.7em;
	color: #999;
	text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.3);
}

#dlc {
	width: 210px;
	margin-top: 8px;
}

#mybbs {
	font-size: 0.9em;
}

#mybbs a { /* [入力フォーム]の文字 */
	color: #217bbd;
	text-decoration: none;
}
