@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index h3 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 20px;
	line-height: 1.3;
}

#index h4 {
	margin-bottom: 15px;
	padding: 5px 10px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
}

#index ol {
	padding: 20px;
	border: solid 1px #ccc;
}

#index li {
	margin-left: 22px;
	font-size: 15px;
	line-height: 2;
	list-style: decimal;
}

#index .section {
	margin-bottom: 60px;
}

#index .section:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-top: 20px;
	text-align: center;
}

#index .btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 220px;
	height: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#index .btn a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
