@charset "UTF-8";

/* TODO ちょっとした追加修正。お願いするのも申し訳ないので... */

@media screen and (max-width: 800px) {
  article #homeContents #homeInner .btnArea input[type=submit] {
    width: 100%;
    height: 43px;
    color: #fff;
    font-size: 15px;
    background-color: #7c6f66;
    border: none;
    border-radius: 5px;
    margin-left: 8px;
    order: 1; }
}

@media print, screen and (min-width: 801px) {
  article #homeContents #homeInner .btnArea input[type=submit] {
    width: 174px;
    height: 43px;
    color: #fff;
    font-size: 15px;
    background-color: #7c6f66;
    border: none;
    border-radius: 5px;
    margin-left: 8px;
    cursor: pointer;
    transition: all .3s; }
    article #homeContents #homeInner .btnArea input[type=submit]:hover {
      opacity: .8; }
}

.switch article #homeContents #homeInner p {text-align: center;}
.switch article #homeContents #homeInner form,
.switch article #homeContents #homeInner .btnArea {border: none;}
.switch article #homeContents #homeInner .btnArea input[type=submit] {width: 250px;}

.error {color: #f00; margin-top: 20px; text-align: center; font-weight: bold;}
