/*===================
css.css width:640pxȉ
====================*/
@media screen and (max-width: 640px){

.jp-audio *:focus, .jp-audio-stream *:focus, *:focus {
    outline: medium none;
}
.jp-audio button::-moz-focus-inner, .jp-audio-stream button::-moz-focus-inner {
    border: 0 none;
}
.jp-audio, .jp-audio-stream {
    background-color: #66422A;
    border-color: #8B7E64 #8B7E64 #8B7E64 #8B7E64;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-family: Verdana,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
.jp-audio {
    padding: 20px;
}
.jp-audio-stream {
    padding: 20px 20px 10px;
    width: 101px;
}
.jp-interface {
    background-color: #66422A;
    min-width: 92%;
    position: relative;
    width: 100%;
}
.jp-audio .jp-controls-holder {
    margin-bottom: 10px;
    max-height: 80px;
}
.jp-audio-stream .jp-controls-holder {
    height: 50px;
}
.jp-controls {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 0;
    float: left;
    height: 34px;
    max-width: 32%;
    overflow: hidden;
    margin-right: 2%;
}
.jp-audio .jp-controls, .jp-audio-stream .jp-controls {
}
.jp-audio-stream .jp-controls {
}
.jp-controls button {
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 34px;
    margin: 0 1px 2px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}
.jp-type-playlist .jp-controls button {
    width: 49px;
}
.jp-type-playlist .jp-play {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -40px;
}
.jp-type-playlist .jp-play:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -40px;
}
.jp-state-playing div.jp-type-playlist .jp-play {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -120px;
}
.jp-state-playing div.jp-type-playlist .jp-play:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -120px;
}
.jp-type-playlist .jp-stop {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -80px;
}
.jp-type-playlist .jp-stop:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -80px;
}
.jp-type-playlist .jp-previous {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -200px;
}
.jp-type-playlist .jp-previous:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -200px;
}
.jp-type-playlist .jp-next {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -160px;
}
.jp-type-playlist .jp-next:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -160px;
}
.jp-toggles {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.jp-audio .jp-toggles {
    width: 55px;
}
.jp-toggles button {
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
    line-height: 100%;
    text-indent: -9999px;
    width: 25px;
}
.jp-repeat {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 -440px;
    margin-left: 0;
}
.jp-repeat:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -30px -440px;
}
.jp-state-looped .jp-repeat {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -60px -440px;
}
.jp-state-looped .jp-repeat:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -90px -440px;
}
.jp-audio .jp-shuffle {
    margin-left: 5px;
}
div.jp-seeking-bg {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.seeking.gif") repeat scroll 0 0;
}
.jp-progress {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -240px;
    height: 18px;
    min-width: 66%;
    overflow: hidden;
    padding: 0;
}
.jp-seek-bar {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -260px;
    cursor: pointer;
    height: 100%;
    min-width: 100%;
    overflow: hidden;
}
.jp-play-bar {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -280px;
    height: 100%;
    overflow: hidden;
}
.jp-state-no-volume .jp-volume-controls {
    display: none;
}
.jp-audio .jp-volume-controls, .jp-audio-stream .jp-volume-controls {
    height: 30px;
}
.jp-volume-controls button {
    border: medium none;
    cursor: pointer;
    display: block;
    height: 11px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 16px;
}
.jp-audio .jp-volume-controls .jp-mute, .jp-audio-stream .jp-volume-controls .jp-mute {
    left: 0;
    top: -6px;
}
.jp-audio .jp-volume-controls .jp-volume-max, .jp-audio-stream .jp-volume-controls .jp-volume-max {
    right: 0;
    top: -6px;
}
.jp-volume-controls .jp-mute {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 -330px;
}
.jp-volume-controls .jp-mute:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -25px -330px;
}
.jp-state-muted .jp-volume-controls .jp-mute {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -60px -330px;
}
.jp-state-muted .jp-volume-controls .jp-mute:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -85px -330px;
}
.jp-volume-controls .jp-volume-max {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 -350px;
}
.jp-volume-controls .jp-volume-max:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -25px -350px;
}
.jp-volume-bar {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -300px;
    cursor: pointer;
    height: 9px;
    min-width: 100%;
    overflow: hidden;
    padding: 2px 2px 1px;
    position: absolute;
}
.jp-audio .jp-interface .jp-volume-bar, .jp-audio-stream .jp-interface .jp-volume-bar {
    left: 0;
    top: 10px;
}
.jp-audio-stream .jp-interface .jp-volume-bar {
    border-right: 1px solid #180920;
    padding-right: 1px;
    width: 97px;
}
.jp-volume-bar-value {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -320px;
    height: 4px;
}
.jp-current-time, .jp-duration {
    color: #8c7a99;
    font-size: 0.5em;
}
.jp-current-time {
    cursor: default;
    float: left;
    margin-left: 0;
}
.jp-duration {
    cursor: pointer;
    float: right;
    text-align: right;
}
.jp-details {
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}
.jp-details .jp-title {
    cursor: default;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.jp-playlist ul {
    font-size: 0.7em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.jp-playlist li {
    border-bottom: 1px solid #8B7E64;
    border-top: 0px solid #8B7E64;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
}
div.jp-type-playlist div.jp-playlist li:first-child {
    border-top: medium none;
    padding-top: 3px;
}
div.jp-type-playlist div.jp-playlist li:last-child {
    border-bottom: medium none;
    padding-bottom: 3px;
}
div.jp-type-playlist div.jp-playlist a {
    color: #ffffff;
    text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
    color: #e892e9;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    background-color: #4C331F;
    border-bottom: 1px solid #8B7E64;
    border-top: 1px solid #8B7E64;
    margin: 0 -20px;
    padding: 2px 20px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
    color: #ffffff;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    color: #8c7a99;
    display: inline;
    float: right;
    font-weight: bold;
    margin-left: 10px;
    text-align: right;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color: #e892e9;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
    color: #8c7a99;
    display: inline;
    float: right;
    text-align: right;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
    color: #8c7a99;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
    color: #e892e9;
}
span.jp-artist {
    color: #8c7a99;
    font-size: 0.8em;
}
.jp-jplayer audio, .jp-jplayer {
    height: 0;
    width: 0;
}
.jp-jplayer {
    background-color: #000000;
}
.jp-no-solution {
    background-color: #66422A;
    border-color: #8B7E64 #8B7E64 #8B7E64 #8B7E64;
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    display: none;
    font-size: 0.8em;
    padding: 5px;
}
.jp-no-solution a {
    color: #ffffff;
}
.jp-no-solution span {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
}

/*===================
css.css width:641pxȏ
====================*/
@media screen and (min-width: 641px){

.jp-audio *:focus, .jp-audio-stream *:focus, *:focus {
    outline: medium none;
}
.jp-audio button::-moz-focus-inner, .jp-audio-stream button::-moz-focus-inner {
    border: 0 none;
}
.jp-audio, .jp-audio-stream {
    background-color: #66422A;
    border-color: #8B7E64 #8B7E64 #8B7E64 #8B7E64;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    min-width: 92%;
}
.jp-audio {
    padding: 20px;
    min-width: 240px;
}
.jp-audio-stream {
    padding: 20px 20px 10px;
    width: 101px;
}
.jp-interface {
    background-color: #66422A;
    min-width: 92%;
    position: relative; 
    width: 100%;
}
.jp-audio .jp-controls-holder {
    margin-bottom: 10px;
    max-height: 80px;
}
.jp-audio-stream .jp-controls-holder {
    height: 50px;
}
.jp-controls {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 0;
    float: left;
    height: 34px;
    max-width: 43%;
    overflow: hidden;
    margin-right: 2%;
}
.jp-audio .jp-controls, .jp-audio-stream .jp-controls {
}
.jp-audio-stream .jp-controls {
}
.jp-controls button {
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 34px;
    margin: 0 1px 2px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}
.jp-type-playlist .jp-controls button {
    width: 49px;
}
.jp-type-playlist .jp-play {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -40px;
}
.jp-type-playlist .jp-play:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -40px;
}
.jp-state-playing div.jp-type-playlist .jp-play {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -120px;
}
.jp-state-playing div.jp-type-playlist .jp-play:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -120px;
}
.jp-type-playlist .jp-stop {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -80px;
}
.jp-type-playlist .jp-stop:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -80px;
}
.jp-type-playlist .jp-previous {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -200px;
}
.jp-type-playlist .jp-previous:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -200px;
}
.jp-type-playlist .jp-next {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -24px -160px;
}
.jp-type-playlist .jp-next:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -124px -160px;
}
.jp-toggles {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.jp-audio .jp-toggles {
    width: 55px;
}
.jp-toggles button {
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
    line-height: 100%;
    text-indent: -9999px;
    width: 25px;
}
.jp-repeat {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 -440px;
    margin-left: 0;
}
.jp-repeat:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -30px -440px;
}
.jp-state-looped .jp-repeat {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -60px -440px;
}
.jp-state-looped .jp-repeat:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -90px -440px;
}
.jp-audio .jp-shuffle {
    margin-left: 5px;
}
div.jp-seeking-bg {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.seeking.gif") repeat scroll 0 0;
}
.jp-progress {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -240px;
    height: 18px;
    min-width: 54%;
    overflow: hidden;
    padding: 0;
}
.jp-seek-bar {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -260px;
    cursor: pointer;
    height: 100%;
    min-width: 100%;
    overflow: hidden;
}
.jp-play-bar {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -280px;
    height: 100%;
    overflow: hidden;
}
.jp-state-no-volume .jp-volume-controls {
    display: none;
}
.jp-audio .jp-volume-controls, .jp-audio-stream .jp-volume-controls {
    height: 30px;
}
.jp-volume-controls button {
    border: medium none;
    cursor: pointer;
    display: block;
    height: 11px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 16px;
}
.jp-audio .jp-volume-controls .jp-mute, .jp-audio-stream .jp-volume-controls .jp-mute {
    left: 0;
    top: -6px;
}
.jp-audio .jp-volume-controls .jp-volume-max, .jp-audio-stream .jp-volume-controls .jp-volume-max {
    right: 0;
    top: -6px;
}
.jp-volume-controls .jp-mute {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 -330px;
}
.jp-volume-controls .jp-mute:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -25px -330px;
}
.jp-state-muted .jp-volume-controls .jp-mute {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -60px -330px;
}
.jp-state-muted .jp-volume-controls .jp-mute:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -85px -330px;
}
.jp-volume-controls .jp-volume-max {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll 0 -350px;
}
.jp-volume-controls .jp-volume-max:focus {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") no-repeat scroll -25px -350px;
}
.jp-volume-bar {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -300px;
    cursor: pointer;
    height: 9px;
    min-width: 100%;
    overflow: hidden;
    padding: 2px 2px 1px;
    position: absolute;
}
.jp-audio .jp-interface .jp-volume-bar, .jp-audio-stream .jp-interface .jp-volume-bar {
    left: 0;
    top: 10px;
}
.jp-audio-stream .jp-interface .jp-volume-bar {
    border-right: 1px solid #180920;
    padding-right: 1px;
    width: 97px;
}
.jp-volume-bar-value {
    background: rgba(0, 0, 0, 0) url("../image/jplayer.customize.jpg") repeat-x scroll 0 -320px;
    height: 4px;
}
.jp-current-time, .jp-duration {
    color: #8c7a99;
    font-size: 0.5em;
}
.jp-current-time {
    cursor: default;
    float: left;
    margin-left: 0;
}
.jp-duration {
    cursor: pointer;
    float: right;
    text-align: right;
}
.jp-details {
    font-size: 0.7em;
    margin: 0;
    padding: 0;
}
.jp-details .jp-title {
    cursor: default;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.jp-playlist ul {
    font-size: 0.7em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.jp-playlist li {
    border-bottom: 1px solid #5A503E;
    border-top: 0px solid #8B7E64;
    overflow: hidden;
    padding: 2px 0;
    position: relative;
}
div.jp-type-playlist div.jp-playlist li:first-child {
    border-top: medium none;
    padding-top: 3px;
}
div.jp-type-playlist div.jp-playlist li:last-child {
    border-bottom: medium none;
    padding-bottom: 3px;
}
div.jp-type-playlist div.jp-playlist a {
    color: #ffffff;
    text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
    color: #293E70;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
    background-color: #4C331F;
    border-bottom: 1px solid #8B7E64;
    border-top: 1px solid #8B7E64;
    margin: 0 -20px;
    padding: 2px 20px;
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current a {
    color: #ffffff;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
    color: #8c7a99;
    display: inline;
    float: right;
    font-weight: bold;
    margin-left: 10px;
    text-align: right;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
    color: #e892e9;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
    color: #8c7a99;
    display: inline;
    float: right;
    text-align: right;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
    color: #8c7a99;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
    color: #e892e9;
}
span.jp-artist {
    color: #8c7a99;
    font-size: 0.8em;
}
.jp-jplayer audio, .jp-jplayer {
    height: 0;
    width: 0;
}
.jp-jplayer {
    background-color: #000000;
}
.jp-no-solution {
    background-color: #66422A;
    border-color: #8B7E64 #8B7E64 #8B7E64 #8B7E64;
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    display: none;
    font-size: 0.8em;
    padding: 5px;
}
.jp-no-solution a {
    color: #ffffff;
}
.jp-no-solution span {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
}