.required:after {
	content:"必須";
	position:absolute;
	font-size:.7em;
	background:red;
	color:white;
	width:30px;height:18px;
	text-align:center;
	line-height:18px;
	border-radius:10%;
	box-shadow:0 0 1px #333;
	margin-left: 5px;
	margin-top: 3px;
	z-index: 3;
}


.peekabar {
	background-color: #ff0000 !important;
	color: white;
	z-index: 2000;
	font-size: 0.8rem;
	line-height: 1.2;
}

.peekabarInfo {
	background-color: #999999 !important;
	color: white;
	z-index: 2000;
	font-size: 0.8rem;
	line-height: 1.2;
}

.error {
	background-color: #FF6666;
}

#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
    z-index: 9000;
}

#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("/img/loading.gif") center center no-repeat;
}


