@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail p {
	margin-bottom: 20px;
}

#detail #intro dl {
	margin-bottom: 10px;
}

#detail #intro .name,
#detail #intro dt {
	font-weight: bold;
}

#detail #outline dl {
	margin-bottom: 20px;
}

#detail #outline dt {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail #intro .f_left {
	text-align: center;
}

#detail #intro li {
	margin-left: 20px;
	list-style: disc;
}

#detail #summary .box {
	margin-top: 30px;
}

#detail #outline {
	margin-top: 30px;
}

#detail #outline .f_right p {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 40px;
}

#index h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 20px;
}

#index li {
	padding-left: 5px;
	line-height: 2.4;
}

#index ol:first-child li:nth-child(odd) {
	background: #f3f3f3;
}

#index ol:last-child li:nth-child(even) {
	background: #f3f3f3;
}

#index li:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#index li span {
	float: left;
}

#index li a {
	display: block;
	padding-left: 60px;
}
