/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select {
    max-width: 350px;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: "liga";
    -moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    vertical-align: middle;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/* original*/
@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

.tbl_width {
    width: 15%;
}

.tbl_th {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    background: #e9ecef;
    color: #000000;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 2;
}

.search {
    width: 100%;
    padding: 10px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
    border-radius: 4px;
    background-color: #ffffff;
}

.date_color {
    color: #213e58;
    text-align: left;
    max-width: 100px;
    min-width: 100px;
}

.rank_color {
    color: #6c83c6;
}

.new_color {
    color: #70cd41;
}

.used_color {
    color: #e98a33;
}

/* original*/
table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

table.type01 th {
    width: 140px;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    background: #00c0c3;
    color: #fff;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

table.type01 td {
    padding: 10px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

table.type02 th {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    background: #e9ecef;
    color: #000000;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

table.type02 td {
    padding: 5px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

table.type03 tr:hover {
    background-color: #c9e1eb; /*リンクにマウスが乗ったら背景色を変更する*/
}

table.type04 th {
    width: 200px;
    padding: 10px;
    font-weight: bold;
    vertical-align: middle;
    background: #00c0c3;
    color: #fff;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

table.type04 td {
    width: 600px;
    padding: 10px;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #ccc;
    line-height: 1.5;
}

#chart {
    position: relative;
    width: 400px;
}

#chart .count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
}

#chart em,
#chart span {
    font-family: Arial;
    width: 100%;
    text-align: center;
}
/* "240,021" */
#chart em {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    color: #66ccff;
}
/* "USERS" */
#chart .caption {
    color: #ccc;
    font-size: 12px;
}

/* ボタンデザイン */
.btn-primary {
    color: #000;
    background-color: #e9ecef;
    border-color: #2e6da4;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 30px;
    margin-top: -3px;
}

.btn:hover {
    background-color: #c2c4c6; /*リンクにマウスが乗ったら背景色を変更する*/
    color: #000;
    border: none;
}

.btn2-primary {
    color: #fff;
    background-color: #00c0c3;
    border-color: #2e6da4;
}

.btn2 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 30px;
    margin-top: -3px;
}

.btn2:hover {
    background-color: #8fd5ff; /*リンクにマウスが乗ったら背景色を変更する*/
}

.btn3-primary {
    color: #fff;
    background-color: #ff9900;
    border-color: #2e6da4;
}

.btn3 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 30px;
    margin-top: -3px;
}

.btn3:hover {
    background-color: #e67804; /*リンクにマウスが乗ったら背景色を変更する*/
    color: #fff;
}

/* テキストボックスデザイン */
input[type="text"]:not([class="textLabel"]),
input[type="password"],
input[type="number"],
input[type="email"],
textarea {
    padding: 0.5em;
    outline: none;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    height: 30px;
}

input[type="text"]:not([class="textLabel"]):focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus,
texture:focus {
    box-shadow: 0 0 3px #3498db;
    border: 1px solid #3498db;
}

