@charset "utf-8";
/**
 * netreal
 * ログインcss
 * 
 * create: 2008-04-25
 * update: 2016-06-10
 * 
 * @package     netreal
 * @author      ik
 * @copyright   Copyright (c) 2016 , netreal
 * @version     netreal 1.00
 */


/* ヘッダのフォームは隠す */

    header table.form {
        display: none;
    }


    form#fm_main button#bt_login {
        margin-top: 20px;
    }


    form#fm_main label.checkbox-inline input {
    }


/* フォーム下リンク部分 */

    form#fm_main ul:last-child {
        padding-top: 20px;
        text-align: right;
    }

    form#fm_main ul:last-child li {
        padding-bottom: 8px;
    }

    form#fm_main ul:last-child i {
        color: #c21b05;
    }



/* 代理店付きログイン */

    div.partners header div {
        padding: 20px 20px 10px;
    }


    div.partners div.contents div.main {
        padding-bottom: 0px;
    }


    div.partners div.pr {
        margin-bottom: 20px;
    }

    /* お知らせ */


        div.news {
            border: 1px solid #ccc;
            margin-bottom: 30px;
        }

        div.news  h3 {
            margin-top: 0;
            background: #f4f4f4 none repeat scroll 0 0;
            border-bottom: 1px solid #ccc;
            padding: 7px;
            color: #c21b05;
            font-size: 15px;
        }

        div.news  ul {
            overflow: scroll;
            padding: 3px 0;
            height: 200px;
        }

        div.news li {
            padding: 3px 12px;
        }

        div.news li * {
            font-size: 11px;
        }

        div.news li span {
            display: inline-block;
            width: 90px;
        }


    /*  代理店付け会員 */

        div.partners div.container.contents form h3 {
            color: #c21b05;
            font-size: 16px;
            font-weight: bold;
            padding: 6px 0 8px;
            text-align: center;
        }

        div.partners div.container.contents form {
            background-color: #f7f7f7;
            border: 2px solid #c21b05;
            border-radius: 5px;
            margin-bottom: 16px;
            padding: 5px 12px;
        }

        div.partners div.container.contents form ul {
            padding-top: 20px;
            text-align: right;
        }
