#mag { background-color: #C6C; width: 910px; float: left; background-image: url(../img/box_bg.gif); border: 2px solid #FF5B9D; position: relative; text-align: left; }
#magBox { border: 2px solid #FF5B9D; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; background-color: #FFF; margin-bottom: 10px; padding:20px; width:882px; margin-left:10px; float: left; }
.header_input .box{ padding: 10px; width: 500px}
#mag form{display: block; width: 100%}

#mag form li,#mag form ul{display: block; width: 100%; margin-bottom: 10px}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"]{ width: 145px;height: 50px; margin: 1px; color:#121212}
input[type="submit"][disabled]{ background:#DCDCDC!important;}
#entry{background: rgba(251,148,199,1.00); border: 1px solid rgba(255,121,225,1.00);}
#drop{background: rgba(151,151,151,1.00) ;border: 1px solid #666;}
.g-recaptcha{margin-bottom: 10px}
form ul{margin-bottom: 10px}