/**
 * ソート順変更
 */
 
#dialogSort .dialogFrame{
	width:600px;
}
#dialogSort .dialogContents{
	overflow-x:hidden;
	overflow-y:scroll;
	max-height:500px;
}
#dialogSort .container{
	display:table;
	width:100%;
	height:100%;
	position:relative;
}
/* 一覧 */
table.listTable tr > th{
	text-align: center;
}
table.listTable tr > td:nth-child(1){
	width:100px;
	text-align:center;
}
table.listTable tr > td:nth-child(2){
	width:auto;
}
