@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	color: #1d1d1d;
	background-color: #ffffff;
	font-size: 12px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,sans-serif;
	line-height: 1.5em;
	word-wrap: break-word;
}

th, td {
	word-break: break-all;
	text-align: left;
}

img {
	border: none;
	vertical-align: bottom;
}

/* link */
a:link {
	color: #1b7bb7;
	text-decoration: none;
}
a:active {
	color: #1b7bb7;
	text-decoration: none;
}
a:visited {
	color: #1b7bb7;
	text-decoration: none;
}
a:hover {
	color: #1b7bb7;
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#audioleaf-widget-playlist {
	height: 100%;
	min-height: 100%;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#awp-header {
	border-bottom: 1px solid #cccccc;
	background-color: #1d1d1d;
	background: linear-gradient(#3b3b3b,#0d0d0d);
	background: -moz-linear-gradient(top,#3b3b3b,#0d0d0d);
	background: -webkit-gradient(linear,center top,center bottom,from(#3b3b3b),to(#0d0d0d));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#0d0d0d');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3b3b3b',endColorstr='#0d0d0d')";
	text-shadow: 2px 2px 2px #000;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
}
#awp-header a {
	display: block;
	padding: 5px 5px 5px 8px;
}
#awp-header a:link {
	color: #ffffff;
}
#awp-header a:active {
	color: #ffffff;
}
#awp-header a:visited {
	color: #ffffff;
}
#awp-header a:hover {
	color: #1b7bb7;
}

#awp-menu ul {
	list-style-type: none;
	background-color: #cccccc;
}
#awp-amenu li {
	float: left;
	width: 50%;
	font-size: 11px;
	line-height: 1em;
	font-family: Arial;
	text-shadow: 1px 1px 1px #1d1d1d;
}
#awp-menu li a {
	display: block;
	text-align: center;
	padding: 5px 0 6px 0;
	color: #ffffff;
}
#awp-menu-player a {
	border-right: 1px solid #cccccc;
}
#awp-menu li.awp-menu-focus {
	background-color: #ffffff;
	text-shadow: 1px 1px 1px #cccccc;
}
#awp-menu li.awp-menu-focus a {
	color: #000000;
}

#awpp {
	text-align: left;
}
#awpp-time {
	border-bottom: 1px solid #cccccc;
	padding: 15px 0;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
}
#awpp-display {
	position: relative;
	border-bottom: 1px solid #cccccc;
}
#awpp-display-logo {
	display: table-cell;
	vertical-align: middle;
	background-color: #1d1d1d;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
#awpp-display-logo a:link {
	color: #777777;
}
#awpp-display-logo a:active {
	color: #777777;
}
#awpp-display-logo a:visited {
	color: #777777;
}
#awpp-display a:hover {
	color: #1b7bb7;
}
#awpp-display-time {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	padding: 5px 0 0 0;
	width: 100%;
	height: 15px;
	overflow: hidden;
}
#awpp-controller {
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
}
.awpp-controller-btn {
	background-color: #0099cc;
	background: linear-gradient(#108ccb,#0c6693);
	background: -moz-linear-gradient(top,#108ccb,#0c6693);
	background: -webkit-linear-gradient(top,#108ccb,#0c6693);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	padding: 5px 10px 7px 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
}
#awpp-controller-pause {
	display: none;
}
#awpp-scrollbox {
	overflow: auto;
}
#awpp-tracks ul {
	list-style-type: none;
}
#awpp-tracks ul li {
	border-bottom: 1px solid #cccccc;
}
#awpp-tracks ul li a {
	display: block;
	padding: 7px 5px;
	line-height: 1.3em;
}
#awpp-tracks ul li.awpp-tracks-focus {
	background-color: #e5e5e5;
	font-weight: bold;
}
#awpp-tracks .awpp-message {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
}
#awpp-description {
	font-size: 10px;
	line-height: 1.4em;
	padding: 5px;
}
