
/* ----------------------------------------
newspage
---------------------------------------- */
#content-inner {
	display: flex;
	justify-content: center;
	width: 410px !important;
}

#newspage #content .C{
	margin: 0;
	width: auto;
	}

#newspage #header-btn{
	margin-right:0;
	padding-right:10px;
	}

#newspage #content h1{
	font-size:85%;
	font-weight:normal;
	color:#666;
	text-align:left;
	border:none;
	}

#newspage #content h2{
	margin-bottom:30px;
	text-align: center;
	}

#newspage #content h3{
	margin-bottom:5px;
	}

#newspage #content h4{
	margin-top:10px;
	}

#newspage #content h5{
	margin:5px 0 10px 0;
	text-align:center;
	}

#newspage .C p{
	padding:5px;
	line-height:1.5em;
	}

.black{color:#333;}

/* ----------------------------------------
bookLink
---------------------------------------- */

#newspage .bookLink{
	padding:30px;
	padding-bottom:30px;
	text-align:center;
	}

#newspage .bookLink2{
	margin:15px 0 0 0;
	padding:10px;
	border-top:1px dotted #333;
	}

#newspage .bookLink .lead{
	margin:5px 0;
	padding:0 10px;
	font-size:85%;
	color:#28C9CB;
	line-height:1.2em;
	}

#newspage .bookLink dl{
	padding:5px 10px;
	}

#newspage .bookLink2 dl{
	line-height:1.5em;
	}

#newspage .bookLink dt a,
#newspage .bookLink2 dt{
	color:#333;
	font-weight:bold;
	}

#newspage .bookLink2 dd{
	padding:5px 0;
	}

#newspage .imgL{
	margin:0;
	padding:0 15px 0 0 !important;
	width:auto;
	height:auto;
	}

/* ----------------------------------------
bookText
---------------------------------------- */

#newspage .bookText a{
	margin-top:10px;
	display:block;
	text-align:center;
	}

/* ----------------------------------------
interview
---------------------------------------- */

#newspage .interview .photo{
	margin-right:10px;
	}

#newspage .interview dt{
	margin-top:10px;
	color:#e86a97;
	font-weight:bold;
	}

#newspage .interview dt,
#newspage .interview dd{
	line-height:1.5em;
	}

/* ----------------------------------------
otherbookList
---------------------------------------- */

#otherbookList{
	float:right;
	width:404px;
	margin-right:20px;
	/*margin:20px 0 0 0;*/
	padding:0 15px;
	border:3px solid #E9E9E9;
	}

#otherbookList .bookLink{
	width:202px;
	height:350px;
	border:none;
	}

#otherbookList .bookLink a{
	color:#333;
	}

.bookLink,
#otherbookList{
-moz-border-radius: 5px; /* Firefox */
-webkit-border-radius: 5px; /* Safari and Chrome */
border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the ‘box’ class */
}