@charset "UTF-8";
/**
追加CSS
 */



/* 
-------------------------------------------------- */

.btn-right
{
    position: absolute;
    right: 25px;
}

.red
{
    color: red;
}

td.kiji_title
{
    white-space: normal;
    min-width: 350px;
}

strong{
    font-weight: bold;
}


.with-errors{
    color:red;
}

.card-img{
    width: auto;
    max-width:100%;
}

input[type="file"] {
    display: block;
}
