@charset "UTF-8";
.gamen_all {
max-width: 480px;
margin: 0 auto;
line-height: 1.2;
font-weight: normal;
}
/*クーポン設定*/
.gamen_cp_bg_color2{
background-color: #fff;
padding: 5px;
width: 90%;
margin: 0 auto 10px;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border: 3px solid #FDA629;
font-size: 12px;
}
.gamen_cp_box{
margin: 5px auto 0;
text-align: left;
}
.gamen_cp_title{
color: #b71405;
font-size: 16px;
font-weight: bold;
}
.gamen_cp_ar_text{
margin:5px;
font-size:14px
}
.btn_cp1_box,
.btn_cp23_box,
.btn_cp5_box,
.btn_cp4_box{
text-align:center;
margin: 5px 0;
}
.gamen_cp_over,
.gamen_cp_no_terget{
text-align:center;
}
.btn_cp1_img,
.btn_cp4_img,
.btn_cp5_img{
width: 280px;
}

.gamen_cp_login_a {
font-size: 0.8em;
font-weight: bold;
color: #f00;
padding-top: 5px;
text-align: center;
}
.btn_cp23_box{
text-align:center;
}
.btn_cp2_img,
.btn_cp3_img{
width: 190px;
}
.step1gray{
text-align: center;
}
.step1gray .btn{
  /* display: inline-block; */
  width: 50%;
  height: 28px;
  /* letter-spacing: -1px; */
  white-space: nowrap;
  margin-bottom: 0;
  /* font-size: 14px; */
  line-height: 27px;
  color: #345;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background: #F5F5F5;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 2px;
  box-shadow: 0px 0px 1px #CCC;
  -webkit-box-shadow: 0px 0px 1px #CCC;
  font-size: 14px;
  margin: 5px auto;
}

.step1 .btn2{
  /* display: inline-block; */
  width: 50%;
  height: 28px;
  /* letter-spacing: -1px; */
  white-space: nowrap;
  margin-bottom: 0;
  /* font-size: 14px; */
  line-height: 27px;
  color: #345;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background: #e40101;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 2px;
  box-shadow: 0px 0px 1px #CCC;
  -webkit-box-shadow: 0px 0px 1px #CCC;
  font-size: 14px;
  margin: 5px auto;
}
.step1 .btn2 a{
color:#FFF;
}