﻿@charset "utf-8";

/******************/
/* メールフォーム */
/******************/

html{
    font-size:62.5%;
}

body {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000000;
    font-size: 1.8rem;
    line-height: 160%;
    letter-spacing: 0.04rem;
    margin: 0px;
    background:#fff;
    color:#000;
}

table {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

table.form th,td { text-align: left; padding-top: 8px; padding-bottom: 8px; margin: 0px; }
table.form th { background: #cccce6; }
table.form td { background: #f0f0f0; }
strong.ttl { text-align:left; border-left: solid 4px #cc0000; display: block; padding: 2px 5px; margin-top:2em; }


#main_table {
    width: 980px;
}

#mail_input {
    font-size: 1.8rem;
    width: 60%;
}

#mail_textarea {
    font-size: 1.8rem;
    width: 98%;
    height: 300px;
}

#mail_submit {
    font-size: 2.0rem;
}


