@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 40px;
}

#index .section:last-child {
	margin-bottom: 0;
}

#index h3 {
	position:relative;
	margin-bottom: 20px;
	padding: 12px 0 12px 12px;
	background:url(/include/images/mk_02.png);
	border-left:8px solid #5671be;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	border-radius: 0 10px 10px 0;
}

#index p {
	margin-bottom: 20px;
	width: 100%;
}

#index .lead_01 {
	text-indent:-2em;
	margin-left:2em;
	width:95%
}

#index .lead_01::before {
	content: url(/include/images/mk_01_s.png);
	vertical-align: top;
	padding-right: 10px;
}

#index .cate_01 {
	font-size:18px;
	color:#3d559a;
	border-bottom:2px solid #3d559a;
	padding-bottom:5px;
	margin-bottom:30px;
	clear:both;
}

#index ul {
	margin-bottom: 10px;
	padding: 7px 10px;
	border: solid 1px #ccc;
	border-radius:15px
}

#index ul li {
	margin: 10px 0;
	margin-left: 20px;
	font-size: 14px;
	line-height: 1.5;
	list-style: disc;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .section {
	margin-bottom: 40px;
}

#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 h4 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail h4 span {
	font-size: 14px;
}

#detail ul {
	margin-bottom: 20px;
	padding: 5px 10px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 1.3;
}

#detail ul li {
	margin: 10px 0;
	margin-left: 20px;
	list-style: disc;
}

#detail ol {
	margin-bottom: 20px;
}

#detail ol li {
	margin-left: 18px;
	list-style: disc;
}

#detail strong {
	font-weight: 100;
	font-size: 16px;
	color: #fd6d16;
}

#detail table {
	width: 100%;
	margin-bottom: 20px;
}

#detail th {
	width: 20%;
	padding: 5px;
	border: solid 1px #ccc;
	text-align: center;
	font-weight: 100;
}

#detail td {
	padding: 10px;
	border: solid 1px #ccc;
	text-align: left;
}

#detail .back {
	margin: 0 15px;
}
