﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.tablecontainer {
    width: 100%;
    height: 100%;
}

.tablecontent td {
    text-align: center;
}

.mbhead {
    padding-top: 0px;
}

input.zenkaku,
textarea.zenkaku {
    ime-mode: active
}

input.hankaku,
textarea.hankaku {
    ime-mode: disabled
}

.tablecontent tr td div b {
    color: rgb(11,49,143);   /* ポラスブルー */
}
.header {
    border-bottom: 0.5px solid;
    background-color: white;
}
.hed {
    position: fixed; /* ヘッダーの固定 */
    top: 0px; /* 位置(上0px) */
    left: 0px; /* 位置(右0px) */
    width: 100%; /* 横幅100%　*/
    height: 60px; /* 縦幅60px */
}
.pbar {
    font-size: 10px;
    float: left;
    color: gray;
}
.nav {
    padding-left: 15px;
}
.divword {
    display: inline-table;
    line-height: 15px;
}

.moblieheader {
    border-bottom: 0.5px solid;
    background-color: rgb(0,160,64);
    margin-bottom: 0;
}
.moblieheader label{
    margin-top:13px;
    color: white;
}

.render-body {
    padding-left: 2%;
    padding-right: 2%;
}

.table tr th {
    /*background-color: rgb(0,160,64);*/
    background-color: rgb(140,200,160);
    color: #ffffff;
    font-weight: bold;
}
.table tr th .req{
    color:#b94a48;
}

.font-small {
    font-size: small;
}

/*ポラス共通ボタン設定*/
.polus-btn {
    margin:0 auto; 
    font-weight:700;
}

.polus-link{
    color:#b94a48;
}
