@charset "utf-8";

/* =================================================================================
 News
================================================================================= */

/* .articleList_1 -------------------- */
.articleList_1 {
	margin-top: -5px;
}

.articleList_1 article {
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dashed #ccc;
}

.articleList_1 .thumbnail {
	float: left;
	font-size: 0;
	line-height: 0;
}

.articleList_1 .maker {
	color: #999;
	font-weight: normal;
}

.articleList_1 .content {
	margin-left: 80px;
}

.articleList_1 time {
	display: block;
	text-align: right;
	color: #999;
}


/* .artDetail_1 -------------------- */
.artDetail_1 {
	width: 100%;
}

.artDetail_1 h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.3;
}

.artDetail_1 .info {
	padding: 5px 0 10px 0;
}

.artDetail_1 time {
	color: #999;
}

.artDetail_1 .thumbnail {
	float: right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 0;
	line-height: 0;
}

.artDetail_1 .gallery {
	margin-top: 10px;
}

.artDetail_1 .gallery li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 180px;
	padding: 10px 0 0 21px;
	vertical-align: top;
}

.artDetail_1 .gallery figcaption {
	font-size: 10px;
	color: #666;
}

/* -------------------------------------------------------
 Icon
------------------------------------------------------- */
.iconNew{
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:27px;
	height:7px;
	margin-left:3px;
	background:url(../../../free/images/css/common/icon_topics.gif) 0 -110px no-repeat;
}

.iconNew span {
	display: none;
}

.iconTwitter {
	display: inline-block;
	vertical-align: text-bottom;
	line-height: 0;
	font-size: 0;
}

/* -------------------------------------------------------
 Link
------------------------------------------------------- */
.linkMultiPage_2 {
	margin-top: 10px;
	border-bottom: none;
}

.linkMultiPage_2 .linkPrev {
	float: left;
}

.linkMultiPage_2 .linkNext {
	float: right;
}

/* -------------------------------------------------------
 clearfix
------------------------------------------------------- */
.articleList_1 article:after,
.linkMultiPage_2:after,
.artDetail_1:after {
	content:"";
	display:block;
	clear:both;
	height:0;
}

/* EOF */
