@CHARSET "UTF-8";
/* 「必須」ラベル */
form .required .control-label:after {
	border-radius: 0.25em;
	color: #fff;
	display: inline;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	padding: 0.1em 0.5em;
	margin-left: 0.7em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	background-color: #d9534f;
	content: '必須';
}

.text-danger {
  color: #a94442;
}

table.table-separate, table.table-separate tr th, table.table-separate tr td {
  border:1px solid #ffffff;
}

.has_error_red {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.label_userShop label {
    width: 43%;
    position: relative;
    top: -2px;
    text-align: left;
    margin-bottom: 0px;
    font-weight: normal;
}