@charset "UTF-8";

/* アクセス */
.top-box-access .contents-img-left,
.top-box-access .contents-img-right {
	display: block;
	text-align: center;
}
.top-box-access .contents-img-left img,
.top-box-access .contents-img-right img {
	max-width: 240px;
}
.top-box-access img.access-logo {
	display: none;
}
.top-box-access table {
	width: 94% !important;
	border: none;
}
.top-box-access th,
.top-box-access td {
	border: none;
	padding: 5px;
}
.top-box-access th {
	background: #ededed;
	text-align: left;
	color: #727171;
	font-size: 13px;
}
.top-box-access section.page-layout-section table th p, 
section.page-in-content table th p {
	margin: 0;
	line-height: 1.5em;
	font-size: 13px;
}
.top-box-access section.page-layout-section table td p, 
section.page-in-content table td p {
	margin: 0;
	line-height: 1.5em;
}
@media screen and (min-width: 769px) {
	/* PC */
	.top-box-access {
		width: 1000px;
		margin: 0 auto 40px;
		font-size: 0;
	}
	.top-box-access .contents-img-left,
	.top-box-access .contents-img-right {
		display: inline-block;
	}
	.top-box-access .contents-img-left img,
	.top-box-access .contents-img-right img {
		max-width: 100%;
	}
	.top-box-access table {
		margin-bottom: 0;
	}
}
