div.modal {
	position: absolute;
	display:none;
	top:20%;
	left:35%;
	width:310px;
	height:380px;
	margin-top:-10x;
	margin-left:-155px;
	padding:0;
	text-align:center;
}

div.modal .pr_box {
	width: 700px;
	height:380px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ccc;
	background: #FFFFFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}

.pr_box img:hover {
	filter: alpha(opacity=50);
	-webkit-opacity:0.50;
	-moz-opacity:0.50;
	-ms-opacity:0.50;
	-o-opacity:0.50;
	opacity:0.50;
}


.pr_box ul{
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:block;
	}
	

.blockgy li {
	list-style:none;
	  
} 


.blockgy {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
    background: #fff;
    border: 1px #ccc solid;
	background-color:#fcfcfc;

}

.iie{
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;
	
	}
	
	
.close_modal {
	width:100px;
	height:30px;
	margin:40px 0px 50px 60px;
	border-radius:5px;
	float:left; 

	
	
	/*グラデーション*/
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f4f4f4 50%, #efefef 51%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(50%,#efefef), color-stop(51%,#efefef), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#efefef 50%,#efefef 51%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#c9c9c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#e9e9e9 50%,#dfdfdf 51%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */

}

.close_modal a {
	display:block;
	width:100px;
	height:30px;
	border-radius:5px;
	font-weight:bold;
	color: #5A5656;
	line-height:30px;
	text-decoration:none;
	font-size:15px;
	
	
	
	/*グラデーション*/
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f4f4f4 50%, #efefef 51%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(50%,#e9e9e9), color-stop(51%,#dfdfdf), color-stop(100%,#b4b4b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#b4b4b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#b4b4b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#b4b4b4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#e9e9e9 50%,#dfdfdf 51%,#b4b4b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#b4b4b4',GradientType=0 ); /* IE6-9 */

}


.close_modal a:hover {
	
	/*グラデーション*/
	background: #6db3f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #f4f4f4 50%, #efefef 51%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(50%,#e9e9e9), color-stop(51%,#dfdfdf), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#c9c9c9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#dfdfdf 50%,#d4d4d4 51%,#c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#e9e9e9 50%,#dfdfdf 51%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */

}
