@charset "UTF-8";
@import "../../css/style.css";

div#contents h1 div.alpha { float: left; }
div#contents h1 div.beta { margin: 0.5em 0 0 0; font-size: 65%; font-weight: 400; float: right; }
div#contents div#option { margin: 0 0 12px 0; }
div#contents table { margin: 0 0px 10px 0px; border-collapse: collapse; }
div#contents thead th { padding: 2px; background: #888; border: solid 1px #999; color: #fff; font-size: 85%; }
div#contents thead td { background: #ccc; text-align: center; }
div#contents tbody th { padding: 2px; background: #ccc; border: solid 1px #999; text-align: left; font-size: 80%; font-weight: 400; }
div#contents td { padding: 2px; border: solid 1px #999; font-size: 80%; text-align: right; }
div#contents ul { margin: 0 24px; padding: 0; list-style: none; }
div#contents li { font-size: 85%; }
.blue { color: #00f; }
.red { color: #f00; }

.modal-content{ width: 50%; margin: 0; padding: 10px 20px; border: 2px solid #aaa; background: #fff; position: fixed; display: none; z-index: 2; }
 
#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}