[v-cloak] {
	display:none;
}

html {
}
body {
}

div#content-wrapper {
	/*padding-top: 20px;*/
}

div#introduce_warning {
	padding: 30px 0;
}

.btn {
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), transparent 20%, transparent 50%, rgba(0, 0, 0, 0.25));
	border-radius: 10px;
}
div#introduce-content {
	font-size: large;
}
div#introduce-panel {
	padding: 20px;
	background-color: #fff;
}
ul#introduce_item {
	margin-left: -20px;
}
ul#introduce_item div.list-info{
	margin: 10px 0;
}

li.introduce_li {
	list-style-type: none;
	font-weight: bold;
}

li.introduce_li:before  {
	position: relative;
	left: -15px;
	display: inline-block;
	content: ' ';
	width: 1em;
	height: 1em;
	border-radius: 100%;
	background-color: #000;
}

/** モーダルコンポーネントのヘッダ色変更 */
div.modal-header {
	background-color: #f00;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/** btn-successの表示色変更 */
button.btn-success {
	color: #fff;
	background-color: #df0012;
	border-color: #c60010;
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-success:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success .badge {
	color: #d9534f;
	background-color: #fff;
}


/** ローディングサークルの表示位置調整 */
div#div_loading img {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/** alertダイアログ */
div#introduce_alert_body {
	width: 100%;
	padding: 20px 10px;
	background-color: #fff;
	color: #f00;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	font-size: larger;
	text-align: left;
	opacity: 1;
	z-index: 2000;
}

div.modal-dialog {
	z-index: 99999;
}

div.modal-content {
	/** 余白ができてしまうので消す */
	border : 0;
}

span.blink1829 {
	color: #f00;
	opacity: 1;
	animation: blink_effect 1s infinite alternate;
}
span.blink9250 {
	color: #f00;
	opacity: 1;
	animation: blink_effect 1s infinite alternate;
}
@keyframes blink_effect {
	100% { opacity: 1; }
	0% { opacity: 0; }
}
