@charset "utf-8";

.entry .inner {
    width: 600px;
    max-width: 100%;
    margin: 36px auto;
    padding-bottom: 160px;
}
.entry .inner p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 50px;
}
.entry form {
    font-size: 14px;
}
.entry form div {
    border-bottom: 1px dashed #808080;
    padding: 24px 0;
}
.entry form div:last-of-type {
    border-bottom: none;
}
.entry form dt {
    display: inline-block;
    width: 25%;
    color: #C83956;
    vertical-align: middle;
    font-size: 15px;
}
.entry form dd {
    display: inline-block;
    width: 74%;
    vertical-align: middle;
}
.entry form select {
    padding: 4px 5px; 
    border-radius: 6px;
}
.entry form label {
    display: inline-block;
    width: 130px;
    line-height: 2.3;
}
.entry form input[type="checkbox"] {
    margin-right: 10px;
    vertical-align: middle;
}
.entry form .entrybtn {
    display: block;
    width: 160px;
    height: 28px;
    margin: 0 auto;
    color: #C83956;
    border: 1px solid #C83956;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    cursor: pointer;
}
.entry form .entrybtn:hover {
    color: #ffffff;
    background-color: #C83956;
    background-image: url(../images/common/arrow_white.png);
    background-size: 10px;
}


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

    .entry form dt,
    .entry form dd{
	width:100%;
    }
    .entry form label{
	width:150px;
    }

}
