@charset "UTF-8";

/*
	数字の右寄せ
*/
.pagingList table td.staylong{
	text-align:right;
}
/*
	縦情報テーブル書式(異動した)
*/

/*
	横情報テーブル書式
*/
.pagingList > table,
.pagingList > table th,
.pagingList > table tr,
.pagingList > table td{
	border-style:none;
}
.pagingList > table{
	margin-top:1rem;
	width: 100%;
}
.pagingList > table td{
	min-width:3rem;
	white-space:nowrap;
	border-style:none;
	padding-top:.6em;
	padding-left:1.5rem;
	padding-right:1rem;
}
.pagingList > table th{
//	min-width:1rem;
	white-space:nowrap;
	padding-left:1.5rem;
	padding-right:1rem;
	text-align:left;
}
.pagingList > table tr{
	border-bottom: solid 2px #44BA9A;
}
/*
	ボタンの大きさ
*/
.pagingList > table .marubatsumon button{

}
/*
	Sorttable
*/
.tablesorter-header-inner {
	display:inline;
}
.tablesorter-headerAsc .tablesorter-header-inner:after{
background-image: url(../js/tablesorter-master/css/images/black-asc.gif);
	content:"　";
    background-repeat: no-repeat;
    width:10px;
    height:1rem;
    background-position:  center;
}
.tablesorter-headerDesc .tablesorter-header-inner:after{
background-image: url(../js/tablesorter-master/css/images/black-desc.gif);
	content:"　";
    background-repeat: no-repeat;
    width:10px;
    height:1rem;
    background-position:  center;
}
.tablesorter-headerUnSorted .tablesorter-header-inner:after{
background-image: url(../js/tablesorter-master/css/images/black-unsorted.gif);
	content:"　";
    background-repeat: no-repeat;
    width:10px;
    height:1rem;
    background-position:  center;
}
.sorter-false .tablesorter-header-inner:after{
	background-image:none;
}

/*
	個別のセル幅調整
*/
.pagingList > table td{
	width:2rem;
}
.pagingList > table td.dummy{
	width:auto;
}
.pagingList > table th{
	width:2rem;
}
.pagingList > table th.dummy{
	width:auto;
}
