@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
.over{
  opacity: .5;	
}
/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: YuGothic,'Yu Gothic','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.8;
}
#fadeIn{
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width: 640px) {
  html, body {
    font-size: 14px;
  }
}

body {
  background-image: url(/textlive/images/back_youshanai_radio.jpg);
  background-position: center;
}

#contentsArea{
  max-width: 900px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
#contentsArea .image{
  margin: 20px;
  border: 1px solid;
}
.header__logo {
  background-color: #67FFA0;
  text-align: center;
}
.header__logo a {
  color: #000;
  font-size: 320%;
  line-height: 1;
  display: inline-block;
  padding: 3px 0;
}
.center{
  text-align: center;
}
.item{
  width: 96%;
  margin: 0 auto 1em;
}
.item ul li{
  display: inline-block;
  width: 33%;
}
.back{
  text-align: center;
  font-size: 200%;
  padding-bottom: 1em;
}
.footer{
  color: #67FFA0;
}

.footer .copyright {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  background-color: #67FFA0;
  color: #000;
}

img {
  vertical-align: top;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 641px) {
  a:hover{
    opacity: .5;
  }
}
@media screen and (max-width: 640px) {
  .header__logo a{
    font-size: 230%;
  }
  .item ul li{
    width: 80%;
  }
  .back{
    font-size: 120%;
  }
  .footer .copyright{
    font-size: 10px;
  }
}

