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

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
div#modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:3000000;
}
div#modal div.background {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}
div#modal div.container {
	position: relative;
	width: 700px;
	height: 650px;
	background-color: #ffffff;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:90%;
	/*padding:30px 0 30px 0;*/
	overflow:scroll-y;
}

.ModalDisplay{
	display:none;
	/*margin:30px;*/
	padding:30px;
}


.ModalDisplay table{
	border-top:#CCC 1px dotted;
}

.ModalDisplay td{
	font-size:80%;
	border-bottom:#CCC 1px dotted;
	color:#06C;
}

.ModalDetail{
	font-size:80%;
}

.modalclose{
	position:relative;
	top:20px;
	left:660px;
}