@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 30px;
}

#index h3 {
	margin-bottom: 15px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#index h4 {
	margin-bottom: 15px;
	padding: 6px 5px 10px 5px;
	border-bottom: dotted 3px #ccc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 15px;
}

#index .box {
	margin-bottom: 20px;
	padding: 20px 0;
	border: solid 1px #ccc;
}

#index .box p.f_left {
	text-align: center;
}

#index .box p.f_left img {
	width: 120px;
	margin-bottom: 10px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	border: solid 5px #e8eefc;
}

#index .box p.f_left span {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #fd6d16;
}

#index .box p.f_left sup {
	display: block;
	font-size: 14px;
}

#index .box ol {
	margin: 0 15px;
}

#index .box ol li {
	margin-bottom: 10px;
	padding-left: 24px;
	background: url(../images/icon.png) no-repeat 0 2px;
	background-size: 18px auto;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-top: 15px;
	text-align: center;
}

#index .btn a {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 38px;
	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: 13px;
	line-height: 38px;
	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);
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .section {
	margin-bottom: 40px;
}

#detail h3 {
	margin-bottom: 15px;
	padding: 6px 5px 10px 5px;
	border-bottom: dotted 3px #ccc;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

/* ---------------------------------------------------------
	CSS Document detail > box
--------------------------------------------------------- */

#detail .box {
	margin-bottom: 20px;
	padding: 20px 0;
	border: solid 1px #ccc;
}

#detail .box p.f_left {
	margin-bottom: 20px;
	text-align: center;
}

#detail .box p.f_left img {
	width: 120px;
	margin-bottom: 10px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	border: solid 5px #e8eefc;
}

#detail .box p.f_left span {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	color: #fd6d16;
}

#detail .box p.f_left sup {
	display: block;
	font-size: 14px;
}

#detail .box ol {
	margin: 0 15px;
}

#detail .box ol li {
	margin-bottom: 10px;
	padding-left: 24px;
	background: url(../images/icon.png) no-repeat 0 2px;
	background-size: 18px auto;
}

/* ---------------------------------------------------------
	CSS Document detail > faq
--------------------------------------------------------- */

#detail .faq {
	margin-bottom: 20px;
	padding: 15px;
	border: solid 1px #ccc;
}

#detail .answer {
	margin-bottom: 10px;
	padding: 15px;
	border: solid 1px #ccc;
	background: rgba(232, 238, 252, 0.4);
}

#detail .block p.face {
}

#detail .block p.face img {
	width: 70px;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	border: solid 5px #e8eefc;
	background: #fff;
}

#detail .block .comment p {
	margin-top: 15px;
}

/* ---------------------------------------------------------
	CSS Document detail > faq
--------------------------------------------------------- */

#detail h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: solid 5px #808ebd;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#detail .list li {
	margin-bottom: 10px;
	padding-left: 12px;
	position: relative;
}

#detail .list li:after {
	content: "";
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #fd6d16;
	position: absolute;
	top: 7px;
	left: 0;
}
