@charset "UTF-8";
body{
  margin: 0;
  padding: 0;
}
div#container{
  width: 420px;
  margin-left:auto;
  margin-right:auto;
  background: #efefef;
  font-family : メイリオ, "ＭＳ Ｐゴシック", "ＭＳ ゴシック";
}


div#pochi{
  width: 300px;
  height:100px;
  border-radius: 10px;
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
  text-align: center;
  color:white;
  margin: 30px auto 30px;
  background-color: blue;
  box-shadow:0 20px 0 navy;
  border:3px solid  navy;
  user-select:none;
  }
  div#pochi.pressed{
    /* box-shadow:0 10px navy; */
    box-shadow:none;
    margin-top: 40px;
    margin-bottom: 20px;
}
div#ans{
  width: 390px;
  /* min-height:400px; */
  font-size: 30px;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
  border:3px solid  #D1483E;
  background: white;
}
div.top a{
  display: block;
  background: red;
  text-align: center;
  text-decoration: none;  /* リンクの下線を消す */
  font-size: 30px;
  line-height: 80px;
  color:white;
  font-weight: bold;
  /* 影 */
  text-shadow: 1px 3px 0px #b2a98f,
               2px 6px 10px rgba(0,0,0,0.15),
               4px 12px 2px rgba(0,0,0,0.1),
               8px 24px 30px rgba(0,0,0,0.1);
}
div.center{
  font-size: 24px;
  background-color: white;
  text-align: center;
  margin: 0 auto;
}


h1{
  font-size: 26px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
p{
  font-size: 24px;
  margin: 5px 15px;
  text-align: left;
}
p.red{
  font-size: 24px;
  font-weight: bold;
  margin: 5px 15px;
  text-align: left;
  color: red;
}
p.bold{
  font-size: 24px;
  font-weight: bold;
  margin: 5px 15px;
  text-align: left;
}
p.s{
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
div.cm{
  line-height : 20px;
  font-size: 12px;
  text-align: center;
}
table.link{
  width: 400px;
  border-collapse: collapse;
  border: solid 2px;
  border-color: #c0c0c0;
  font-size: 22px;
  text-align: left;
}
table.link td.ue{
  border: solid 2px;
  border-color: #c0c0c0;
  background-color: #EEE8AA;
}
table.link td.sita{
  border: solid 2px;
  border-color: #c0c0c0;
  background-color: #99FF99;
}
table.link a{
  display: block;
  padding: 0.6em 1em;
  text-decoration: none;
}
footer{
  line-height : 30px;
  font-size: 18px;
  text-align: center;
  color: black;
  margin-bottom: 50px;
}
.cp_cssslider {
width: 400px;
height: 100px;
overflow: hidden;
margin: 2em auto;
}
.cp_slide_item {
width: 400px;
height: 100px;
float: left;
position: relative;
}
.cp_slidewrapper {
width: 500%;/* slideの枚数×100% */
position: relative;
left: 0;
animation: slider 20s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
/* 100%を枚数で割った%に割り振る */
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(-400px);
transform: translateX(-400px);
}
40% {
-webkit-transform: translateX(-800px);
transform: translateX(-800px);
}
60% {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
}
80% {
-webkit-transform: translateX(-1600px);
transform: translateX(-1600px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slider {
/* 100%を枚数で割った%に割り振る */
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
-webkit-transform: translateX(-400px);
transform: translateX(-400px);
}
40% {
-webkit-transform: translateX(-800px);
transform: translateX(-800px);
}
60% {
-webkit-transform: translateX(-1200px);
transform: translateX(-1200px);
}
80% {
-webkit-transform: translateX(-1600px);
transform: translateX(-1600px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}

div.photo{
  position: relative;
}
div.photo p{
  position: absolute;
  color:white;
  top:0;
  left:0;
}
div.photo img{
  width: 100%;
}
