@charset "UTF-8";


/* ================================================== */

/* CASE INDEX */

/* ================================================== */

ul.list{
    font-size:90%;
    border-top:#dad7c6 solid 1px;
}
ul.list li a{
    display:block;
    padding:8px 5px;
    text-indent:0;
    border-bottom:#dad7c6 solid 1px;
    background:url(/assets/img/report/arrow.png) 98% 50% no-repeat;
    background-size:auto 10px;
}
ul.list li a:hover{background-color:#ebf1e1;}

ul.list li a:before{
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:0;
    content:"\f0f6";
    margin:0 8px 0 0;
    font-weight: bold;
    color:#80c15a;
}


/* ================================================== */

/* CASE DETAIL */

/* ================================================== */


.head{
    padding:10px;
    font-size: 105%;
    font-weight: bold;
    background-color: #d6d2c0;
}





table.his th{
    width:70px;
    text-align:left;
}

table.his th,
table.his td{
    padding:3px; 
}


/* return list */
a.relist{
    display:block;
    text-align:center;
    padding:10px 0; 
    color:#FFF;
    background:#4c430e;
}

a.relist .fa{width:2em;font-size:1.2em;}





@media screen and (max-width: 768px) {


}




@media screen and (max-width: 640px) {
    ul.list li a{
        padding:10px 20px 10px 10px;
    }
}




