@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 a {
	text-decoration: none ! important;
}

.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;
}

a:active, a:link, a:visited {
	color: #006ccc;
	text-decoration: none;
}

.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: 33%;
	line-height: 25px;
}

.font-size13 {
	font-size: 13px;
}

.btn-xxs {
	width: 50px;
	height: 30px;
	line-height: 30px;
	padding: 0
}

.btn-cmn {
	display: inline-block;
	border: 2px solid #e1c561;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
	background: #fff;
	color: #ad9951 !important;
	font-weight: bold;
}

.btn-cmn>span {
	display: block;
	vertical-align: middle;
	text-align: center;
}

.btn-cmn:hover {
	background: #faf1d0;
	text-decoration: none;
}

.btn-cmn.btn-l>span {
	padding: 10px 18px 9px;
}

.btn-cmn.btn-m>span {
	padding: 6px 10px 4px;
}

.btn-cmn.btn-s>span {
	padding: 3px 8px 1px;
}

.btn-cmn.btn-ss>span {
	padding: 1px 8px 0px;
}

.width20p {
	width: 20%;
}

.width60p {
	width: 60%;
}

.txt-gain-market {
	color: #e01515;
}

.txt-loss-market {
	color: #146dc8;
}

.form-list3 {
	list-style-type: none;
	margin: 5px;
}

.form-list3 li {
	float: left;
	width: 25%;
	line-height: 25px;
}

.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;
}