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

#lower-image {
	background: url(../../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents section figure {
	width: 100%;
	max-width: 700px;
	margin: 20px auto 0;
}

#main-contents section td a {
	font-weight: bold;
	color: #46A9D9;
	text-decoration: underline;
}

#main-contents section td a:hover {
	text-decoration: none;
}

#main-contents table {
	min-width: 700px;
}


@media screen and (min-width: 768px) {
	#main-contents table {
		min-width: 100%;
	}
}

@media screen and (min-width: 1280px) {

}