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

#contents {
	/*max-width: 700px;*/
}

section {
	width: 840px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#outlineTable {
	margin-top: 2.4rem;
	line-height: 1.7;
}

#outlineTable dl {
	margin: 0;
}

#outlineTable > dl {
	border-bottom: solid 1px #b0b0b0;
	overflow: hidden;
	padding: 1em 0;
}

#outlineTable > dl:first-child {
	border-top: solid 1px #b0b0b0;
}

#outlineTable dt {
	margin-bottom: .2em;
}

#outlineTable > dl > dt {
	width: 16rem;
	float: left;
}

#outlineTable strong {
	font-size: 1.1em;
	border-left: solid 4px #f00;
	padding-left: .75em;
}

#outlineTable dd {
	margin: 0;
}

#outlineTable > dl > dd {
	margin-left: 18rem;
	padding-top: .1em;
}

.detail dl ul {
	margin-left: 1em;
	list-style-type: square;
}



/* ==============================
   Responsive
============================== */


@media only screen and (max-width: 600px) {

	#outlineTable > dl > dt {
		float: none;
	}

	#outlineTable > dl > dd {
		margin-left: 0;
	}
}