#QuestInfoV1 { position: absolute; width: 350px; height: 375px; }

#QuestInfoV1 .titlebar { width: 350px; height: 375px; }

#QuestInfoV1 .titlebar .content { position: relative; width: 100%; height: 100%; }

#QuestInfoV1 .titlebar .content .quest-info-close-btn { position:absolute; top:3px; right:2px; width:11px; height:11px; border:none; background:none; }
#QuestInfoV1 .titlebar .content .title { position:absolute; top:60px; left:120px; }
#QuestInfoV1 .titlebar .content .summary { position:absolute; top:135px; left:25px; }
#QuestInfoV1 .titlebar .content .objective { position:absolute; top:283px; left:25px; max-width: 300px;}
#QuestInfoV1 .titlebar .content .monster { position:absolute; top:341px; left:50px; }
#QuestInfoV1 .titlebar .content .monster .monster-select { border:none; min-width: 110px; }
#QuestInfoV1 .titlebar .content .killed { position:absolute; top:343px; left:215px; }
#QuestInfoV1 .titlebar .content .limited { position:absolute; top:343px; left:290px; }

.item-link {
    color: #0070C0;
    cursor: pointer;
}

.item-link:hover {
    color: #00A0FF;
}

.navi-link {
    color: #C00000;
    cursor: pointer;
    text-decoration: underline;
}

.navi-link:hover {
    color: #FF0000;
}
