@charset "UTF-8"; #doc { position: relative; width: 700px; margin-right: auto; margin-left: auto; margin-top: 15px; margin-bottom: 15px; padding-right: 15px; padding-left: 15px; } #doc .ttlBox { margin-bottom: 5px; color: #FFF; } #doc .btnCase { margin-top: 10px; margin-bottom: 20px; } #doc .btnCase .btn { text-align: center; padding-top: 5px; padding-bottom: 5px; margin-right: auto; margin-left: auto; background-color: #B8DE21; -webkit-border-radius: 8px 8px 8px 8px; -moz-border-radius: 8px 8px 8px 8px; border-radius: 8px 8px 8px 8px; color: #FFF; cursor: pointer; width: 60px; } #doc #hoverSample #btn { cursor: pointer; position: absolute; left: 50px; top: 10px; } #doc #hoverSample #btn2 { cursor: pointer; position: absolute; left: 355px; top: 10px; } #hoverSample #target { background-color: #CCC; position: absolute; height: 100px; width: 200px; top: 15px; left: 100px; } #hoverSample #target2 { background-color: #CCC; position: absolute; height: 100px; width: 200px; top: 15px; left: 405px; display: none; } #doc .txtBox { margin-bottom: 7px; } #doc .ttlBox table { height: 28px; margin-right: auto; margin-left: auto; } #doc .ttlBox .left { background-image: url(../img_jq/ttlBackLeft.png); width: 10px; } #doc .ttlBox .right { background-image: url(../img_jq/ttlBackRight.png); width: 10px; } #doc .ttlBox .middle { background-image: url(../img_jq/ttlBackBG.png); } #doc .txtBox td { padding: 4px 8px 4px 8px; } #doc .txtBox .option { margin-right: auto; margin-left: auto; border: 1px solid #ccc; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; border-radius: 3px 3px 3px 3px; } #doc .txtBox .option .fast { border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ccc; border-bottom-color: #ccc; } #doc .txtBox .option .fastBtm { border-right-width: 1px; border-right-style: solid; border-right-color: #ccc; } #doc .txtBox .option .sec { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #ccc; } #doc .leftPdd1 { padding-left: 50px; padding-right: 50px; } #doc .block { margin-top: 10px; } .iconBox { text-align: center; position: relative; height: 125px; width: 700px; } .iconBox #dl { position: absolute; top: 30px; right: 30px; } #mopHoverIcon { margin-top: 3px; } #doc #hoverSample { position: relative; height: 200px; width: 700px; } #doc pre { white-space: pre; }