
/* フロートウィンド
------------------------------------------------------------*/

#floatWindow2{
    display:none;
    position:absolute;
    top:30px;
    left:30px;
    width:296px;
    height:472px;
    z-index: 101;

}
#floatWindow2 a.close{
    position:absolute;
    right:20px;
    top:1px;
}
#floatWindow2 a.close img{
    border:none;
}
#floatWindow2 a.close2{
    position:absolute;
    right:110px;
    top:418px;
}

#floatWindow2 dl{
    width:100%;
    height:100%;
    background:url("../images/floatWindow.png");
    margin:0;

}
#floatWindow2 dl dt{
    height:15px;
    line-height:25px;
    text-indent:1em;
    color:white;
    font-weight:bold;
    cursor:move;
}
#floatWindow2 dl dd{
    margin:0;
    padding:2em;
    line-height:1.5;
/*    text-indent:1em;*/
}
/* フロートウィンド3
------------------------------------------------------------*/
#floatWindow3{
    display:none;
    position:absolute;
    top:30px;
    left:30px;
    width:296px;
    height:472px;
    z-index: 102;

}
#floatWindow3 a.close{
    position:absolute;
    right:20px;
    top:1px;
}
#floatWindow3 a.close img{
    border:none;
}
#floatWindow3 a.close3{
    position:absolute;
    right:110px;
    top:418px;
}

#floatWindow3 dl{
    width:100%;
    height:100%;
    background:url("../images/floatWindow.png");
    margin:0;

}
#floatWindow3 dl dt{
    height:15px;
    line-height:25px;
    text-indent:1em;
    color:white;
    font-weight:bold;
    cursor:move;
}
#floatWindow3 dl dd{
    margin:0;
    padding:2em;
    line-height:1.5;
/*    text-indent:1em;*/
}

/* 吹き出し
------------------------------------------------------------*/

.balloon4 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 15px;
    background: #fff0c6;
    border-radius: 30px;
}

.balloon4:before{    
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff0c6;
    border-radius: 50%;
}

.balloon4:after{
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff0c6;
    border-radius: 50%;
}
.balloon4 p {
    margin: 0; 
    padding: 0;
}
