@charset "utf-8";
@import "common.css";



    div#contents
    {
        width: 716px;
    }


/* [Contact Form] */

    div.for_g_contact
    {
        width: 716px;
        margin: 40px auto;
    }
    div.for_g_contact form table
    {
        width: 100%;
        border-collapse: collapse;
    }
    div.for_g_contact form table caption
    {
        font-weight: bold;
        color: #ffffff;
        padding: 10px;
        border-bottom: 3px solid #999999;
        background: #333333;
    }
    div.for_g_contact form table tr
    {
        background: #ffffff;
    }
    div.for_g_contact form table th.recomm_favorite
    {
        color: #ff6347;
        text-align: center;
    }
    div.for_g_contact form table tr:nth-child(even)
    {
        background: #f5f5f5;
    }
    div.for_g_contact form table th, div.for_g_contact form table td
    {
        text-align: left;
        padding: 10px;
    }
    div.for_g_contact form table th
    {
        font-weight: normal;
        width: 10em;
    }
    div.for_g_contact form table td input, div.for_g_contact form table td textarea
    {
        padding: 5px;
    }
    div.for_g_contact form table td span.necessary
    {
        color: #ffffff;
        white-space: nowrap;

        border-radius: 3px;
        box-shadow: 0 2px 3px #999;

        margin-left: 5px;
        padding: 2px 5px;

        vertical-align: top;

        position: relative;
        top: 5px;

        background: #ff6633;
    }

    div.for_g_contact_conf
    {
        width: 500px;
    }

/* [/Contact Form] */

