@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: 3em;
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;
}

#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;
}


/* button */
.gobutton{
margin: 0;
padding: 0;
margin-top: 30px;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: stretch;
list-style: none;
}
.gobutton li{
display: flex;
justify-content: center;
align-items: center;
margin: 0;
padding: 0;
width: auto;
position: relative;
box-shadow:inset 0px 39px 0px 0 #e67a73;
border-radius:5px;
border:1px solid #ffffff;
background-color:#e4685d;
color:#ffffff;
text-decoration:none;
text-shadow:0px 1px 0px #b23e35;
text-align: center;
font-size: 130%;
font-weight: bold;
vertical-align: middle;
}
.gobutton li:hover {
background-color:#eb675e;
}
.gobutton li:active {
position:relative;
}
.gobutton li:hover{
top: 2px;
}
.gobutton li a{
display: block;
vertical-align: middle;
padding:6px 12px;
color: #fff;
text-decoration: none;
}
.gobutton li a span{
font-size: 80%;
font-weight: normal;
}


