@charset "UTF-8";
@import url(../common/reset.css);

h2{
padding-left: 30px;
margin-top: 5px;
margin-bottom: 5px;
border-left: 2px solid #ccc;
font-size: 24px;
color: #666;
}
h3{
clear: left;
margin-top: 2em;
margin-bottom: 1em;
padding: 0 20px;
font-size: 150%;
color: #17a1e6;
border: #17a1e6 solid 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
}
h4{
margin-top: 1em;
font-weight: bold;
font-size: 120%;
color: #2e8ae6;
}
#detail{
float: none;
width: 100%;
}
#detail ul.poster_list{
display: flex;
flex-wrap: wrap;
align-content: flex-start;
margin: 0 !important;
padding: 0 !important;
}
#detail .poster_list>li{
position: relative;
width: 320px;
margin: 5px 10px 10px !important;
padding: 0 !important;
list-style: none !important;
border: 1px solid #ccc;
border-radius: 3px;
}
#detail .poster_list>li a{
position: relative;
}
#detail .poster_list>li a:hover{
display: block;
top: 2px;
}
#detail .poster_list li img{
width: 300px;
display: block;
}
#detail .poster_list li span{
}
.poster_list a{
display: block;
width: 300px;
padding: 10px !important;
text-decoration: none;
font-weight: bold;
}
/*
.poster_list a:visited{
background: #81a4cf;
}
*/

p.no{
display: block;
padding: 10px;
font-size: 160%;
color: #999;
line-height: 1;
font-weight: bold;
}
p.Pimg{
display: block;
height: auto;
}
p.author{
padding: 10px;
min-height: 6em;
color: #999;
}
p.Ptitle{
display: block;
padding: 10px;
min-height: 6em;
color: #333;
font-weight: bold;
}
.gototest{
margin: 0 0 10px !important;
padding: 0;
text-align: center;
color: #fff;
}
.gototest a{
margin: 0;
padding:0;
text-align: center;
font-size: 140%;
background: #3bc24f;
color: inherit;
}
.gototest>a:hover{
background: #2b8f3a;
}
.gotomovie{
margin: 0 0 10px !important;
padding: 0;
text-align: center;
color: #fff;
}
.gotomovie a{
margin: 0;
padding:0;
text-align: center;
font-size: 140%;
background: #e7322e;
color: inherit;
}
.gotomovie>a:hover{
background: #aa0000;
}
.gotozoom{
margin: 0 0 10px !important;
padding: 0;
text-align: center;
}
.gotozoom a{
margin: 0;
padding:0;
text-align: center;
font-size: 140%;
background: #4985f5;
color: inherit;
color: #fff;
}
.gotozoom>a:hover{
background: #0000aa;
}


.jump li{
margin: 0 5em;
display: inline;
}
.jump{
margin: 1em 200px;
padding: 10px 10px;
border: 1px dotted #ccc;
list-style: none;
text-align: center;
background: #e5ecec;
}



.aboutcourse{
width: 1200px;
margin: 0 auto;
}
#header p{
padding: 2px 5px;
background-color: #023894;
color: #fff;
}
.gobutton{
margin-top: 30px;
display: flex;
flex-wrap: wrap;
justify-content: center;

}
.button{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 2px solid #b84c00;
  color: #fff;
  background-color: #eb6100;
  background: #f56500;
}
.button:hover{
top: 2px;
}
.button a{
  color: #fff;
  text-decoration: none;
}

#footer{
margin-top: 30px;
text-align: center;
}
span.min{
display: inline;
margin-left: 1em;
font-size: 70%;
}
.day{
display: block;
font-weight: normal;
}
.day::before{
margin-right: 1em;
content: 'オンタイム';
font-size: 80%;
border: 1px solid #ccc;
color: red;
}
.download{
margin: 10px 100px;
padding: 0 2em 1em;
border: 1px dotted #ccc;
}
.download p{
display: inline-block;
margin-right: 2em;
border-radius: 3px;
border: 1px dotted #ccc;
}
.download a{
display: block;
padding: 10px 20px;
text-decoration: none;
background: #b0d5dc;
color: inherit;
}
