/*************************************************
    GnoLet V31
**************************************************/
hr{
	height:20px;
	background-color: #ffbfc4;
	width: 100%;
	border: none;
}
/***************************************/
/* 行　点線アンダーライン              */
/***************************************/
/*
https://www.conifer.jp/csstest/css-keisen/css-keisen.html
*/
.loose-leaf{
	background-color: rgba(255, 255, 255, 0); 
	background-image: url("../v31/images/loose-leaf.gif");
	/*
	line-height: 202%;
	line-height: 2;
	line-height: 31px;
	*/
	line-height: 2;
	background-size: auto 2em;

	padding-bottom:0.4em;
}
