@charset "utf-8";
/* CSS Document トップ用css*/
@media screen and (max-width: 750px) {

#container .top_ban {
	margin-bottom:20px;
}

/*トピックス*/
#contents #main #topics {
margin-bottom: 20px;
}
#contents #main #topics h2 {
	margin-bottom:10px;
}
#contents #main #topics dl {
	height:400px;
}

}