@charset "utf-8";
/*=========================================================

	Other - 特定の役割を持った要素へのスタイル定義

=========================================================*/
/*======================================

	General Class

=======================================*/

/*** clearfix ***/

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

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

div.block {
	padding: 10px 0;
}

div.left {
	float: left;
}
div.right {
	float: right;
}

.caution {
	font-weight: bold;
	color: #e50013;
}

.notice {
	font-size: 70%;
	font-weight: normal;
}

.txt{
	font-size:12px;
	padding:10px 40px;
}
.m-color{
	color:#462800;
}
.p-color{
	color:#4d0000;
}

div.page {
	text-align: center;
	font-weight: bold;
	padding: 20px;
}
