@charset "UTF-8";

/* =================================================
  Hyperlink
================================================= */
a, a:link {
  color: #fff352;
  outline: none;
  text-decoration: underline;
}

a:visited {
  color: #fff352;
  text-decoration: none;
}

a:hover {
  color: #ffffe0;
  text-decoration: none;
}


/* =================================================
  btn
================================================= */

a.btn {
  background: #fff352;
  -webkit-box-shadow: 0 5px 0 #fff352;
  -moz-box-shadow: 0 5px 0 #fff352;
  box-shadow: 0 5px 0 #fff352;
}
a.btn:hover {
  background: #ffffe0;
  -webkit-box-shadow: 0 5px 0 #fff352;
  -moz-box-shadow: 0 5px 0 #fff352;
  box-shadow: 0 5px 0 #fff352;
}

.date {
  background: #fff352;
  color: #696969;
}


/* =================================================
  Container Layout
================================================= */
.wrapper_pages {
  border-top: 10px solid #fff352;
}

/* =================================================
  Footer
================================================= */
#footer {
  background: #fff352;
  color: #696969;
}

/* =================================================
  Scroll to top Button
================================================= */
#scrolltop a {
  background: #fff352;
}

/* =================================================
  left_contents
================================================= */
.left_contents h2 {
  background: #fff352;
}
.left_contents .onair .dtm {
  color: #696969;
}
.left_contents .onair .detail {
  background: #ffffff;
}

.left_contents .detail li {
  float: left;
  width: 33.3%;
}

/* =================================================
  Styles
================================================= */
.mainVidual {
  background: #dcdcdc url(/atx_portal/images/common/bg_mainVidual.png);
}
.mainVidual .inner { background: #fff352; padding: 5px; }

.block.color {
  background: #fff352;
  color: #696969;
}

/* =================================================
  Index
================================================= */
.cast {
  border-bottom: 1px dotted #fff352;
}
.cast h3 {
  color: gray;
      background: linear-gradient(transparent 60%, #fff352 30%);
      display: inline-block;
}

/* =================================================
  Archive
================================================= */
.block_content {
  border-bottom: 1px dotted #fff352;
}