/* =============================================
	アクティングアラート
============================================= */
#acting_alert {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 240px;
  margin: 5px;
  z-index: 99999;
  opacity: .60;
  -moz-opacity: .60;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#acting_alert span.top, #acting_alert span.bottom {
  display: block;
  background: #fff;
}
#acting_alert span.top span, #acting_alert span.bottom span {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #1393c0;
}
#acting_alert span.r1 {
  margin: 0 5px;
}
#acting_alert span.r2 {
  margin: 0 3px;
}
#acting_alert span.r3 {
  margin: 0 2px;
}
#acting_alert span.top span.r4, span.bottom span.r4 {
  margin: 0 1px;
  height: 2px;
}
#acting_alert p.close_alert {
  margin: 0;
  padding: 3px;
  background: #1393c0;
  text-align: right;
  height: 25px;
}
#acting_alert .close_alert a {
  background-image: url(/static/upload/esrij.smartseminar.jp/system/seminar_base/shared/img/bannerClose.gif);
  display: block;
  width: 23px;
  height: 23px;
}
#acting_alert .close_alert a img {
  display: none;
}
#acting_alert p.content {
  padding: 1em;
  margin: 0;
  background: #fff;
  border: 1px solid #1393c0;
  height: 100%;
}
#acting_alert span.item {
  font-size: 12px;
}
#acting_alert a {
  color: #0088cc;
  text-decoration: none;
}
#acting_alert p.close_alert{
  height: 30px;
}

/* =============================================
	No Script
============================================= */
noscript .alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  width: 500px;
  margin: 30px auto;
}
noscript .alert {
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f2dede;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  line-height: 150%;
}
@media screen and (max-width: 767px){
  noscript .alert-error {
    width: 90%;
    margin: 30px auto;
  }
}
noscript .alert-error h4 {
  color: #b94a48;
}
/* IEハック */
@media all and (-ms-high-contrast: none) {
	.alert-error {
		color: #b94a48;
		background-color: #f2dede;
		border-color: #eed3d7;
		width: 500px;
		margin: 30px auto;
	}
	.alert {
		margin-bottom: 20px;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		background-color: #f2dede;
		border: 1px solid #fbeed5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding-top: 8px;
		padding-right: 14px;
		padding-bottom: 8px;
		padding-left: 14px;
		line-height: 150%;
	}
	@media screen and (max-width: 767px){
		.alert-error {
			width: 90%;
			margin: 30px auto;
		}
	}
  .alert-error h4 {
    color: #b94a48;
  }
}