@charset "shift_jis";

/**
 * [user setting]
 */
.hide {
	display: none;
}

p#cpright {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	margin: 1em 0;
}
p#cpright a {
	text-decoration: none;
}


/**
 * clear
 */
.clear {
	clear: both;
	float: none;
}

.clear:after,
.clear:before
{
	content: " ";
	display: block;
	/*\*/
	overflow: hidden;
	/*\*/
	visibility: hidden;
	height: 0;
	clear: both;
}