@charset "utf-8";

/* -------------------------------------------------
     page_area
 --------------------------------------------------- */
#news_page_title {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto;
	text-align: center;
}

#news_page_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto;
}

@media screen and (max-width: 770px) {
	#news_page_title {
		width:100%;
	}
	
	#news_page_title img {
		width:100%;
		height:auto;
	}
	
	#news_page_area {
		float:none;
		width:97%;
		height:auto;
		margin:10px auto;
	}

}

/* -------------------------------------------------
     news_page_list
 --------------------------------------------------- */
#news_page_list {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px 0px;
}

#news_page_list hr {
	width:1100px;
	margin:0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
}

#news_page_list .news_listbox {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	padding:15px 10px;
	border-bottom:solid 1px #ccc;
	box-sizing:border-box;
}

#news_page_list .news_listbox .data {
	float:left;
	width: 20%;
	height:auto;
	text-align:center;
}

#news_page_list .news_listbox .title {
	float:left;
	width: 80%;
	height:auto;
}


@media screen and (max-width: 770px) {
	#news_page_list {
		width:100%;
	}
	
	#news_page_list hr {
		width:100%;
	}
	
	#news_page_list .news_listbox {
		width:100%;
	}

	#news_page_list .news_listbox .data {
		width: 100%;
		text-align:left;
	}
	
	#news_page_list .news_listbox .title {
		width: 100%;
	}

}

/* -------------------------------------------------
     news_box
 --------------------------------------------------- */
.news_box {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px 0px;
}

.news_box .news_title {
	clear:both;
	width:1100px;
	height:auto;
	padding: 10px;
	box-sizing:border-box;
}

.news_box .news_date {
	clear:both;
	width:1100px;
	height:auto;
	padding: 5px;
	box-sizing:border-box;
	color:#999;
}

.news_box .news_image {
	clear:both;
	float:left;
	width:400px;
	height:auto;
}

.news_box .news_image img {
	width:400px;
	height:auto;
}

.news_box .news_txt {
	float:right;
	width:680px;
	height:auto;
}

@media screen and (max-width: 770px) {
	.news_box {
		float:none;
		width:98%;
		margin:10px auto;
	}
	
	.news_box .news_title {
		width:100%;
	}
	
	.news_box .news_date {
		width:100%;
		height:auto;
	}
	
	.news_box .news_image {
		width:100%;
	}
	
	.news_box .news_image img {
		width:100%;
	}
	
	.news_box .news_txt {
		float:left;
		margin-top: 10px;
		width:100%;
	}
}