﻿@charset "utf-8";
/* CSS Document */
.title { padding:50px 0 20px 0; }

#ballList { cursor:default; }
#ballList li { background:url(../images/proMapBallBg.gif) no-repeat; width:115px; height:115px; position:relative; float:left; display:inline; }
#ballList li.next{background:url(../images/proMapBallNext.gif) no-repeat center; width:30px; height:115px;}
#ballList li.over { background:url(../images/proMapBallBg_over.gif) no-repeat; color:#003366; }
#ballList li h2 { font-size:12px; font-weight:normal; line-height:20px; text-align:center; position:absolute; top:35%; left:5px; width:105px; }
.ballMenu { border:1px solid #d1dde4; background:#fff; position:absolute; left:0px; top:115px; display:none; }
.ballMenu h3{font-size:12px; font-weight:normal; padding:0 10px;}
.ballMenu a { display:block; min-width:100px; height:23px; line-height:23px; white-space: nowrap; padding:0 10px; }
.ballMenu a:hover { background:#bdddf9; color:#003366; }

