﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.FormMail_Standard
{
}

.FormMail_Standard .ModuleReference
{
    background: none;
}

.FormMail_Standard .mail_btn
{
    margin: 0 auto 0px;
    padding: 0;
    width: 100px;
}

.FormMail_Standard .ButtonImage
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 20px;
}

/* 送信確認 */
.EditTitle
{
    margin: 0 5px 5px !important;
    width: 760px !important;
}

.confirm_table
{
    margin: 0 5px 5px !important;
    width: 760px !important;
}

.confirm_table .backlink
{
    width:100px !important;
}

.confirm_table .submitbtn
{
    width: 130px !important;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.FormMail_Standard
{
}

.FormMail_Standard .ModuleReference
{
    background: none;
    padding: 10px;
    width: 300px;
}

.FormMail_Standard .mail_btn
{
    margin: 0 auto 0px;
    padding: 0;
    width: 100px;
}

.FormMail_Standard .ButtonImage
{
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 20px;
}


/* 送信確認 */
.EditTitle
{
    padding: 5px 0px 0px 0px !important;
    margin: 0px 5px 5px !important;
    width: 310px !important;
}

.confirm_table
{
    margin: 5px !important;
    width: 310px !important;
}

.confirm_table .backlink
{
    width:100px !important;
}

.confirm_table .submitbtn
{
    width:200px !important;
}

#ContentPane
{
    background-color:#FFFFFF;
}
}
