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

#index-head {
	margin: 0;
	padding: 20px 0;
}
#index-head h1 {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1.5em;
}

.contents {
	margin: 0;
}

#login {
	padding:15px;
	width: 400px;
	margin: 100px auto 50px;
	border-collapse: collapse;
}
#login td {
	vertical-align:middle;
	text-align:center;
}
#login td dl, #login td dl dt, #login td dl dd {
	margin:0;
	padding:0;
}
#login td dl {
	display:inline-block;
	position:relative;
	margin-bottom: 10px;
}
#login td dl dt, #login td dl dd {
	float:left;
	text-align:left;
	margin:5px 0;
}
#login td dl dt {
	width:100px;
	clear:both;
	padding: 0;
}
#login td dl dd {
	width:298px;
}
#login td dl dd input {
	width:100%;
	ime-mode:disabled;
	margin:0;
	box-sizing:border-box;
}
#login td input {
	margin:0 auto;
	clear:both;
}

#login div#version {
	margin-top: 5px;
}

div#site-history {
	margin: 0 auto;
	width: 600px;
	background: #f2f2f2;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;

}

div#site-history {
	overflow-y: scroll;
	height: 250px;
	margin-bottom:10px;
}

div#site-history table tr th, div#site-history table tr td {
	border-bottom: 1px solid #fff;
	padding:10px;
}

div#site-history table tr th {
	width: 20%;
}

div#site-history table tr td {
	width: 80%;
}

table#site-info {
	padding:10px;
}

table#site-info td {
	position: relative;
}

table#site-info td a {
	position: absolute;
	display:block;
	right:0;
	bottom:0;
}

#container div#agreement {
	width: 800px;
	margin: 0 auto;
}

#container div#agreement h2 {
	width: 802px;
}

#container div#agreement div#terms-of-use {
	border: 1px solid #999;
	padding: 15px;
	overflow-y: scroll;
	width: 800px;
	height: 400px;
	margin: 0 0 15px 0;
}

#container div#agreement div#terms-of-use span {
	line-height:150%;
}

#container .information {
	font-size: 16px;
	letter-spacing: 5px;
	margin: 0 auto;
	width: 600px;
}

#container .termsofuse {
	font-size: 16px;
	letter-spacing: 5px;
	margin: 0 auto;
	width: 600px;
	margin-top: 30px;
}

#container p.termsofuse {
	border-bottom: 2px solid #bbbbbb;
}

#container div.termsofuse {
	background-color: #34495e;
	width: 600px;
}

#container div.termsofuse table td {
	font-weight: normal;
	vertical-align: top;
	font-size: 9px;
	padding: 10px 20px;
	color: #ffffff;
	text-align: left;
	line-height: 16px;
}
#container div.termsofuse table tr:nth-child(4n+1),
#container div.termsofuse table tr:nth-child(4n+2) {
	background: none;
}

#container div.termsofuse table td span{
	font-size: 12px;
	line-height: 24px;
}

#container p.guide_termsofuse {
	font-size: 16px;
	letter-spacing: 5px;
	margin: 0 auto;
	width: 600px;
	margin-top: 10px
}

#container p.guide_termsofuse a {
	width: 600px;
	margin: 0 auto;
	color: #000000;
	padding-left: 30px;
	font-weight: normal;
	letter-spacing: 5px;
	background: transparent url("/img/back.arrow.download.png") left center no-repeat;
	text-decoration: none;
}

#container .forsystem {
	font-size: 16px;
	letter-spacing: 5px;
	margin: 0 auto;
	margin-top: 30px;
	width: 600px;
	border-bottom: 2px solid #bbbbbb;
}

#container div.forsystem {
	margin: 0 auto;
}

#container div.forsystem table td {
	font-weight: normal;
	vertical-align: top;
	font-size: 12px;
	padding: 10px 20px;
	text-align: left;
	line-height: 24px;
}

#container div.forsystem table#site-info td a {
	display: inline;
	position: static;
	text-decoration: none;
}

#container div.forsystem table#site-info td a:hover {
	text-decoration: underline;
}