@charset "UTF-8";

/*------------------------------------------------------------
  00.top
------------------------------------------------------------ */
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close img {
	cursor:pointer;
	width:18px;
	height:19px;
	float:right;
	margin-top: -30px;
	margin-right: -5px;
}

#modal-close img:hover {
	opacity:0.4;
}

#modal-content {
	background-color: #FFF;
	width: 600px;
	height: 620px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-left: 0px;
	margin-top:-10px;
	padding: 45px 20px;
}

#hdn_tl {
	background:url("../../common/img/hdn_tl.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 453px;
	height: 33px;
	margin-bottom: 15px;
	background-size: 453px;
}

#hdn_img {
	background:url("../../common/img/hdn_img.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 545px;
	height: 355px;
	background-size: 545px;
}

#modal-content p {
	text-align: center;
}

#pu_text01 {
	font-size: 15px;
	line-height: 25px;
}

#pu_text02 {
	color: #6A3906;
	font-size: 14px;
	line-height: 21px;
}

#pu_text03 {
	color: #F00;
	font-size: 14px;
	line-height: 20px;
}


/*------------------------------------------------------------
  01.Responsive
------------------------------------------------------------ */
@media screen and (max-width: 896px) {
	
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}

#modal-content {
	background-color: #FFF;
	width: 500px;
	height: 500px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top:-10px;
	padding: 40px 18px;
}

#hdn_tl {
	background:url("../../common/img/hdn_tl.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 313x;
	height: 23px;
	margin-bottom: 8px;
	background-size: 313px;
}

#hdn_img {
	background:url("../../common/img/hdn_img.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 418px;
	height: 272px;
	background-size: 418px;
	/*margin-bottom: 20px;*/
}

#pu_text01 {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}

#pu_text02 {
	color: #6A3906;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}

#pu_text03 {
	color: #F00;
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}

}


@media screen and (max-width: 480px) {
	
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}

#modal-content {
	background-color: #FFF;
	width: 100%;
	height: 485px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top:-10px;
	padding: 40px 18px;
}

#hdn_tl {
	background:url("../../common/img/hdn_tl.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 313px;
	height: 23px;
	margin-bottom: 8px;
	background-size: 313px;
}

#hdn_img {
	background:url("../../common/img/hdn_img.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 319px;
	height: 208px;
	/*margin-bottom: -10px;*/
	padding: 0;
	background-size: 319px;
}

#pu_text01 {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px;
}

#pu_text02 {
	color: #6A3906;
	font-size: 11px;
	line-height: 17px;
	padding: 0 10px;
}

#pu_text03 {
	color: #F00;
	font-size: 11px;
	line-height: 17px;
	padding: 0 10px;
}

}


@media screen and (max-width: 320px) {
	
#modal-content {
	margin: 0 ;
	height: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display: none ;
}

#modal-content {
	background-color: #FFF;
	width: 100%;
	height: 470px;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: 0px;
	margin-top:-10px;
	padding: 40px 18px;
}

#hdn_tl {
	background:url("../../common/img/hdn_tl.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 280px;
	height: 20px;
	margin-bottom: 8px;
	background-size: 280px;
}

#hdn_img {
	background:url("../../common/img/hdn_img.png") no-repeat center 0;
	margin:0 auto;
	overflow:hidden;
	width: 280px;
	height: 182px;
	/*margin-bottom: -10px;*/
	padding: 0;
	background-size: 280px;
}

}
	
	