@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;
}
.caution {
	font-weight: bold;
	color: #e50013;
}

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

.borderb {
	margin:	 10px 0 10px;
	padding: 5px;
	color: #358b32;
	font-weight: bold;
	border-bottom: 2px solid #d7d7ca;
}


.tbl {
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	margin: 10px 3px;
	line-height: 1.6em;
}
* html .tbl th,
* html .tbl td {
	font-size: 12px;
}

.tbl th {
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	font-weight: bold;
	background: #F3F1ED;
	text-align: left;
	padding: 5px;
}

.tbl td {
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	background: #fafbff;
	padding: 5px;
}