#outer_frame #game{
  width:95%;
  text-align:center;
  margin:15px auto;

}
#outer_frame #game .game_contents_title{
  width:95%;
  margin:0 auto;
}
#outer_frame #game .game_contents_icon{
  float: left;
  margin-right:10px;
  margin-bottom:10px;
  width:30%;
}
#outer_frame .frame_top{
  width:100%;
}
#outer_frame .frame_bottom{

  
  width:100%;
  margin-bottom:20px;
}

#outer_frame .frame_top img{
  vertical-align:bottom;
  width:100%;
}
#outer_frame .frame_bottom img{
  width:100%;
  vertical-align:top;
}

#outer_frame .frame_center {
  color:#fff;
  background: url(../images/quiz/quiz_frame_02.png) top center repeat-y;
  background-size:100% auto;

}
#outer_frame .frame_center div{
  padding:10px 3%;
  text-align: justify;
  letter-spacing:0.1em;
  line-height:1.3;
  overflow: auto;
  vertical-align: bottom;
}
#outer_frame a.game_contents_link{
  display:block;
  width:80%;
  margin:10px auto;
  padding:10px;

  color: #FFFFFF;
  text-decoration: none;


  font-size:1.2em;
  font-weight: bold;
  /* IE10 Consumer Preview */
  background-image: -ms-linear-gradient(top, #00E0FF 0%, #007FFF 100%);
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(top, #00E0FF 0%, #007FFF 100%);
  /* Opera */
  background-image: -o-linear-gradient(top, #00E0FF 0%, #007FFF 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00E0FF), color-stop(1, #007FFF));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(top, #00E0FF 0%, #007FFF 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to bottom, #00E0FF 0%, #007FFF 100%);
  text-align: center;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow:rgba(0, 0, 0, 0.3) 2px 3px 3px 1px;
}
