@charset "UTF-8";
@import url("numbertable.css");

#mainvisual {
	margin-top: 40px;
	z-index: 0;
}

#mainvisual ul li {
	position: relative;
}

#mainvisual li img {
	width: 960px;
/*	height: 420px; */
}

#infomation {
	float: left;
}

#loginbase {
	float: right;
	background-color: #EAF6FD;
	border-radius: 5px;
	margin: 30px auto;
	padding: 20px 35px;
}

#loginbase img {
	width: 250px;
}

#loginbase imgbtn img {
	width: 280px;
	height: 100px;
}

#loginbase div.imgbtn {
	margin-top: 20px;
}

#relatedlink div.linkarea {
	float: right;
	border-top: solid 2px #0062AC;
}

#relatedlink div.txtbtn a:hover {
	opacity: 0.4;
}

#relatedlink .linkarea img {
	width: 320px;
	height: 105px;
}

div.topic {
	width: 590px;
	height: 170px;
	margin-top: 20px;
	padding: 0.5em 1em;
	border: none;
	overflow-y: auto;
}

span.mark {
	color: #c2007b;
}

div.topic ul {
	margin-left: 10em;
}

div.topic ul li {
	font-size: 1em;
	text-indent: -10.5em;
	margin-bottom: 1.5em;
}

.topic ul li .red {
	color: #e60012;
}

time {
	font-weight: bold;
}