@charset "UTF-8";


/*-------------------------------------------------------------
罫線

.bLine

-------------------------------------------------------------*/

.bLine {
	padding: 2px 0 0 0;
	width: 100%;
	line-height: 0.1em;
	font-size: 0.1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bLine hr {
	display: none;
}