input[type="search"] {
    -webkit-appearance: searchfield;
    padding: 0.5em;
    outline: none;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    height: 30px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.tooltip1 {
    position: relative;
    cursor: pointer;
    display: inline;
}

.tooltip1 p {
    margin: 0;
    padding: 30px;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 1100;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url("loading.gif") center center no-repeat;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.tdclass1 {
    width: 150px;
    border: none;
}

.tdclass2 {
    background-color: #fff;
}

/*アコーディオン*/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%; /*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 11px 12px;
    color: #fff;
    font-weight: bold;
    background: #00c0c3;
    cursor: pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background: #8fd5ff;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

/*アコーディオン*/
/*ボックス全体*/
.accbox2 {
    margin: 2em 0;
    padding: 0;
    max-width: 100%; /*最大幅*/
}

/*ラベル*/
.accbox2 label {
    display: block;
    padding: 11px 12px;
    color: #fff;
    font-weight: bold;
    background: #00c0c3;
    cursor: pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox2 label:hover {
    background: #8fd5ff;
}

/*チェックは隠す*/
.accbox2 input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox2 .accshow2 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc2:checked + .accshow2 {
    height: auto;
    opacity: 1;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100% / 5);
    height: 40px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tab_item:hover {
    opacity: 0.75;
}

/*タブ切り替え全体のスタイル*/
.tabs2 {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item2 {
    width: calc(100% / 5);
    height: 40px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
}

.tab_item2:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#Term1:checked ~ #Term1_content,
#Term3:checked ~ #Term3_content,
#Term6:checked ~ #Term6_content,
#Term12:checked ~ #Term12_content,
#TermAll:checked ~ #TermAll_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #00c0c3;
    color: #fff;
    pointer-events: none;
}

.tabs2 input:checked + .tab_item2 {
    background-color: #00c0c3;
    color: #fff;
    pointer-events: none;
}

.textLabel {
    background-color: transparent;
    border: none;
}

.textLabel:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    outline: 0;
}

.textLabel:hover {
    cursor: pointer;
}

.history_th {
    background-color: #00c0c3;
    color: #fff;
    width: 100px;
    padding: 3px 3px 3px 3px;
}

.history_td {
    padding: 3px 3px 3px 3px;
}

.premire_box {
    padding: 2px 2px 2px 2px;
    background-color: #fdcd52; /*背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold;
    width: 60px;
    font-size: smaller;
    text-align: center;
    margin-right: 5px;
    float: left;
}
.premire_box p {
    margin: 0;
    padding: 0;
}

.set_box {
    padding: 2px 2px 2px 2px;
    background-color: #fc7e02; /*背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold;
    width: 70px;
    font-size: smaller;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left;
}
.set_box p {
    margin: 0;
    padding: 0;
}

.size_box1 {
    padding: 2px 2px 2px 2px;
    background-color: #4285f4; /*背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold;
    width: 70px;
    font-size: smaller;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left;
}
.size_box1 p {
    margin: 0;
    padding: 0;
}

.size_box2 {
    padding: 2px 2px 2px 2px;
    background-color: #4285f4; /*背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold;
    width: 40px;
    font-size: smaller;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left;
}
.size_box2 p {
    margin: 0;
    padding: 0;
}

.size_box3 {
    padding: 2px 2px 2px 2px;
    background-color: #4285f4; /*背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold;
    width: 40px;
    font-size: smaller;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left;
}
.size_box3 p {
    margin: 0;
    padding: 0;
}

.size_box4 {
    padding: 2px 2px 2px 2px;
    background-color: #fe572e; /*背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold;
    width: 80px;
    font-size: smaller;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left;
}
.size_box4 p {
    margin: 0;
    padding: 0;
}

.size_box5 {
    padding: 2px 2px 2px 2px;
    background-color: #4285f4; /*背景色*/
    color: #ffffff; /*文字色*/
    font-weight: bold;
    width: 90px;
    font-size: smaller;
    text-align: center;
    margin-bottom: 3px;
    margin-right: 5px;
    float: left;
}
.size_box5 p {
    margin: 0;
    padding: 0;
}

.modal-dialog {
    margin-top: 0px;
}

.message-panel {
    padding: 5px;
    margin-bottom: 10px;
}

/* ドロップダウンリスト */
.cp_ipselect {
    overflow: hidden;
    width: 90%;
}

.cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl01 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    height: 30px;
    width: 100%;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.cp_ipselect.cp_sl01:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: "";
    border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl01 select {
    padding: 6px 3px 4px 2px;
    color: #666666;
}

.cp_ipselect.cp_sl02 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    height: 30px;
    width: 200px;
}

.cp_ipselect.cp_sl02::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.cp_ipselect.cp_sl02:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: "";
    border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl02 select {
    padding: 6px 3px 4px 2px;
    color: #666666;
}

.cp_ipselect.cp_sl03 {
    position: relative;
    border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    height: 30px;
    width: 100px;
}

.cp_ipselect.cp_sl03::before {
    position: absolute;
    top: 0.8em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.cp_ipselect.cp_sl03:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: "";
    border-left: 1px solid #bbbbbb;
}

.cp_ipselect.cp_sl03 select {
    padding: 4px 4px 4px 4px;
    color: #666666;
}

h4 {
    font-weight: bolder;
}

h5 {
    font-weight: bold;
    color: #0e8ae7;
}

.fixing-base .fixing-box.fixed {
    position: fixed;
    top: 51px;
    z-index: 9999;
    background-color: #fff;
}

.header-area a:hover {
    text-decoration: none;
}

.invalid {
    background-color: #ffe2f3 !important;
}
