@charset "utf-8";
/* CSS Document */
html{
	/*height: 100%;
	overflow-y: scroll;*/
}
body{
	/*height:auto;
	position: static;*/
}
.modal-overlay{
	z-index:1000000000001;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity: 0.60;
	filter:alpha(opacity=60);
}
.modal-content{
	width:850px;
	background:#6ac7e6;
	display:none;
	z-index:1000000000002;
	border:10px solid #6ac7e6;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	line-height: 1.75;
}
.modal-box{
	background:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.modal-content section{
	position: static;
	background: none;
	padding: 0;
}
.modalBtn:hover{
  cursor:pointer;
}


/* Header
--------------------------------------------------*/
.modal-content header{
	width:100%;
	position:relative;
	padding: 20px;
	background: none;
}
.modal-close{
	position: absolute;
	right: 7px;
	top: 7px;
	cursor:pointer;
}
.modal-content header .modalTitle{
	text-align: center;
}
.modal-content header .modalTitle img{
	vertical-align: middle;
}
.modal-content header .modal-prev{
	display: block;
	position: absolute;
	top:50%;
	margin-top:-18px;
	left:115px;
}
.modal-content header .modal-next{
	display: block;
	position: absolute;
	top:50%;
	margin-top:-18px;
	right:115px;
}

/* tagArea
--------------------------------------------------*/
.modal-content .tagArea{
	width:100%;
	background-color:#6ac7e6;
	text-align: center;
}
.modal-content .tagArea ul{
	display: inline-block;
	padding:15px 0;
	color:#fff;
}
.modal-content .tagArea li{
	display: inline-block;
	margin:0 .5em;
	font-size:19px;
}
.modal-content .tagArea li:before{
	content:"・";
}

/* mainArea
--------------------------------------------------*/
.contentArea{
	width:100%;
	padding:20px;
}
.contentArea:after{
	content:"";
	display: block;
	clear: both;
}
/* txtBox, imgBox
--------------------------------------------------*/
.imgBox{
	width:400px;
	text-align: left;
	float:left;
	margin-top:20px;
}
.txtBox{
	width:390px;
	padding:0 20px 0 20px;
	float:right;
	font-size:19px;
	margin-top:20px;
}
.warning_notice{
	display: table;
	height: 45px;
	width: 100%;
}
.warning_notice dt,
.warning_notice dd{
	display: table-cell;
	vertical-align: middle;
}
.warning_notice dt{
	width:224px;
	padding-right:5px;
	background: url(/top_modal/img/modal_bg_warning.png) no-repeat 0 0 scroll;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.warning_notice dd{
	padding-left: 10px;
    border-top: 3px solid #f29e90;
    border-bottom: 3px solid #f29e90;
    border-right: 3px solid #f29e90;
	box-sizing: border-box;	
    color: #ec6d65;
}
/* width
--------------------------------------------------*/
.w35{width:35%;}
.w40{width:40%;}
.w50{width:50%;}
.w51{width:51%;}
.w53{width:53%;}
.w60{width:60%;}
.w61{width:61%;}
.w62{width:62%;}
.w63{width:63%;}
.w65{width:65%;}
/* margin
--------------------------------------------------*/
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mr25{margin-right: 25px;}
