@charset "UTF-8";

.modal-content{
	width:811px;
	height:378px;
	margin:0;
	padding:10px 20px;
	border:none;
	background: url('../images/popup/window_01.png') no-repeat;
	position:fixed;
	display:none;
	z-index:2;
}
  
#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
/*	background-color:rgba(0,0,0,0.6);	 popup外の背景 */
}

.button-link{
	color:#00f;
	text-decoration:underline;
	background: url('../images/popup/btn_04_a.png') no-repeat;
	width: 151px;
	height: 19px;
	    text-decoration: none;
	    font-weight: bold;
	    text-align: center;
	    font-size: 13px;
	    display: block;
		position: relative;
}
 
.button-link:hover{
	position: relative;
	cursor:pointer;
	color:#f00;
	background: url('../images/popup/btn_04_b.png') no-repeat;
}
