@charset "utf-8";

	dl.list dd {
		padding-left: 0;
		padding-right: 8.5em;
		border-bottom: none;
	}

	dl.list dd span.pdf {
		left: auto;
		right: 0;
		_right: 9em;
		width: auto;
		background: none;
		border: none;
		color: #333;
	}
	#mainContent h2.title span {
		background: #ccc;
	}
	#mainContent h2.title span a {
		display: block;
		color: #333;
	}
	/* 2016/09 style START */
	#gNav, #pNav {
		opacity: 0;
		pointer-events: none;
	}
	.pageTag {
		background: #fff;
	}
	.pageTag a {
		display: block;
		color: #fff;
		text-decoration:underline;
	}
	.pageTag a:hover {
		text-decoration:none;
	}
	/* 2016/09 style END */

	@media screen and (max-width: 599px) {
		#gNav {
			opacity: 1;
			float: none;
		}
		dl.list dd,
		dl.list dd:last-child {
			padding: 22px 0;
		}
		dl.list dd span.pdf {
			top: auto;
			right: 0;
			_right: 0;
			bottom: 0;
			left: auto;
		}
		dl.list dd span.pdf img {
			position: relative;
			top: -2px;
			display: inline-block;
			width: 16px !important;
			vertical-align: middle;
		}
	}