@charset "UTF-8";

.index_sect
{
	margin: 60px auto;
}
.index_abstract
{
	float: left;
	width: 310px;
	max-width: 90%;
	margin: 20px;
}
.index_abstract h2
{
	font-size: 36px;
}
.keisen
{
	line-height: 40px;
	background-image: url(../images/keisen.png);
	background-repeat: repeat-y;
}

.index_figure
{
	float: right;
	text-align: right;
	width: 500px;
	max-width: 90%;
	margin: 20px;
}
@media all and (max-width: 1050px)
{
	.index_figure
	{
		width: 40%;
	}
}
@media all and (max-width: 768px)
{
	.index_abstract
	{
		float: none;
		margin: 30px auto;
	}
	.index_figure
	{
		float: none;
		width: 90%;
		margin: 30px auto;
	}
}


.top_newsbox
{
	width: 100%;
	border: 2px solid #0033CC;
	border-radius: 8px;
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.top_news
{
	width: 100%;
}
.top_news td
{
	background-color: #FCFCFC;
	border-top: 2px solid #FCFCFC;
	border-bottom: 2px solid #FCFCFC;
}
/*
.top_news td ul
{
	padding: 0px 5px;
}
.top_news td li
{
	line-height: 1.5;
	list-style-type: none;
	margin: 15px;
	border-bottom: 1px dashed #6699FF;
}
*/
.top_news td dl {
	width:100%;
	font-size: 14px;
	padding: 0px 5px;
	display: inline-block;
}

.top_news td dt,dd {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: left;
}
.top_news td dt{
	margin-left: 15px;
	float:left;
	line-height: 1.5;
	width: 100px;
	text-align: left;
}

.top_news td dd {
	margin-left: 20px;
	margin-right:15px;
	line-height: 1.5;
	border-bottom: 1px dashed #6699FF;  
}
