@charset "utf-8";

/********************************************
bootstrap-sim.css
 ＵＴＦ－８
------------------------------------------------------------
Copyright (c) Pleasure Sky Corp., All Rights Reserved.
**********************************************/
button {
	margin: 0 1px;
}
.btn {
	display: inline-block;
	*display: inline;
	/*zoom: 1;*/
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 6px; /*4px;*/
	color: #555;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: none;
/*	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
*/
}
.btn:hover,
.btn:focus {
	color: #111;
	text-decoration: none;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=45);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .45;
}
.btn-default {
	background-color: #f8f8f8;
	border-color: #ccc;
}
.btn-default:hover,
/*.btn-default:focus,*/
.btn-default:active,
.btn-default.active {
	background-color: #e0e0e0;
	border-color: #adadad;
}
.btn-primary {
	background-color: #94e6fe;
	border-color: #28cdfb;
}
.btn-primary:hover,
/*.btn-primary:focus,*/
.btn-primary:active,
.btn-primary.active {
	background-color: #28cdfb;
	border-color: #1b9af7;
}
.btn-success {
  background-color: #e9f7a8;
  border-color: #d1ef51;
}
.btn-success:hover,
/*.btn-success:focus,*/
.btn-success:active,
.btn-success.active {
  background-color: #d1ef51;
  border-color: #a5de37;
}
.btn-info {
  background-color: #bff7f8;
  border-color: #80edf0;
}
.btn-info:hover,
/*.btn-info:focus,*/
.btn-info:active,
.btn-info.active {
  background-color: #55dae1;
}
.btn-warning {
  background-color: #ffeb94;
  border-color: #ffd728;
}
.btn-warning:hover,
/*.btn-warning:focus,*/
.btn-warning:active,
.btn-warning.active {
  background-color: #feae1b;
}
.btn-danger {
  background-color: #ffb2bc;
  border-color: #ff667a;
}
.btn-danger:hover,
/*.btn-danger:focus,*/
.btn-danger:active,
.btn-danger.active {
  background-color: #ff4351;
}
.btn-lg {
	padding: 16px 16px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 6px;
}
.btn-sm {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 6px;/*3px*/
}
.btn-smx {
	padding: 4px 8px;
	font-size: 13px;
	line-height: 1.3;
	border-radius: 6px;
}
.btn-xs, .btn-xsz {
	padding: 1px 6px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 6px;/*3px;*/
}
.btn-xxs {
	padding: 1px 2px;
	font-size: 10px;
	line-height: 1.0;
	border-radius: 3px;
}
/**************************/
.btn-circle {
	width: 34px;
	height: 34px;
	text-align: center;
	padding: 0 0 3px 0;
	font-size: 20px;
	border-radius: 20px;
	color: #777;
}
.btn-circle.btn-sm {
	width: 30px;
	height: 30px;
	padding: 0 0;
	font-size: 17px;
	border-radius: 16px;
}
.btn-circle.btn-xs {
	width: 26px;
	height: 26px;
	padding: 0 0;
	font-size: 16px;
	border-radius: 12px;
}
.btn-circle.btn-xxs {
	width: 18px;
	height: 18px;
	padding: 0 0;
	font-size: 10px;
	border-radius: 12px;
}
.btn-circle.btn-lg {
	width: 42px;
	height: 42px;
	font-size: 24px;
	line-height: 1.0;
	border-radius: 25px;
}
.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}
.text-muted {
	color: #ccc;
}
.text-primary {
	color: #7b72e9;/*#428bca;*/
}
.text-success {
	color: #a5de37;/*#3c763d;*/
}
.text-info {
	color: #1b9af7;/*#31708f;*/
}
.text-warning {
	color: #feae1b;/*#8a6d3b;*/
}
.text-danger {
	color: #ff4351;/*#a94442;*/
}
.count-bubbles {
	padding: 0 6px 0 6px;
	font-size: 12px;
	border-radius: 24px;
	color: #fff;
	background-color: #ff4351;
	margin-left: 0.5em;
	/* *zoom: 1;*/
}
.bold {
	font-weight: bold;
}
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.5rem; }
.mt-5 { margin-top: 3rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-3 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ml-1 { margin-left: 0.25rem; }
.ml-2 { margin-left: 0.5rem; }
.ml-3 { margin-left: 1rem; }
.mr-1 { margin-right: 0.25rem; }
.mr-2 { margin-right: 0.5rem; }
.mr-3 { margin-right: 1rem; }
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.mx-3 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.pt-1 { padding-top: 0.25rem; }
.pt-2 { padding-top: 0.5rem; }
.pt-3 { padding-top: 1rem; }
.pb-1 { padding-bottom: 0.25rem; }
.pb-2 { padding-bottom: 0.5rem; }
.pb-3 { padding-bottom: 1rem; }
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pl-1 { padding-left: 0.25rem; }
.pl-2 { padding-left: 0.5rem; }
.pl-3 { padding-left: 1rem; }
.pr-1 { padding-right: 0.25rem; }
.pr-2 { padding-right: 0.5rem; }
.pr-3 { padding-right: 1rem; }
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-3 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
