
.category-title-kaitori{

     position: relative;
     color: white;
     padding: 0.5em 1em;
     margin-bottom:2em;
     border-radius:5px;
     //background: linear-gradient(#666 0%, #666 50%, #333 50%, #000 100%);
     //background: linear-gradient(#FF8080 0%, #FF8080 50%, #FF0000 50%, #FF0000 100%);
     background: #ffa500;
     box-shadow:inset 1px 1px 0 rgba(255,0,0,0);


}
.category-title-kaitori i{
    float: left;
    font-size: 20px;
    margin-right: 10px;
    padding-top: 20px;
}
.category-title-kaitori h3{
    float: left;
    font-size: 20px;
    padding-top: 16px;
    color: white;
}




.category-title span {
    font-size: 12px;
    color: red;
    margin-left: 5px;
}
.address {
    padding: 10px 0;
}
.postal-code {
    padding: 10px 0;
    display: flex;
}
.postal-code label {
    float: left;
    margin-left: 10px;
}
.postal-code input {
    float: left;
    width: 90%;
    margin-left: 10px;
}
.table-light span{
    margin-left: 4px;
    color: red;
}
.start-time {
    width: 40%;
    float: left;
}
.end-time{
    width: 40%;
    float: right;
}
.form-post {
    text-align: right;
}
.table-light {
    width: 25%;
}

@media only screen and (max-width: 375px) {
    .form-post {
        text-align: center;
    }
  }




