
.container {
    width: auto;
}

@media (min-width: 768px) {
        .container {max-width: none;}
}
@media (min-width: 992px) {
        .container {max-width: none;}
}
@media (min-width: 1200px) {
        .container {max-width: none;}
}


@media (max-width: 3000px) {
    .table-responsive {
        #border: 1px solid black;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
    .table-responsive > .table {
        background-color: #fff;
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 1px solid black;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0 none;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0 none;
    }
    .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0 none;
    }
}

/* 年間計画シート用 */
th.plan{
    background-color: #CCFFFF;
}
td.plan{
    background-color: #CCFFFF;
}

th.record{
    background-color: #FFCCFF;
}
td.record{
    background-color: #FFCCFF;
}

th.future{
    color: blue;
}
td.future{
    color: blue;
}

th.hokoku{
    background-color: #CCCCFF;
}

td.hokoku{
    background-color: #CCCCFF;
}

th.kizuki{
    background-color: #CCFFCC;
}

td.kizuki{
    background-color: #CCFFCC;
}

/* ランキング用 */
td.this_year{
    background-color: #FF9933;
}
td.this_month{
    background-color: #FFCC99;
}

/* Placeholder */
input::-webkit-input-placeholder { /* WebKit browsers */
    color: lightgreen;
}
*:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: lightgreen;
    opacity:  1;
}
*::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
*:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: lightgreen;
}

/* sort */
th a.asc:after {
	content: '▲';
}
th a.desc:after {
	content: '▼';
}

/* メニュー */
#pcmenu div.dropdown:hover > ul.dropdown-menu {
    display: block;
}

/* その他 */
div.inline {
    display:inline;
}

.border-left{
    border-left:1px solid black !important;
}

.indent{
    padding-left: 2em !important;
}

.unbold{
    font-weight: normal !important;
}


