@charset "utf-8";
/*=========================================================
	Other - 特定の役割を持った要素へのスタイル定義
=========================================================*/

/*======================================
	General Class
=======================================*/

/*** clear ***/

.clear:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clear {
    height: 1em;
}
*+html body .clear {
	display: inline-block;
}


.notice {
	font-size: 80%;
}
