@charset "utf-8";
/* CSS Document */

body {


	   }




/*モーダルウィンドウ*/
.modal-close {
	text-align: center;
}
#modal-win-inner {
	position:fixed;
	width:600px;
	min-height:500px;
	padding:30px;
	margin-top:-240px;
	margin-left:-320px;
	top:50%;
	left:50%;
	z-index: 101;
	background:#fff;
	border-radius: 5px;
	box-shadow:rgba(250, 250, 250, 0.25) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(250, 250, 250, 0.25) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(250, 250, 250, 0.25) 0px 0px 6px 3px;

}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
#modal001,#modal002{display:none;}