@charset "utf-8";
/* CSS Document */

.onAirShowDesc {
margin-left: 5px;
text-align: left;
}

.nextDesc {
margin: 5px;
text-align: left;
}

.onAirPicture {
  width: 98px;
  height: 98px;
  border-width: 1px;
  border-style: solid;
  border-color: #8abff5;
  display: inline;
  float: right;
  margin: 10px;
}

.onNextPicture {
  width: 98px;
  height: 98px;
  border-width: 1px;
  border-style: solid;
  border-color: #8abff5;
  display: inline;
  float: left;
  margin: 10px;
}

.listenLiveLogo {
  margin: 10px;
}

body {
  margin: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000000;
  background-color: #A0CBEB;
  font-size: 0.75em;
}

/* Header */
.header {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 15px;
}
  
.container {
  width: 415px;
  background-color: #DBE5EB;
}
  
.content {
  padding: 10px;
}
  
.nowTitle {
  font-size: 12px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}

.nowTime {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.nowDesc {
  font-size: 12px;
  text-align: left;
  font-style: italic;
}

.block {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
 
h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
  
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  background:#000000;
  height:1px;
  border:none;
}

a {color: #00000;}