
.toiawase-qa{
    text-align: left;
}
.toiawase-qa h4{
    font-size: 0.9em;
    font-weight: 560;
}
.toiawase-qa ul{
    margin: 15px;
    padding-bottom: 25px;
    border-bottom: 3px #6699ff solid;
}
.toiawase-qa ul li{
    line-height: 1.6em;
    padding:5px 0 5px 0;
}
.toiawase-qa ul li a:hover{
    color:#0faf0E;
    text-decoration: underline;
}

.bold{
    font-weight: 700;
    color: #008899;
}

.toiawase-form{
    margin: 5px 15px;
    border-bottom: 1px #00aaEE solid;
}
.toiawase-form table{
    width: 100%;
}
.error-msg{
    width: 100%;
    height:2em;
}
.error-msg label{
    width: 100%;
    padding: 5px 0;                
    line-height: 2em;
    font-size: 0.9em;
    color: #ea8888;
    text-align: center;
}
.toiawase-form tbody tr{ 
    border-top: 2px #DADADA solid;
}
.toiawase-form td:first-child{
    width: 18%;

}
.toiawase-form td{               
    padding:10px;
    line-height: 1em;
    font-size: 0.9em;
}
.toiawase-form input:hover,.toi-conter:hover{
    border-color:#a0a088;
}
.toiawase-form input{
    margin: 0;
    font-weight: normal;
    font-family: inherit;
    outline: none;
    cursor: text;
    width: 203px;
    border-width: 1px;
    border-color: #DADADA;
    background-color: #FFFFFF;
}
.input-default{
    color:#008899;
}
.input-enter{
    color:#050505;
}
.toi-conter{
    margin-top: 10px;
    resize: none;
    width: 320px;
    height: 200px;
    text-align: left;
}

.toi-conter::-webkit-scrollbar{
    width: 16px;
}
.toi-conter::-webkit-scrollbar-track-piece:vertical:start {
    background-image: url(/assets/img/eeeczdq7kg.png), url(/assets/img/5gzmjrq1kg.png);
    background-repeat: no-repeat, repeat-y;
}
.toi-conter::-webkit-scrollbar-track-piece:vertical:end {
    background-image: url(/assets/img/o9raerksl3.png), url(/assets/img/5gzmjrq1kg.png);
    background-repeat: no-repeat, repeat-y;
    background-position: bottom left, 0 0;
}
.toi-conter::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    -webkit-border-image: url(/assets/img/13b8u5w3ua.png) 8 0 8 0 stretch stretch;
    border-width: 8 0 8 0;
}
.toi-bot{
    margin: 0 auto;
    padding: 5px 8px;
    font-size: 1em;
    font-weight: bold;
    color: #FFFFFF;
    border: 1px solid #6D7C8C;
    background-color: #6C7D8E;
}
.toi-note{
    padding: 15px;
}

.toi-message-bg{
    position:fixed;
    z-index: 80;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(220, 239, 241, 0.4);
    display: none;
}
.toi-message-box,.toi-doubel-message-box{
    margin: 100px auto;
    width: 460px;
    height: 200px;
    line-height: 40px;
    padding: 15px;
    background-color:#fff;
    border: 2px #999 solid;
    box-shadow: 0 0 5px #535658;
    border-radius: 8px;
    text-align: left;
    color: #5F5F5F;
    display: none;
}
.toi-message-bg p{
    text-indent: 1.5em;
}
.toi-message-but{
    width: 100%;
    text-align: center;    
}
.toi-message-but button{
    text-align: center;
    padding: 0px 20px;
}