
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}
table {
background-color: #eeeeee;
}
.fc-view-container{
 background-color: #ffffff;
}

/*
thead,tbody{
    display: block;
}
*/

.ones_sm{
    /*width: 16px;*/
    text-align: center;
}
.timesinput{
    width:94px;
    text-align: center;
}

.times_sm{
    width: 57px;
    text-align: center;
}

.times{
    width:65px;
    font-size: 11px;
}
.scheduledtimes{
    width:75px;
    font-size: 11px;
}

.timesmid{
    width:6%;
    font-size: 12px;
}
.timesinputflex{
    width:17%;
}
.timesinputpart{
    width:110px;
}
.breakdown{
    /* width:195px;元々 */ /* times_smのクラスのセルの合計pxが個々の横幅になる*/
    width: 342px;
    text-align: center;
}
.breakdown_sm{
    width:195px;
    font-size: 11px;
}
.signedtimes{
    width:5.2%;
    font-size: 8px;
}
.numinput{
    width:5%;
    font-size: 10px;
}
.num{
    margin-left: auto;
}
.nums{
    width:5%;
    font-size: 8px;
}
.bikou{
    /* width:320px; */
    width:250px;
    text-align: center;
}
.memo{
    width: 150px;
}
.kyoris{
    width:90px;
     font-size: 8px;
     
}
.midstr{
     font-size: 12px;
}

input.cont { width: 400px;font-size: 10px; }
input.kyori { width: 40px; }
input.contflex { width: 400px; }
input.contpart { width: 400px; }
/* 画面サイズが480以下（スマホ）のときに適応されるCSS */
/* 変更点だけを書けばおk　！！ */
@media screen and (max-width:480px) { 
   
}
.ones{
   width:60px;
}
.avezan{
   width:360px;
}
.onesmin{
   width:50px;
}


/* start button color setting
 
.btn-primary,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    border-color: #7fbb4f;
    background-color: #6fba4e;
}

.btn-primary:hover,
.open>.dropdown-toggle.btn-primary:hover {
    border-color: #6fbb4f;
    background-color: #7fcb5f;
}

.btn-primary:active,
.open>.dropdown-toggle.btn-primary:active {
    border-color: #29A846;
    background-color: #3ab957;
}

.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover
.open>.dropdown-toggle.btn-primary:focus {
    border-color: #29A846;
    background-color: #3ab957;
}

.btn-warning,
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    border-color: #1bc8b9;
    background-color: #1ac7b8;
}

.btn-warning:hover, 
.open>.dropdown-toggle.btn-warning:hover {
    border-color: #1bc8b9;
    background-color: #2bd8c9;
}

.btn-warning:active,
.open>.dropdown-toggle.btn-warning:active {
    border-color: #1bc8b9;
    background-color: #2bd8c9;
}

.btn-warning:focus,
.btn-warning.active.focus,
.btn-warning.active:focus, 
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    border-color: #1bc8b9;
    background-color: #2bd8c9;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
    outline-offset: -2px;
}

finish button color setting*/


@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

