@charset "EUC-JP";

/* = .mod-fusionInput
----------------------------------------------- */
.mod-fusionInput .heading {
    font-weight: bold;
    padding: 2px 0 2px 15px;
    position: relative;
    margin-bottom: 12px;
    font-size: 128.6%; /* 18px */
}
.mod-fusionInput .heading::before {
    content: "";
    width: 6px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #ed6103;
}

.mod-fusionInput .bukkenInfo,
.mod-fusionInput .fusionInfo {
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 40px;
}
.mod-fusionInput .bukkenInfo th,
.mod-fusionInput .bukkenInfo td, 
.mod-fusionInput .fusionInfo th,
.mod-fusionInput .fusionInfo td {
    padding: 15px 10px;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #c9c9c9;
}
.mod-fusionInput .bukkenInfo th,
.mod-fusionInput .fusionInfo th {
    width: 20%;
    background: #f7f7f7;
    color: #515151;
    font-weight: normal;
}

.mod-fusionInput .textBox{
    padding: 5px 10px;
    line-height: 24px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 0 #c9c9c9 inset;
    box-sizing: border-box;
    vertical-align: middle;
}
.mod-fusionInput .comment {
    padding-left: 14px;
    color: #ed6103;
}
.mod-fusionInput .comment::before {
    content: "ви";
    margin-left: -14px;
}

.mod-fusionInput .example {
    color: #8c8c8c;
}
.mod-fusionInput .inputButton {
    display: block;
    background: #ed6103;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 3px rgba(201, 82, 2, 1);
    color: #fff;
    font-size: 171.4%; /* 24px */
    padding: 10px 40px;
    margin: 0 auto;
}
.mod-fusionInput .inputButton:hover {
    cursor: pointer;
    background: #db5902;
}
