@charset "utf-8";
/*
Theme Name: project2020

*/

  #Form_area .form-submit {
    float: none;
    padding: 0;
    clear: none !important;
    line-height: 1 !important;
    border: none;
    width: 410px !important;
    height: 80px;
    margin: 0 auto 0;
    background: #158ccc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #158ccc 0%, #0169a7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #158ccc 0%, #0169a7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #158ccc 0%, #0169a7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#158ccc', endColorstr='#0169a7',GradientType=0 );
    /* IE6-9 */
    border-radius: 5px; }
    #Form_area .form-submit:hover {
      opacity: 0.7; }
  #Form_area .form-submit input, #Form_area .form-submit input#comment-submit, #Form_area .comment-form-fields input[type=submit], #Form_area p.form-submit input[type=submit], #Form_area input[type=submit], #Form_area #commentform #submit {
    line-height: 1 !important;
    border: none !important;
    background-color: none !important;
    padding: 0 !important;
    text-shadow: none !important;
    font-family: Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    border: none;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    width: 410px;
    height: 80px;
    font-weight: bold !important;
    font-size: 2.8rem !important;
    position: relative;
    color: #FFF !important;
    cursor: pointer;
    background: url(../common/images/icon_arrow_big.png) center right 20px no-repeat !important;
    background-size: 10px 19px; }

.fontb{font-weight:bold; font-size:26px;}
.blueback{background-color:#2447CF;padding:10px;font-weight:bold;color:#fff;border-radius:5px;}