@charset "utf-8";

.showimg {
    padding: 35px 0;
    text-align: center;
    line-height: 300px;
    border-bottom: 1px solid #e5e5e5;
}

.showimg img {
    max-height: 300px;
    display: inline-block;
    vertical-align: middle;
}

.detail{
    padding: 35px 0;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    border-bottom: 1px solid #ddd;
}
.detail img{
    display: block;
    margin: 0 auto 20px;
    max-width: 600px;
}
.detail p{
    margin: 0.63em 0 1.8em 0;
}
