
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	vertical-align: middle;
}
img {
	max-width: 100%;
}
label {
	font-weight: normal;
	margin: 0;
}
input[type=checkbox] {
	margin: 0px;
}
ul {
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none !important;
}
a,
a:hover,
a:focus {
	color: #337ab7;
}
.pointer {
	cursor: pointer;
}
.mg-top-xs {
	margin-top: 2px;
}
.mg-top-sm {
	margin-top: 5px;
}
.mg-top {
	margin-top: 15px;
}
.mg-top-lg {
	margin-top: 25px;
}
.mg-bottom-0,
.mg-bottom-none {
	margin-bottom: 0px;
}
.mg-bottom-xs {
	margin-bottom: 2px;
}
.mg-bottom-sm {
	margin-bottom: 5px;
}
.mg-bottom {
	margin-bottom: 15px;
}
.mg-bottom-lg {
	margin-bottom: 25px;
}
.mg-bottom-xl {
	margin-bottom: 40px;
}
.mg-right-sm {
	margin-right: 5px;
}
.mg-right {
	margin-right: 15px;
}
.mg-left-sm {
	margin-left: 5px;
}
.mg-left {
	margin-left: 15px;
}
.pd-xs {
	padding: 2px;
}
.pd-sm {
	padding: 5px;
}
.pd {
	padding: 10px;
}
.pd-left {
	padding-left: 10px;
}
.pd-right {
	padding-right: 10px;
}
.text-default,
a.text-default {
	color: #333;
}
.text-link,
a.text-link {
	color: #337ab7;
}
.text-xs {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.row-sm {
	margin-left: -5px;
	margin-right: -5px;
}
.col-sm {
	padding-left: 5px;
	padding-right: 5px;
}
.col-xs {
	padding-left: 2px;
	padding-right: 2px;
}
.display-pc {
	display: block;
}
.display-sp {
	display: none;
}
.input-xs {
  height: 20px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 2px;
}
.badge1 {
	position: relative;
}
.badge1[data-badge]:after {
	content: attr(data-badge);
	position: absolute;
	top: -10px;
	right: -18px;
	font-size: 11px;
	background: #337ab7;
	color: white;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	box-shadow: 0 0 2px #333;
}
.list-tbl {
	display: table;
	margin-bottom: 0px;
}
.list-tbl > li {
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
}
.round {
	border-radius: 5px;
}
.icon {
	border-radius: 50%;
}
.nowrap {
	white-space: nowrap;
}
.table thead th {
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
}
.table tbody th {
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	min-width: 120px;
}
.panel-heading {
	position: relative;
}
.panel-heading .panel-menu {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: normal;
}
.panel-heading .panel-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-weight: normal;
}
.panel-heading {
	background: linear-gradient(#F5F5F5, #FFF);
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 700;
}
.panel-heading-link {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: normal;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #FFF;
	border-color: #ddd;
}

@media screen and (max-width: 768px) {
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
}

