body {
	background-image : url(../testpage/rotate_folderall.php);
	font-family: "ＭＳ ゴシック",sans-serif;
	font-size: small;
	color: #000000;
	background-color: #f5f5ff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:100% 100%;
	letter-spacing: 0.1em;
	margin: 0 0 0 2px;
	line-height: 130%;
	-webkit-text-size-adjust: 120%;
}
img {
	vertical-align:bottom;
}






.jp-playlist li {
	padding: 2px 0 2px 4px;
	overflow:hidden;
}
div.jp-type-playlist div.jp-playlist li:last-child {
	padding: 2px 0 2px 4px;
	border-bottom: none;
}

div.jp-type-playlist div.jp-playlist a {
	color: #333 !important;
	text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float: left;
	display: inline;
	text-align: left;
	margin-right: 5px !important;
	padding: 2px 0 2px 0 !important;
	font-weight: bold;
	color: #666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float: left;
	display: inline;
	text-align: left;
	margin-top: -6px;
	margin-right: 10px;
}

@media only screen and (max-width: 768px) {
	div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
		margin:0px 10px !important;
	}
}






#reload_button {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
/*ボタン用記述*/
.css_btn_class {
	font-size: small;
	font-family: "ＭＳ ゴシック",sans-serif;
	border-style:outset;
	border-color:#aaaaaa;
	border-width:1px;
	padding: 0px;
	margin: 0px;
	background-color: #eaeaea;
	display:inline-block;
}.css_btn_class:hover {
	border-style:solid;
	border-color:#ffffff;
	background-color:#ffffff;
}.css_btn_class:active {
	border-style:inset;
	position:relative;
	top:1px;
}
/*ボタン用記述*/