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

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

#main-contents section td a {
	font-weight: bold;
	color: var(--color-link);
	text-decoration: underline;
}

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

#main-contents .other-link {
	padding-bottom: 1em;
}

#main-contents .other-link li {
	margin-bottom: 0;
}

#main-contents .other-link li h1:before {
	background: url(../images/blank.png) left top no-repeat;
	background-size: 21px 21px;
	border-radius: 0;
}

#main-contents .other-link li a:hover h1:before {
	background-color: inherit;
}

#main-contents #contact-box #form-link {
	margin-top: 0;
}

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

#main-contents th:first-child,
#main-contents td:first-child {
	width: 100px;
	box-sizing: border-box;
}


@media screen and (min-width: 768px) {
	#main-contents th:first-child,
	#main-contents td:first-child {
		width: auto;
	}
}

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

}