@charset "UTF-8";
h4.opt {
	font-size: 130%;
}
h4.opt span {
	font-weight: bold;
	color: #a80931;
	font-size: 110%;
}
#modal {
	font-size: 110%;
	
}
#modal#modal dl dt {
	padding: 5px 15px;
	letter-spacing: 2px;
	background: #a80931;
	margin: 20px 0;
	cursor: pointer;
	color: #fff;
	width:4em;
	text-align:center;
}
#modal dl dd {
}
div#glayLayer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.9);
	filter: alpha(opacity=75);
	opacity: 0.75;
	z-index: 9999999998;
	webkit-animation-duration: 1s;
	animation-duration: 1s;
}
* html div#glayLayer {
	position: absolute;
}
#overLayer {
	display: none;
	color: #fff;
	background: rgba(0,0,0,0.8);
	padding: 15px;
	position: fixed;
	top: 50%;
	left: 50%;
	width:80%;
	z-index: 9999999999;
	box-shadow:0px 0px 10px 3px #444;
	font-size:120%;
	margin:0;
}
* html #overLayer {
	position: absolute;
}

@media screen and (min-width : 768px) {
#overLayer {
	width: 50%;
}
#modal {
	width:1200px;
	margin:0 auto;
	padding: 50px 0;
}
#modal div{
	width:32%;
	}
}
