@charset "utf-8";
section dl {
	line-height: 2.0;
}
section dt {
	clear: both;
	float: left;
	width: 9em;
	margin: 0 0 3px 0;
	padding: 0 0 0 10px;
	background: #79c;
	color: #fff;
}
section dd {
	margin: 0 0 3px 10em;
	padding: 0 0 0 5px;
	border-bottom: 1px dotted #68c;
}
section dd.dscSub a {
	color: #444;
}
section dd.dscSub a:hover {
	text-decoration: underline;
	color: #aaa;
}
section dd.dscSub1st {
	border: none;
}
section dd img {
	margin: 0 10px 0 0;
	vertical-align: -2px;
}

@media screen and (max-width: 480px) {
	section dl {
		padding: 0;
	}
	section dt {
		width: 100%;
		background: none;
		border-top: 1px solid #79c;
		border-bottom: 1px dotted #79c;
		border-left: 3px solid #79c;
		color: #444;
	}
	section dd {
		clear: both;
		margin: 0 0 5px 5px;
		line-height: 1.5;
		border: none;
	}
	section dd.dscSub:after {
		float: right;
		margin: -27px 15px 0;
		width: 8px;
		height: 8px;
		border-top: 1px solid  #7f7f7f;
		border-right: 1px solid #7f7f7f;
		border-bottom: none;
		border-left: none;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}
	section dd.dscSub a {
		display: block;
		border-bottom: 1px dotted #0c9;
	}
	section dd.dscSub a:hover {
		text-decoration: none;
	}
}