@charset "UTF-8";

/**
 * メールフォーム
 *
 * baserCMS :  Based Website Development Project <http://basercms.net>
 * Copyright 2008 - 2015, baserCMS Users Community <http://sites.google.com/site/baserusers/>
 *
 * @copyright		Copyright 2008 - 2015, baserCMS Users Community
 * @link			http://basercms.net baserCMS Project
 * @since			baserCMS v 0.1.0
 * @license			http://basercms.net/license/index.html
 */
#mail table {
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    width: auto;
}

#mail .col-input {
    width: 240px !important;
}

#mail .col-description {
    font-size: 10px;
}

.submit {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#flashMessage {
    padding: 10px 20px;
    margin: 15px auto !important;
    color: #C30;
    font-weight: bold;
    border: 5px solid #C30;
}

.message {
    color: #C30;
    font-weight: bold;
    margin: 20px;
}

.error {
    color: #C30;
}

.error em {
    color: #06C;
    font-style: normal;
    font-weight: bold;
}

.submit {
    text-align: center;
}

.loadingHide {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    background-image: url(/img/admin/ajax-loader.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 50px 50px;
    z-index: 100;
}
