@charset "utf-8";
/* CSS Document */
.box_magazine {
	width: 100%;
	float: left;
    margin-bottom: 100px;
}
.category {
	font-size: 125%;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}
.category dt {
	border-bottom: 1px solid #e6e6e6;
}
.category dd {
	width: 70px;
	margin: 20px auto;
}


.c_box {
    width: 48%;
    margin-bottom: 30px;
}
.c_box li:nth-child(2) {
	font-size: 75%;
    margin: 10px 0;
}
.c_box li:nth-child(3) {
	float: right;
	color: #969696;
	font-weight: bold;
	font-size: 125%;
}
.c_box li:nth-child(3) span {
	float: right;
	color: #969696;
	font-weight: bold;
	font-size: 212.5%;
}
.c_box li:nth-child(4) {
	float: left;
    color: #12FF9E;
}
.backnumber {
    clear: both;
}
.backnumber p {
margin: 10px 0;
}
.backnumber a {
	float: left;
	font-weight: bold;
	font-size: 112.5%;
	text-align: center;
    margin-right: 20px;
}
.backnumber a span {
	font-weight: bold;
}
.backnumber a span:hover {
text-decoration: underline;
}