@charset "UTF-8";
#present_movie,
#present_form {
  display: none; }
  #present_movie .bordered_table th,
  #present_form .bordered_table th {
    text-align: left;
    width: 24%; }
    @media only screen and (max-width: 767px) {
      #present_movie .bordered_table th,
      #present_form .bordered_table th {
        width: auto; } }
    #present_movie .bordered_table th.th_wide,
    #present_form .bordered_table th.th_wide {
      width: auto; }
  #present_movie input[type="text"],
  #present_form input[type="text"] {
    padding: 1ex 1em;
    box-sizing: border-box; }
  #present_movie select,
  #present_form select {
    padding: 1ex 1em;
    box-sizing: border-box;
    font-size: 1rem; }
  #present_movie textarea,
  #present_form textarea {
    display: block;
    width: 99%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
    padding: 0.5ex;
    box-sizing: border-box;
    margin: auto; }
  #present_movie .btn,
  #present_form .btn {
    font-size: 1.2rem;
    cursor: pointer; }

/*# sourceMappingURL=specialty.css.map */
