@charset "shift_jis";

.pad-t-0 {
	padding-top: 0px ! important;
}

.data-list table th {
	text-align: center !important;
	font-weight: bold !important;
}

.data-list table th a {
	text-decoration: none;
}

.data-list .btn {
	margin: 4px 0px;
}

.data-list table tr td {
	word-wrap: break-word;
	word-break: break-all;
	-ms-word-break: break-all;
	vertical-align: middle;
}

.data-list .sort {
	display: inline-table;
	vertical-align: middle;
}

.main #errorbox {
	margin-bottom: 20px;
}

.form-list1, .form-list2 {
	list-style-type: none;
	margin: 5px;
}

.form-list1 li {
	float: left;
	width: 25%;
	line-height: 22px;
}

.form-list2 li {
	float: left;
	width: 40%;
	line-height: 25px;
}

.form-list2 li:nth-child(2n+1) {
	width: 60%;
}

.btn-xxs {
	width: 50px;
	height: 30px;
	line-height: 30px;
	padding: 0
}

.width-290 {
	width: 290px !important;
}

.img-graph::after {
	content: url("/mst/static/img/category/fi/graph.png");
	display: inline-block;
}

.sort-up::after {
	content: url("/mst/static/img/category/fi/sort_up.gif");
	display: inline-block;
	margin: 0 4px;
	vertical-align: baseline;
}

.sort-down::after {
	content: url("/mst/static/img/category/fi/sort_down.gif");
	display: inline-block;
	margin: 0 4px;
	vertical-align: baseline;
}