.syaku-modal .button-close {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(/images/close.png) no-repeat 0 0;
}

.syaku-modal .background {
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	position: fixed
}

.syaku-modal .content {
	background: #fff;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}

.modal_wrap dt { font-size:18px; font-weight:bold; color:#121212; text-align:center;}
.modal_wrap dd { padding-top:10px; font-size:18px; text-align:center; }
.modal_wrap dd img { border:1px solid #ccc; }