@charset "utf-8";
/**
 * info-top.css 
 * (c) United Arrows Ltd.
 */

/* Header */
	#Header { margin-bottom: 20px; }
	#Header .hnav .INFO a { background-position: left -14px; }

/* heading */
	.gTitle { margin-bottom: 15px; }
	#ContentTitle {
		font-weight: bold;
		font-size: 136%;
	}
	.sectionTitle {
		clear: both;
		border-bottom: 1px solid #999999;
		padding: 0 5px 5px;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 107%;
	}

/* NewsList */
	.NewsList {
		margin: 30px 0 10px;
		zoom: 1;
	}
	.NewsList li {
		clear: both;
		margin-bottom: 20px;
		zoom: 1;
	}
	.NewsList:after,
	.NewsList li:after { content : ''; display : block; clear : both; }
	.NewsList li .info {
		float: left;
		display: block;
		width: 120px;
	}
	.NewsList li .info img {
		float: right;
		margin-right: 10px;
	}
	.NewsList li .text {
		float: left;
		display: block;
		width: 550px;
	}
	.NewsListBrand {
		margin: 30px 0 10px;
	}

/* ImportantArea */
	.ImportantArea {
		margin-bottom: 20px;
		border-bottom: 1px solid #d7d7d7;
	}

/* pagenation */
	.pagenation {
		margin-top: 30px;
	}

/* eachtop */
	.eachtop {
		margin-top: 30px;
		text-align: left;
	}


/* ArticleBrand */
	.body {
		margin-top: 35px;
	}