/* LOTUL7レイアウト設定
------------------------------------------------------------*/


.bookimg{
  width: 30%;
  float:left;
  clear:left;
  padding:10px 20px 30px 20px;
}

.booktext{
  float:left;
	width:65%;

}

/*背景色をつけて丸くする*/
.kadomarubox {
	display: inline-block;
	margin: 0.5em auto;
	padding:0.1em 1em;/*内側余白*/
	border-radius:15px;/*丸みを調整*/
	background-color:#e4e4e4;
}

hr{
	width: 100%;
	color: #fff;
	size: 10:
	}
	
	
	
	
	/* 追加
------------------------------------------------------------*/
small{font-size: 0.9em}

div.topics {
	width: 97%;
	height: 400px;
	overflow: auto;
	background-color: #ffffff;
	padding: 6px;
	color: #484848;
	/*border: solid 1px #999999 ;*/
	margin-top: 6px;
	margin-bottom: 40px;
}


/* 追加   news囲い
------------------------------------------------------------*/
.topics dl{
	width:100%;
	clear:left;
}

.topics dt{
	float:left;
	clear:left;
	width:25%;
	padding:5px 0;
	text-align: right;
}

.topics dt em{
	color:#ff6633;
	font-weight: bold;
	padding-right: 10px;
}

.topics dd{
	float:left;
	width:70%;
	padding:5px 0 5px 10px;
}

.topics em{
	font-weight:bold;
		}
		
		
