﻿body {
font-family: '游ゴシック';
overflow:scroll;
}


header{
  background: white;
}



/* #top_news {
    height: 560px;
    margin: 20px auto;
} */

/*--------------------------test--------------------------*/

.photo-show {
    height: 560px;
    margin: 0px auto;
    max-width: 100%;
    position: relative;
    width: 700px;
}

.photo-show img {
    animation: show 12s infinite;
    -webkit-animation: show 12s infinite;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute;
}


@keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    50% {opacity:1}
    60% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    50% {opacity:1}
    60% {opacity:0}
}


.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

.photo-show img:nth-of-type(2) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}

/*--------------------------test--------------------------*/


#logo{
  width: 300px;
  margin: 20px auto;
}

#logo > a:hover{
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#logo img{
  width: 300px;
  margin: 0;
  padding: 0;
}

#account_link{
  margin: 20px 0 0 auto;
}

#account_link a:hover{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transition: 0.5s;
}

#account_link img{
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
}

#account_link a{
  width: 40px;
  margin: 0;
  padding: 0;
}

main{
  margin-top: 20px;
}


ul#menu{
  width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}


ul#menu>li{
  display: inline-block;
}

ul#menu>li>a{
  display: inline-block;
  width: 150px;
  height: 60px;
  background: White;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  line-height: 60px;
}

ul#menu > li > a:hover{
  opacity: 0.3;
  transition: 0.5s;
}

ul#menu > li > a:visited{
  color: blue;
}


/*
.clearfix::after{
  content("");
  display: block;
  clear: both;
}*/

#top_news{
  width: 600px;
  margin: 0 auto;
}

main img{
  width: 600px;
  margin: 0;
  padding: 0;
}


.box a{
  color:black;
}

.box a:hover{
    opacity: 0.5;
}

footer{
  /* background: ghostwhite; */
}

#table{
  margin: 20px auto;
  width: 900px;
}

.table{
  display: table;
}

#margin_left{
  margin-left: 20px;
}


#margin_right{
  margin-right: 20px;
}

.row{
  display: table-row;
}

.box{
  display: table-cell;
  width: 430px;

}

h1{
  font-weight: normal;
}

.news{
  /* border: solid; */
}

.news h1{
  font-size: 32px;
  text-decoration:underline;
}

.news ul{
  padding: 0;
  font-size: 16px;
  list-style: none;
}

.news li{
  margin: 0 0 20px 0;
}

.video{
  /* border: solid; */
}

.video h1{
  font-size: 32px;
  text-decoration:underline;
}

.live{
  /* border: solid; */
}

.live h1{
  font-size: 32px;
  text-decoration:underline;
}

.live ul{
  padding: 0;
  font-size: 16px;
  list-style: none;
}

.live li{
  margin: 0 0 20px 0;
}

#radio{
  margin-top: 30px;
}

#radio p{
   margin-top: 0;
}

.others{
  /* border: solid; */
}

.others h1{
  font-size: 32px;
  text-decoration:underline;
}
