/*
Theme Name: toa-consultant
Template: twentyten-parent
Version: 1.0.0
*/

/* =========================================================
   TOA Consultant overrides
   ========================================================= */


/* Layout
------------------------------------------------------------ */

#content {
    margin: 0 280px 0 0;
}

#primary,
#secondary {
    width: 200px;
}

#main,
#wrapper {
    width: 990px;
}

#wrapper {
    margin-bottom: 50px;
}

#main {
    padding: 20px 0;
}


/* Typography / Links
------------------------------------------------------------ */

/*
 * Twenty Ten標準の.entry-title共通指定から外していたため、
 * 必要な見た目は下の.entry-titleで個別指定する。
 */

#content .entry-title {
    color: #333;
    font-size: 180%;
    line-height: 1.3em;
    font-family:
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "メイリオ",
        Meiryo,
        Osaka,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        sans-serif;
    font-weight: bold;
    letter-spacing: 3px;
}


/* Tables
------------------------------------------------------------ */

#content table {
    border: 1px solid #c2c2c2;
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
}

#content tr td {
    border-top: 1px solid #c2c2c2;
    padding: 10px;
}


/* Forms
------------------------------------------------------------ */

.entry-content input {
    margin-bottom: 0;
}


/* Mobile
------------------------------------------------------------ */

@media screen and (max-width: 400px) {

    .entry-title {
        text-align: center;
    }

    #container {
        float: none;
        margin: 0;
        width: 100%;
    }

    #wrapper {
        width: 100%;
        padding: 0;
    }

    #main {
        width: 90%;
        margin: 0 auto;
    }

    #content {
        margin: 0;
    }
}