@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "fonts-min.css";
@import "utility.css";
@import "style.css";
@import "header_footer.css?20220207";
@import url('/shared/css/category_trial.css');
@import url('/shared/css/infomation.css');
/* @import "print.css"; */
/* @import "colorbox.css"; */

/* alert
--------------------------------------------------------------*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/shared/css/default/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/shared/images/alert_info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/shared/images/alert_info.gif);
}

#popup_content.confirm {
	background-image: url(/shared/images/alert_important.gif);
}

#popup_content.prompt {
	background-image: url(/shared/images/alert_help.gif);
}

#popup_message {
	padding-left: 48px;
	font-weight:bold;
	font-size:150%;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.list_attention dd {
	text-indent: -1em;
	padding-left: 1em;
}

.list_attention li {
	text-indent: -1em;
	padding-left: 2em;
}

/* __________ エラー __________ */
.error_txt {
  margin: 30px auto 60px;
  background: #fef1f2;
  border: 2px solid #ea2433;
  border-radius: 6px;
}
  .error_txt h2 {
    width: 100%;
    height: 50px;
    padding: 0 15px 0 47px;
    color: #fff;
    background: #ea2433 url(../img/icon_error.gif) no-repeat left 15px center;
    background-size: 27px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
  }
  .error_txt ul {
    padding: 14px;
  }
    .error_txt li {
      color: #ea2433;
      font-size: 20px;
      font-weight: bold;
    }
      .error_txt li:before {
        content: '●';
        display: inline-block;
        margin-right: 5px;
      }

.error_msg {
  margin-top: 10px;
}
.error_msg p {
  color: #ea2433;
  font-size: 20px;
  font-weight: bold;
}
.error_msg p:before {
  content: '';
  display: inline-block;
  height: 19px;
  margin-right: 5px;
  background: url(../img/icon_error_red.gif) no-repeat left center;
  background-size: contain;
}



/* modal */
.mfp-bg {
	z-index: 10042 !important;
}
.mfp-wrap {
	z-index: 10043 !important;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	z-index: 10040 !important;
}
