@media (min-width: 1400px){
    .container-md {
        max-width: 1024px!important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (min-width: 1400px){
    .container {
        max-width: 1200px!important;
    }
}

.container-new {
    font-size: 12px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}
.container-new .title{
    margin-bottom: 25px;
    padding: 8px;
    padding-left: 15px;
    border-bottom: solid 1px #ebeced;
    border-left: 5px solid #bf0000;
    color: #333;
    font-weight: bolder;
    font-size: 20px;
}
.container-new .attention {
    color: #f00;
}

.container-new table {
    word-break:break-word;
    word-wrap:break-word;
    font-size: 12px;
}
.container-new table thead th, .alignC {
    text-align: center !important;
}
.alignR {
    text-align: right;
}
.container-new .form-check-input:focus{
    box-shadow: none;
}
.container-new a:not(.btn):link, .container-new a:not(.btn):visited, .container-new a.btn-bf{
    color: #bf0000;
    text-decoration: none;
}

.container-new .footer_btn {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px;
}
.container-new .footer_btn .back_btn {
    background-color: #8a8a8a;
    color: #fff;
    margin-right: 20px;
    min-width: 130px;
    font-size: 12px;
}
.container-new .footer_btn .next_btn {
    background-color: #bf0000;
    color: #fff;
    font-size: 12px;
}
.container-new .form-select, .container-new .form-control {
    font-size: 12px;
}
table th {
    padding: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #333;
    background-color: #f0f0f0;
    font-weight: normal;
}
table td {
    padding: 8px 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

/* tag style */
.bg-warning-tag {
    background-color: #FFC870!important;
    color: #7B4B00;
    border-radius: 0;
}
.bg-stype-tag{
    width: 80px;
    height: 18px;
    left: 0px;
    top: 0px;
}
.card-body .badge{
    padding: .35em 1.0em;
    font-size: 11px;
    text-align: justify;
    text-align-last:justify;
}
.bg-danger-tag {
    background-color: #D80000;
    color: #fff;
    border-radius: 0;
}
/* 企画決定 style */
.bg-info-tag {
    background-color: #AEE4FF!important;
    color: #004E76;
    border-radius: 0;
}
.bg-light-tag {
    background-color: #EBEBEB!important;
    color: #4D4D4D;
    border-radius: 0;
}
