a.link_rewords {
    /*  background-image:url("1288278236_comment.png");
    background-position:left center;
    background-repeat:no-repeat;
    color:#01A803 !important;
    font-size:120%;
    font-weight:bold;
    padding-left:18px;
    text-decoration:underline !important;
    */
    color: #555 !important;
    /*text-decoration: underline !important;*/
}

.qtip-content{
    position: relative;
    padding: 10px 20px 10px !important;
}
.qtip-content h2 {
    font-size: 15px;
    color: #843A3B;
    line-height: 110%;
    /*
    padding-left: 32px;
    background-image:url(main_20.gif);
    background-position: left center;
    background-repeat: no-repeat;
    */
}

.qtip-content .kana {
    font-size: 11px;
    color: #843A3B;
    margin-bottom: 3px;
    line-height: 130%;
    /*
    padding-left: 32px;
    */
}

.qtip-content a {
    color: #1E8DD4;
    text-decoration:underline;
    cursor: pointer;
}
.qtip-content a:hover {
    text-decoration:none;
}

.toRewords{
    float:right;
    text-decoration:none !important;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.5;
}
.toRewords img{
    vertical-align:top;
}
.qtip-content-detail {
    font-size: 14px;
    line-height: 1.5;
    clear:both;
}

@media only screen and (max-width: 768px) {
/* SP Only */
    
    .qtip{
        width: 90% !important;
        left: 5% !important;
    }

    .qtip-tip{
        display: none;
    }

}
