@charset "UTF-8";

div.wrapper { width:1000px; margin:0 auto; }

header.layout,
div.layout,
footer.layout { }

@media screen and (max-width:1000px){
	div.wrapper { padding:10px; width:auto; }
}

@media screen and (max-width:480px){
	.tx,.ed { width:auto !important; }
	input[type=file].ed { width:100% !important; }
	.board_list col,
	.board_list th,
	.board_list td { display:none; }
	.board_list .m_view { display:table-cell; }
	.board_search { width:262px !important; }
	.board_search #stx { width:95px !important; }
	.board_search .search_box { width:214px !important; }
}