@charset "utf-8";
/* http://ab.geshai.com/ */

.abFullDialog-body {  }
	.abFullDialog-body .abFullDialog-content { padding: 8px; }
	.abFullDialog-body .abFullDialog-content .abFullDialog-border { border-radius: 3px; background: #000; }
		.abFullDialog-body .abFullDialog-content .abFullDialog-header { height: 30px; padding: 5px 0px; background: #f2f2f2; }
			.abFullDialog-body .abFullDialog-content .abFullDialog-header .abFullDialog-title { float: left; line-height: 30px; margin-left: 20px; font-size: 16px; font-weight:500; color:#38c; display: block;letter-spacing: .03em; }
			.abFullDialog-body .abFullDialog-content .abFullDialog-header .abFullDialog-close { float:right; width: 17px; height: 16px; margin:10px 20px 0 0; line-height: 28px; border-radius: 3px; font-family: 'Comic Sans MS', cursive; font-size: 26px; color: #c33; text-indent:-9999px; cursor: pointer; overflow: hidden; display: block; }
		.abFullDialog-body .abFullDialog-content .abFullDialog-header .abFullDialog-close a { background:url(close_02.png) no-repeat; width:17px; height:16px; display:block; background-position:0 0; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
		.abFullDialog-body .abFullDialog-content .abFullDialog-header .abFullDialog-close a:hover { background-position:0 -16px; }
			.abFullDialog-body .abFullDialog-content .abFullDialog-data { padding: 20px 0px; }

