@charset "utf-8";


/* clearfix
--------------------------- */
.clearfix:after {
	content: "."; /* 新しい要素を作る */
	display: block; /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* popup
--------------------------- */
.bubbleInfo  {
    position: relative;
}
.popup {
    border-collapse: collapse;
    display: none;
    position: absolute;
    z-index: 50;
	width:350px;
	padding: 5px;
	font-size: 86%;
	background-repeat: no-repeat;
}
.popup_top {
	width: 350px;
	height: 15px;
	background: url(img/popup_top.gif) no-repeat;
    opacity: 0.90;
	filter: alpha(opacity=90);
    
}
.popup-inner {
	padding: 10px 20px 10px 22px;
	background: url(img/popup_middle.gif) repeat-y;
	color: #666;
	max-width: 450px;
	text-align: left;
	opacity: 0.90;
	filter: alpha(opacity=90);
    /*border:#960 solid 7px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	CCborderRadius: 15px;*/
}
.popup_bottom {
	width: 350px;
	height: 15px;
	background: url(img/popup_bottom.gif) no-repeat;
    opacity: 0.90;
	filter: alpha(opacity=90);    
}

.north { background-position: top center; opacity: 0.87; filter: alpha(opacity=87);}
.south { background-position: bottom center; }
.east { background-position: right center; }
.west { background-position: left center; }


/* popup trigger
--------------------------- */
.trigger {
        position: relative;
        width:116px;
        display: block
        margin: 0 auto;
}
.trigger .popup {
	top: -50px;
	left: 120px;

}
