@charset 'UTF-8';
#order_con {
    width: 98%;
    padding-bottom: 40px;
    margin: auto;
}

#order_con p {
    color: #000;
}
#order_con .midashi {
    font-size: 1.8rem;
    padding:0.5%;
    font-weight: bold;
    background: #222;
    color:#fff;
    margin:10px auto 5px;
}

#order_con .caution {
    font-size: 1.6rem;
    text-align: left;
    padding: 1%;
    /*line-height: 1.4;*/
}

#order_con .caution span {
    color: red;
    display: inline-block;
    margin: 5px 0;
}

#order_con dl {
    font-size: 1.5rem;
    padding: 15px 5px;
    border-bottom: 1px dotted #666;
    overflow: hidden;
    text-align: left;
}

#order_con dl dt h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 3px;
    color: #000;
}

#order_con dl dt h3 span {
    font-size: 1.6rem;
    margin-left: 5px;
    color:red;
}

#order_con dl dd {
    width: 100%;
    color: #000;
}

#order_con dl dd input {
    background: rgba(255, 255, 255, 0.8);
    padding: 1%;
    width: 98%;
    border: 1px solid #ccc;
    font-size: 1.6rem;
}

#order_con dl dd input[type="checkbox"],
#order_con dl dd input[type="radio"] {
    width: auto;
    margin-right: 0.5rem;
}

#order_con dl dd label {
    display: inline-block;
    margin: 1%;
}

#order_con dl dd .selectef {
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    margin-bottom: 1%;
    font-size: 1.6rem;
    padding: 0.4%;
    border: 1px solid #ccc;
}

#order_con dl dd .selectef option {
    padding: 2%;
}

#order_con dl dd .checkb {
    width: auto;
    margin: 2px;
}

#order_con dl dd #optionList {
    margin-top: 5px;
}

#order_con dl dd #optionList li {
    float: left;
    margin-right: 15px;
    font-size: 1.6rem;
}

#order_con dl dd textarea {
    height: 100px;
    width: 98%;
}


/*
#order_con .moreBtn2 {
    border: 1px solid #000;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

#order_con .moreBtn2:hover {
    background: #000;
    border: 1px solid #000;
    color: #fefefe;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
*/
