@charset "utf-8";

#zuroku {
    position: relative;
    margin:10px 0 0 0;
}

.zuroku_inner {
    padding:0 50px 30px;
}

/*
#zuroku > img {
    position: absolute;
    top:-22px;
    left:30px;
}
*/

#zuroku h2 {
    background: #EEE;
    font-size:24px;
    text-align:center;
    letter-spacing: 0.1em;
    color:#222;
    padding:10px 0 12px;
    margin:0 auto 30px;
    display: block;
}

.zuroku_lead {
    text-align: center;
}

#zuroku dl {
    margin-top:30px;
    display: table;
    width:100%;
}

#zuroku dl dt {
    vertical-align: middle;
    display: table-cell;
    width:100px;
}

#zuroku dl dd {
    vertical-align: middle;
    display: table-cell;
    padding-left:30px;
    font-weight:bold;
    font-size:15px;
}

#zuroku dl dd .zuroku_spec {
    font-size:14px;
    font-weight:normal;
}

.zuroku_order {
    text-align: center;
    margin:50px 0;
}

.zuroku_order a {
    display: inline-block;
    background: #007F76;
    border-radius: 8px;
    color:#FFF;
    font-size:20px;
    letter-spacing: 0.1em;
    padding:20px;
    width:400px;
}

.zuroku_exp {
    font-size:15px;
}

.zuroku_exp h4 {
    font-weight:bold;
}

.zuroku_exp p {
    margin-bottom:1.4em;
}

