@charset "UTF-8";

@media (min-width: 481px){

#floatWindow{
             display: none;
             position: absolute;
             top: 100px;
             left: 100px;
             width: 320px;
	     height: 249px;
	     z-index: 221;
            }
	    
#floatWindow-close{
             display: none;
             position: absolute;
             top: 100px;
             left: 100px;
             width: 320px;
	     z-index: 221;
            }

#floatWindow a.close,
#floatWindow-close a.open{
             position: absolute;
             right: 5px;
             top: 3px;
            }

#floatWindow a.close img,
#floatWindow-close a.open img{
             border: none;
            }

#floatWindow dl{
             width: 100%;
             height: 100%;
           /*background: url("/scansnap/imgv5/jscan/top/float-window.png"); */
	   background-color: #fff;
	   border-top: solid 2px #0099c9;/*#d23931; #3fa45b; #c33*/
             margin: 0;
            }
	    
#floatWindow-close dl{
             width: 100%;
             height: 100%;
	     background: url("/scansnap/imgv5/jscan/top/campaignbanner320x50.png");
	     /*background-color: #fff; 
	     border-top: solid 2px #0264d0;*/
             margin: 0;
            }

#floatWindow dl dt{
             width: 320px;
             height: 25px;
             line-height: 10px;
           /*  text-indent: 1em; */
             color: blue;
             font-weight: bold;
             cursor: move;
            }

#floatWindow-close dl dt{
             width: 320px;
             height: 25px;
             line-height: 10px;
           /*  text-indent: 1em; */
             color: blue;
             font-weight: bold;
            }


#floatWindow dl dd,
#floatWindow-close dl dd{
             width: 320px;
             margin: 0;
             padding: 0; /*1.5em; */
             line-height: 1.5;
           /*  text-indent: 1em; */
            }

}

@media (max-width: 480px){

#floatWindow{
             display: none;
             position: absolute;
             top: 100px;
             left: 100px;
             width: 100%; /*380px; */
	    /* height: 330px; */
	     z-index: 3;
            }
	    
#floatWindow-close{
             display: none;
             position: absolute;
             top: 100px;
             left: 100px;
             width: 100%; /*380px; */
	     z-index: 3;
            }

#floatWindow a.close,
#floatWindow-close a.open{
             position: absolute;
             right: 5px;
             top: 3px;
            }

#floatWindow a.close img,
#floatWindow-close a.open img{
             border: none;
            }

#floatWindow dl{
             width: 100%;
             height: 100%;
          /* background: url("/scansnap/imgv5/jscan/top/float-window.png"); */
	   background-color: #0099c9; /*#d23931; #3fa45b;*/
	   border-top: solid 2px #0099c9; /*#d23931; #3fa45b; /*#c33;*/
             margin: 0;
            }
	    
#floatWindow-close dl{
             width: 100%;
             height: 100%;
	     background: url("/scansnap/imgv5/jscan/top/campaignbanner320x50.png");
	   /*  background-color: #0264d0;
	     border-top: solid 2px #0264d0; */
             margin: 0;
            }

#floatWindow dl dt{
             width: 100%; /*380px;*/
             height: 25px;
             line-height: 10px;
           /*  text-indent: 1em; */
             color: blue;
             font-weight: bold;
             cursor: move;
            }

#floatWindow-close dl dt{
             width: 100%; /*380px;*/
             height: 25px;
             line-height: 10px;
           /*  text-indent: 1em; */
             color: blue;
             font-weight: bold;
            }


#floatWindow dl dd,
#floatWindow-close dl dd{
             width: 100%; /*380px;*/
             margin: 0;
             padding: 0; /*1.5em; */
             line-height: 1.5;
	     align: center;
           /*  text-indent: 1em; */
            }


}

