@charset "utf-8";

/*adoption@index*/
.adoption-list{
    width: 100%;
    margin: 2%;
    height: auto;
}
.adoption-list{
    height: auto;
}
.adoption-list h1{
    width: 95%;
    border-bottom: 1.5px solid teal;
    font-size: 25px;
    margin-bottom: 2%;
}
.adoption-list-body{
    height: auto;
    width: 95%;
    border-bottom: 1.5px solid teal;
    margin-bottom: 2%;
    transition: .3s;
}
.adoption-list-body h2{
    font-size: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.adoption-list-body p{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.adoption-list-body:hover{
    background-color: #DDDDDD;
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
  transform: translateY(-4px);
}

/*adoption@show*/
.header h3{
    width: 100%;
    color: white;
     overflow-wrap: break-word;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.adoption-show{
    width: 100%;
    margin: 2%;
    height: auto;
}

.adoption-show-body-content{
    margin-bottom: 2%;
}
.adoption-show-body-content h1{
    width: 95%;
    border-bottom: 1.5px solid teal;
    font-size: 25px;
    margin-bottom: 1%;
}
.adoption-show-body-content h4{
    width: 95%;
    font-size: 20px;
    overflow-wrap: break-word;
}

.adoption-show-body h1{
    width: 95%;
    border-bottom: 1.5px solid teal;
    font-size: 18px;
}
.adoption-show-body-time{
    margin-bottom: 2%;
}
.adoption-show-body-suggest{
    margin-bottom: 2%;
    overflow-wrap: break-word;
}
.adoption-show-body-room-name{
    margin-bottom: 2%;
    overflow-wrap: break-word;
}
.delete-adoption-btn{
    margin-right: 5%;
    text-align: right;
}

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