@charset "euc-jp";

#mopTip01 {
	position: absolute;
	display: none;
	z-index: 999;
}
#mopTip01 .tip {
	background-color: #fff;
	position:relative;
}
#mopTip01 .content {
	padding: 4px;
	font-size: 10px;
	cursor:default;
	color: #333333;
}
#mopTip01 .leftTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	background-image: url(../img/leftTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .rightTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../img/rightTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .leftBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	left: 0px;
	background-image: url(../img/leftBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .rightBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	right: 0px;
	background-image: url(../img/rightBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .arrow {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(../img/arrowTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .arrowBottom {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(../img/arrowBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .left {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	left: 0px;
	background-image: url(../img/left.png);
	background-repeat: repeat-y;
}
#mopTip01 .right {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	right: 0px;
	background-image: url(../img/right.png);
	background-repeat: repeat-y;
}
#mopTip01 .top {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 20px;
	background-image: url(../img/top.png);
	background-repeat: repeat-x;
}
#mopTip01 .bottom {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	bottom: 0px;
	background-image: url(../img/bottom.png);
	background-repeat: repeat-x;
}
#mopTip01 .close {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 2px;
	bottom: 2px;
	cursor: pointer;
	background-image: url(../img/closeBtn.png);
	background-repeat: no-repeat;
}
#mopTip01 .close:hover {
	background-image: url(../img/closeBtn_h.png);
	background-repeat: no-repeat;
}

/*demo
----------------------------------------------------------------------------------------------------------------*/
#demo {
	height: 100%;
	width: 100%;
}
#demo .expl {
	background-color: #F8F8F2;
	margin: 0 20px 0 20px;
}
#demo .tipBox1 {
	background-color: #F8F8F2;
	margin: 0 20px 0 20px;
}
#demo4Btn {
	padding: 3px;
	width: 100px;
	margin: 0 0 0 5px;
	background-color: #AE0000;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.demo4Case {
	height: 220px;
	width: 250px;
	text-align: left;
	padding: 10px;
}
.mopTipCase {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.hidden {
  display: none;
}


