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

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

#index {
	text-align: left;
}

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

#index h3 {
	position:relative;
	margin-bottom: 20px;
	padding: 12px;
	background:url(/include/images/mk_02.png);
	border-left:8px solid #5671be;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.3;
	border-radius: 0 10px 10px 0;
}
#index .lead_01 {
	text-indent:-2em;
	margin-left:2em;
}

#index .lead_01::before {
	content: url(/include/images/mk_01_s.png);
	vertical-align: top;
	padding-right: 10px;
}

#index .img_01 {
	display:block;
	margin:20px auto;
	border:1px solid #ccc
}

#index p {
	margin-bottom: 20px;
}


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

#index .btn {
	text-align: center;
	margin-bottom:10px
}

#index .btn li {
	margin-bottom:10px
}

#index .btn a {
	display: inline-block;
	vertical-align: middle;
	width:280px;
	height: 48px;
	padding-right: 30px;
	padding-left: 20px;
	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;
	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: 15px;
}

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