/* CSS Document */

ol{
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

ol li{
	margin-top:10px;
	margin-bottom:10px;
}


p{
	font-size:105%;
}

#index-section1{

	clear:both;
}

#index-section1 img{
	padding-top:20px;
	padding-bottom:20px;
	float:left;
}

#index-section1 p{
	font-size:170%;
}
#index-section1 p.first{
	padding-top:80px;
	font-size:350%;
	font-weight:bold;
}

@media(max-width:768px){

	#index-section1{
	
		clear:both;
	}
	
	#index-section1 img{
		padding-top:10px;
		padding-bottom:10px;
		float:none;
		display:block;
		margin-right:auto;
		margin-left:auto;
	}
	
	#index-section1 p{
		font-size:100%;
		text-align:center;
	}
	#index-section1 p.first{
		padding-top:0px;
		font-size:150%;
		text-align:center;

	}

}

.newtopic{
border-bottom:1px dotted #ccc;
}

.newtopic span{
font-weight:bold;
margin-right:10px;
}

th,td{
	font-size:85%;
}



.sp-mode{
}

@media(max-width:768px){
	.sp-mode{
		display:none;
	}

}
