@charset 'UTF-8';
@import url(/css/default.css);
@import url(/css/header.css);
@import url(/css/footer.css);
@import url(/css/common.css);
@import url(/js/bxslider/jquery.bxslider.css);

/*-------------------------------------
TOP
-------------------------------------*/
/* viewer */
.viewer {
	overflow: hidden;
}
.viewer img {
	width: 100%;
}
.viewer .bx-controls-direction {
	display: none;
}

/* NEWS */
.top_news p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

/* TOPICS */
.topics {
	width: 440px;
	margin-top: 30px;
	line-height: 1.5;
	float: left;
}
.topics h2 {
	background-image: url(../img/h2_topics.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.topics	ul {
	margin-left: 6px;
}
.topics li {
	padding-bottom: 5px;
}
.topics li time {
	width: 110px;
  float: left;
}
.topics li span.content {
	width: 324px;
	float: left;
}
.topics a:hover {
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}

/*PICKUP */
.pickup {
	width: 240px;
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
	float: right;
}
.pickup h2 {
	background-image: url(../img/h2_pickup.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.pickup img {
	margin-bottom: 8px;
}
.pickup a:hover {
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}
