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

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

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

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

	General Class

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

/*** clearfix ***/

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

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}



/*** crumb ***/
div.crumb {
	font-size: 10px;
	background: url(../images/crumb.jpg) no-repeat;
	padding: 8px 15px;
}
*+html body div.crumb {
	height: 14px;
}
div.crumb dl dt {
	float: left;
	list-style: none;
}
div.crumb dl dd {
	float: left;
	padding-left: 20px;
	background: url(../images/vec2.jpg) no-repeat 8px 5px;
}


div.block {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #d7d7ca;
}

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

.notice {
	font-size: 70%;
}


h4.bline {
	margin:	 30px 0 10px;
	font-weight: bold;
	border-bottom: 2px solid #d7d7ca;
}
