/************************
 * modal base style
 ************************/
.frc-c-modal-window * {
	border: 0;
	margin: 0;
	padding: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
.frc-c-modal-window {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"メイリオ",Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 20000;
	opacity: 1;
}
.frc-c-modal-window table {
	border-spacing: 0;
	border-collapse: collapse;
}
.frc-c-modal-window a:visited {
	color: #000000;
}
.frc-c-modal-window a:focus {
	color: #31AEC7;
}
.frc-c-modal-window a:hover {
	color: #31AEC7;
}
.frc-c-modal-window a:active {
	color: #31AEC7;
}
.frc-c-modal-window a img {
	border: none;
}
.frc-c-modal-window img {
	vertical-align: bottom;
	line-height: 1;
}
.frc-c-modal-contents {
	position: absolute;
	left: 50%;
	z-index: 20010;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.frc-c-modal {
	margin: 0 auto;
	background: #ffffff;
	box-sizing: border-box;
	display: block;
	border: 1px solid #e4007f;
	margin-bottom: 7px;
	line-height: 1.5;
	font-weight: bold;
}
.frc-c-modal.frc-c-modal-300 {
	width: 320px;
  min-width: 320px;
}
.frc-c-modal.frc-c-modal-528 {
	width: 528px;
  min-width: 528px;
}
div#frc-c-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 300%;
	opacity: 0.6;
	background: #000;
	z-index: 20001;
}
.frc-c-clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.frc-c-checked-imgbox a >img{
	width: 100%;

}