@charset "shift_jis";

/* ページ全体
------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: small;
	color: #000000;
}
h1, h2, dl {
	margin: 0;
}
p {
	margin: 0;
	font-size:12px;
}
span.red {
	font-size:12px;
	color:#FF0000;
}

a:link {
	color: #333333;
	font-style; normal;
	text-decoration: underline;
}
a:visited {
	color: #006933;
	font-style: normal;
}
a:hover, a:active {
	color: #738200;
	font-style: normal;
}

div#main{
    overflow:auto;
    width:920px;
    position:absolute;
    left:50%;
	margin-top:10px;
    margin-left:-460px;
}

table {
	width: 100%;
	border-collapse: collapse;
}
th.t_top {
    border-top: #ff0000 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #666666 4px solid;
}
td.t_bottom {
	background-color:#FFFF99;

}

td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}


td.regi {
	padding:0px;
	border-bottom:0px;
	border-right: 0px; 
	border-collapse:collapse;	
}

td.regi2 {
	padding:0px;
	border-bottom:#e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid; 
	border-collapse:collapse;
	font-size:smaller;
}

td.yellow {
	background-color:#FFFF99;
}

td.nobd {
	padding:0px;
	border:none;
}

div#error_msg {
	color: #ff0000;
	font-weight:bold;
	font-style: normal;
}

div.entrybotton {
	padding:15px;
	text-align:center;
}

.submit    {
    font-size:130%;
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

a[class^="modal-link"]{
	color: #FF0000;
	font-style; normal;
	text-decoration: underline;
}

