/* contents */
#contents {
	overflow-x: hidden;
}

/* magPickup */
.magPickup {
}
.magPickup a {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-decoration: none;
}
.magPickup a:hover img {
	opacity: 0.75;
}
.magPickup_image,
.magPickup_text {
	display: table-cell;
	vertical-align: middle;
}
.magPickup_image img {
	display: block;
}
.magPickup_text {
	padding: 0 32px;
	background: #000;
	color: #fff;
	font-weight: bold;
}
.magPickup_text p {
	margin-bottom: 25px;
}
.magPickup_text p span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}
.magPickup_text p span.is-hack {
	background: #07c1a6;
}
.magPickup_text p span.is-interview {
	background: #00a2e6;
}
.magPickup_text p span.is-info {
	background: #c10710;
}
.magPickup_text dl {
}
.magPickup_text dt {
	font-size: 18px;
	margin-bottom: 30px;
}
.magPickup_text dd {
	font-size: 14px;
}

/* magFilters */
.magFilters {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.0;
	overflow: hidden;
}
.magFilters ul {
	float: right;
	border-left: solid 1px #000;
	overflow: hidden;
}
.magFilters li {
	float: left;
	padding: 0 1.5em;
	border-right: solid 1px #000;
}
.magFilters span {
	cursor: pointer;
}
.magFilters .active {
	font-weight: bold;
	cursor: default;
}

/* magVisual */
.magVisual {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.magVisual a {
	display: block;
}
.magVisual_image {
	margin: 0 -120px;
}
.magVisual_inner {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 310px;
}
.magVisual_text {
	display: table-cell;
	padding-left: 588px;
	padding-right: 15px;
	vertical-align: middle;
	color: #fff;
}
.magVisual_category {
	margin-bottom: 1.5em;
}
.magVisual_category span {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
}
.magVisual_category span.is-hack {
	background: #07c1a6;
}
.magVisual_category span.is-interview {
	background: #00a2e6;
}
.magVisual_category span.is-info {
	background: #c10710;
}
.magVisual_category span.is-gadget {
	background: #1362db;
}
.magVisual_title {
	line-height: 1.2;
	font-size: 36px;
}
.magVisual_title span {
	display: block;
	margin-bottom: 0.5em;
	font-size: 26px;
}
.magVisual_btn {
	margin-top: 1em;
}
.magVisual_btn span {
	transition: opacity 0.3s ease;
	display: block;
	background: #1b1b1b;
	height: 44px;
	line-height: 44px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.magVisual a:hover .magVisual_btn span {
	opacity: 0.7;
}
