@charset "utf-8";

/*
////////////////////////////////////////////////////////////////////////////////////////// クリアー */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	clear: both;
    margin: 0;
    padding: 0;
    display: block;
}
.clearfix img {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
}



/*
////////////////////////////////////////////////////////////////////////////////////////// スクリーンショット */

#screenshot{
	position: absolute;
	margin-top: -50px;
	margin-left: -10px;
	border: solid 2px #eeeeee;
	background: #ffffff;
	padding: 4px;
	display: none;
	color: #333333;
    text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
}
