@charset "utf-8";

.access_table {
	width: 800px;
	border-top: 1px solid #cccccc;
	margin-bottom: 15px;
}
.access_table th,
.access_table td {
	border-bottom: 1px solid #cccccc;
	font-size: 109%;
	padding: 15px 20px 14px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;	
}
.access_table th {
	background: #f7f8f8;
	width: 162px;
	font-weight: normal;
}
.access_table .qrcode {
	width: 150px;
	text-align: right;
	padding-right: 0;
	vertical-align: middle;
}
#article .qr {
	color: #ff0000;
	text-align: right;
}
.access_section {
	margin-top: 60px;
}
.access_section dl dt {
	font-weight: bold;
	font-size: 117%;
	padding-bottom: 10px;
}
.access_section dl dd.other {
	text-align: center;
	color: #2a89cc;
}
.access_section dl dd.other span {
	display: block;
	font-weight: bold;
	font-size: 142%;
	padding: 10px 0 13px 10px;
	letter-spacing: 1.6px;
}
.access_section dl dd.center {
	text-align: center;
	padding-bottom: 55px;
}
.access_section dl dd dl dt {
  color: #2a89cc;
	font-size: 100%;
	padding-bottom: 0;
}
.access_section dl dd dl dd {
	padding-left: 1em;
	padding-bottom: 22px;
}
