p {
	margin:0;
	padding:0;}

td{
	font-size : 10pt;
	color : #333333;
	line-height : 1.4em;
}
.title{
	color : #FF7099;
	font-weight : bold;
	vertical-align:middle;
	font-size:10pt;
}
.pink{
	color : #FFFFFF;
}
a{
	color : #FF7099;
}

.icon{
	width:40px;
	}
.booktitle{
	width:560px;	
	}
.comment{
	height:40px;
	}
	
.book_box {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	}

.book_box02 {
	width:632px;
	margin-left:auto;
	margin-right:auto;
	}

.book_box03 {
	text-align:left;
	margin-top:20px;
	line-height:1.4em;
	font-size:10pt;
	color : #333333;
	}

.pink_back {
	background-color:#FFCCCC;
	padding:5px;
	}

.pink_back2 {
	background-color:#FFCCCC;
	padding:5px;
	font-weight:bold;
	}

.book_icon {
	float:left;
	padding:8px;}

.konohon td {
	padding: 5px;
	width:632px;}
	
.book_footer {
	width:632px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	}	

.gray {
	line-height : 1.4em;
	padding:5px;
	}


/*/////　2021.8　追記　/////*/
/*　文字を点で強調　<span class="dot">対象の文字</span> */
.dot {
	position: relative;
	padding-top: 0.2em;
	display: inline-block;/* 2行目以降が上の行の文字と被るため追記 */
}

.dot::before {
	position: absolute;
	content: "";
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #000;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

