@charset "utf-8";
/* news_topics */

#news-full {
	width: 940px;
	height: auto;
	float: left;
/*	display: block;
	overflow: hidden;*/
}
/* news */
.news-box {
	font-size:14px;
	line-height:150%;
	color:#333;
	margin-bottom:30px;
}

.news-box .title{
	font-size:19px;
	font-weight:bold;
	color:#00A3A3;
	margin-bottom:20px;
}

.news-box .photo{
	width:320px;
	height:auto;
	float:left;
}

.news-box .news_txt{
	width:580px;
	font-size:14px;
	height:auto;
	float:right;
}

.news_txt p{
	font-size:14px;
	margin-bottom:30px;
}

.news-box .company{
	height:auto;
	margin:5px 0px;
	font-size:12px;
	line-height:150%;
	color:#000;
}

.news-box .company .cp_name{
	font-size:18px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
}

#news-full hr {
	height:1px;
	background-color:#00A3A3;
	border: none;
	margin-bottom:30px;
}

.news-box .clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* pagination　*/
.past {
	float:left;
	width:150px;
	background-color:#eee;
	color:#999;
	font-size:10px;
	text-align:center;
	padding:5px;
}

/* 掲載号表記　*/
.media {
	width:940px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin:3px 0 20px 0;
	color:#aaa;
}
