.top-content {
	width: 700px;
	zoom: 1\9;
}
.top-content:after {
	content: "";
	display: block;
	clear: both;
}
.top-content img {
	vertical-align: top;
	border: 0;
}
.top-content form {
	margin: 0;
}
.top-content .left-side {
	float: left;
	width: 500px;
	padding: 10px 14px;
	line-height: 1.3;
}
.top-content .left-side h2 {
	padding: 0;
	border: 0 none;
	line-height: 1;
}
.top-content .left-side table {
	width: 500px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 0 none;
}
.top-content .left-side td {
	font-size: 12px;
	color: #333333;
	line-height:1.2;
	vertical-align: top;
}
.top-content .right-side {
  position: relative;
	float: right;
	width: 170px;
}
.right-side .sns {
  margin: 3px 3px 8px;
  text-align: right;
}
.right-side .sns img {
  display: inline-block;
  margin-left: 2px;
}
.right-side h3 {
	margin: 0;
	padding: 0;
	line-height: 1;
  text-align: center;
}
.right-side .subscription {
  margin-bottom: 14px;
  padding: 5px 0;
	border: 1px solid #d5d5d5;
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.right-side .subscription dl {
  margin: 0 10px;
}
.right-side .subscription dt {
  margin: 12px 0 3px;
  font-weight: bold;
  font-size: 12px;
}
.right-side .subscription dd {
  margin: 0 0 5px;
}
.right-side .magazineInfo {
	border: 1px solid #d5d5d5;
}

/* information */
#information {
	margin: 5px 0 25px;
	padding: 10px;
	font-family: Meiryo, sans-serif;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 0 0 5px 0 #ddd;
  box-shadow: 0 0 5px 0 #ddd;
}
#information p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}
#information p + p {
	margin-top: 1em;
}

/* editor-voice */
.editor-voice {
	margin: 0 0 14px;
}
.editor-voice h3 {
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	background-color: #fc3;
}
.editor-voice > div {
	overflow: hidden;
	padding: 5px 10px 5px 5px;
	border: 1px solid #d5d5d5;
}
.editor-voice img {
	float: left;
	width: 56px;
	height: auto;
	margin-right: 10px;
}
.editor-voice p {
	margin: 0.5em 0;
	font-size: 12px;
	line-height: 1.2;
}
.editor-voice p.more {
	margin-bottom: 0;
    text-align: right;
}
.editor-voice p a,
.editor-voice p a:hover {
	color: #000;
}

/* newest-csc */
.newest-csc {
	margin: 0 0 14px;
}

/* news */
.news h2 {
	margin: 0 0 5px;
}
.news tbody td{
	padding: 7px 5px;
	border-bottom: #333333 dotted 1px;
}

/* new-books */
.new-books h2 {
	margin: 0 0 14px;
}
.new-books ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap:wrap;
}
.new-books ul li {
	justify-content: start;
	list-style-type: none;
	width: 156px;
	padding: 5px 3px 5px 7px;
	margin: 0;
	font-size: 12px;
	color: #333333;
	line-height: 1.2;
	vertical-align: top;
}
.new-books p{
	margin: 0.7em 0;
	font-size: 95%;
}
.new-books ul li > a img {
	width: 102px;
}
.new-books p a img {
	margin-top: 3px;
}

/* osusume */
.top-content .osusume {
	margin: 0 10px;
	padding: 14px 0;
    border: 0 none;
}
.top-content .osusume + .osusume {
    border-top: 1px dotted #c5c5c5;
}
.top-content .osusume div.center img {
	width: 102px;
	height: auto;
}
.top-content .osusume dl {
	font-size: 12px;
	margin: 8px 0 0;
	padding: 0;
}
.top-content .osusume dt {
	margin: 0;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.top-content .osusume dd {
	margin: 5px 0 0;
	padding: 0;
	font-size: 94%;
}