@charset "utf-8";
/* CSS Document */

@media screen and (min-width:1050px){
	#news_list_box{
		width: 80%;
		margin: 300px auto;			
	}
	.header_text_link,
	#corp_logo_box,
	#scroll_box{
		color: #6A6A6A !important;
	}
	#header_fix_box {
		background-color: #FFFFFF !important;
	}
}
@media screen and (max-width:1049px){
	#news_list_box{
		width: 90%;
		margin: 150px auto;			
	}
	.sp_menu_bt span {
		background-color: #6A6A6A !important;
	}
	.header_text_link,
	#corp_logo_box,
	#scroll_box{
		color: #6A6A6A !important;
	}
	#header_fix_box {
		background-color: #FFFFFF !important;
	}
}